- 31 Aug, 2010 2 commits
-
-
Martin Sustrik authored
-
Martin Sustrik authored
-
- 30 Aug, 2010 3 commits
-
-
Martin Sustrik authored
-
Martin Sustrik authored
-
Martin Sustrik authored
-
- 28 Aug, 2010 10 commits
-
-
Martin Sustrik authored
-
Guido Goldstein authored
-
Martin Sustrik authored
-
Martin Sustrik authored
-
Martin Sustrik authored
-
Martin Sustrik authored
-
Martin Sustrik authored
-
Martin Sustrik authored
-
Martin Sustrik authored
-
Guido Goldstein authored
-
- 27 Aug, 2010 6 commits
-
-
Guido Goldstein authored
-
Martin Lucina authored
-
Martin Lucina authored
The test suite uses the standard automake support. Tests are always built, but run only when you do a "make check".
-
Dhammika Pathirana authored
-
Martin Sustrik authored
-
Jon Dyte authored
-
- 26 Aug, 2010 1 commit
-
-
Ivo Danihelka authored
-
- 25 Aug, 2010 18 commits
-
-
Martin Sustrik authored
-
Martin Sustrik authored
-
Martin Sustrik authored
-
Martin Sustrik authored
-
Martin Sustrik authored
-
Martin Sustrik authored
-
Martin Sustrik authored
-
Martin Sustrik authored
-
Martin Sustrik authored
-
Martin Sustrik authored
-
Martin Sustrik authored
-
Martin Lucina authored
Trying to optimize out the case where items_[i]. events is 0 would result in a bogus pollfds[i]. Similarly in the select()-based impl, while not strictly necessary it's better to get ZMQ_FD even if events is 0 since that detects ETERM and friends.
-
Martin Lucina authored
Rewrite the select()-based zmq_poll() implementation to use ZMQ_FD and ZMQ_EVENTS. Also fix some corner cases: We should not pollute revents with unrequested events, and we don't need to poll on ZMQ_FD at all if a pollitem with no events set was passed in.
-
Martin Lucina authored
Dunno where those <TAB>s came from...
-
Martin Lucina authored
Rewrite zmq_poll() to use ZMQ_FD and ZMQ_EVENTS introduced on the wip-shutdown branch. Only do the poll()-based version of zmq_poll (), the select()-based version will not compile at the moment.
-
Martin Sustrik authored
-
Martin Sustrik authored
-
Martin Sustrik authored
-