- 18 Nov, 2018 1 commit
-
-
Luca Boccassi authored
Solution: do it
-
- 10 Aug, 2018 1 commit
-
-
Simon Giesecke authored
-
- 26 May, 2018 1 commit
-
-
Simon Giesecke authored
Solution: define and apply parameter naming style: lower_case_
-
- 22 May, 2018 1 commit
-
-
Simon Giesecke authored
Solution: removed
-
- 14 May, 2018 1 commit
-
-
Simon Giesecke authored
Solution: move conditional include directive to precompiled.hpp
-
- 02 Feb, 2018 1 commit
-
-
sigiesec authored
Solution: applied clang-format
-
- 06 Sep, 2017 3 commits
-
-
Luca Boccassi authored
Solution: fix it
-
Luca Boccassi authored
Solution: fix it
-
Luca Boccassi authored
Solution: split each stat into its own frame, to make it simpler and easier to use it, especially from high level bindings
-
- 05 Sep, 2017 2 commits
-
-
Luca Boccassi authored
Solution: ifdef it until it's declared stable
-
f18m authored
* Issue #2736: Add STATISTICS command to zmq_proxy_steerable()
-
- 22 Aug, 2017 1 commit
-
-
sigiesec authored
Solution: replace ETIMEDOUT within socket_poller_t and all client code by EAGAIN Fixes #2713
-
- 14 Apr, 2017 1 commit
-
-
BJovke authored
* Problem: Minor inconsistency in macro syntax. Solution: Code fixed.
-
- 11 Apr, 2017 1 commit
-
-
bjovke authored
Solution: fixed indentation and if/else block.
-
- 10 Apr, 2017 5 commits
- 30 Mar, 2017 1 commit
-
-
evoskuil authored
-
- 05 Dec, 2016 1 commit
-
-
Luca Boccassi authored
Solution: restore inclusion of poll.h if using poll before zmq.h as it was originally, as AIX redefines the POSIX structures and provides compatibility macros. Also add alternative aliases for 32 bit AIX's pollitem struct: events -> reqevents revents -> rtnevents
-
- 29 Sep, 2016 2 commits
-
-
Min RK authored
This should restore full compatibility with earlier zmq_poll behavior. It complicates things a little bit, as collisions must be detected, and when collisions are found: - event masks must be merged - pollitems, events arrays are no longer co-ordered Reverts the recent zmq_proxy patch to workaround the lack of repeat-item support in zmq_poll that is now fixed.
-
Min RK authored
zmq_poller doesn't allow a socket to appear twice
-
- 11 Jun, 2016 1 commit
-
-
Michael Lutz authored
Solution: Provide poll() for Windows as well. This is a build option that defaults to off as the resulting binary will only run on Windows Vista or newer. This is not tested with alternative Winsock service providers like VMCI, but the documentation for WSAPoll does not mention limitations. On my local machine, throughput improves by ~10 % (20 simultaneous remote_thr workes to one local_thr, 10 byte messages), while latency improves by ~30 % (measured with remote/local_lat).
-
- 14 May, 2016 1 commit
-
-
evoskuil authored
-
- 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
-
- 07 Jun, 2015 1 commit
-
-
Min RK 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.
-
- 27 May, 2015 1 commit
-
-
Rik van der Heijden authored
Fix another degradation, CPU maxes out when POLLOUT is set because poll exits on POLLOUT and doesn't wait for POLLIN.
-
- 24 May, 2015 1 commit
-
-
Rik van der Heijden authored
-
- 01 May, 2015 1 commit
-
-
Rik van der Heijden authored
-
- 22 Jan, 2015 1 commit
-
-
Pieter Hintjens authored
Solution: update for 2015 Fixes #1320
-
- 17 Feb, 2014 1 commit
-
-
Olaf Mandel authored
The decision about the poller mechanism to use (select, poll, ...) was done twice: once by the build system and once by the code in poller.hpp. As the build-system can actually detect the mechanisms available, prefer that result to the hard coded defaults in poller.hpp. At the same time, remove the duplicate detection of select() vs. poll()-variant from proxy.cpp, signaler.cpp and zmq.cpp. This patch has not been tested on many build platforms: especially the cmake build needs testing / patching. For the other builds, hard code the result as these these are all Windows platforms.
-
- 13 Feb, 2014 2 commits
-
-
Laurent Alebarde authored
This reverts commit 9ae6a91f.
-
Laurent Alebarde authored
This reverts commit bc7441f5.
-
- 28 Jan, 2014 1 commit
-
-
Laurent Alebarde authored
-
- 24 Jan, 2014 1 commit
-
-
Laurent Alebarde authored
-
- 20 Jan, 2014 1 commit
-
-
Laurent Alebarde authored
-
- 08 Jan, 2014 1 commit
-
-
Martin Hurton authored
-