- 15 Mar, 2015 1 commit
-
-
Dylan Cali authored
zmq_term and zmq_ctx_destroy are just aliases for zmq_ctx_term. that being the case use 'terminate' in the description for all three so there isn't any confusion about behavior. also update the deprecates list in zmq_ctx_term to include zmq_ctx_destroy.
-
- 08 Nov, 2014 1 commit
-
-
J.T. Conklin authored
behavior -> behaviour initialize -> initialse initialization -> initialisation
-
- 06 Nov, 2014 2 commits
-
-
Pieter Hintjens authored
Solution: use a sane value, e.g. 2 seconds Fixes #1247
-
Pieter Hintjens authored
Solution: document this with a clear warning. It would be nicer perhaps to change the default LINGER to e.g. a few seconds. However this could break existing applications.
-
- 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.
-
- 19 Jan, 2013 1 commit
-
-
Henrik authored
-
- 17 Jan, 2013 1 commit
-
-
MinRK authored
in order to avoid logical collisions with pre-existing notions of context destruction in bindings (czmq, pyzmq).
-
- 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
-
- 12 Mar, 2012 1 commit
-
-
staticfloat authored
-
- 15 Feb, 2012 1 commit
-
-
Pieter Hintjens authored
-
- 18 Dec, 2011 1 commit
-
-
Martin Lucina authored
Signed-off-by:
Martin Lucina <martin@lucina.net>
-
- 09 Apr, 2011 1 commit
-
-
Martin Sustrik authored
Signed-off-by:
Martin Sustrik <sustrik@250bpm.com>
-
- 09 Feb, 2011 1 commit
-
-
Martin Sustrik authored
Reaper thread destroys the socket asynchronously. zmq_term() can be interrupted by a signal (EINTR). zmq_socket() will return ETERM after zmq_term() was called. 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>
-
- 30 Oct, 2010 1 commit
-
-
Martin Sustrik authored
Signed-off-by:
Martin Sustrik <sustrik@250bpm.com>
-
- 04 Sep, 2010 1 commit
-
-
Martin Lucina authored
This reverts commit 77a3c36f.
-
- 08 Aug, 2010 1 commit
-
-
Pieter Hintjens authored
* Fixed zmq_term, zmq_socket, zmq_close, zmq_setsockopt, * zmq_getsockopt, zmq_bind, zmq_connect, zmq_send, * zmq_recv, zmq_poll, zmq_device, zmq_stopwatch_stop * Updated Reference Manual for these methods
-
- 04 Aug, 2010 1 commit
-
-
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
-
- 01 Jun, 2010 1 commit
-
-
Martin Lucina authored
-
- 10 Mar, 2010 1 commit
-
-
Martin Lucina authored
-
- 09 Mar, 2010 1 commit
-
-
Martin Lucina authored
-
- 10 Feb, 2010 1 commit
-
-
Martin Lucina authored
-