- 22 Jul, 2014 1 commit
-
-
Ewen McNeill authored
builds/zos includes: README.md: Overview of z/OS UNIX System Services port (Markdown) makelibzmq: Compile src/*.cpp and make libzmq.a maketests: Compile tests/*.cpp and make test_* executables runtests: Run tests/test_* executables and report results makeclean: Remove built files zc++: /bin/c++ wrapper supplying required build arguments cxxall: run zc++ for all *.cpp files in directory platform.hpp: pre-generated (and edited) src/platform.hpp for z/OS test_fork.cpp: updated tests/test_fork.cpp that completes on z/OS
-
- 13 Jul, 2014 1 commit
-
-
Pieter Hintjens authored
Added test and doc section for ZMQ_SHARED message flag
-
- 12 Jul, 2014 5 commits
-
-
Thomas Rodgers authored
-
Pieter Hintjens authored
Added ZMQ_SHARED message option to zmq_msg_get()
-
Thomas Rodgers authored
-
Pieter Hintjens authored
Add Docker support
-
Trevor Bernard authored
-
- 09 Jul, 2014 9 commits
-
-
Pieter Hintjens authored
Ensure EOL is present at end of utils file.
-
Tom Whittock authored
MacOS/Clang complain due to presence of -Wnewline-eof in CZMQ.
-
Richard Newton authored
Code cleanup
-
Martin Hurton authored
-
Martin Hurton authored
Add test for unbinding inproc socket.
-
Richard Newton authored
-
-
Richard Newton authored
Resolve issue #949
-
Martin Hurton authored
-
- 07 Jul, 2014 4 commits
-
-
Pieter Hintjens authored
Windows: if WSA error number is held, use directly.
-
Tom Whittock authored
It must be done this way, as WSAGetLastError returns 0 in these circumstances
-
Pieter Hintjens authored
vs2012: Add missing socks files
-
Tom Whittock authored
-
- 06 Jul, 2014 2 commits
-
-
Pieter Hintjens authored
Don't delay reception of signal
-
Martin Hurton authored
- new code may help undersdtand issue #1108 (https://github.com/zeromq/libzmq/issues/1108) - code cleanups
-
- 03 Jul, 2014 4 commits
-
-
Pieter Hintjens authored
Fix to build on OpenBSD
-
Rodrigo Mosconi authored
-
Rodrigo Mosconi authored
-
Rodrigo Mosconi authored
-
- 02 Jul, 2014 4 commits
-
-
Pieter Hintjens authored
Add static compilation on CMake
-
Guilherme Steinmann authored
-
Pieter Hintjens authored
Thread scheduling parameters: Use ZMQ context options instead of environment variables.
-
Joel Lauener authored
environment variables.
-
- 01 Jul, 2014 3 commits
-
-
Richard Newton authored
Code cleanup
-
Richard Newton authored
Problem: two header files for a single library
-
Martin Hurton authored
-
- 29 Jun, 2014 2 commits
-
-
Pieter Hintjens authored
Add missing socks files
-
Diego Duclos authored
-
- 27 Jun, 2014 4 commits
-
-
Pieter Hintjens authored
socks: fix build on FreeBSD
-
Franco Fichtner authored
The fix should be sane on all UNIX-like systems, so there's no ZMQ_HAVE_FREEBSD involved. It's likely that other BSDs stumble across this problem too.
-
Pieter Hintjens authored
Solution: fixed this. Also minor code cleanups.
-
Pieter Hintjens authored
Users who need e.g. zmq_curve_keypair() have to remember to include zmq_utils.h, which is counter-intuitive. The whole library should be represented by a single include file. Solution: merge all contents of zmq_utils.h into zmq.h, and deprecate zmq_utils.h. Existing apps can continue unchanged. New apps can ignore zmq_utils.h completely.
-
- 25 Jun, 2014 1 commit
-
-
Richard Newton authored
Problem: zmq_msg_gets did not set errno on unknown properties
-