- 13 Aug, 2014 4 commits
-
-
Kapp Arnaud authored
-
Pieter Hintjens authored
Reset metadata for outbound messages
-
Martin Hurton authored
-
Pieter Hintjens authored
Bugfix wrong CMakeLists.txt after rename of file
-
- 12 Aug, 2014 11 commits
-
-
kreuzberger authored
-
Martin Hurton authored
Documentation patches
-
Pieter Hintjens authored
Renamed test case to actually explain what it's testing, and cleaned up the code a little.
-
Pieter Hintjens authored
-
Pieter Hintjens authored
-
Pieter Hintjens authored
Solution: change setsockopts on printable keys to expect 41, nor 40 bytes. Code still accepts 40 bytes for compatibility, and copies the key to a well-terminated string before using it. Fixes #1148
-
Pieter Hintjens authored
-
Pieter Hintjens authored
-
Pieter Hintjens authored
Code cleanup
-
Martin Hurton authored
-
Martin Hurton authored
-
- 08 Aug, 2014 3 commits
-
-
Pieter Hintjens authored
Provide socket option for pub sockets to not silently drop message
-
kreuzberger authored
-
kreuzberger authored
-
- 07 Aug, 2014 4 commits
-
-
Pieter Hintjens authored
Document altered HWM behaviour when ZMQ_ROUTER_MANDATORY is set.
-
Goswin von Brederlow authored
-
Pieter Hintjens authored
Add test for HWM behaviour for mandatory ROUTER sockets over tcp
-
Goswin von Brederlow authored
-
- 05 Aug, 2014 2 commits
-
-
Pieter Hintjens authored
moved root CMakeLists.txt tests config to tests/CMakeLists.txt
-
Diego authored
-
- 29 Jul, 2014 2 commits
-
-
Pieter Hintjens authored
Update zmq_msg_get(ZMQ_SHARED) to return true for type_cmsg messages
-
Thomas Rodgers authored
-
- 28 Jul, 2014 4 commits
-
-
Pieter Hintjens authored
define encoding for message metadata to be UTF8
-
Pieter Hintjens authored
use enum retired_fd instead of -1
-
MinRK authored
clarifies that these are text fields, and removes ambiguity about how to create proper text object from stored bytes.
-
KIU Shueng Chuan authored
-
- 25 Jul, 2014 2 commits
-
-
Trevor Bernard authored
Problem: does not install man pages correctly when out of tree
-
Pieter Hintjens authored
Solution: fix Makefile.am As per Richard Sharpe on zeromq-dev.
-
- 24 Jul, 2014 8 commits
-
-
Pieter Hintjens authored
z/OS: Updated to build libzmq git master
-
Ewen McNeill authored
Updated: builds/zos/README.md: Updated with portability notes resulting from building zeromq/libzmq/master as of 2014-07-23 on z/OS UNIX System Services. Current z/OS UNIX status: all expected tests pass, except "test_proxy", which hangs and times out.
-
Ewen McNeill authored
-
Ewen McNeill authored
-
Ewen McNeill authored
Updated: src/thread.cpp: On older z/OS UNIX System Services, pthread_{get,set}schedparam is not present (searching the Internet suggests it may be present in later version than the one being used for z/OS UNIX System Services porting). Make zmq::thread_t::setSchedulingParameters() a no-op on z/OS UNIX System Services. NOTE: pthread_{get,set}schedparam appear to have been introduced by POSIX.1-2001 or IEEE 1003.1-2004 so may not be universally available, and thus more platforms may need this "no-op" treatment.
-
Ewen McNeill authored
Updated: builds/zos/runtests: Extract tests to run from tests/Makefile.am at runtime, rather than hard coding tests list (to simplfy later maintenance). test_*_tipc is excluded as BUILD_TIPC is not defined on z/OS UNIX System Services. XFAIL_TESTS are also excluded, following current logic in tests/Makefile.am
-
Ewen McNeill authored
Updated: builds/zos/cxxall: Defines ZMQ_HAVE_ZOS for platform portability; define ZMQ_USE_POLL _instead_ of ZMQ_FORCE_POLL, due to change in src/poller.hpp since ZeroMQ 4.0.x branch
-
Ewen McNeill authored
Updated: tests/test_connect_delay_tipc.cpp tests/test_sub_forward_tipc.cpp tests/test_term_endpoint_tipc.cpp
-