- 16 Jul, 2015 1 commit
-
-
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 7 commits
-
-
Pieter Hintjens authored
atomic_ptr.h: clean up the clean-up
-
Thomas Köppe authored
-
Pieter Hintjens authored
Add missing relaxed memory ordering.
-
Thomas Köppe authored
-
Pieter Hintjens authored
Add support for <atomic> in C++11
-
Thomas Köppe authored
-
KAPP Arnaud authored
ignore unbind tests
-
- 29 Jun, 2015 8 commits
-
-
Dylan Cali authored
-
Pieter Hintjens authored
update gitignore with additional tests
-
Pieter Hintjens authored
add tests for #949
-
Dylan Cali authored
-
Dylan Cali authored
-
Dylan Cali authored
-
Dylan Cali authored
-
Dylan Cali authored
-
- 26 Jun, 2015 2 commits
-
-
Pieter Hintjens authored
Fix units and default values for heartbeats options
-
Jonathan Reams authored
Set the ZMQ_HEARTBEAT_TIMEOUT to default to the value of ZMQ_HEARTBEAT_IVL if it's not explicitly set. Change the units of ZMQ_HEARTBEAT_TTL to milliseconds in the API and round down to the nearest decisecond so that all the options are using the same units. Make the maximum heartbeat TTL match the spec (6553 seconds)
-
- 24 Jun, 2015 1 commit
-
-
Pieter Hintjens authored
Add documentation for ZMTP heartbeats/fix test
-