- 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.
-
- 01 Feb, 2016 1 commit
-
-
Pieter Hintjens authored
- zmq_utils.h was removed - udp_address.cpp and udp_engine.cpp were added Solution: patch all affected build scripts
-
- 29 Jan, 2016 1 commit
-
-
somdoron authored
-
- 28 Jan, 2016 1 commit
-
-
somdoron authored
-
- 27 Jan, 2016 1 commit
-
-
somdoron authored
-
- 20 Jan, 2016 2 commits
-
-
Min RK authored
to avoid overflow for large messages send/recv still succeed for large messages, but `zmq_msg_size` must be used to get the true size.
-
Laszlo Boszormenyi (GCS) authored
-
- 15 Jan, 2016 2 commits
-
-
Min RK authored
-
Pieter Hintjens authored
Specifically, the RedHat tools. Solution: move this into packaging/
-
- 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
-
- 22 Oct, 2015 1 commit
-
-
somdoron authored
-
- 18 Oct, 2015 1 commit
-
-
somdoron authored
-
- 13 Sep, 2015 1 commit
-
-
Pieter Hintjens authored
These sockets deal only with single part data (at present), so the drop tests are misleading / inappropriate. Solution: remove them.
-
- 16 Aug, 2015 1 commit
-
-
somdoron authored
-
- 13 Aug, 2015 1 commit
-
-
sappo authored
Solution: Add prefix to fix test compilation
-
- 11 Aug, 2015 2 commits
-
-
Rik van der Heijden authored
-
Pieter Hintjens authored
Solution: specify the necessary EXTRA_DIST I added a Makefile.am in builds that covers all systems except msvc, which already has a Makefile.am that does this. Fixes #1505
-
- 20 Jul, 2015 2 commits
- 05 Jul, 2015 1 commit
-
-
Jens Auer authored
A memcpy is eliminated when receiving data on a ZMQ_STREAM socket. Instead of receiving into a static buffer and then copying the data into the buffer malloced in msg_t::init_size, the raw_decoder allocates the memory for together with the reference-counter and creates a msg_t object on top of that memory. This saves the memcpy operation. For small messages, data is still copied and the receive buffer is reused.
-
- 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.
-
- 14 Jun, 2015 1 commit
-
-
Jens Auer authored
The shared reference count was not shared but copied. msg_t cannot store the refcnt itsef but has to store a pointer to an externally allocated (shared) refcnter. The changes to lmsg are reverted to use content_t again. Howver, this introduces an allocation in v2_decoder when creating the message which can be avoided. When allocating the reception buffer, space is allocated for the maximum number of reference counts (8192 / max_vsm_size = 8192/64 = 128 zmq:atomic_counter objects). This increases the buffer by 128*sizeof(atomic_counter) = 128*4 = 512 bytes only. When creating a message, the refcnt member is set to the address of one of the pre-allocated atomic_counter_t objects. To do so, a new msg_t type zcmsg is introduced because msg::copy must discriminate between the message types when releasing memory.
-
- 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
-
- 05 Jun, 2015 1 commit
-
-
Richard Newton authored
-
- 04 Jun, 2015 1 commit
-
-
Pieter Hintjens authored
Solution: mark this as XFAIL
-
- 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 2 commits
-
-
Pieter Hintjens authored
Solution: fixed this in Makefile.am
-
Rik van der Heijden authored
-
- 18 Feb, 2015 1 commit
-
-
Thomas Rodgers authored
-
- 12 Feb, 2015 1 commit
-
-
somdoron authored
-
- 07 Feb, 2015 2 commits
-
-
Florian Ebeling authored
-
Florian Ebeling authored
-
- 02 Feb, 2015 3 commits