- 20 May, 2014 3 commits
-
-
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 8 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
-
Martin Hurton authored
-
- 13 May, 2014 8 commits
-
-
Pieter Hintjens authored
PLAIN: Implement ERROR handling in client
-
Martin Hurton authored
-
Pieter Hintjens authored
test case for zmq_getsockopt/ZMQ_IDENTITY_FD
-
-
Stoian Ivanov authored
-
Pieter Hintjens authored
Simplify VS project configs and harden MSBUILD script
-
evoskuil authored
-
evoskuil authored
-
- 12 May, 2014 1 commit
-
-
Pieter Hintjens authored
Update cmake, mingw32 and msvc builds
-