- 17 Sep, 2016 1 commit
-
-
Constantin Rack authored
Solution: replace tabes with spaces
-
- 21 Feb, 2016 2 commits
-
-
Luca Boccassi authored
Solution: fix it
-
Osiris authored
Solution: The Coverity Static Code Analyzer was used on libzmq code and found many issues with uninitialized member variables, some redefinition of variables hidding previous instances of same variable name and a couple of functions where return values were not checked, even though all other occurrences were checked (e.g. init_size() return).
-
- 18 Feb, 2016 1 commit
-
-
Osiris authored
Solution: Phase I - make precompiled.hpp be first file included in every source file
-
- 28 Jan, 2016 1 commit
-
-
Constantin Rack authored
Solution: update to 2016
-
- 24 Nov, 2015 1 commit
-
-
Fedor Sheremetyev authored
This reduces chances of race between writer deactivation and activation. Reader sends activation command to writer when number or messages is multiple of LWM. In situation with high throughput (millions of messages per second) and correspondingly large HWM (e.g. 10M) the difference between HWM needs to be large enough - so that activation command is received before pipe becomes full.
-
- 25 Sep, 2015 2 commits
-
-
Constantin Rack authored
-
Constantin Rack authored
-
- 06 Sep, 2015 1 commit
-
-
Constantin Rack authored
-
- 21 Aug, 2015 1 commit
-
-
Joe Eli McIlvain authored
Solution: Move the macros to a private header.
-
- 20 Aug, 2015 1 commit
-
-
Joe Eli McIlvain authored
Solution: Convert to spaces and remove trailing whitespace in these files.
-
- 16 Aug, 2015 1 commit
-
-
reza.ebrahimi authored
-
- 05 Jun, 2015 2 commits
-
-
Richard Newton authored
-
Richard Newton authored
-
- 02 Jun, 2015 1 commit
-
-
Pieter Hintjens authored
Of course people still "can" distributed the sources under the LGPLv3. However we provide COPYING.LESSER with additional grants. Solution: specify these grants in the header of each source file.
-
- 19 Feb, 2015 1 commit
-
-
Martin Hurton authored
Not adjusting the sent message count may lead to situation when SUB socket does not forward its subscriptions.
-
- 01 Feb, 2015 1 commit
-
-
somdoron authored
-
- 22 Jan, 2015 1 commit
-
-
Pieter Hintjens authored
Solution: update for 2015 Fixes #1320
-
- 09 Jan, 2015 1 commit
-
-
Thomas Rodgers authored
Revert "linking fd to pipe identity via socket option" This reverts commit fe3e8c5c. Conflicts: include/zmq.h src/pipe.hpp src/session_base.cpp
-
- 16 Oct, 2014 1 commit
-
-
Sergey M․ authored
-
- 14 Aug, 2014 1 commit
-
-
Martin Hurton authored
-
- 12 Aug, 2014 1 commit
-
-
Martin Hurton authored
-
- 08 Aug, 2014 1 commit
-
-
kreuzberger authored
-
- 30 Apr, 2014 1 commit
-
-
Stoian Ivanov authored
-
- 09 Feb, 2014 1 commit
-
-
Martin Hurton authored
Fixes #872
-
- 15 Jan, 2014 2 commits
-
-
Eric Cornelius authored
-
Eric Cornelius authored
Fixes LIBZMQ-584
-
- 12 Jan, 2014 1 commit
-
-
Martin Hurton authored
The get_credential () member function returns credential for the last peer we received message for. The idea is that this function is used to implement user-level API.
-
- 08 Jan, 2014 1 commit
-
-
Martin Hurton authored
-
- 06 Jan, 2014 1 commit
-
-
Martin Hurton authored
-
- 02 Jan, 2014 1 commit
-
-
Pieter Hintjens authored
-
- 15 Sep, 2013 1 commit
-
-
Richard Newton authored
-
- 14 Sep, 2013 1 commit
-
-
Richard Newton authored
-
- 20 Aug, 2013 1 commit
-
-
Ian Barber authored
-
- 19 Aug, 2013 1 commit
-
-
danielkr authored
-
- 18 Aug, 2013 1 commit
-
-
Ian Barber authored
These were exposed to users, but have subsequently been removed as sockopts. They are currently only being used by ZAP, so I've moved it to a simpl function call (actually it's only used in one case even in that, so there may be a further simplification possible there).
-
- 17 Aug, 2013 1 commit
-
-
danielkr authored
ZMQ_CONFLATE option is passed to pipepair() which creates a usual ypipe_t or ypipe_conflate_t and plugs it into pipe_t under a common abstract base.
-
- 22 Jun, 2013 1 commit
-
-
Martin Hurton authored
-
- 06 Jun, 2013 2 commits
-
-
Martin Hurton authored
-
Martin Hurton authored
-