- 20 Feb, 2013 1 commit
-
-
Pieter Hintjens authored
-
- 18 Feb, 2013 1 commit
-
-
Pieter Hintjens authored
-
- 10 Feb, 2013 1 commit
-
-
Pieter Hintjens authored
-
- 07 Feb, 2013 2 commits
-
-
Ian Barber authored
broken tests compilation. Makefile.am
-
montoyaedu authored
-
- 05 Feb, 2013 2 commits
-
-
Pieter Hintjens authored
Corrected linking error in MSVC build
-
mjasperse authored
MSVC build fails with linking errors for unresolved symbols SetSecurityDescriptorDacl and InitializeSecurityDescriptor in signaler.obj Adding the relevant link library (Advapi32.lib) to VCLinkerTool fixes this (tested MSVC2010 on XP and Win7)
-
- 01 Feb, 2013 2 commits
-
-
Pieter Hintjens authored
LIBZMQ-497 there could be unsent bytes in encoder
-
Min(Dongmin Yu) authored
When we send a large message, the message can be splitted into two chunks. One is in the encoder buffer and the other is the zero-copy pointer. The session could get the term before the last chunk is sent.
-
- 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 1 commit
-
-
MinRK authored
autotools warns that configure.in should actually be named configure.ac
-