- 10 Nov, 2017 1 commit
-
-
ebyrob authored
-
- 09 Nov, 2017 2 commits
-
-
Luca Boccassi authored
add Haiku support
-
Jerome Duval authored
* link against libnetwork.so for network functions.
-
- 08 Nov, 2017 2 commits
-
-
Luca Boccassi authored
Problem: REQ socket with ZMQ_REQ_RELAXED does not report ZMQ_POLLOUT when queried for events after first message.
-
Rolf Timmermans authored
Problem: REQ socket with ZMQ_REQ_RELAXED does not report ZMQ_POLLOUT when queried for events after first message. Solution: Check for strictness before returning false if no reply has been received.
-
- 02 Nov, 2017 2 commits
-
-
Simon Giesecke authored
Problem: Sometimes on OSX we get ETIMEDOUT instead of EAGAIN
-
Anton Bärwald authored
Solution: Update errno value after calling usleep()
-
- 26 Oct, 2017 4 commits
-
-
Luca Boccassi authored
Optimize select on Windows; reduce code duplication in select_t
-
sigiesec authored
Solution: unified Windows & non-Windows code further
-
sigiesec authored
Solution: reduced code duplication by introducing local variables and new function trigger_events
-
sigiesec authored
same fds Solution: cache results of get_fd_family
-
- 25 Oct, 2017 4 commits
-
-
Luca Boccassi authored
Problem: wsa_events are initialized/destroyed within every loop
-
sigiesec authored
iteration even if not used Solution: Move wsa_events closer to usage
-
Luca Boccassi authored
Change ZMQ_THREAD_AFFINITY to ZMQ_THREAD_AFFINITY_CPU_ADD/REMOVE
-
f18m authored
Change ZMQ_THREAD_AFFINITY to ZMQ_THREAD_AFFINITY_CPU_ADD/ZMQ_THREAD_AFFINITY_CPU_REMOVE. Avoid prefix thread names when no prefix was set.
-
- 24 Oct, 2017 2 commits
-
-
Luca Boccassi authored
Partial Windows XP support
-
Yann Diorcet authored
-
- 23 Oct, 2017 2 commits
-
-
Luca Boccassi authored
Problem: one missed optimization opportunity for blob_t map lookup
-
Simon Giesecke authored
Solution: create referencing blob_t
-
- 22 Oct, 2017 2 commits
-
-
Luca Boccassi authored
Problem: use of std::map::insert is inefficient
-
Simon Giesecke authored
Solution: use std::map::emplace instead, where available
-
- 21 Oct, 2017 3 commits
-
-
Luca Boccassi authored
Problem: description of return value is cloned from zmq_atomic_counter_new
-
Simon Giesecke authored
Solution: provide correct description Fixes #2789
-
Simon Giesecke authored
* Problem: excessive memory allocations around blob_t Solution: redefine blob_t as a custom type, and use reference/move semantics where possible
-
- 18 Oct, 2017 3 commits
-
-
Simon Giesecke authored
* Clarify usage of zmq_close
-
Luca Boccassi authored
Problem: comment before sndtimeo/rcvtimeo does not specify dimension
-
sigiesec authored
Solution: add "milliseconds"
-
- 17 Oct, 2017 13 commits
-
-
Doron Somech authored
Problems: DRAFT build broken in CentOS 6, missing bits in documentation
-
Luca Boccassi authored
added note concerning issue 2788 to INSTALL
-
youRFate authored
-
Luca Boccassi authored
Solution: define __STDC_LIMIT_MACROS in test_timers.cpp before including testutil.hpp so that the definitions are included
-
Luca Boccassi authored
added libiphlpapi to PKGCFG_LIBS_PRIVATE for static mingw builds
-
Luca Boccassi authored
Solution: print unsigned integers instead of size_t to avoid the error: error: ISO C++ does not support the 'z' gnu_printf length modifier due to very old version of GCC.
-
youRFate authored
-
Luca Boccassi authored
Solution: mention that the STATISTICS command returns a message with 8 frames
-
Luca Boccassi authored
Solution: fix it
-
Luca Boccassi authored
Increase details in docs
-
f18m authored
-
f18m authored
-
f18m authored
* Add ZMQ_THREAD_NAME_PREFIX ctx option
-