- 26 Oct, 2017 3 commits
- 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 18 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
-
Doron Somech authored
Problem: Travis does not build with NORM
-
Luca Boccassi authored
Solution: install package and enable the build on some Linux jobs
-
Luca Boccassi authored
Add documentation for new steerable proxy command
-
f18m authored
-
Jim Klimov authored
Problems: autoconf does not use pkgconfig for NORM, deb packages do not build with libnorm
-
- 16 Oct, 2017 3 commits
-
-
Luca Boccassi authored
Solution: add dependency and configure flag
-
Luca Boccassi authored
Solution: use the pkgconfig macro as the first step and then fallback to manual checks
-
Constantin Rack authored
Problems: no documentation for new thread affinity and priority options, test_ctx_options only checks global DRAFT flag
-