- 16 Feb, 2012 10 commits
-
-
Pieter Hintjens authored
Compact the trie/mtrie node tables where possible, to reduce memory usag...
-
Pieter Hintjens authored
Drop subscription messages when reaching the SNDHWM rather than assertin...
-
Pieter Hintjens authored
Resolve addresses in the calling thread on connect.
-
Mikko Koppanen authored
Added zmq_msg_send/recv functions
-
Mikko Koppanen authored
Renamed zmq_getmsgopt to zmq_msg_get
-
Staffan Gimåker authored
Signed-off-by: Staffan Gimåker <staffan@spotify.com>
-
Staffan Gimåker authored
This matches the behaviour of zmq_setsockopt(ZMQ_SUBSCRIBE, ...), which also silently drops subscription messages if the SNDHWM is reached. Signed-off-by: Staffan Gimåker <staffan@spotify.com>
-
Staffan Gimåker authored
This allows us to actually report an error to the caller on resolve failure, rather than asserting later on in the io thread. Signed-off-by: Staffan Gimåker <staffan@spotify.com>
-
Pieter Hintjens authored
-
Pieter Hintjens authored
* Added zmq_msg_poke for orthogonality * Added zmq_msg_more for simplicity * Fixed up man pages and test program
-
- 15 Feb, 2012 13 commits
-
-
Pieter Hintjens authored
-
Chuck Remes authored
Cleanups to man pages
-
Pieter Hintjens authored
-
Pieter Hintjens authored
-
Pieter Hintjens authored
-
Pieter Hintjens authored
-
Pieter Hintjens authored
-
Chuck Remes authored
Fixed error in documentation build
-
Pieter Hintjens authored
-
Pieter Hintjens authored
-
Pieter Hintjens authored
This reverts commit e646ce43.
-
Pieter Hintjens authored
- anonymous contributor This reverts commit 7b7d4042.
-
Pieter Hintjens authored
Wildcard support in TCP and IPC addresses
-
- 14 Feb, 2012 3 commits
-
-
Ian Barber authored
-
-
Ian Barber authored
-
- 13 Feb, 2012 2 commits
-
-
Pieter Hintjens authored
provide type safe sockets and contexts
-
Pieter Hintjens authored
more checks for parameters of API functions
-
- 12 Feb, 2012 1 commit
-
-
niXman authored
-
- 11 Feb, 2012 4 commits
-
-
skaller authored
-
Ian Barber authored
-
-
Chuck Remes authored
fix warn unused variables
-
- 10 Feb, 2012 2 commits
-
-
niXman authored
-
Pieter Hintjens authored
Provide scatter/gather array I/O
-
- 08 Feb, 2012 5 commits
-
-
-
Ian Barber authored
-
skaller authored
We have to use an incomplete type in the interface. The definition of iovec is only in the implementation. This appears to following existing practice in 0MQ. It seems a bit flakey that zmq.h is not included in zmq.cpp, which is normal practice to ensure the implementation matches the specified interface. YMMV. I follow 0MQ style.
-
skaller authored
Also move iovec definition from implementation to interface. Not clear to me at present if an incomplete type should be used to avoid gratuitously including <sys/uio.h> in the interface. The interface can't be used with this include.
-
skaller authored
-