- 23 Jul, 2015 1 commit
-
-
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
-
- 05 Jul, 2015 8 commits
-
-
Pieter Hintjens authored
[decoder.hpp] Fix misspelled inclusion
-
Thomas Köppe authored
-
Pieter Hintjens authored
[decoder*] Style fixes for consistency
-
Thomas Köppe authored
-
Pieter Hintjens authored
Addressed comments from T. Köppe
-
Jens Auer authored
- Replaced stdlib.h with cstdlib - Made single-argument constructors explicit
-
Pieter Hintjens authored
"zero-copy" raw_decoder
-
Jens Auer authored
A memcpy is eliminated when receiving data on a ZMQ_STREAM socket. Instead of receiving into a static buffer and then copying the data into the buffer malloced in msg_t::init_size, the raw_decoder allocates the memory for together with the reference-counter and creates a msg_t object on top of that memory. This saves the memcpy operation. For small messages, data is still copied and the receive buffer is reused.
-
- 02 Jul, 2015 2 commits
-
-
Joe Eli McIlvain authored
Clean-up: Rename internal macros consistently.
-
Thomas Köppe authored
-
- 01 Jul, 2015 3 commits
-
-
Pieter Hintjens authored
Add C++11 atomic support also to atomic_counter_t.
-
Thomas Köppe authored
-
Thomas Köppe authored
-
- 30 Jun, 2015 2 commits
-
-
Pieter Hintjens authored
atomic_ptr.h: clean up the clean-up
-
Thomas Köppe authored
-