- 19 Mar, 2017 10 commits
-
-
Andre Caron authored
-
Luca Boccassi authored
RELICENSE: Christopher Dolan grant
-
Christopher Dolan authored
-
Constantin Rack authored
RELICENSE: Yuval Langer grant
-
Yuval Langer authored
-
Luca Boccassi authored
Add relicensing agreement for Elliot Saba
-
Luca Boccassi authored
Relicense permission by Paul Colomiets
-
Elliot Saba authored
-
Paul Colomiets authored
-
mlodew authored
Fixed path to lib and dll files.
-
- 17 Mar, 2017 4 commits
-
-
Doron Somech authored
RELICENSE: Added templates for relicensing
-
Roy Lenferink authored
-
Luca Boccassi authored
RELICENSE: License grant by Roy Lenferink
-
Roy Lenferink authored
-
- 16 Mar, 2017 2 commits
-
-
Luca Boccassi authored
zmq_curve_keypair(): return result from crypto_box_keypair()
-
Goswin von Brederlow authored
-
- 12 Mar, 2017 5 commits
-
-
Constantin Rack authored
Problem: refactor gone wrong, redundant thread name
-
Luca Boccassi authored
Solution: call it simply "ZMQ background" instead of "ZMQ b/g thread"
-
Luca Boccassi authored
Solution: fix ifdef check for pthread_setname
-
Constantin Rack authored
Problem: ZMQ background threads are unnamed
-
Luca Boccassi authored
Solution: use pthread API to set the name. For now call every thread "ZMQ b/g thread". Would be nice to number the I/O threads and name explicitly the reaper thread, but in reality a bit of internal API churn would be necessary, so perhaps it's not worth it. This is useful when debugging a process with many threads.
-
- 11 Mar, 2017 4 commits
-
-
Constantin Rack authored
problem:zmq_poll is slow and the API is complicated
-
somdoron authored
solution: deprecate zmq_poll in favor of zmq_poller
-
Constantin Rack authored
problem: zmq_poll is slow because FD is being created on every call
-
somdoron authored
making the creation of FD only when thread safe sockets are in used within the zmq_poller which improve the zmq_poll performance.
-
- 06 Mar, 2017 2 commits
-
-
Luca Boccassi authored
Problem: zmq::signaler_t::send may loop forever
-
nexcvon authored
Solution: restore the wsa_assert statement previously removed.
-
- 03 Mar, 2017 4 commits
-
-
Constantin Rack authored
Problem: Travis using deprecated OBS project
-
Luca Boccassi authored
Solution: switch to shiny new one in the network:messaging namespace
-
Luca Boccassi authored
Problem: Assertion failed in zmq::signaler_t::send
-
nexcvon authored
Solution: Change to the way it does below on non-Windows platforms, retry when send returns -1.
-
- 25 Feb, 2017 1 commit
-
-
Doron Somech authored
Problem: router pipe can block forever
-
- 24 Feb, 2017 5 commits
-
-
Luca Boccassi authored
Solution: invert check_write and check_hwm calls in router xsend function so that check_write can mark the pipe as inactive if necessary.
-
Doron Somech authored
Problem: unnecessary change to router_mandatory_hwm test
-
Luca Boccassi authored
Solution: Revert "Problem with ZMQ_ROUTER_MANDATORY option when peer lost" This partially reverts commit 06740b5d. The change in the mentioned commit was fixed to be backward compatible so test changes are no longer necessary. Partially revert the commit, leaving only the bug fix and taking out the test change and the superfluous change in socket_base.
-
Doron Somech authored
Commit: Issue #2348
-
Reza Ebrahimi authored
indention Revert "indention" This reverts commit a6e7e192ac2d089ac9f7dc0d31d4b1fd10de982e. indention indention Fix Failure in tests Check both pipe full and pipe close
-
- 23 Feb, 2017 2 commits
-
-
Doron Somech authored
Problem: typo in the zmq_socket doc
-
Takeshi Abe authored
Solution: fix it
-
- 22 Feb, 2017 1 commit
-
-
boringuy authored
* cmake WITH_LIBSODIUM option is broken - Fixed the variable name in platform.hpp.in - Fixed #if check for randombytes_close() when libsodium is used * Fixed typo from previous commit * Reverted compile error fix for randombytes_close()
-