libzmq/src
Martin Sustrik 4b832ea374 Revert the early dropping of request and replies for disconnected clients
Signed-off-by: Martin Sustrik <sustrik@250bpm.com>
2011-10-31 15:56:39 +01:00
..
array.hpp Add multi-array support to array_item_t. 2011-05-23 21:36:00 +02:00
atomic_counter.hpp The copyrights in file headers updated. 2011-03-02 16:30:40 +01:00
atomic_ptr.hpp The copyrights in file headers updated. 2011-03-02 16:30:40 +01:00
clock.cpp The copyrights in file headers updated. 2011-03-02 16:30:40 +01:00
clock.hpp The copyrights in file headers updated. 2011-03-02 16:30:40 +01:00
command.hpp ZMQ_IDENTITY socket option removed 2011-07-15 11:24:33 +02:00
config.hpp VSM data are aligned to 32/64 bit boundary 2011-07-08 18:12:59 +02:00
ctx.cpp Merge branch 'master' of github.com:zeromq/libzmq 2011-06-19 09:15:06 +02:00
ctx.hpp Obsolete include in ctx.hpp removed 2011-07-24 18:09:50 +02:00
decoder.cpp Check message syntax in REQ asynchronously 2011-09-16 09:29:43 +02:00
decoder.hpp Check message syntax in REQ asynchronously 2011-09-16 09:29:43 +02:00
devpoll.cpp Only one polling mechanism is compiled 2011-07-24 18:13:29 +02:00
devpoll.hpp Only one polling mechanism is compiled 2011-07-24 18:13:29 +02:00
dist.cpp Patch for issue LIBZMQ-275. Dealing with VSM in distribution when pipes fail to write. 2011-10-27 13:59:54 +02:00
dist.hpp Publisher-side filtering for multi-part messages fixed 2011-06-12 10:19:21 +02:00
encoder.cpp Check message syntax in REQ asynchronously 2011-09-16 09:29:43 +02:00
encoder.hpp Check message syntax in REQ asynchronously 2011-09-16 09:29:43 +02:00
epoll.cpp Only one polling mechanism is compiled 2011-07-24 18:13:29 +02:00
epoll.hpp Only one polling mechanism is compiled 2011-07-24 18:13:29 +02:00
err.cpp Enable exceptions raising on assert on Win32 2011-10-27 11:48:58 +02:00
err.hpp Enable exceptions raising on assert on Win32 2011-10-27 11:48:58 +02:00
fd.hpp The copyrights in file headers updated. 2011-03-02 16:30:40 +01:00
fq.cpp Fix MSVC build 2011-06-23 08:51:48 +02:00
fq.hpp Patches from sub-forward branch incorporated 2011-05-30 10:07:34 +02:00
i_engine.hpp Session class separated into socket-type-specific sessions 2011-09-15 10:00:23 +02:00
i_poll_events.hpp The copyrights in file headers updated. 2011-03-02 16:30:40 +01:00
io_object.cpp The copyrights in file headers updated. 2011-03-02 16:30:40 +01:00
io_object.hpp The copyrights in file headers updated. 2011-03-02 16:30:40 +01:00
io_thread.cpp Add sockopt ZMQ_RCVTIMEO/ZMQ_SNDTIMEO. 2011-06-17 12:22:02 +02:00
io_thread.hpp The copyrights in file headers updated. 2011-03-02 16:30:40 +01:00
ip.cpp Added compile-time test for SOCK_CLOEXEC 2011-10-26 11:26:00 +02:00
ip.hpp Close file descriptors on exec (issue 218) 2011-09-02 15:34:12 +02:00
ipc_address.cpp MSVC build fixed 2011-08-18 11:24:14 +02:00
ipc_address.hpp IPC address related functionality refactored into ipc_address_t class 2011-08-18 11:08:22 +02:00
ipc_connecter.cpp Session class separated into socket-type-specific sessions 2011-09-15 10:00:23 +02:00
ipc_connecter.hpp Session class separated into socket-type-specific sessions 2011-09-15 10:00:23 +02:00
ipc_listener.cpp Session class separated into socket-type-specific sessions 2011-09-15 10:00:23 +02:00
ipc_listener.hpp IPC address related functionality refactored into ipc_address_t class 2011-08-18 11:08:22 +02:00
kqueue.cpp Bug in kqueue poller fixed (issue 261) 2011-10-27 09:41:48 +02:00
kqueue.hpp Only one polling mechanism is compiled 2011-07-24 18:13:29 +02:00
lb.cpp Fix MSVC build 2011-06-23 08:51:48 +02:00
lb.hpp Move the pipe termination code to socket_base_t 2011-05-23 20:30:01 +02:00
libzmq.pc.in added libzmq.pc.in file 2009-09-08 15:06:08 +02:00
likely.hpp The copyrights in file headers updated. 2011-03-02 16:30:40 +01:00
mailbox.cpp mailbox::recv correctly passes EINTR to the caller 2011-07-21 23:35:26 +02:00
mailbox.hpp Command are now stored in ypipes instead of in socketpairs 2011-07-03 13:33:45 +02:00
Makefile.am New style ROUTER socket removed. 2011-10-31 15:44:42 +01:00
msg.cpp Patch for issue LIBZMQ-275. Dealing with VSM in distribution when pipes fail to write. 2011-10-27 13:59:54 +02:00
msg.hpp Patch for issue LIBZMQ-275. Dealing with VSM in distribution when pipes fail to write. 2011-10-27 13:59:54 +02:00
mtrie.cpp Bug in subscription matching fixed (issue 263) 2011-09-29 11:35:31 +02:00
mtrie.hpp More bugs in mtrie fixed 2011-09-16 16:34:28 +02:00
mutex.hpp The copyrights in file headers updated. 2011-03-02 16:30:40 +01:00
object.cpp Session class separated into socket-type-specific sessions 2011-09-15 10:00:23 +02:00
object.hpp Session class separated into socket-type-specific sessions 2011-09-15 10:00:23 +02:00
options.cpp Default HWMs are set to 1000 2011-10-06 13:12:49 +02:00
options.hpp ZMQ_IPV4ONLY option added 2011-08-08 12:10:31 +02:00
own.cpp Move the pipe termination code to socket_base_t 2011-05-23 20:30:01 +02:00
own.hpp Move the pipe termination code to socket_base_t 2011-05-23 20:30:01 +02:00
pair.cpp Session class separated into socket-type-specific sessions 2011-09-15 10:00:23 +02:00
pair.hpp Session class separated into socket-type-specific sessions 2011-09-15 10:00:23 +02:00
pgm_receiver.cpp Session class separated into socket-type-specific sessions 2011-09-15 10:00:23 +02:00
pgm_receiver.hpp Session class separated into socket-type-specific sessions 2011-09-15 10:00:23 +02:00
pgm_sender.cpp Session class separated into socket-type-specific sessions 2011-09-15 10:00:23 +02:00
pgm_sender.hpp Session class separated into socket-type-specific sessions 2011-09-15 10:00:23 +02:00
pgm_socket.cpp Re-add PGM rate limiting 2011-10-04 09:32:02 +02:00
pgm_socket.hpp Fix the PGM support on win64 2011-08-17 18:41:02 +02:00
pipe.cpp Fix MSVC build 2011-06-23 08:51:48 +02:00
pipe.hpp Outstanding requests dropped when requester dies (issue 190) 2011-06-23 07:57:47 +02:00
poll.cpp Only one polling mechanism is compiled 2011-07-24 18:13:29 +02:00
poll.hpp Only one polling mechanism is compiled 2011-07-24 18:13:29 +02:00
poller_base.cpp The copyrights in file headers updated. 2011-03-02 16:30:40 +01:00
poller_base.hpp The copyrights in file headers updated. 2011-03-02 16:30:40 +01:00
poller.hpp Only one polling mechanism is compiled 2011-07-24 18:13:29 +02:00
pub.cpp Session class separated into socket-type-specific sessions 2011-09-15 10:00:23 +02:00
pub.hpp Session class separated into socket-type-specific sessions 2011-09-15 10:00:23 +02:00
pull.cpp Session class separated into socket-type-specific sessions 2011-09-15 10:00:23 +02:00
pull.hpp Session class separated into socket-type-specific sessions 2011-09-15 10:00:23 +02:00
push.cpp Session class separated into socket-type-specific sessions 2011-09-15 10:00:23 +02:00
push.hpp Session class separated into socket-type-specific sessions 2011-09-15 10:00:23 +02:00
random.cpp ZMQ_IDENTITY socket option removed 2011-07-15 11:24:33 +02:00
random.hpp ZMQ_IDENTITY socket option removed 2011-07-15 11:24:33 +02:00
reaper.cpp Add sockopt ZMQ_RCVTIMEO/ZMQ_SNDTIMEO. 2011-06-17 12:22:02 +02:00
reaper.hpp The copyrights in file headers updated. 2011-03-02 16:30:40 +01:00
rep.cpp Session class separated into socket-type-specific sessions 2011-09-15 10:00:23 +02:00
rep.hpp Session class separated into socket-type-specific sessions 2011-09-15 10:00:23 +02:00
req.cpp Corrected discarding of remainder of message when request ID invalid 2011-10-29 14:47:53 +02:00
req.hpp Check message syntax in REQ asynchronously 2011-09-16 09:29:43 +02:00
select.cpp Only one polling mechanism is compiled 2011-07-24 18:13:29 +02:00
select.hpp Only one polling mechanism is compiled 2011-07-24 18:13:29 +02:00
session_base.cpp New style ROUTER socket removed. 2011-10-31 15:44:42 +01:00
session_base.hpp Check message syntax in REQ asynchronously 2011-09-16 09:29:43 +02:00
signaler.cpp Close file descriptors on exec (issue 218) 2011-09-02 15:34:12 +02:00
signaler.hpp eventfd implementation of the signaler 2011-07-03 15:13:57 +02:00
socket_base.cpp New style ROUTER socket removed. 2011-10-31 15:44:42 +01:00
socket_base.hpp GENERIC socket type and COMMAND flag added 2011-07-17 23:31:29 +02:00
stdint.hpp Different fixed to make OpenVMS port work. 2011-03-08 14:39:52 +01:00
stream_engine.cpp Session class separated into socket-type-specific sessions 2011-09-15 10:00:23 +02:00
stream_engine.hpp Session class separated into socket-type-specific sessions 2011-09-15 10:00:23 +02:00
sub.cpp Session class separated into socket-type-specific sessions 2011-09-15 10:00:23 +02:00
sub.hpp Session class separated into socket-type-specific sessions 2011-09-15 10:00:23 +02:00
tcp_address.cpp Accept square brackets around IPv6 address 2011-09-03 10:19:08 +02:00
tcp_address.hpp NIC name resolution moved to tcp_address_t 2011-08-19 12:34:31 +02:00
tcp_connecter.cpp Session class separated into socket-type-specific sessions 2011-09-15 10:00:23 +02:00
tcp_connecter.hpp Session class separated into socket-type-specific sessions 2011-09-15 10:00:23 +02:00
tcp_listener.cpp Session class separated into socket-type-specific sessions 2011-09-15 10:00:23 +02:00
tcp_listener.hpp TCP address related functionality moved to tcp_address_t 2011-08-18 17:40:42 +02:00
thread.cpp Preliminary Android support 2011-08-15 19:39:21 +02:00
thread.hpp The copyrights in file headers updated. 2011-03-02 16:30:40 +01:00
trie.cpp Patches from sub-forward branch incorporated 2011-05-30 10:07:34 +02:00
trie.hpp Patches from sub-forward branch incorporated 2011-05-30 10:07:34 +02:00
vtcp_connecter.cpp Session class separated into socket-type-specific sessions 2011-09-15 10:00:23 +02:00
vtcp_connecter.hpp Session class separated into socket-type-specific sessions 2011-09-15 10:00:23 +02:00
vtcp_listener.cpp Session class separated into socket-type-specific sessions 2011-09-15 10:00:23 +02:00
vtcp_listener.hpp Experimental VTCP listener added 2011-07-26 18:35:40 +02:00
windows.hpp Refactor Windows versioning and WinSock usage.Signed-off-by: Steven McCoy <steven.mccoy@miru.hk> 2011-06-18 20:44:03 +02:00
wire.hpp The copyrights in file headers updated. 2011-03-02 16:30:40 +01:00
xpub.cpp Session class separated into socket-type-specific sessions 2011-09-15 10:00:23 +02:00
xpub.hpp Session class separated into socket-type-specific sessions 2011-09-15 10:00:23 +02:00
xrep.cpp Revert the early dropping of request and replies for disconnected clients 2011-10-31 15:56:39 +01:00
xrep.hpp Session class separated into socket-type-specific sessions 2011-09-15 10:00:23 +02:00
xreq.cpp Revert the early dropping of request and replies for disconnected clients 2011-10-31 15:56:39 +01:00
xreq.hpp Session class separated into socket-type-specific sessions 2011-09-15 10:00:23 +02:00
xsub.cpp Session class separated into socket-type-specific sessions 2011-09-15 10:00:23 +02:00
xsub.hpp Session class separated into socket-type-specific sessions 2011-09-15 10:00:23 +02:00
ypipe.hpp The copyrights in file headers updated. 2011-03-02 16:30:40 +01:00
yqueue.hpp The copyrights in file headers updated. 2011-03-02 16:30:40 +01:00
zmq_utils.cpp zmq_utils implementation moved to zmq_utils.cpp 2011-04-12 10:00:29 +02:00
zmq.cpp Missing bracket added 2011-10-27 17:11:28 +02:00