- 20 Mar, 2017 1 commit
-
-
evoskuil authored
-
- 19 Mar, 2017 22 commits
-
-
Luca Boccassi authored
RELICENSE: Robert Gagnon
-
Luca Boccassi authored
RELICENSE: Jan Kryl grant
-
chuggafan authored
(msys building is buggy, please be aware, it fails to compile on my machine) also I modified the buildall.bat/buildbase.bat to use correct MSVC versions instead of "visual studio 2017"
-
Luca Boccassi authored
relicensing
-
Luca Boccassi authored
Relicense: Alex Grönholm grant
-
Timothee Besset authored
-
Jan Kryl authored
-
Rob Gagnon authored
-
Alex Grönholm authored
-
Luca Boccassi authored
RELICENSE: Andrew Thompson grant
-
Andrew Thompson authored
-
Luca Boccassi authored
RELICENSE: Andre Caron grant
-
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.
-