- 10 Jun, 2014 1 commit
-
-
Olaf Mandel authored
In de9eef30, the error number assigned to WSAENOTSOCK was EFAULT, but zmq.cpp:919 expects an ENOTSOCK in this case.
-
- 07 Jun, 2014 2 commits
-
-
Ian Barber authored
Code cleanup
-
Martin Hurton authored
-
- 06 Jun, 2014 2 commits
-
-
Richard Newton authored
Exclude test_abstract_ipc from non-Linux builds
-
Dave Meehan authored
-
- 05 Jun, 2014 22 commits
-
-
Pieter Hintjens authored
Corrected installer source path for VS pdb debug symbols file. Removed ...
-
Pieter Hintjens authored
Refresh VS 2010/2012 projects and NuGet templ for recent VS2013 updates.
-
evoskuil authored
-
evoskuil authored
-
Pieter Hintjens authored
handle WSAEADDRINUSE in tcp_connecter_t::connect
-
Matthias Kluwe authored
(accidentially used my preferred style)
-
Matthias Kluwe authored
As mentioned on the mailing list, Windows may return WSAEADDRINUSE when binding (reconnecting) to a port. Added this to the handled error codes as Pieter suggested.
-
Richard Newton authored
Remove copy of platform.hpp for MSVC VS2013 builds
-
Dave Meehan authored
-
Dave Meehan authored
-
Dave Meehan authored
-
Dave Meehan authored
-
Dave Meehan authored
-
Dave Meehan authored
-
Dave Meehan authored
-
Pieter Hintjens authored
Restore unpathed references to platform.hpp for cmake builds
-
Dave Meehan authored
-
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 8 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.
-
Telford Berkey authored
-
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
-