- 31 Jan, 2013 8 commits
-
-
Chuck Remes authored
Added IPv6 option to context
-
Pieter Hintjens authored
-
Chuck Remes authored
IPv6 related changes and cleanups to test cases
-
Pieter Hintjens authored
-
Pieter Hintjens authored
* Removed or truncated sleeps so the tests run faster * Removed dependencies on zmq_utils * Rewrote a few tests that were confusing * Minor code cleanups
-
Pieter Hintjens authored
-
Pieter Hintjens authored
-
Pieter Hintjens authored
-
- 30 Jan, 2013 5 commits
-
-
Pieter Hintjens authored
-
Pieter Hintjens authored
-
Pieter Hintjens authored
-
Pieter Hintjens authored
LIBZMQ-498 - Remove heap allocations in zmq_poll for small poll item sets
-
Bjorn Topel authored
Until now, zmq_poll always allocates the poll items on the heap. Now, small item sets, up to ZMQ_POLLITEMS_DFLT, are stack allocated and only larger sets are allocated on the heap.
-
- 27 Jan, 2013 2 commits
-
-
Pieter Hintjens authored
Fix using wrong name for windows.h check with cmake
-
Matt Arsenault authored
-
- 23 Jan, 2013 5 commits
-
-
Pieter Hintjens authored
define a dummy EPROTO for platforms that don't use it
-
Pieter Hintjens authored
Fix perf-tools build on Linux with cmake
-
Pieter Hintjens authored
Adds tests/test_disconnect_inproc to .gitignore
-
Matt Arsenault authored
-
o172(xenovo) authored
-
- 22 Jan, 2013 3 commits
-
-
Pieter Hintjens authored
Add bounds check on upstream XSUB messages
-
Charles McGarvey authored
This accomplishes the same thing as 2e2ef7fd in a potentially cleaner way.
-
Ian Barber authored
Ensures 0 length messages aren't being checked for subscribtion status on whatever data happens to be following the data pointer.
-
- 21 Jan, 2013 2 commits
-
-
Pieter Hintjens authored
do not use EPROTO on platforms that do not have it
-
Charles McGarvey authored
-
- 20 Jan, 2013 1 commit
-
-
Pieter Hintjens authored
Shortening the =-chars to make asciidoc work
-
- 19 Jan, 2013 1 commit
-
-
Henrik authored
-
- 18 Jan, 2013 3 commits
-
-
Pieter Hintjens authored
Minor autoconf tweaks
-
Pieter Hintjens authored
deprecate zmq_ctx_destroy in favor of zmq_ctx_term
-
MinRK authored
AM_CONFIG_HEADER raises an 'obsolete error' with automake 1.13.
-
- 17 Jan, 2013 2 commits
- 15 Jan, 2013 1 commit
-
-
Ian Barber authored
Clarified how icp:// works with zmq_bind
-
- 14 Jan, 2013 1 commit
-
-
Pieter Hintjens authored
-
- 12 Jan, 2013 3 commits
-
-
Pieter Hintjens authored
Fixed el5/el6 deps in RPM spec file / newline fix
-
Adrian Muraru authored
-
Adrian Muraru authored
-
- 08 Jan, 2013 3 commits
-
-
Ian Barber authored
Whitespace and comment cleanups
-
Pieter Hintjens authored
This reverts commit da0efaa8.
-
Pieter Hintjens authored
This reverts commit 8ba097f3.
-