- 03 Jun, 2014 1 commit
-
-
Pieter Hintjens authored
Solution: remove these email addresses, since authors are reachable via their Git commit history.
-
- 21 May, 2014 7 commits
-
-
Pieter Hintjens authored
Minor updates to VS build configuration and NuGet packaging.
-
Pieter Hintjens authored
Code cleanup
-
Martin Hurton authored
- limit visibility of pending_connection_t - add const qualifiers
-
evoskuil authored
-
evoskuil authored
-
evoskuil authored
-
evoskuil authored
-
- 20 May, 2014 5 commits
-
-
Pieter Hintjens authored
Small code cleanup
-
Martin Hurton authored
- add const modifier to address parameter of event generating functions
-
Martin Hurton authored
Minor fixes
-
Pieter Hintjens authored
-
Pieter Hintjens authored
The expect_bounce_fail () helper assumed that messages could always be sent. However in some cases zmq_send() blocks, due to there not being any outgoing pipe. This changed in 77f5f7, where previously there would be a pipe that kept trying to reconnect forever. Solution: use a send timeout and check for EAGAIN if sending failed.
-
- 19 May, 2014 6 commits
-
-
Pieter Hintjens authored
PLAIN: Small simplification
-
Martin Hurton authored
-
Pieter Hintjens authored
Add a send timeout in expect_bounce_fail()
-
Pieter Hintjens authored
Set an alarm(60) in setup_test_environment() when not on windows so test...
-
Goswin von Brederlow authored
will not block too long if they go wrong.
-
Goswin von Brederlow authored
failures don't block.
-
- 18 May, 2014 5 commits
-
-
Pieter Hintjens authored
Don't reconnect on protocol errors
-
Pieter Hintjens authored
Fix bug in reporting protocol errors
-
Martin Hurton authored
Problem: artificial restriction on binary identities
-
Martin Hurton authored
-
Martin Hurton authored
-
- 17 May, 2014 2 commits
-
-
Pieter Hintjens authored
Tell the session why the engine has stopped
-
Martin Hurton authored
-
- 16 May, 2014 5 commits
-
-
Pieter Hintjens authored
-
Pieter Hintjens authored
-
Pieter Hintjens authored
Applications that use ZMQ_IDENTITY can be trapped by the artificial restriction on not using a binary zero as first byte. It's specially nasty on random generated identities, e.g. UUIDs, as the chance of a binary zero is low, so it will pass 255 out of 256 times. Solution: remove the restriction.
-
Pieter Hintjens authored
CURVE: Implement server-side ERROR handling
-
Martin Hurton authored
-
- 15 May, 2014 2 commits
-
-
Pieter Hintjens authored
CURVE: Implement client-side ERROR handling
-
Martin Hurton authored
-
- 14 May, 2014 7 commits
-
-
Pieter Hintjens authored
Prefix error-reason with length in ERROR command
-
Martin Hurton authored
-
Pieter Hintjens authored
NULL: Correct ERROR command format
-
Martin Hurton authored
-
Pieter Hintjens authored
Finish ERROR handling for PLAIN mechanism
-
Martin Hurton authored
-
Martin Hurton authored
-