- 18 May, 2019 5 commits
-
-
Luca Boccassi authored
Solution: unify the two APIs, as they are both still in DRAFT state and thus can be changed.
-
Luca Boccassi authored
Solution: fix them
-
Luca Boccassi authored
Solution: use unlikely to optimize for the most common case
-
Luca Boccassi authored
Solution: remove them, only public headers have to be ifdef'd
-
Luca Boccassi authored
Solution: list it
-
- 17 May, 2019 1 commit
-
-
imkcy9 authored
Support XPub socket send last value caching to last subscription pipe with ZMQ_XPUB_MANUAL_LAST_VALUE. (#3511) * Add ZMQ_XPUB_MANUAL_LAST_VALUE * Surpport xpub send last value caching to one pipe with ZMQ_XPUB_MANUAL_LAST_VALUE * Add test_xpubub_manual_last_value * Add relicense and doc
-
- 15 May, 2019 5 commits
-
-
Luca Boccassi authored
Problem: Potentially unitialized variable in #3508
-
jean-airoldie authored
Solution: Create a unique endpoint for each fcn call.
-
jean-airoldie authored
Solution: Initialized it
-
Simon Giesecke authored
Problem: Socket monitoring only allows ZMQ_PAIR
-
jean-airoldie authored
Solution: Allow ZMQ_PUB and ZMQ_PUSH sockets types for the monitoring. This way someone could create a ZMQ_PULL socket connected to multiple monitoring sockets at the same time.
-
- 10 May, 2019 2 commits
-
-
Doron Somech authored
Problem: PLAIN HELLO message incorrectly uses WELCOME literal
-
Simon Giesecke authored
Solution: change to HELLO
-
- 09 May, 2019 4 commits
-
-
Doron Somech authored
Problem: signature of zmq_poller_fd does is incompatible with regular…
-
Simon Giesecke authored
Solution: change return type to int (again) and return fd via an output parameter
-
Doron Somech authored
Problem: syntax error on Windows related to socket descriptor type
-
Simon Giesecke authored
Solution: use proper fd_t type, and also define and use a zmq_fd_t in the API
-
- 08 May, 2019 2 commits
-
-
Luca Boccassi authored
Problem: generated ZeroMQConfig.cmake does not work when only static …
-
Simon Giesecke authored
Solution: check for availability of shared/static libzmq targets
-
- 07 May, 2019 6 commits
-
-
Luca Boccassi authored
Some cleanup in CMakeLists.txt
-
Simon Giesecke authored
Solution: use check_cxx_symbol_exists resp. check_type_size instead
-
Simon Giesecke authored
Solution: Group include directives together at the beginning of the CMakeLists.txt file
-
Simon Giesecke authored
Solution: remove it
-
Simon Giesecke authored
Solution: fix spelling
-
Simon Giesecke authored
Solution: remove redundant debug output
-
- 06 May, 2019 3 commits
-
-
Luca Boccassi authored
Fix a typo in root CMakeLists.txt
-
Romain Moret authored
-
Romain Moret authored
-
- 04 May, 2019 2 commits
-
-
Doron Somech authored
Problem: build broken on Fedora 30
-
Luca Boccassi authored
Solution: use AC_COMPILE_IFELSE instead of AC_CHECK_FUNCS to check for strnlen, as the latter does not work anymore.
-
- 02 May, 2019 7 commits
-
-
Luca Boccassi authored
Problem: Missing doc & unit tests for zmq_poller_fd
-
jean-airoldie authored
Solution: Add some and document it.
-
jean-airoldie authored
Solution: Add doc & unit tests
-
Luca Boccassi authored
Problem: zmq_socket_monitor example did not include HANDSHAKE_SUCCEEDED event causing assert failure
-
normano authored
-
normano authored
-
normano authored
-
- 28 Apr, 2019 3 commits
-
-
Luca Boccassi authored
Problem: Cannot get thread safe socket fd
-
jean-airoldie authored
Solution: add one
-
jean-airoldie authored
Solution: Add a method to get the zmq_poller's signaler fd. Then we can associate a poller instance with every thread safe socket and use its fd.
-