- 09 Apr, 2020 1 commit
-
-
Gudmundur Adalsteinsson authored
* Problem: boilerplate when init msg from data copy Solution: Add zmq_msg_init_buffer to construct a message by copying memory from buffer.
-
- 14 May, 2018 1 commit
-
-
Simon Giesecke authored
Solution: add initial documentation
-
- 23 Jun, 2017 1 commit
-
-
Emanuel Koczwara authored
Fixed minor typo.
-
- 26 Dec, 2016 1 commit
-
-
Luca Boccassi authored
Solution: add manpage
-
- 21 Nov, 2016 1 commit
-
-
Richard Janis Goldschmidt authored
-
- 29 Apr, 2016 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.
-
- 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.
-
- 08 Nov, 2014 1 commit
-
-
J.T. Conklin authored
behavior -> behaviour initialize -> initialse initialization -> initialisation
-
- 29 Apr, 2014 1 commit
-
-
Pieter Hintjens authored
- also removed deprecated man pages from Makefile - they remain in repository for reference
-
- 28 Apr, 2014 1 commit
-
-
Pieter Hintjens authored
-
- 28 Oct, 2013 1 commit
-
-
Pieter Hintjens 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
-
- 20 Jun, 2013 1 commit
-
-
Pieter Hintjens authored
- ZMQ_CURVE_PUBLICKEY for clients and servers - ZMQ_CURVE_SECRETKEY for clients - ZMQ_CURVE_SERVERKEY for clients - ZMQ_CURVE_SERVER for servers - added tools/curve_keygen.c as example - updated man pages
-
- 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
-
- 15 Apr, 2013 1 commit
-
-
Pieter Hintjens authored
contributors and doesn't reflect the real process. I've taken out all named authors and referred to the contribution policy. Hopefully this will improve the contributions to the man pages.
-
- 17 Jan, 2013 1 commit
-
-
MinRK authored
in order to avoid logical collisions with pre-existing notions of context destruction in bindings (czmq, pyzmq).
-
- 07 Sep, 2012 1 commit
-
-
Pieter Hintjens authored
* zmq_device is now a wrapper that calls zmq_proxy * zmq_proxy adds capture socket
-
- 06 Sep, 2012 1 commit
-
-
Pieter Hintjens authored
-
- 22 May, 2012 2 commits
-
-
Lourens Naudé authored
-
Lourens Naudé authored
-
- 21 May, 2012 1 commit
-
-
Ricardo Catalinas Jiménez authored
The PGM transport supports the omission of the network interface to select the default one like: announce.connect("epgm://eth0;239.255.128.46:64646"); // Use eth0 announce.connect("epgm://239.255.128.46:64646"); // Use the default Also, mention C++ in the additional community bindings of 0MQ in zmq.txt.
-
- 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 2 commits
-
-
Pieter Hintjens authored
-
Pieter Hintjens authored
-
- 18 Dec, 2011 1 commit
-
-
Martin Lucina authored
Signed-off-by:
Martin Lucina <martin@lucina.net>
-
- 18 Jul, 2011 1 commit
-
-
Martin Sustrik authored
Signed-off-by:
Martin Sustrik <sustrik@250bpm.com>
-
- 01 Dec, 2010 1 commit
-
-
Martin Lucina authored
- Clarify ZMQ_LINGER, zmq_close (), zmq_term () relationship - New socket options - Clarify thread safety of sockets and migration between threads - Other minor and spelling fixes Signed-off-by:
Martin Lucina <mato@kotelna.sk>
-
- 04 Sep, 2010 3 commits
-
-
Martin Lucina authored
This reverts commit 77a3c36f.
-
Martin Lucina authored
This reverts commit 13f3481e. Conflicts: doc/zmq_device.txt doc/zmq_tcp.txt
-
Martin Lucina authored
This reverts commit de017375.
-
- 18 Aug, 2010 1 commit
-
-
Martin Sustrik authored
-
- 11 Aug, 2010 1 commit
-
-
Pieter Hintjens authored
-
- 04 Aug, 2010 2 commits
-
-
Pieter Hintjens authored
- fixed unwrapped text in new man pages - fixed over-long lines in older pages, where possible - removed reference to old standalong devices from index page - added refernce to new zmq_device[3] documented from index page - some minor spelling corrections
-
Pieter Hintjens authored
* Added documentation for zmq_deviced, which we're developing * Created consistent page footer in documentation template * Page footer notes doc authors and copyright statement
-
- 03 Jun, 2010 1 commit
-
-
Martin Lucina authored
-