- 21 Oct, 2017 2 commits
-
-
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 7 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
-
Luca Boccassi authored
Solution: add a section in zmq_ctx_set's manpage
-
Luca Boccassi authored
Solution: mention that it is used on Linux when SCHED_OTHER is selected
-
Luca Boccassi authored
Solution: this will break once the tested APIs move from DRAFT to STABLE so instead check for the specific macros.
-
f18m authored
* Background thread scheduling - add ZMQ_THREAD_AFFINITY ctx option; set all thread scheduling options from the context of the secondary thread instead of using the main process thread context! - change ZMQ_THREAD_PRIORITY to support setting NICE of the background thread when using SCHED_OTHER
-
- 13 Oct, 2017 2 commits
-
-
Constantin Rack authored
Add my RELICENSE
-
Matt Arsenault authored
-
- 09 Oct, 2017 5 commits
-
-
Constantin Rack authored
Problems: strict ZAP protocol adherence is backward incompatible, minor static analysis warnings
-
Luca Boccassi authored
Solution: add ZMQ_ZAP_ENFORCE_DOMAIN to hide backward incompatible change and make it disabled by default. In a future release that breaks API compatibility we can then switch the default to enabled in order to achieve full RFC compatibility. Fixes #2762
-
Luca Boccassi authored
Solution: remove unused zap_ipc_creds boolean variable
-
Luca Boccassi authored
Solution: fix it
-
Luca Boccassi authored
Solution: wrap bitwise ANDs in brackets as the static analyzer suggests
-
- 07 Oct, 2017 1 commit
-
-
Constantin Rack authored
-
- 06 Oct, 2017 2 commits
-
-
Constantin Rack authored
Problem: lcov autoconf macro out of date
-
Luca Boccassi authored
Solution: update it
-