- 19 Oct, 2019 1 commit
-
-
Simon Giesecke authored
Solution: fix build issues
-
- 25 Jul, 2019 1 commit
-
-
aixxe authored
Solution: Add ZMQ_HAVE_WINDOWS_TARGET_XP check to src/udp_address.cpp.
-
- 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
-
- 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: 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).
-
- 02 Feb, 2018 1 commit
-
-
sigiesec authored
Solution: applied clang-format
-
- 15 Nov, 2016 2 commits
-
-
Caleb Epstein authored
Solution: Fix typo of 'mutlicast' -> 'multicast'
-
Caleb Epstein authored
-
- 16 May, 2016 1 commit
-
-
somdoron authored
solution: enforce that dish and gram can only bind and radio can only connect
-
- 14 May, 2016 1 commit
-
-
evoskuil authored
-
- 29 Apr, 2016 1 commit
-
-
somdoron authored
-
- 21 Feb, 2016 2 commits
-
-
Luca Boccassi authored
Solution: fix it
-
Osiris authored
Solution: The Coverity Static Code Analyzer was used on libzmq code and found many issues with uninitialized member variables, some redefinition of variables hidding previous instances of same variable name and a couple of functions where return values were not checked, even though all other occurrences were checked (e.g. init_size() return).
-
- 18 Feb, 2016 1 commit
-
-
Osiris authored
Solution: Phase I - make precompiled.hpp be first file included in every source file
-
- 30 Jan, 2016 2 commits
-
-
somdoron authored
-
Joe Eli McIlvain authored
Resolves #1739.
-
- 29 Jan, 2016 1 commit
-
-
somdoron authored
-