- 08 Jul, 2019 1 commit
-
-
Luca Boccassi authored
Solution: fix them
-
- 27 Jun, 2019 3 commits
-
-
Luca Boccassi authored
Solution: restore separate zmq_unbind documentation, adding a note that the implementation might be shared but the semantics are different and should not be mixed. This avoids tying the API to the implementation details which might change for some engines.
-
Luca Boccassi authored
Solution: clearly advise users to avoid them in all cases to avoid unforseen problems. Also fix markdown syntax, applicable transport types and getter description.
-
jean-airoldie authored
Solution: Added a socket option to configure them at runtime.
-
- 17 Jun, 2019 1 commit
-
-
jean-airoldie authored
Make it explicit that the two functions are identical. Also document the expected disconnect behavior extensively and illustrate the difference between disconnecting a connected vs. bound endpoint.
-
- 10 Jun, 2019 1 commit
-
-
Christophe Guillon authored
-
- 31 May, 2019 1 commit
-
-
Andreas Rottmann authored
Solution: Explicitly explain message ownership semantics when the call fails. Fixes #3526.
-
- 24 May, 2019 1 commit
-
-
jackpimbert authored
Solution: Include a new section on configuring both ZMQ and the host OS tx/rx buffers to facilitate sending large messages at a high data rate with the PGM protocol.
-
- 18 May, 2019 2 commits
-
-
Luca Boccassi authored
Solution: unify the two APIs, as they are both still in DRAFT state and thus can be changed.
-
Luca Boccassi authored
Solution: fix them
-
- 17 May, 2019 1 commit
-
-
imkcy9 authored
Support XPub socket send last value caching to last subscription pipe with ZMQ_XPUB_MANUAL_LAST_VALUE. (#3511) * Add ZMQ_XPUB_MANUAL_LAST_VALUE * Surpport xpub send last value caching to one pipe with ZMQ_XPUB_MANUAL_LAST_VALUE * Add test_xpubub_manual_last_value * Add relicense and doc
-
- 15 May, 2019 1 commit
-
-
jean-airoldie authored
Solution: Allow ZMQ_PUB and ZMQ_PUSH sockets types for the monitoring. This way someone could create a ZMQ_PULL socket connected to multiple monitoring sockets at the same time.
-
- 09 May, 2019 1 commit
-
-
Simon Giesecke authored
Solution: change return type to int (again) and return fd via an output parameter
-
- 02 May, 2019 3 commits
-
-
jean-airoldie authored
Solution: Add some and document it.
-
jean-airoldie authored
Solution: Add doc & unit tests
-
normano authored
-
- 12 Apr, 2019 2 commits
-
-
Luca Boccassi authored
Solution: fix it
-
Luca Boccassi authored
Solution: add space between OR'ed values zmq_getsockopt.3 2472: warning [p 17, 9.5i, div '3tbd1,1', 0.5i]: can't break line zmq_setsockopt.3 3471: warning [p 24, 1.8i, div '3tbd1,1', 0.5i]: can't break line
-
- 23 Feb, 2019 1 commit
-
-
Eelis van der Weegen authored
Solution: Report memory allocation failure as ENOMEM so applications can handle it gracefully. Fixes #3427.
-
- 22 Feb, 2019 1 commit
-
-
Eelis van der Weegen authored
Solution: Revise the offending wording, adding a remark that zmq_poller_new will return NULL in case of failure. Fixes #3425.
-
- 20 Feb, 2019 1 commit
-
-
Simon Giesecke authored
Solution: remove extra const
-
- 10 Feb, 2019 1 commit
-
-
Luca Boccassi authored
Solution: add API and ZMQ_EVENT_PIPES_STATS event which generates 2 values, one for the egress and one for the ingress pipes respectively. Refactor the events code to be able to send multiple values.
-
- 07 Feb, 2019 4 commits
-
-
Luca Boccassi authored
Solution: update it
-
Luca Boccassi authored
Solution: add it to doc/Makefile.am
-
Luca Boccassi authored
Solution: fix formatting
-
Luca Boccassi authored
Solution: remove them for now
-
- 02 Feb, 2019 1 commit
-
-
Simon Giesecke authored
Solution: add initial version of documentation
-
- 27 Jan, 2019 1 commit
-
-
Luca Boccassi authored
Solution: mark test_rebind_ipc as XFAIL on Hurd as it does not implement getsockname on IPC and thus it's impossible to use wildcard IPC binds. Document that ZMQ_LAST_ENDPOINT does not work on Hurd with IPC.
-
- 15 Jan, 2019 1 commit
-
-
Luca Boccassi authored
Solution: remove documents and tests for ZMQ_THREAD_PRIORITY getter. It never worked and can never work as it has the same value as a get-only option ZMQ_SOCKET_LIMIT. It cannot be changed without breaking ABI. Note that the setter works fine as ZMQ_SOCKET_LIMIT is get-only.
-
- 14 Dec, 2018 1 commit
-
-
Erick Tryzelaar authored
Noticed there was a small typo in the documentation.
-
- 18 Nov, 2018 3 commits
-
-
Luca Boccassi authored
Solution: add it
-
Luca Boccassi authored
Solution: add one so that class-based bindings can easily use them
-
Luca Boccassi authored
Solution: do it
-
- 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
-