- 07 Feb, 2019 10 commits
-
-
Simon Giesecke authored
Solution: add test case run with cap_net_admin Fixes #3397
-
Doron Somech authored
Problem: test build fails on 32 bit systems
-
Simon Giesecke authored
Solution: define UNITY_SUPPORT_64 to force 64 bit support
-
Luca Boccassi authored
Fix regression introduced by 68d520ef
-
Simon Giesecke authored
Solution: run clang-format
-
Simon Giesecke authored
Solution: added TODO comment for now
-
Simon Giesecke authored
Solution: move unblock call to original location
-
Simon Giesecke authored
Solution: make compilation conditional
-
Simon Giesecke authored
Solution: add test case
-
Simon Giesecke authored
Solution: restore "local" flag values in call to resolve Fixes #3394
-
- 06 Feb, 2019 9 commits
-
-
Luca Boccassi authored
Problem: invoking the conditional variable for zero time is expensive
-
Luca Boccassi authored
Add v2 monitoring ipc/tipc tests
-
somdoron authored
Solution: for zero timeout, unlock and relock immediately instead of timedwait
-
Simon Giesecke authored
Solution: increase size to 256
-
Simon Giesecke authored
Solution: use addrlen to determine the length
-
Simon Giesecke authored
Solution: rename data member
-
Simon Giesecke authored
Solution: use memcpy instead
-
Simon Giesecke authored
Solution: output as hex instead
-
Simon Giesecke authored
Solution: add test cases
-
- 05 Feb, 2019 15 commits
-
-
Simon Giesecke authored
Problem: build broken with newer gcc
-
Luca Boccassi authored
Solution: add missing includes to stream_listener_base
-
Luca Boccassi authored
Problem: close always fails with wildcard bind, since directory is no…
-
Simon Giesecke authored
Solution: unlink the socket file first
-
Luca Boccassi authored
Problem: missing include directive for close/closesocket
-
Simon Giesecke authored
Solution: add appropriate includes
-
Luca Boccassi authored
Remove socks/tcp code duplication
-
Luca Boccassi authored
Problem: tcp address strings are dependent on locale
-
Simon Giesecke authored
Solution: use sprintf instead of std::stringstream Fixes #3385
-
Simon Giesecke authored
Solution: use zmq_socklen_t
-
Simon Giesecke authored
Solution: reuse string lengths and use memcpy instead
-
Simon Giesecke authored
Solution: change preprocessor guard scope
-
Simon Giesecke authored
Solution: change to use get_socket_address
-
Simon Giesecke authored
Solution: use tcp_open_socket function
-
Simon Giesecke authored
Problem: tcp_connecter_t and tcp_listener_t duplicate code around opening and configuring a TCP socket Solution: extract common parts into tcp_open_socket function
-
- 04 Feb, 2019 2 commits
-
-
Simon Giesecke authored
Solution: add const
-
Simon Giesecke authored
Solution: let socks_connecter_t derive from stream_connecter_base_t and remove duplicate code
-
- 03 Feb, 2019 4 commits
-
-
Simon Giesecke authored
Problem: tipc disconnect does not work anymore
-
Luca Boccassi authored
Solution: change back the indentifier endpoint to the one passed by the user rather than the resolved one, otherwise when the user passes the same string to the disconnect call they do not match anymore
-
Simon Giesecke authored
Problems: ipv6 test_monitor hangs, old Windows build fails
-
Luca Boccassi authored
Solution: define uint64_t if not available in the system headers and remove inclusion of inttypes.h which does not exist and is already conditionally included in zmq.h if required, do not use PRIx64
-