- 10 May, 2018 3 commits
-
-
Lionel Flandrin authored
Solution: add a new ZMQ_MULTICAST_LOOP option for UDP sockets.
-
Luca Boccassi authored
Problem: test helper recv_string_expect_success ignores flags
-
Lionel Flandrin authored
Solution: pass the flags to zmq_recv
-
- 09 May, 2018 2 commits
-
-
Luca Boccassi authored
UDP Ipv6 support
-
Lionel Flandrin authored
Solution: Add IPv6 support
-
- 08 May, 2018 2 commits
-
-
Luca Boccassi authored
Add ip_resolver.cpp and ip_resolver.hpp for vs2015 libzmq project
-
Jorik Caljouw authored
-
- 07 May, 2018 2 commits
-
-
Constantin Rack authored
acinclude.m4: check if -latomic is needed.
-
Asaf Kahlon authored
On some cases, -latomic is needed for likning, and since the current acinclude.m4 checks only compilation we can sometimes miss the need for -latomic and the linking process will fail. Therefore, the AC_CHECK_IFELSE was replaced with AC_LINK_IFELSE. If the first try fails, we try to link again with -latomic and add LIBS="-latmoic" in case we succeeded. Signed-off-by: Asaf Kahlon <asafka7@gmail.com>
-
- 04 May, 2018 3 commits
-
-
Luca Boccassi authored
Mcast bind
-
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 5 commits
-
-
Luca Boccassi authored
Udp parser
-
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).
-
Lionel Flandrin authored
Solution: add unit tests
-
Luca Boccassi authored
Problem: ip_resolver allows wildcard ports for non-bindable sockets
-
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 5 commits
-
-
Luca Boccassi authored
Add me to AUTHORS + RELICENSE file
-
Lionel Flandrin authored
-
Lionel Flandrin authored
-
Luca Boccassi authored
Problem: address parsing code is tied to the TCP code
-
Lionel Flandrin authored
Solution: Factor the code into a different file with a well defined API and add unit tests.
-
- 30 Apr, 2018 2 commits
-
-
Simon Giesecke authored
More attempts to speed up Appveyor
-
Luca Boccassi authored
Solution: use 2013 images for all builds bar 2, to test newer versions
-
- 29 Apr, 2018 9 commits
-
-
Luca Boccassi authored
Solution: cache the git repository and build directory
-
Luca Boccassi authored
Solution: add -j flag to run them in paralle, cuts test runtime from ~80 to ~20 seconds
-
Luca Boccassi authored
Solution: set the equivalent flag
-
Luca Boccassi authored
Update android_build_helper.sh
-
Luca Boccassi authored
Update README.md
-
Axel Nennker authored
Minimum platform for arm is android-14
-
Axel Nennker authored
added missing = to export VARIABLE=VALUE
-
Luca Boccassi authored
use HTTPS when downloading a binary before excuting it check hashes
-
Axel Nennker authored
Changed the download URL to use HTTPS. Provided the hashes for version r10e Replaces /home/zmq by $HOME
-
- 28 Apr, 2018 4 commits
-
-
Doron Somech authored
Problem: heartbeat commands break REP session, unclear documentation
-
Luca Boccassi authored
Solution: check more socket type to cover other session managers. Increase timeout as the test now takes ~12 seconds.
-
Luca Boccassi authored
Solution: ignore command messages in the REQ session to avoid disrupting the state machine. Commands are handled by the engine before handing off to the session.
-
Luca Boccassi authored
Solution: mention in manpage that if the timeout is not set and the interval is, the timeout will be equal to the interval
-
- 27 Apr, 2018 2 commits
-
-
Luca Boccassi authored
Fix formatting in CONTRIBUTING
-
Dale Wijnand authored
Avoids the git instructions being all on one line.
-
- 25 Apr, 2018 1 commit
-
-
Luca Boccassi authored
Install relocatable dylibs (MacOS)
-