- 05 Jun, 2014 5 commits
-
-
Pieter Hintjens authored
Exclude MSVC temp files regardless of where they are in builds/msvc
-
Dave Meehan authored
-
Pieter Hintjens authored
VS set switch /Z7 in debug static (DebugLIB/DebugLTCG) base props.
-
evoskuil authored
-
evoskuil authored
-
- 04 Jun, 2014 7 commits
-
-
Pieter Hintjens authored
Extend zmq::wsa_error_to_errno()
-
Olaf Mandel authored
The list of error codes is taken from zmq::wsa_error_no(). Most of the new WSA error codes result in EFAULT, but some return a more specific value (even EAGAIN). Fixes #1071
-
Pieter Hintjens authored
Update VS import props to allow delinking, reset PDB out path change.
-
Martin Hurton authored
Fix for issue https://github.com/zeromq/libzmq/issues/1065
-
Richard Newton authored
-
evoskuil authored
-
evoskuil authored
-
- 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.
-