- 06 Feb, 2019 6 commits
-
-
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 7 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
-
Luca Boccassi authored
Solution: correctly set the ipv6 flag in the connecting socket
-
Luca Boccassi authored
Solution: add it to .gitignore
-
Luca Boccassi authored
Add v2 monitoring
-
- 02 Feb, 2019 10 commits
-
-
Simon Giesecke authored
Solution: add test case using ipv6
-
Simon Giesecke authored
Solution: fix address passed and refactor set_local_address to remove code duplication and unnecessary address parsing when ZMQ_USE_FD is used
-
Simon Giesecke authored
Problem: no assertions for endpoint addresses on ZMQ_EVENT_MONITOR_STOPPED and ZMQ_EVENT_LISTENING events Solution: added assertions
-
Simon Giesecke authored
Solution: close test socket
-
Simon Giesecke authored
Problem: stream listeners do not provide correct local and remote address information (test_monitor is failing) Solution: query local and remote addresses on accepting a connection
-
Simon Giesecke authored
Solution: added such assertions and extended test utilities
-
Simon Giesecke authored
Solution: dereference the pointer to the array before accessing the element
-
Simon Giesecke authored
Solution: add first test case
-
Simon Giesecke authored
Solution: move general monitoring test utilities to new testutil_monitoring
-
Simon Giesecke authored
Solution: add definition to zmq.h
-