libzmq/src
Martin Sustrik 5dcbc34396 zmq_poll with no fds behaves decently
Signed-off-by: Martin Sustrik <sustrik@250bpm.com>
2011-02-08 14:46:27 +01:00
..
array.hpp Make cppcheck not complain about "'operator=' should return something" 2011-01-13 11:44:23 +01:00
atomic_counter.hpp Make cppcheck not complain about "'operator=' should return something" 2011-01-13 11:44:23 +01:00
atomic_ptr.hpp Make cppcheck not complain about "'operator=' should return something" 2011-01-13 11:44:23 +01:00
blob.hpp Name of "GNU Lesser Public License" corrected. 2010-10-30 15:08:28 +02:00
clock.cpp Support dynamic generation of C preprocessor definitions for PGM rather than hardcoding them. 2011-01-12 09:22:25 +01:00
clock.hpp Make cppcheck not complain about "'operator=' should return something" 2011-01-13 11:44:23 +01:00
command.cpp Name of "GNU Lesser Public License" corrected. 2010-10-30 15:08:28 +02:00
command.hpp Name of "GNU Lesser Public License" corrected. 2010-10-30 15:08:28 +02:00
config.hpp Automatically resize signalling socket buffer if full 2010-11-04 17:54:47 +01:00
connect_session.cpp Name of "GNU Lesser Public License" corrected. 2010-10-30 15:08:28 +02:00
connect_session.hpp Make cppcheck not complain about "'operator=' should return something" 2011-01-13 11:44:23 +01:00
ctx.cpp Fix cppcheck warnings: Prefer prefix ++/-- operators for non-primitive types. 2011-01-18 15:57:45 +01:00
ctx.hpp Make cppcheck not complain about "'operator=' should return something" 2011-01-13 11:44:23 +01:00
decoder.cpp Yet one more fix for oversized messages. 2010-12-20 13:06:36 +01:00
decoder.hpp Fix handle connection reset during session init 2011-01-20 07:52:40 +01:00
device.cpp Remove assertions from devices 2010-12-15 14:41:18 +01:00
device.hpp All devices conflated into a single implementation. 2010-12-06 22:57:29 +01:00
devpoll.cpp Don't use RLIMIT_NOFILES in devpoll_t. 2011-02-03 09:59:54 +01:00
devpoll.hpp Don't use RLIMIT_NOFILES in devpoll_t. 2011-02-03 09:59:54 +01:00
dist.cpp 'message distribution mechanism' separated from XPUB socket 2011-01-14 12:05:10 +01:00
dist.hpp 'message distribution mechanism' separated from XPUB socket 2011-01-14 12:05:10 +01:00
encoder.cpp Name of "GNU Lesser Public License" corrected. 2010-10-30 15:08:28 +02:00
encoder.hpp Make cppcheck not complain about "'operator=' should return something" 2011-01-13 11:44:23 +01:00
epoll.cpp Fix cppcheck warnings: Prefer prefix ++/-- operators for non-primitive types. 2011-01-18 15:57:45 +01:00
epoll.hpp Make cppcheck not complain about "'operator=' should return something" 2011-01-13 11:44:23 +01:00
err.cpp Name of "GNU Lesser Public License" corrected. 2010-10-30 15:08:28 +02:00
err.hpp Name of "GNU Lesser Public License" corrected. 2010-10-30 15:08:28 +02:00
fd.hpp Name of "GNU Lesser Public License" corrected. 2010-10-30 15:08:28 +02:00
fq.cpp Name of "GNU Lesser Public License" corrected. 2010-10-30 15:08:28 +02:00
fq.hpp Make cppcheck not complain about "'operator=' should return something" 2011-01-13 11:44:23 +01:00
i_engine.hpp Typo fixed in a comment. 2010-11-25 14:05:43 +01:00
i_inout.hpp Name of "GNU Lesser Public License" corrected. 2010-10-30 15:08:28 +02:00
i_poll_events.hpp Name of "GNU Lesser Public License" corrected. 2010-10-30 15:08:28 +02:00
io_object.cpp Name of "GNU Lesser Public License" corrected. 2010-10-30 15:08:28 +02:00
io_object.hpp Make cppcheck not complain about "'operator=' should return something" 2011-01-13 11:44:23 +01:00
io_thread.cpp signaler renamed to mailbox 2010-11-05 17:39:51 +01:00
io_thread.hpp signaler renamed to mailbox 2010-11-05 17:39:51 +01:00
ip.cpp Name of "GNU Lesser Public License" corrected. 2010-10-30 15:08:28 +02:00
ip.hpp Name of "GNU Lesser Public License" corrected. 2010-10-30 15:08:28 +02:00
kqueue.cpp Fix cppcheck warnings: Prefer prefix ++/-- operators for non-primitive types. 2011-01-18 15:57:45 +01:00
kqueue.hpp Make cppcheck not complain about "'operator=' should return something" 2011-01-13 11:44:23 +01:00
lb.cpp Fixes assertion on pipe.cpp:237 when swap fills up. 2010-12-15 20:10:27 +01:00
lb.hpp Make cppcheck not complain about "'operator=' should return something" 2011-01-13 11:44:23 +01:00
libzmq.pc.in added libzmq.pc.in file 2009-09-08 15:06:08 +02:00
likely.hpp Name of "GNU Lesser Public License" corrected. 2010-10-30 15:08:28 +02:00
mailbox.cpp Coding style cleanup in mailbox.cpp 2010-11-06 08:02:14 +01:00
mailbox.hpp Make cppcheck not complain about "'operator=' should return something" 2011-01-13 11:44:23 +01:00
Makefile.am 'message distribution mechanism' separated from XPUB socket 2011-01-14 12:05:10 +01:00
msg_content.hpp Name of "GNU Lesser Public License" corrected. 2010-10-30 15:08:28 +02:00
mutex.hpp Make cppcheck not complain about "'operator=' should return something" 2011-01-13 11:44:23 +01:00
named_session.cpp Name of "GNU Lesser Public License" corrected. 2010-10-30 15:08:28 +02:00
named_session.hpp Make cppcheck not complain about "'operator=' should return something" 2011-01-13 11:44:23 +01:00
object.cpp Size of inproc hwm and swap is sum of peers' hwms and swaps 2011-01-10 13:53:30 +01:00
object.hpp Make cppcheck not complain about "'operator=' should return something" 2011-01-13 11:44:23 +01:00
options.cpp ZMQ_RECONNECT_IVL_MAX socket option added 2011-01-26 07:01:06 +01:00
options.hpp ZMQ_RECONNECT_IVL_MAX socket option added 2011-01-26 07:01:06 +01:00
own.cpp Fix cppcheck warnings: Prefer prefix ++/-- operators for non-primitive types. 2011-01-18 15:57:45 +01:00
own.hpp Make cppcheck not complain about "'operator=' should return something" 2011-01-13 11:44:23 +01:00
pair.cpp Fixes assertion on pipe.cpp:237 when swap fills up. 2010-12-15 20:10:27 +01:00
pair.hpp Make cppcheck not complain about "'operator=' should return something" 2011-01-13 11:44:23 +01:00
pgm_receiver.cpp Fix cppcheck warnings: Prefer prefix ++/-- operators for non-primitive types. 2011-01-18 15:57:45 +01:00
pgm_receiver.hpp Make cppcheck not complain about "'operator=' should return something" 2011-01-13 11:44:23 +01:00
pgm_sender.cpp Name of "GNU Lesser Public License" corrected. 2010-10-30 15:08:28 +02:00
pgm_sender.hpp Make cppcheck not complain about "'operator=' should return something" 2011-01-13 11:44:23 +01:00
pgm_socket.cpp Added Recovery Interval in Milliseconds 2010-12-09 21:42:58 +01:00
pgm_socket.hpp Coding style fixed for pgm_socket 2010-10-30 16:17:08 +02:00
pipe.cpp Fix pipe writer termination 2011-01-07 13:28:35 +01:00
pipe.hpp Make cppcheck not complain about "'operator=' should return something" 2011-01-13 11:44:23 +01:00
poll.cpp RLIMIT_NOFILE not used in poll_t anymore 2011-02-03 08:46:04 +01:00
poll.hpp RLIMIT_NOFILE not used in poll_t anymore 2011-02-03 08:46:04 +01:00
poller_base.cpp Fix cppcheck warnings: Prefer prefix ++/-- operators for non-primitive types. 2011-01-18 15:57:45 +01:00
poller_base.hpp Make cppcheck not complain about "'operator=' should return something" 2011-01-13 11:44:23 +01:00
poller.hpp Name of "GNU Lesser Public License" corrected. 2010-10-30 15:08:28 +02:00
pub.cpp options.type correctly set for PUB/SUB/XPUB/XSUB 2010-12-06 22:36:10 +01:00
pub.hpp Make cppcheck not complain about "'operator=' should return something" 2011-01-13 11:44:23 +01:00
pull.cpp slots renamed to tids 2010-11-05 16:38:52 +01:00
pull.hpp Make cppcheck not complain about "'operator=' should return something" 2011-01-13 11:44:23 +01:00
push.cpp slots renamed to tids 2010-11-05 16:38:52 +01:00
push.hpp Make cppcheck not complain about "'operator=' should return something" 2011-01-13 11:44:23 +01:00
rep.cpp slots renamed to tids 2010-11-05 16:38:52 +01:00
rep.hpp Make cppcheck not complain about "'operator=' should return something" 2011-01-13 11:44:23 +01:00
req.cpp slots renamed to tids 2010-11-05 16:38:52 +01:00
req.hpp Make cppcheck not complain about "'operator=' should return something" 2011-01-13 11:44:23 +01:00
select.cpp Fix cppcheck warnings: Prefer prefix ++/-- operators for non-primitive types. 2011-01-18 15:57:45 +01:00
select.hpp Make cppcheck not complain about "'operator=' should return something" 2011-01-13 11:44:23 +01:00
semaphore.hpp Make cppcheck not complain about "'operator=' should return something" 2011-01-13 11:44:23 +01:00
session.cpp Name of "GNU Lesser Public License" corrected. 2010-10-30 15:08:28 +02:00
session.hpp Make cppcheck not complain about "'operator=' should return something" 2011-01-13 11:44:23 +01:00
socket_base.cpp Fixed the problem of subscription forwarding and PGM interaction 2011-01-28 07:50:21 +01:00
socket_base.hpp Make cppcheck not complain about "'operator=' should return something" 2011-01-13 11:44:23 +01:00
stdint.hpp Name of "GNU Lesser Public License" corrected. 2010-10-30 15:08:28 +02:00
sub.cpp Disable sending messages on SUB socket 2011-01-07 12:59:48 +01:00
sub.hpp Make cppcheck not complain about "'operator=' should return something" 2011-01-13 11:44:23 +01:00
swap.cpp Fixes assertion on pipe.cpp:237 when swap fills up. 2010-12-15 20:10:27 +01:00
swap.hpp Make cppcheck not complain about "'operator=' should return something" 2011-01-13 11:44:23 +01:00
tcp_connecter.cpp Name of "GNU Lesser Public License" corrected. 2010-10-30 15:08:28 +02:00
tcp_connecter.hpp Make cppcheck not complain about "'operator=' should return something" 2011-01-13 11:44:23 +01:00
tcp_listener.cpp fix overwriting errno on bind failure 2010-12-13 14:18:47 +01:00
tcp_listener.hpp Make cppcheck not complain about "'operator=' should return something" 2011-01-13 11:44:23 +01:00
tcp_socket.cpp Name of "GNU Lesser Public License" corrected. 2010-10-30 15:08:28 +02:00
tcp_socket.hpp Make cppcheck not complain about "'operator=' should return something" 2011-01-13 11:44:23 +01:00
thread.cpp Fix thread thunker scope for MSVC. 2010-11-29 10:52:22 +01:00
thread.hpp Make cppcheck not complain about "'operator=' should return something" 2011-01-13 11:44:23 +01:00
transient_session.cpp Name of "GNU Lesser Public License" corrected. 2010-10-30 15:08:28 +02:00
transient_session.hpp Make cppcheck not complain about "'operator=' should return something" 2011-01-13 11:44:23 +01:00
trie.cpp Name of "GNU Lesser Public License" corrected. 2010-10-30 15:08:28 +02:00
trie.hpp Make cppcheck not complain about "'operator=' should return something" 2011-01-13 11:44:23 +01:00
uuid.cpp Name of "GNU Lesser Public License" corrected. 2010-10-30 15:08:28 +02:00
uuid.hpp Name of "GNU Lesser Public License" corrected. 2010-10-30 15:08:28 +02:00
windows.hpp Name of "GNU Lesser Public License" corrected. 2010-10-30 15:08:28 +02:00
wire.hpp Name of "GNU Lesser Public License" corrected. 2010-10-30 15:08:28 +02:00
xpub.cpp Fair queueing of subscriptions added to XPUB socket 2011-01-14 12:38:07 +01:00
xpub.hpp Fair queueing of subscriptions added to XPUB socket 2011-01-14 12:38:07 +01:00
xrep.cpp Fix cppcheck warnings: Prefer prefix ++/-- operators for non-primitive types. 2011-01-18 15:57:45 +01:00
xrep.hpp Make cppcheck not complain about "'operator=' should return something" 2011-01-13 11:44:23 +01:00
xreq.cpp slots renamed to tids 2010-11-05 16:38:52 +01:00
xreq.hpp Make cppcheck not complain about "'operator=' should return something" 2011-01-13 11:44:23 +01:00
xsub.cpp XSUB socket has a subscription distributor 2011-01-14 12:25:54 +01:00
xsub.hpp XSUB socket has a subscription distributor 2011-01-14 12:25:54 +01:00
ypipe.hpp Make cppcheck not complain about "'operator=' should return something" 2011-01-13 11:44:23 +01:00
yqueue.hpp Make cppcheck not complain about "'operator=' should return something" 2011-01-13 11:44:23 +01:00
zmq_connecter.cpp ZMQ_RECONNECT_IVL_MAX socket option added 2011-01-26 07:01:06 +01:00
zmq_connecter.hpp ZMQ_RECONNECT_IVL_MAX socket option added 2011-01-26 07:01:06 +01:00
zmq_engine.cpp Fix handle connection reset during session init 2011-01-20 07:52:40 +01:00
zmq_engine.hpp Make cppcheck not complain about "'operator=' should return something" 2011-01-13 11:44:23 +01:00
zmq_init.cpp fix race condition in session init 2010-12-17 15:30:56 +01:00
zmq_init.hpp Make cppcheck not complain about "'operator=' should return something" 2011-01-13 11:44:23 +01:00
zmq_listener.cpp Name of "GNU Lesser Public License" corrected. 2010-10-30 15:08:28 +02:00
zmq_listener.hpp Make cppcheck not complain about "'operator=' should return something" 2011-01-13 11:44:23 +01:00
zmq.cpp zmq_poll with no fds behaves decently 2011-02-08 14:46:27 +01:00