- 09 Feb, 2018 5 commits
-
-
Pontus Sköldström authored
Solves issue #2927
-
Luca Boccassi authored
Problem: assertion failure in poller_base.cpp:42
-
sigiesec authored
execution Solution: relax test assertion to what can be guaranteed
-
sigiesec authored
Solution: relaxed test assertions, based on the actual time passed, instead of assuming that this equals to the time slept
-
Simon Giesecke authored
load Solution: add assertions, partially in debug build only, improved naming
-
- 08 Feb, 2018 18 commits
-
-
Simon Giesecke authored
* Problem: race conditions for options.linger Solution: make options.linger atomic
-
Simon Giesecke authored
* Problem: std::atomic not used on Visual C++ although it is available Solution: change conditional compilation to recognize _MSC_VER
-
Luca Boccassi authored
Add windows poll build on Appveyor
-
Luca Boccassi authored
Problem: duplicated code, redundant member handle_valid, asymmetry between tcp_connecter and tcp_listener
-
Luca Boccassi authored
Problem: code duplication and unnecessary nesting around ZMQ_THREAD_SAFE querying
-
sigiesec authored
querying Solution: remove code duplication and rearrange conditions
-
Luca Boccassi authored
Problem: code style issues in mechanism_t and socket_base_t
-
Luca Boccassi authored
Problem: several fields are non-const without need
-
Luca Boccassi authored
Problem: unreachable code around socket_base_t::add/remove_signaler
-
Luca Boccassi authored
fix Windows Intel compiler build failure
-
Tetsuya Hayashi authored
-
Simon Giesecke authored
Solution: add appveyor job
-
Simon Giesecke authored
tcp_connecter and tcp_listener Solution: remove duplication and redundant member, align handling of handle in tcp_connecter and tcp_listener
-
sigiesec authored
Solution: use simpler operations, construct std::string only once
-
sigiesec authored
unnecessary construction of temporary std::string Solution: removed duplication, removed construction of std::string
-
sigiesec authored
Solution: add const where easily possible
-
sigiesec authored
Solution: replaced by assertion
-
Luca Boccassi authored
Problem: inconsistent formatting
-
- 04 Feb, 2018 3 commits
-
-
Luca Boccassi authored
Revert "Problem: Windows Intel compiler build broken"
-
Luca Boccassi authored
-
Luca Boccassi authored
Problem: Windows Intel compiler build broken
-
- 03 Feb, 2018 1 commit
-
-
Tetsuya Hayashi authored
-
- 02 Feb, 2018 9 commits
-
-
sigiesec authored
Solution: fix CMAKE_MODULES_PATH
-
sigiesec authored
Solution: fix execution directory
-
sigiesec authored
Solution: explicitly select clang-5.0
-
sigiesec authored
Solution: restrict to src, tests, perf, tools and include directories
-
sigiesec authored
Solution: add clang-format to cmake, and add another travis-ci build type
-
sigiesec authored
Solution: applied clang-format
-
sigiesec authored
Solution: added .clang-format file
-
Luca Boccassi authored
Problem: ZMQ_DISH triggers assert when hitting the watermark(?)
-
Pontus Sköldström authored
Solves issue #2907 by checking whether the msg already has a group
-
- 01 Feb, 2018 2 commits
-
-
Luca Boccassi authored
Improve handling of Jenkinsfile failed testlog archives
-
Jim Klimov authored
Port from zproject / czmq : Jenkinsfile : * add RETRY_NUMBER suffix to test-suite tarballs * and set build UNSTABLE if retries were needed
-
- 31 Jan, 2018 2 commits
-
-
Luca Boccassi authored
Problem: in case of exhausted resources on creation of a context, assertions are triggered
-
sigiesec authored
Solution: signal error to caller, and apply appropriate cleanup
-