- 01 Oct, 2018 2 commits
-
-
Anton Dimitrov authored
-
Anton Dimitrov authored
Solution: Add more information to the doc specifying that MAX_INT is the maximum possible return value.
-
- 13 Sep, 2018 1 commit
-
-
Francesco Montorsi authored
Add new HWM tests and more detailed documentation
-
- 15 Aug, 2018 1 commit
-
-
Szekely Gyorgy authored
* Add ZMQ_ROUTER_NOTIFY draft socket option
-
- 27 Jul, 2018 2 commits
-
-
Luca Boccassi authored
Solution: add it to the makefile
-
Luca Boccassi authored
Solution: add a manpage Fixes #3005
-
- 26 Jun, 2018 1 commit
-
-
jamesdillonharvey authored
* More info on conflate queue
-
- 21 Jun, 2018 1 commit
-
-
jamesdillonharvey authored
* update pair doc
-
- 25 May, 2018 1 commit
-
-
Simon Giesecke authored
Solution: use UINT16_MAX
-
- 22 May, 2018 1 commit
-
-
https://gith…Bill Torpey authored
* Update zmq_connect documentation to mention issue of multiple connects to the same endpoint
-
- 14 May, 2018 2 commits
-
-
Simon Giesecke authored
Solution: add symlinks to zmq_poller.txt
-
Simon Giesecke authored
Solution: add initial documentation
-
- 10 May, 2018 2 commits
-
-
Lionel Flandrin authored
Solution: update to document new binding options and IPv6 support
-
Lionel Flandrin authored
Solution: add a new ZMQ_MULTICAST_LOOP option for UDP sockets.
-
- 28 Apr, 2018 1 commit
-
-
Luca Boccassi authored
Solution: mention in manpage that if the timeout is not set and the interval is, the timeout will be equal to the interval
-
- 23 Apr, 2018 1 commit
-
-
Luca Boccassi authored
Solution: add note like for radio-dish Fixes: #3050
-
- 23 Mar, 2018 2 commits
-
-
Luca Boccassi authored
Solution: revert the revert! Revert "Problem: regression in 4.2.3 went unnoticed, want to release 4.2.5" This reverts commit 5f17e26f.
-
Luca Boccassi authored
Solution: revert DRAFT -> STABLE API transition so that we can do a bugfix-only 4.2.5 release. Will be re-reverted once tagged. Revert "Problem: ZMQ_BINDTODEVICE has met STABLE conditions" This reverts commit 3cb79f50. Revert "Problem: ZMQ_MSG_GSSAPI_* have met STABLE conditions" This reverts commit 374da420. Revert "Problem: ZMQ_MSG_T_SIZE has met STABLE conditions" This reverts commit 6411c4a2. Revert "Problem: docs say STABLE API still in DRAFT" This reverts commit 9f2f30b7.
-
- 21 Mar, 2018 5 commits
-
-
Luca Boccassi authored
Solution: fix it, as since 4.2.0 there is no ordering constraint anymore Fixes: #2854
-
Luca Boccassi authored
Solution: clarify it since it's a common source of confusion
-
Luca Boccassi authored
Solution: update them
-
Luca Boccassi authored
Solution: update manpages
-
Luca Boccassi authored
Solution: move it from DRAFT to STABLE since it's been in a public release, committed for 6+ months and has not changed. Given a new STABLE symbol has been added, bump minor version number.
-
- 15 Mar, 2018 1 commit
-
-
Pontus Sköldström authored
-
- 05 Mar, 2018 1 commit
-
-
Stefan Kaes authored
The zero copy decoding strategy implemented for 4.2.0 can lead to a large increase of main memory usage in some cases (I have seen one program go up to 40G from 10G after upgrading from 4.1.4). This commit adds a new option to contexts, called ZMQ_ZERO_COPY_RECV, which allows one to switch to the old decoding strategy.
-
- 02 Mar, 2018 1 commit
-
-
Luca Boccassi authored
Solultion: clarify that notifications for unique subs/unsubs are always passed, and these option only affect the behaviour for duplicated ones.
-
- 23 Nov, 2017 1 commit
-
-
fnaime authored
Problem: Wrong linger default value Solution: correct documentation
-
- 16 Nov, 2017 1 commit
-
-
Luca Boccassi authored
Solution: add them
-
- 10 Nov, 2017 1 commit
-
-
ebyrob authored
-
- 25 Oct, 2017 1 commit
-
-
f18m authored
Change ZMQ_THREAD_AFFINITY to ZMQ_THREAD_AFFINITY_CPU_ADD/ZMQ_THREAD_AFFINITY_CPU_REMOVE. Avoid prefix thread names when no prefix was set.
-
- 21 Oct, 2017 1 commit
-
-
Simon Giesecke authored
Solution: provide correct description Fixes #2789
-
- 18 Oct, 2017 1 commit
-
-
Simon Giesecke authored
* Clarify usage of zmq_close
-
- 17 Oct, 2017 5 commits
-
-
Luca Boccassi authored
Solution: mention that the STATISTICS command returns a message with 8 frames
-
Luca Boccassi authored
Solution: fix it
-
f18m authored
-
f18m authored
-
f18m authored
-
- 16 Oct, 2017 2 commits
-
-
Luca Boccassi authored
Solution: add a section in zmq_ctx_set's manpage
-
Luca Boccassi authored
Solution: mention that it is used on Linux when SCHED_OTHER is selected
-
- 09 Oct, 2017 1 commit
-
-
Luca Boccassi authored
Solution: add ZMQ_ZAP_ENFORCE_DOMAIN to hide backward incompatible change and make it disabled by default. In a future release that breaks API compatibility we can then switch the default to enabled in order to achieve full RFC compatibility. Fixes #2762
-