- 09 Mar, 2022 2 commits
-
-
Sietse Ringers authored
Update version and CHANGELOG.md
-
Sietse Ringers authored
-
- 25 Feb, 2022 5 commits
-
-
synaptic-cleft authored
Fix chained session deadlock
-
Sietse Ringers authored
-
Sietse Ringers authored
The chained session tests now makes one of the next session URLs artifically slow, and simulates polling using the waitSessionFinished() helper function, which tries to lock the session like the /status endpoints do.
-
Sietse Ringers authored
If the next session URL responds so slowly that a polling lands in the middle, then: 1) the poll HTTP handler locks the session store, and first tries to lock the session before unlocking the session store; 2) the /proofs HTTP handler has the session locked, and tries locking the session store when the next session URL finally responds. But 1) still has the sessionstore lock, so 2) cannot complete and unlock the session lock, so 1) cannot complete and release the session store lock. Deadlock. The fix is to make the unlocking of the memory session store in 1) immediate and not conditional on locking the session.
-
Sietse Ringers authored
-
- 07 Feb, 2022 3 commits
-
-
Ivar Derksen authored
Improve scheme language validation
-
Sietse Ringers authored
-
Sietse Ringers authored
-
- 01 Feb, 2022 6 commits
-
-
Sietse Ringers authored
Fix: go-sse cannot be used in combination with go-chi middleware
-
Sietse Ringers authored
Chore: make it possible to trigger weekly checks manually
-
Sietse Ringers authored
Fix: TestRevocationAll/Cache test should take into account network delay
-
Ivar Derksen authored
-
synaptic-cleft authored
Feat: added option for static sessions and session packages to irma session command
-
Ivar Derksen authored
-
- 31 Jan, 2022 4 commits
-
-
Ivar Derksen authored
-
Ivar Derksen authored
-
Ivar Derksen authored
-
Ivar Derksen authored
-
- 28 Jan, 2022 1 commit
-
-
Ivar Derksen authored
-
- 27 Jan, 2022 8 commits
-
-
Ivar Derksen authored
-
Ivar Derksen authored
-
Ivar Derksen authored
-
Ivar Derksen authored
-
Ivar Derksen authored
-
Ivar Derksen authored
-
Ivar Derksen authored
-
Ivar Derksen authored
-
- 26 Jan, 2022 4 commits
-
-
Ivar Derksen authored
-
Ivar Derksen authored
-
Ivar Derksen authored
-
Ivar Derksen authored
-
- 21 Jan, 2022 7 commits
-
-
synaptic-cleft authored
Refactor session tests
-
Sietse Ringers authored
-
Sietse Ringers authored
-
Sietse Ringers authored
-
Sietse Ringers authored
-
Sietse Ringers authored
-
Sietse Ringers authored
-