- 03 Feb, 2020 1 commit
-
-
Simon Giesecke authored
Solution: add initial tests
-
- 27 Jan, 2020 1 commit
-
-
Simon Giesecke authored
Solution: consistently use virtual, override and final
-
- 08 Dec, 2019 4 commits
-
-
Simon Giesecke authored
Solution: remove else
-
Simon Giesecke authored
Solution: run clang-format
-
Simon Giesecke authored
Solution: use static_cast/reinterpret_cast instead
-
Simon Giesecke authored
Solution: fix identifier names
-
- 28 Jun, 2019 1 commit
-
-
Shubham Lagwankar authored
Solution: rename types/variables that are inconsistent
-
- 18 Apr, 2019 1 commit
-
-
Iwan Paolucci authored
Solution: libm and libsocket have to be linked explicitely
-
- 24 Mar, 2019 1 commit
-
-
Luca Boccassi authored
Solution: include unistd.h in unittest_poller.cpp
-
- 23 Mar, 2019 3 commits
-
-
Simon Giesecke authored
Solution: remove and add where needed
-
Simon Giesecke authored
Solution: use unity assertions instead
-
Simon Giesecke authored
Solution: move test utilities to separate testutil library
-
- 20 Mar, 2019 1 commit
-
-
Simon Giesecke authored
Solution: use appropriate test assertion macro
-
- 09 Nov, 2018 2 commits
-
-
Luca Boccassi authored
Solution: cast the unused variable
-
Shubham Lagwankar authored
* Problem: radix tree needs benchmarks and improvements Solution: add a benchmark and make suggested improvements
-
- 31 Oct, 2018 1 commit
-
-
Shubham Lagwankar authored
subscriptions increases Solution: use a radix tree instead of a trie to store subscriptions
-
- 09 Sep, 2018 1 commit
-
-
Christoph Schulz authored
- Lowercase all commands - Unify indent to 2 spaces - Remove spaces around brackets - Remove repitition of condition in else(...) and endif(...) Note: (re-)running CMake did not change the content of the generated files
-
- 15 Aug, 2018 1 commit
-
-
Wenbin Hou authored
Use ZeroMQ_SOURCE_DIR, ZeroMQ_BINARY_DIR instead of CMAKE_SOURCE_DIR, CMAKE_BINARY_DIR, which allows libzmq to become an "add_subdirectory" target (with static build). Otherwise, building unittest_xxx would complain header files not found.
-
- 06 Jun, 2018 1 commit
-
-
kermit authored
-
- 22 May, 2018 1 commit
-
-
Simon Giesecke authored
Solution: added test case, reproduces the likely cause for #3107
-
- 14 May, 2018 1 commit
-
-
Simon Giesecke authored
Solution: make proper boolean expression
-
- 09 May, 2018 1 commit
-
-
Lionel Flandrin authored
Solution: Add IPv6 support
-
- 04 May, 2018 2 commits
-
-
Lionel Flandrin authored
for multicast Solution: augment the UDP URL syntax to accept an interface specifier with a syntax similar to the PGM urls. Fixes #2212
-
Lionel Flandrin authored
Solution: factor the code into ip_resolver, add IPv6 support and unit tests.
-
- 03 May, 2018 3 commits
-
-
Lionel Flandrin authored
Solution: replace it with the ip_resolver code shared with the TCP address code It simplifies the UDP parsing code and makes it behave more like the TCP counterpart, in particular it's not possible to connect to hosts by name and bind by NIC names. It also adds support for "*" port resolving to 0 (useful to let the OS allocate the port number).
-
Lionel Flandrin authored
Solution: add unit tests
-
Lionel Flandrin authored
Solution: return an error in this situation but still allow using an explicit "0" if somebody really wants to connect to port 0. This shouldn't break any existing code because a "*" port was already rejected in an early test in the TCP path in zmq::socket_base_t::connect.
-
- 02 May, 2018 1 commit
-
-
Lionel Flandrin authored
Solution: Factor the code into a different file with a well defined API and add unit tests.
-
- 14 Mar, 2018 1 commit
-
-
Simon Giesecke authored
Solution: removed
-
- 02 Mar, 2018 11 commits
-
-
Luca Boccassi authored
Solution: correctly dereference pointer in test.
-
Simon Giesecke authored
Solution: Return an enum from rm instead of a bool, and adapt existing uses
-
Simon Giesecke authored
Solution: added test case
-
Simon Giesecke authored
Solution: introduce a type template argument
-
Simon Giesecke authored
Solution: added further test cases
-
Simon Giesecke authored
Solution: added test case, reduced code duplication in tests
-
Simon Giesecke authored
Solution: added unit test and assertions
-
Simon Giesecke authored
Solution: add test case
-
Simon Giesecke authored
Solution: added some test cases for rm
-
Simon Giesecke authored
Solution: added test case
-
Simon Giesecke authored
Solution: add some more test cases
-