- 07 Feb, 2019 1 commit
-
-
Luca Boccassi authored
Solution: add it to doc/Makefile.am
-
- 27 Jul, 2018 2 commits
-
-
Luca Boccassi authored
Solution: add it to the makefile
-
Luca Boccassi authored
Solution: add a manpage Fixes #3005
-
- 21 Apr, 2017 1 commit
-
-
Jim Garlick authored
Problem: zmq_gssapi.7 was not mentioned in doc/Makefile.am Solution: add man page to MAN7 in doc/Makefile.am
-
- 26 Dec, 2016 1 commit
-
-
Luca Boccassi authored
Solution: add manpage
-
- 29 Apr, 2016 1 commit
-
-
somdoron authored
-
- 06 Mar, 2016 1 commit
-
-
Luca Boccassi authored
Solution: add the document files to the MAN_DOC and MAN_HTML targets in doc/Makefile.am only if BUILD_DOC and INSTALL_MAN are set, otherwise leave the targets empty to avoid errors in make distcheck.
-
- 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.
-
- 11 Sep, 2015 1 commit
-
-
Pieter Hintjens authored
Solution: add man pages/sections for: * ZMQ_SERVER * ZMQ_CLIENT * ZMQ_THREADSAFE * zmq_msg_routing_id * zmq_msg_set_routing_id
-
- 06 Jun, 2015 1 commit
-
-
Jason Unovitch authored
Enable install of man pages when BUILD_DOC is not set by shifting INSTALL_MAN outside of BUILD_DOC's if/endif
-
- 23 Dec, 2014 1 commit
-
-
Pieter Hintjens authored
Solution: as libzmq already provides this across all platforms, expose an atomic counter API. I've not wrapped atomic pointers, though someone who needs this may want to do so.
-
- 07 Dec, 2014 1 commit
-
-
Pieter Hintjens authored
There is zero benefit to this, and some confusion due to the special case nature of this man page. Solution: delete the zmq_epgm man page.
-
- 14 Oct, 2014 1 commit
-
-
Phillip Mienk authored
-
- 25 Jul, 2014 1 commit
-
-
Pieter Hintjens authored
Solution: fix Makefile.am As per Richard Sharpe on zeromq-dev.
-
- 18 Jun, 2014 1 commit
-
-
Pieter Hintjens authored
As libzmq is compiled with optional transports and security mechanisms, there is no clean way for applications to determine what capabilities are actually available in a given libzmq instance. Solution: provide an API specifically for capability reporting. The zmq_has () method is meant to be open ended. It accepts a string so that we can add arbitrary capabilities without breaking existing applications. zmq.h also defines ZMQ_HAS_CAPABILITIES when this method is provided.
-
- 29 Apr, 2014 1 commit
-
-
Pieter Hintjens authored
- also removed deprecated man pages from Makefile - they remain in repository for reference
-
- 03 Mar, 2014 1 commit
-
-
Pieter Hintjens authored
-
- 13 Feb, 2014 1 commit
-
-
Laurent Alebarde authored
-
- 29 Jan, 2014 1 commit
-
-
Pieter Hintjens authored
- spaces instead of tabs for indentation - fixed levels under EXAMPLE USAGE - added to Makefile.am
-
- 05 Nov, 2013 1 commit
-
-
Erik Hugne authored
Signed-off-by:
Erik Hugne <erik.hugne@ericsson.com>
-
- 18 Oct, 2013 1 commit
-
-
Laurent Alebarde authored
-
- 30 Sep, 2013 1 commit
-
-
Pieter Hintjens authored
* Added new man page for this * Added test case, in tests/test_security_curve.cpp * Noted in zmq_utils.h that these methods are documented
-
- 20 Sep, 2013 1 commit
-
-
Pieter Hintjens authored
-
- 15 Sep, 2013 1 commit
-
-
Pieter Hintjens authored
* Removed redundant Z85 code and include files from project * Simplified use of headers in test cases (now they all just use testutil.hpp) * Export zmq_z85_encode() and zmq_z85_decode() in API * Added man pages for these two functions
-
- 15 May, 2013 1 commit
-
-
Pieter Hintjens authored
* ZMQ_PLAIN_SERVER, ZMQ_PLAIN_USERNAME, ZMQ_PLAIN_PASSWORD options * Man page changes to zmq_setsockopt and zmq_getsockopt * Man pages for ZMQ_NULL, ZMQ_PLAIN, and ZMQ_CURVE * Test program test_security
-
- 17 Jan, 2013 1 commit
-
-
MinRK authored
in order to avoid logical collisions with pre-existing notions of context destruction in bindings (czmq, pyzmq).
-
- 19 Oct, 2012 1 commit
-
-
Pieter Hintjens authored
-
- 21 Sep, 2012 1 commit
-
-
Lourens Naudé authored
Significantly reworked the monitoring infrastructure with a more granular per socket API and to play well with monitoring endpoints in application threads
-
- 07 Sep, 2012 1 commit
-
-
Pieter Hintjens authored
* zmq_device is now a wrapper that calls zmq_proxy * zmq_proxy adds capture socket
-
- 22 May, 2012 2 commits
-
-
Lourens Naudé authored
-
Lourens Naudé authored
-
- 20 Mar, 2012 1 commit
-
-
Pieter Hintjens authored
* Implemented new ctx API (_new, _destroy, _get, _set) * Removed 'typesafe' macros from zmq.h * Added support for MAX_SOCKETS (was tied into change for #337) * Created new man pages
-
- 16 Mar, 2012 1 commit
-
-
Pieter Hintjens authored
- reverted commit 941be8d2. - fixed zmq_device implementation for latest socket_base class - added back zmq_device.3 man page
-
- 16 Feb, 2012 2 commits
-
-
Pieter Hintjens authored
-
Pieter Hintjens authored
* Added zmq_msg_poke for orthogonality * Added zmq_msg_more for simplicity * Fixed up man pages and test program
-
- 15 Feb, 2012 1 commit
-
-
Pieter Hintjens authored
-
- 21 Nov, 2011 1 commit
-
-
Philip Kovacs authored
Signed-off-by:
Philip Kovacs <phil@philkovacs.com>
-
- 06 Nov, 2011 1 commit
-
-
Chuck Remes authored
The new function allows to retrieve options (flags) from zmq_msg_t. Signed-off-by:
Chuck Remes <cremes@mac.com> Renamed from zmq_msg_flags to zmq_getmsgopt Signed-off-by:
Martin Sustrik <sustrik@250bpm.com>
-
- 11 Jul, 2011 1 commit
-
-
Martin Sustrik authored
Signed-off-by:
Martin Sustrik <sustrik@250bpm.com>
-
- 24 Mar, 2011 1 commit
-
-
Martin Sustrik authored
Signed-off-by:
Martin Sustrik <sustrik@250bpm.com>
-