- 26 Apr, 2015 1 commit
-
-
somdoron authored
-
- 22 Apr, 2015 2 commits
-
-
Pieter Hintjens authored
Problem: integer narrowing issues.
-
evoskuil authored
-
- 21 Apr, 2015 2 commits
-
-
Constantin Rack authored
Allow configure to support mingw64
-
Michael authored
allow host_os to accept mingw64
-
- 20 Apr, 2015 3 commits
-
-
Richard Newton authored
Problem: issue #1144, 1377
-
Pieter Hintjens authored
This is a silly assertion that causes problems if libzmq.dll is called in some esoteric ways. Solution: if the shutdown code detects WSANOTINITIALISED, then exit silently. Fixes #1377 Fixes #1144
-
Pieter Hintjens authored
Solution: add settle pause after zmq_connect Fixes #1340
-
- 18 Apr, 2015 1 commit
-
-
Constantin Rack authored
Add Bitrig to OS detection in configure.ac.
-
- 17 Apr, 2015 1 commit
-
-
Martin Natano authored
-
- 15 Apr, 2015 1 commit
-
-
Michael authored
Changes the pattern for the host_os matches to *mingw* from *mingw32* to accept both mingw32 and mingw64 versions.
-
- 14 Apr, 2015 3 commits
-
-
Constantin Rack authored
Fix for issue #1287: ZMQ_XPUB_NODROP documentation
-
Jörg Kreuzberger authored
#1287
-
Jörg Kreuzberger authored
fix for issue #1287
-
- 15 Mar, 2015 6 commits
-
-
Constantin Rack authored
doc: add ENOENT to list of zmq_unbind error codes
-
Dylan Cali authored
Resolves zeromq/libzmq#1353
-
Constantin Rack authored
update zmq_ctx_term description for consistency
-
Dylan Cali authored
zmq_term and zmq_ctx_destroy are just aliases for zmq_ctx_term. that being the case use 'terminate' in the description for all three so there isn't any confusion about behavior. also update the deprecates list in zmq_ctx_term to include zmq_ctx_destroy.
-
Pieter Hintjens authored
doc: zmq_msg_init does not set errno
-
Dylan Cali authored
In fact it always returns zero.
-
- 14 Mar, 2015 2 commits
-
-
Constantin Rack authored
Problem: wrong default VC rt lib for release dynamic exe.
-
evoskuil authored
-
- 11 Mar, 2015 8 commits
-
-
Constantin Rack authored
fix CMP0053 warning with cmake 3.1
-
xantares authored
-
Constantin Rack authored
fix cmake build system
-
xantares authored
-
xantares authored
-
xantares authored
-
xantares authored
-
xantares authored
-
- 20 Feb, 2015 2 commits
-
-
Constantin Rack authored
Allow zmq_msg_gets checks to assert rather than segfault
-
Thomas Rodgers authored
-
- 19 Feb, 2015 7 commits
-
-
Pieter Hintjens authored
Adjust number of sent messages on hiccups
-
Martin Hurton authored
Not adjusting the sent message count may lead to situation when SUB socket does not forward its subscriptions.
-
Constantin Rack authored
resolve #1347 addresses issue of no metadata on identity frame
-
Thomas Rodgers authored
-
Pieter Hintjens authored
Support limited metadata for STREAM sockets
-
Thomas Rodgers authored
-
Thomas Rodgers authored
-
- 18 Feb, 2015 1 commit
-
-
Thomas Rodgers authored
-