- 25 Sep, 2015 1 commit
-
-
Constantin Rack authored
-
- 01 May, 2015 1 commit
-
-
Rik van der Heijden authored
-
- 26 Nov, 2014 1 commit
-
-
Doron Somech authored
-
- 12 Aug, 2014 1 commit
-
-
Pieter Hintjens authored
-
- 12 Jul, 2014 1 commit
-
-
Thomas Rodgers authored
-
- 03 Jun, 2014 1 commit
-
-
Pieter Hintjens authored
Solution: remove these email addresses, since authors are reachable via their Git commit history.
-
- 24 Apr, 2014 2 commits
-
-
Chris Busbey authored
-
Mike Gatny authored
-
- 10 Mar, 2014 1 commit
-
-
Drew Crawford authored
This patch is proposed for https://github.com/zeromq/libzmq/issues/912. If a user specifies that they want libzmq built with libsodium, and the requirement cannot be satisfied, we should error at the user so they can either A) install libsodium to a reasonable location or B) relax their requirement for libsodium support. Previously a warning was issued in this case, causing users who wanted libsodium support not to get it, which may be discovered at a much later time when their programs didn't work as expected. I release this patch under the LGPL v3 or any later version.
-
- 20 Jan, 2014 1 commit
-
-
Tim M authored
-
- 15 Jan, 2014 1 commit
-
-
Andre Caron authored
When a ZMQ_STREAM socket connection is broken (intentionally, via `shutdown()` or accidentally via client crash or network failure), there is no way for the application to dertermine that it should drop per-connection data (such as buffers). This contribution makes sure the application receives a 0-length message to notify it that the connection has been broken. This is symmetric with the process of closing the connection from within the application (where the application sends a 0-length message to tell ZeroMQ to close the connection). Conflicts: CMakeLists.txt
-
- 02 Jan, 2014 2 commits
-
-
Pieter Hintjens authored
-
Pieter Hintjens authored
- corporate copyright statements sit in AUTHORS file
-
- 15 Dec, 2013 1 commit
-
-
Trevor Bernard authored
-
- 07 Nov, 2013 1 commit
-
-
Mark Barbisan authored
-
- 01 Nov, 2013 1 commit
-
-
Erik Hugne authored
The tests are identical to the TCP ones, only the addressing is changed. Signed-off-by:
Erik Hugne <erik.hugne@ericsson.com>
-
- 18 Oct, 2013 1 commit
-
-
Laurent Alebarde authored
-
- 04 Oct, 2013 1 commit
-
-
Brandon Carpenter authored
Converts an initial strudel or "at sign" (@) in the Unix socket path to a NULL character ('\0') indicating that the socket uses the abstract namespace instead of the filesystem namespace. For instance, binding a socket to 'ipc://@/tmp/tester' will not create a file associated with the socket whereas binding to 'ipc:///tmp/tester' will create the file /tmp/tester. See issue 567 for more information.
-
- 19 Sep, 2013 4 commits
-
-
Richard Newton authored
-
Richard Newton authored
This reverts commit 0640d6d2.
-
Richard Newton authored
-
Richard Newton authored
-
- 14 Jul, 2013 1 commit
-
-
Christian Kamm authored
* Add lb_t::sendpipe() that returns the pipe that was used for sending, similar to fq_t::recvpipe(). * Add forwarder functions to dealer_t to access these two. * Add logic to req_t to ignore replies on pipes that are not the one where the request was sent. * Enable test in test_spec_req.
-
- 20 Mar, 2013 2 commits
-
-
Ken Steele authored
For atomic_counter and atomic_ptr classes, detect the Tile architecture using #if defined __tile__ matching ARM and Solaris and then use the Tile atomic instructions. Without this change, the default Mutex implementation is used, which is slower.
-
Pieter Hintjens authored
-
- 26 Feb, 2013 1 commit
-
-
Attila Mark authored
- option to set number of zmq threads on the command line for local_thr - option to set number of zmq_threads and workers in remote_thr - option to set SND/RCV buffer sizes on command line - option to set whether to PUSH/PULL on command line - option to set to use zmq_recv or zmq_msg for transfer on command line - better timing function - corrected and improved throughput reporting - HWM and DELAY socket options
-
- 04 Dec, 2012 1 commit
-
-
Stefan Radomski authored
- fixes LIBZMQ-476 and LIBZMQ-475
-
- 29 Oct, 2012 1 commit
-
-
Hardeep authored
- Created a new option ZMQ_ROUTER_RAW_SOCK - Added new raw_encoder and raw_decoder to receive and send messages in raw form to remote client - Added test case file tests/test_raw_sock.cpp o To create a raw router sock set the ZMQ_ROUTER_RAW_SOCK option o ZMQ_MSGMORE flag is ignored for non-id messages o To terminate a remote connection send id message followed by zero length data message
-
- 04 May, 2012 1 commit
-
-
Lourens Naudé authored
-
- 11 Feb, 2012 1 commit
-
-
Ian Barber authored
-
- 03 Dec, 2011 1 commit
-
-
Martin Sustrik authored
Signed-off-by:
Martin Sustrik <sustrik@250bpm.com>
-
- 21 Nov, 2011 1 commit
-
-
Martin Sustrik authored
Signed-off-by:
Martin Sustrik <sustrik@250bpm.com>
-
- 19 Nov, 2011 1 commit
-
-
Martin Sustrik authored
Signed-off-by:
Martin Sustrik <sustrik@250bpm.com>
-
- 09 Nov, 2011 1 commit
-
-
Martin Sustrik authored
- AJ Lewis added - Martin Lucina's email address changed Signed-off-by:
Martin Sustrik <sustrik@250bpm.com>
-
- 06 Nov, 2011 1 commit
-
-
Martin Sustrik authored
Signed-off-by:
Martin Sustrik <sustrik@250bpm.com>
-
- 29 Oct, 2011 1 commit
-
-
Martin Sustrik authored
Signed-off-by:
Martin Sustrik <sustrik@250bpm.com>
-
- 27 Oct, 2011 2 commits
-
-
Martin Sustrik authored
Signed-off-by:
Martin Sustrik <sustrik@250bpm.com>
-
Martin Sustrik authored
Signed-off-by:
Martin Sustrik <sustrik@250bpm.com>
-
- 15 Aug, 2011 1 commit
-
-
Ghislain Putois authored
Some small changes to prepare a cross-compilation for the Android platform Signed-off-by:
Ghislain Putois <ghpu@infonie.fr> Signed-off-by:
Martin Sustrik <sustrik@250bpm.com>
-
- 29 Jun, 2011 1 commit
-
-
Andrew Thompson authored
IPv6 addresses have colons and will produce invalid data for the getaddrinfo lookup. Signed-off-by:
Andrew Thompson <andy@fud.org.nz>
-