- 09 Feb, 2016 1 commit
-
-
Luca Boccassi authored
Solution: rename socket option (and variables and files) from usefd to use_fd.
-
- 08 Feb, 2016 1 commit
-
-
Luca Boccassi authored
Solution: rename socket option (and variables and files) from pre_allocated_fd to usefd.
-
- 04 Feb, 2016 2 commits
-
-
Luca Boccassi authored
Solution: parse the value set by the ZMQ_PRE_ALLOCATED_FD sockopt when creating a new TCP socket and use it if valid. Add new tests/test_pre_allocated_fd_tcp.cpp unit test.
-
Luca Boccassi authored
Solution: parse the value set by the ZMQ_PRE_ALLOCATED_FD sockopt when creating a new IPC socket and use it if valid. Add new tests/test_pre_allocated_fd_ipc.cpp unit test.
-
- 30 Jan, 2016 1 commit
-
-
Jean-Christophe Fillion-Robin authored
This commit fixes the author warnings reported below. These tests have originally been introduced in zeromq/libzmq@5ebfd17 and zeromq/libzmq@5fe75f0. 8<---8<---8<---8<---8<---8<---8<---8<---8<---8<---8<--- CMake Warning (dev) at tests/CMakeLists.txt:133 (message): Test 'test_udp' is not known to CTest. This warning is for project developers. Use -Wno-dev to suppress it. CMake Warning (dev) at tests/CMakeLists.txt:133 (message): Test 'test_large_msg' is not known to CTest. This warning is for project developers. Use -Wno-dev to suppress it. 8<---8<---8<---8<---8<---8<---8<---8<---8<---8<---8<---
-
- 27 Jan, 2016 1 commit
-
-
somdoron authored
-
- 14 Jan, 2016 1 commit
-
-
Anonymous Maarten authored
found. Solution: Include the source directory Problem: _sleep is a library function of Windows. Solution: use sleep_
-
- 18 Dec, 2015 1 commit
-
-
somdoron authored
-
- 08 Dec, 2015 1 commit
-
-
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.
-
- 13 Nov, 2015 1 commit
-
-
Constantin Rack authored
Solution: add test case
-
- 23 Oct, 2015 2 commits
-
-
Anonymous Maarten authored
-
Anonymous Maarten authored
-
- 22 Oct, 2015 1 commit
-
-
somdoron authored
-
- 18 Oct, 2015 1 commit
-
-
somdoron authored
-
- 16 Aug, 2015 1 commit
-
-
somdoron authored
-
- 11 Aug, 2015 1 commit
-
-
Rik van der Heijden authored
-
- 29 Jun, 2015 1 commit
-
-
Dylan Cali authored
-
- 24 Jun, 2015 1 commit
-
-
Jonathan Reams authored
This commit adds ZMTP connection heartbeats described in http://rfc.zeromq.org/spec:37/ZMTP.
-
- 08 Jun, 2015 1 commit
-
-
Min RK authored
new allocation caused reference counters to lose track on copy
-
- 07 Jun, 2015 1 commit
-
-
Min RK authored
-
- 03 Jun, 2015 1 commit
-
-
Kapp Arnaud authored
Problem: zmq_setsockpt() returns success when changing the HWM after a bind or connect() even though the call has no effect. Solution: Introduce a failing test a reminder we need to patch it.
-
- 01 May, 2015 1 commit
-
-
Rik van der Heijden authored
-
- 12 Feb, 2015 2 commits
-
-
Doron Somech authored
-
somdoron authored
-
- 09 Feb, 2015 1 commit
-
-
Bryan Zimmerman authored
added version to builds other cleanup
-
- 26 Jan, 2015 1 commit
-
-
Julien Ruffin authored
ZMQ_INVERT_MATCHING reverses the PUB/SUB prefix matching. The subscription list becomes a rejection list. The PUB socket sends messages to all connected (X)SUB sockets that do not have any matching subscription. Whenever the option is used on a PUB/XPUB socket, any connecting SUB sockets must also set it or they will reject everything the publisher sends them. XSUB sockets are unaffected because they do not filter out incoming messages.
-
- 12 Aug, 2014 1 commit
-
-
kreuzberger authored
-
- 08 Aug, 2014 1 commit
-
-
kreuzberger authored
-
- 05 Aug, 2014 1 commit
-
-
Diego authored
-