- 03 Jun, 2014 5 commits
-
-
Ian Barber authored
Problem: email addresses in AUTHORS harvested for spam
-
Pieter Hintjens authored
Solution: remove these email addresses, since authors are reachable via their Git commit history.
-
Pieter Hintjens authored
Style fixes
-
Martin Hurton authored
-
Pieter Hintjens authored
cosmetic msvc xml fix
-
- 31 May, 2014 2 commits
-
-
Pieter Hintjens authored
Fix for perf/platform.hpp not being cleaned up by distclean
-
Dave Meehan authored
-
- 30 May, 2014 2 commits
-
-
Pieter Hintjens authored
Added ProgramDataBaseFile directive
-
Dave Meehan authored
Added ProgramDataBaseFile directive so that .pdb file goes into same directory as the .lib so that debug builds can find it
-
- 27 May, 2014 1 commit
-
-
evoskuil authored
-
- 23 May, 2014 3 commits
-
-
Pieter Hintjens authored
Add failing test reproducing issue #1015.
-
Pieter Hintjens authored
Add const qualifier to register_endpoint param
-
Martin Hurton authored
-
- 22 May, 2014 3 commits
-
-
Joe Eli McIlvain authored
This reverts commit b6c577a9.
-
Pieter Hintjens authored
Fix race condition in connecting inproc sockets
-
Martin Hurton authored
-
- 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 1 commit
-
-
Pieter Hintjens authored
Tell the session why the engine has stopped
-