- 26 Dec, 2016 1 commit
-
-
Luca Boccassi authored
Solution: add manpage
-
- 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 5 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
-
Luca Boccassi authored
Add #include "precompiled.hpp"
-
pavel.pimenov authored
-
- 09 Dec, 2016 4 commits
-
-
Constantin Rack authored
Problem: there is no libunwind-dev on Ubuntu 14.04LTS
-
Luca Boccassi authored
Solution: depend on libunwind-dev | libunwind8-dev | libunwind7-dev
-
Luca Boccassi authored
Build support for VS2017, Windows SDK 10.0.14393.0, toolset v141
-
Anass Bouassaba authored
-
- 08 Dec, 2016 2 commits
-
-
Luca Boccassi authored
Fix #include case for <mstcpip.h>
-
Andreas Rottmann authored
On native Windows, the file system is case-insensitive, so this this doesn't matter there. However, when compiling on a case-sensitive filesystem, such as when cross-compiling from a Unixoid using mingw, we have to use the case the file is supplied with, which is all lowercase.
-
- 07 Dec, 2016 1 commit
-
-
Constantin Rack authored
Problem: test_stream_exceeds_buffer fails to build on AIX
-
- 06 Dec, 2016 3 commits
-
-
Luca Boccassi authored
Solution: add missing includes
-
Luca Boccassi authored
Solution: remove them as they are already in testutil.hpp
-
Constantin Rack authored
Problem: 4.2.0 won't compile on AIX 7.1
-
- 05 Dec, 2016 3 commits
-
-
Luca Boccassi authored
Solution: restore inclusion of poll.h if using poll before zmq.h as it was originally, as AIX redefines the POSIX structures and provides compatibility macros. Also add alternative aliases for 32 bit AIX's pollitem struct: events -> reqevents revents -> rtnevents
-
Luca Boccassi authored
avoid crashing in the multi-thread operation for std::vector
-
Justin.Hung authored
1. stl container is not thread safety 2. rm_fd() and loop() end to clear the retired event source will in multi-thread operation 3. may be crashed in reaper thread to delete the items in the std::vector as the source is nullptr
-