- 27 Dec, 2016 6 commits
-
-
Luca Boccassi authored
Solution: rework the bash test to avoid build failures as intended and make it an easier one-liner
-
Constantin Rack authored
-
Luca Boccassi authored
Solution: install asciidoc and xmlto in the libsodium build run, since it already refreshes APT to download other packages, so the delay is smaller
-
Luca Boccassi authored
Solution: use packages on Ubuntu and brews on OSX. The packages and the brews are always kept up to date, so it's no use to rebuild the libsodium stable branch manually everytime.
-
Luca Boccassi authored
Solution: Revert "Problem: Travis CI OSX builds are broken" This reverts commit 531b3bf7.
-
Luca Boccassi authored
Solution: narrow down the matrix to install valgrind and lcov only for the test runs that use them. CMake is part of the default image so no need to install it at all.
-
- 26 Dec, 2016 9 commits
-
-
Constantin Rack authored
-
Luca Boccassi authored
Solution: add it to the list
-
Luca Boccassi authored
Solution: if available, call socketpair with SOCK_CLOEXEC flag to make the process close the socket on fork+exec
-
Luca Boccassi authored
Solution: if available, use eventfd with EFD_CLOEXEC flag to make the process close the socket on fork+exec
-
Luca Boccassi authored
Solution: if available, use epoll_create1 with EPOLL_CLOEXEC flag to make the process close the socket on fork+exec
-
Constantin Rack authored
-
Constantin Rack authored
-
Luca Boccassi authored
Solution: add paragraphs to zmq_get/setsockopt man pages
-
Luca Boccassi authored
Solution: add manpage
-
- 25 Dec, 2016 1 commit
-
-
Luca Boccassi authored
Solution: add a comment as it's easy to miss and very tempting to "optimize"
-
- 22 Dec, 2016 3 commits
-
-
Luca Boccassi authored
Mingw32 Compile
-
Kos authored
-
Kos authored
-
- 19 Dec, 2016 2 commits
-
-
Luca Boccassi authored
Problem: Duplicated code
-
Wojciech Kula authored
Solution: set_curve_key method in options_t struct with little improvement in switch-case block
-
- 18 Dec, 2016 2 commits
-
-
Constantin Rack authored
Problem: contributing guidelines unclear for new devs
-
Luca Boccassi authored
Solution: port Github PR template from CZMQ
-
- 16 Dec, 2016 5 commits
-
-
Constantin Rack authored
-
Luca Boccassi authored
Solution: Revert "Problem: Duplicated code" This reverts commit 022eeaf3.
-
Constantin Rack authored
Problem: Duplicated code
-
Wojciech Kula authored
Solution: set_curve_key method in options_t struct with little improvement in switch-case block
-
Cziken authored
* Fixed handling of WSAEWOULDBLOCK to be generic I don't know what was the intention of this early if statement but now this is properly evaluated in wsa_error_no function if this is performance issue I suggest moving evaluating this error code to the beginning of wsa_error_no. * Fixed handling of WSAEWOULDBLOCK to be generic Introduced default pointer to const char * and overrides this as NULL if function is called by zmq::wsa_error() * Fixed handling of WSAEWOULDBLOCK to be generic Introduced default pointer to const char * and overrides this as NULL if function is called by zmq::wsa_error()
-
- 15 Dec, 2016 6 commits
-
-
Luca Boccassi authored
zmq_poll: only compare FD when neither item is a zmq socket
-
Min RK authored
-
Luca Boccassi authored
fix bug zmq4.x PUB msg to ZMTP1.0 SUB server
-
Min RK authored
Problem: no mixed FD and zmq socket zmq_poll test
-
laplaceyang authored
-
Luca Boccassi authored
Solution: add one
-
- 13 Dec, 2016 2 commits
-
-
Luca Boccassi authored
misuse of 'close'
-
Laughing authored
use 'pollset_destroy' instead of 'close' to release pollset_fd
-
- 11 Dec, 2016 1 commit
-
-
Constantin Rack authored
Problem: check for item.fd causes zloop_poller regression
-
- 10 Dec, 2016 3 commits
-
-
Luca Boccassi authored
Solution: fix the check for the socket. This regression happens when using zloop with zmq_pollitem_it with only file descriptors registerted through zloop_poller.
-
Luca Boccassi authored
"%" -> '%'
-
pavel.pimenov authored
-