- 07 Feb, 2019 15 commits
-
-
Luca Boccassi authored
Revert 64 bit assertions
-
Simon Giesecke authored
This reverts commit ac19d5f4.
-
Simon Giesecke authored
This partially reverts commit 19c6aa5c.
-
Luca Boccassi authored
Add test for ZMQ_BINDTODEVICE
-
Simon Giesecke authored
Solution: return an error to the user instead
-
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 1 commit
-
-
Simon Giesecke authored
Solution: add const
-