- 28 Jul, 2015 1 commit
-
-
Brian Silverman authored
I'm pretty sure this is an issue with the test being too picky and not a bug, but the behavior in this situation is not well documented.
-
- 27 Jul, 2015 4 commits
-
-
Joe Eli McIlvain authored
Problem: VS builds missing files, have warnings.
-
evoskuil authored
-
evoskuil authored
-
evoskuil authored
-
- 25 Jul, 2015 2 commits
-
-
Constantin Rack authored
fix #1488 Heap buffer overflow in decoder
-
KIU Shueng Chuan authored
-
- 23 Jul, 2015 9 commits
-
-
Pieter Hintjens authored
don't break STREAM socket ABI from 4.1.x to 4.2.0
-
KIU Shueng Chuan authored
-
KIU Shueng Chuan authored
-
KIU Shueng Chuan authored
-
Pieter Hintjens authored
Fix 1478: receive unsubscriptions in XPUB when verbose
-
Ricardo Catalinas Jiménez authored
Fixes not receiving unsubscription messages in XPUB socket with ZMQ_XPUB_VERBOSE and using a XSUB-XPUB proxy in front. This adds two modifications: - It adds a new flag, ZMQ_XPUB_VERBOSE_UNSUBSCRIBE, to enable verbose unsubscription messages, necessary when using a XSUB/XPUB proxy. - It adds a boolean switch to zmq::mtrie_t::rm () to control if the callback is invoked every time or only in the last removal. Necessary when a pipe is terminated and the verbose mode for unsubscriptions is enabled.
-
KAPP Arnaud authored
Fix windows build
-
Richard Newton authored
-
Richard Newton authored
fix #1447 Segfault or Abort after PR #1441
-
- 22 Jul, 2015 7 commits
-
-
Joe Eli McIlvain authored
Fix compilation on mac.
-
Giulio Eulisse authored
-
Joe Eli McIlvain authored
Fix memory leak when creating a socket fails.
-
Brian Silverman authored
Previously, AddressSanitizer flagged leaks when running tests/test_many_sockets.cpp.
-
KIU Shueng Chuan authored
-
Joe Eli McIlvain authored
Fix several missing msg_t::close calls.
-
Brian Silverman authored
I traced memory leaks found using AddressSanitizer down to these.
-
- 21 Jul, 2015 2 commits
-
-
Constantin Rack authored
Fix test_proxy hanging occasionally by setting ZMQ_LINGER to 0.
-
Brian Silverman authored
-
- 20 Jul, 2015 3 commits
-
-
Joe Eli McIlvain authored
Fixed #1477 corruption in "zero-copy" raw_decoder for payloads large…
-
Jens Auer authored
-
Jens Auer authored
Fixed wrong message::init arguments.
-
- 19 Jul, 2015 2 commits
-
-
Pieter Hintjens authored
Fix doc formatting issues in zmq_setsockopt page
-
Ricardo Catalinas Jiménez authored
-
- 16 Jul, 2015 2 commits
-
-
Pieter Hintjens authored
THREAD PRIORITY option documentation
-
leonarf authored
Added documentation about context's options ZMQ_THREAD_SCHED_POLICY and ZMQ_THREAD_PRIORITY
-
- 08 Jul, 2015 4 commits
-
-
Constantin Rack authored
Allow explicitly setting buf sizes to 0
-
Juha Reunanen authored
-
Juha Reunanen authored
-
Juha Reunanen authored
LIBZMQ-195 allow explicitly setting sndbuf and rcvbuf to 0 (see https://support.microsoft.com/en-us/kb/201213)
-
- 07 Jul, 2015 4 commits
-
-
Pieter Hintjens authored
on Windows, handle WSAENOBUFS like WSAEWOULDBLOCK
-
Pieter Hintjens authored
add message type sanity check in msg_t::rm_refs
-
Juha Reunanen authored
-
Juha Reunanen authored
-