- 16 Dec, 2018 1 commit
-
-
Simon Giesecke authored
Solution: migrate to unity
-
- 02 Feb, 2018 1 commit
-
-
sigiesec authored
Solution: applied clang-format
-
- 10 Nov, 2017 1 commit
-
-
Luca Boccassi authored
Solution: bind to wildcard and let the OS pick a free port instead of using an hard-coded 12345 TCP port
-
- 06 Dec, 2016 1 commit
-
-
Luca Boccassi authored
Solution: remove them as they are already in testutil.hpp
-
- 12 Feb, 2016 2 commits
-
-
Pieter Hintjens authored
There were numerous small issues with test cases: - some lacked the right source file header - some were not portable at all - some were using internal libzmq APIs (headers) Solution: fixed and cleaned up.
-
Pieter Hintjens authored
There were numerous small issues with test cases: - some lacked the right source file header - some were not portable at all - some were using internal libzmq APIs (headers) Solution: fixed and cleaned up.
-
- 06 Feb, 2016 1 commit
-
-
Michael authored
added conditional includes for unix / windows
-
- 30 Jan, 2016 1 commit
-
-
Jean-Christophe Fillion-Robin authored
This commit addresses the following warnings reported on gcc 5.2.1. In the future, this will help reduce the "noise" and help catch warnings revealing a serious problem. 8<---8<---8<---8<---8<---8<---8<---8<---8<---8<---8<---8<---8<--- /path/to/libzmq/tests/test_stream_exceeds_buffer.cpp: In function ‘int main()’: /path/to/libzmq/tests/test_stream_exceeds_buffer.cpp:19:9: warning: variable ‘rc’ set but not used [-Wunused-but-set-variable] int rc = setsockopt(server_sock, SOL_SOCKET, SO_REUSEADDR, &enable, sizeof(enable)); ^ 8<---8<---8<---8<---8<---8<---8<---8<---8<---8<---8<---8<---8<---
-
- 02 Sep, 2015 1 commit
-
-
Pieter Hintjens authored
-
- 20 Jul, 2015 1 commit
-
-
Jens Auer authored
Fixed wrong message::init arguments.
-