- 27 Jan, 2020 2 commits
-
-
Simon Giesecke authored
Solution: use static_cast instead
-
Simon Giesecke authored
Solution: add const
-
- 19 Oct, 2019 1 commit
-
-
Simon Giesecke authored
Solution: fix build issues
-
- 05 Sep, 2019 1 commit
-
-
somdoron authored
Solution: extract path and host from the address
-
- 05 Feb, 2019 1 commit
-
-
Simon Giesecke authored
Solution: use zmq_socklen_t
-
- 07 Aug, 2018 2 commits
-
-
Simon Giesecke authored
-
Simon Giesecke authored
-
- 28 May, 2018 1 commit
-
-
Simon Giesecke authored
Solution: introduced constant
-
- 27 May, 2018 1 commit
-
-
Simon Giesecke authored
Problem: inconsistent naming style for private data members, conflicts with naming of local variables and member functions Solution: apply and check _lower_case naming style for private data members
-
- 26 May, 2018 2 commits
-
-
Simon Giesecke authored
Solution: remove else
-
Simon Giesecke authored
Solution: define and apply parameter naming style: lower_case_
-
- 18 May, 2018 1 commit
-
-
Simon Giesecke authored
Solution: replace by C++-style casts
-
- 14 May, 2018 1 commit
-
-
Simon Giesecke authored
Solution: fix type specification
-
- 13 May, 2018 1 commit
-
-
Simon Giesecke authored
Solution: use proper types
-
- 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 1 commit
-
-
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.
-