- 09 Dec, 2015 1 commit
-
-
Sathish Yenna authored
-
- 08 Dec, 2015 2 commits
-
-
Luca Boccassi authored
Solution: do not include vmci header outside of vmci IFDEF Fixes issue #1655
-
Ilya Kulakov authored
VMCI transport allows fast communication between the Host and a virtual machine, between virtual machines on the same host, and within a virtual machine (like IPC). It requires VMware to be installed on the host and Guest Additions to be installed on a guest.
-
- 30 Nov, 2015 1 commit
-
-
Charles Stanley authored
-
- 09 Oct, 2015 1 commit
-
-
Charles Stanley authored
-
- 08 Sep, 2015 1 commit
-
-
KIU Shueng Chuan authored
-
- 06 Sep, 2015 1 commit
-
-
Constantin Rack authored
-
- 21 Aug, 2015 1 commit
-
-
Joe Eli McIlvain authored
Solution: Move the macros to a private header.
-
- 20 Aug, 2015 1 commit
-
-
Joe Eli McIlvain authored
Solution: Convert to spaces and remove trailing whitespace in these files.
-
- 16 Aug, 2015 3 commits
-
-
reza.ebrahimi authored
-
somdoron authored
-
somdoron authored
-
- 11 Aug, 2015 1 commit
-
-
Rik van der Heijden authored
-
- 22 Jul, 2015 1 commit
-
-
Brian Silverman authored
Previously, AddressSanitizer flagged leaks when running tests/test_many_sockets.cpp.
-
- 23 Jun, 2015 1 commit
-
-
Constantin Rack authored
-
- 05 Jun, 2015 2 commits
-
-
Richard Newton authored
-
Richard Newton authored
-
- 02 Jun, 2015 2 commits
-
-
Pieter Hintjens authored
Of course people still "can" distributed the sources under the LGPLv3. However we provide COPYING.LESSER with additional grants. Solution: specify these grants in the header of each source file.
-
ALEKSANDR MELNIKOV authored
-
- 23 May, 2015 1 commit
-
-
Constantin Rack authored
-
- 12 Feb, 2015 2 commits
- 02 Feb, 2015 1 commit
-
-
somdoron authored
-
- 01 Feb, 2015 1 commit
-
-
somdoron authored
-
- 22 Jan, 2015 1 commit
-
-
Pieter Hintjens authored
Solution: update for 2015 Fixes #1320
-
- 09 Jan, 2015 1 commit
-
-
Thomas Rodgers authored
Revert "linking fd to pipe identity via socket option" This reverts commit fe3e8c5c. Conflicts: include/zmq.h src/pipe.hpp src/session_base.cpp
-
- 24 Nov, 2014 1 commit
-
-
Martin Hurton authored
-
- 17 Nov, 2014 1 commit
-
-
Pieter Hintjens authored
Solution: set defaults back to infinity, and add new context option, ZMQ_BLOCKY that the user can set to false to get a less surprising behavior on context termination. Eg. zmq_ctx_set (ctx, ZMQ_BLOCKY, false);
-
- 27 Oct, 2014 1 commit
-
-
lysyloren authored
-
- 13 Aug, 2014 1 commit
-
-
Martin Hurton authored
-
- 09 Jul, 2014 2 commits
-
-
Martin Hurton authored
-
Martin Hurton authored
-
- 25 Jun, 2014 2 commits
-
-
Pieter Hintjens authored
Solution: set errno to EINVAL when tcp:// endpoint is invalid (was just leaving errno to previous value).
-
Pieter Hintjens authored
-
- 24 Jun, 2014 1 commit
-
-
Pieter Hintjens authored
Since https://github.com/zeromq/libzmq/commit/350a1a, TCP addresses get resolved asynchronously, so zmq_connect no longer returned an error on incorrect addresses. This is troublesome since we rely on some error checking to catch blatant errors. Solution add some upfront syntax checking that catches at least the obvious kinds of errors (invalid characters, wrong or missing port number).
-
- 23 May, 2014 1 commit
-
-
Martin Hurton authored
-
- 21 May, 2014 1 commit
-
-
Martin Hurton authored
- limit visibility of pending_connection_t - add const qualifiers
-
- 20 May, 2014 1 commit
-
-
Martin Hurton authored
- add const modifier to address parameter of event generating functions
-
- 30 Apr, 2014 1 commit
-
-
Stoian Ivanov authored
-
- 28 Apr, 2014 1 commit
-
-
Pieter Hintjens authored
Specifically: * zmq_event_t should not be used internally in libzmq, it was meant to be an outward facing structure. * In 4.x, zmq_event_t does not correspond to monitor events, so I removed the structure entirely. * man page for zmq_socket_monitor is incomplete and the example code was particularly nasty. * test_monitor.cpp needed rewriting, it was not clean.
-