libzmq/src
Martin Sustrik b01a8e1751 IPC address related functionality refactored into ipc_address_t class
Signed-off-by: Martin Sustrik <sustrik@250bpm.com>
2011-08-18 11:08:22 +02: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 Session classes merged into a single class 2011-07-24 18:25:30 +02:00
decoder.hpp Session classes merged into a single class 2011-07-24 18:25:30 +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 Fix MSVC build 2011-06-23 08:51:48 +02:00
dist.hpp Publisher-side filtering for multi-part messages fixed 2011-06-12 10:19:21 +02:00
encoder.cpp Session classes merged into a single class 2011-07-24 18:25:30 +02:00
encoder.hpp Session classes merged into a single class 2011-07-24 18:25:30 +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 EAFNOSUPPORT defined on Windows platform 2011-08-15 20:39:48 +02:00
err.hpp Async connect doesn't fail on EWSANETDOWN 2011-05-08 09:03:49 +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 classes merged into a single class 2011-07-24 18:25:30 +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 IPC address related functionality refactored into ipc_address_t class 2011-08-18 11:08:22 +02:00
ip.hpp IPC address related functionality refactored into ipc_address_t class 2011-08-18 11:08:22 +02:00
ipc_address.cpp IPC address related functionality refactored into ipc_address_t class 2011-08-18 11:08:22 +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 IPC address related functionality refactored into ipc_address_t class 2011-08-18 11:08:22 +02:00
ipc_connecter.hpp IPC address related functionality refactored into ipc_address_t class 2011-08-18 11:08:22 +02:00
ipc_listener.cpp IPC address related functionality refactored into ipc_address_t class 2011-08-18 11:08:22 +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 Only one polling mechanism is compiled 2011-07-24 18:13:29 +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 IPC address related functionality refactored into ipc_address_t class 2011-08-18 11:08:22 +02:00
msg.cpp VSM data are aligned to 32/64 bit boundary 2011-07-08 18:12:59 +02:00
msg.hpp GENERIC socket type and COMMAND flag added 2011-07-17 23:31:29 +02:00
mtrie.cpp Actual message filtering happens in XPUB socket 2011-06-11 20:29:56 +02:00
mtrie.hpp Actual message filtering happens in XPUB socket 2011-06-11 20:29:56 +02:00
mutex.hpp The copyrights in file headers updated. 2011-03-02 16:30:40 +01:00
object.cpp ZMQ_IDENTITY socket option removed 2011-07-15 11:24:33 +02:00
object.hpp ZMQ_IDENTITY socket option removed 2011-07-15 11:24:33 +02:00
options.cpp ZMQ_IPV4ONLY option added 2011-08-08 12:10:31 +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 ZMQ_IDENTITY socket option removed 2011-07-15 11:24:33 +02:00
pair.hpp ZMQ_IDENTITY socket option removed 2011-07-15 11:24:33 +02:00
pgm_receiver.cpp Fix the PGM support on win64 2011-08-17 18:41:02 +02:00
pgm_receiver.hpp Session classes merged into a single class 2011-07-24 18:25:30 +02:00
pgm_sender.cpp Fix the PGM support on win64 2011-08-17 18:41:02 +02:00
pgm_sender.hpp Session classes merged into a single class 2011-07-24 18:25:30 +02:00
pgm_socket.cpp Fix the PGM support on win64 2011-08-17 18:41: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 Patches from sub-forward branch incorporated 2011-05-30 10:07:34 +02:00
pub.hpp Patches from sub-forward branch incorporated 2011-05-30 10:07:34 +02:00
pull.cpp ZMQ_IDENTITY socket option removed 2011-07-15 11:24:33 +02:00
pull.hpp ZMQ_IDENTITY socket option removed 2011-07-15 11:24:33 +02:00
push.cpp ZMQ_IDENTITY socket option removed 2011-07-15 11:24:33 +02:00
push.hpp ZMQ_IDENTITY socket option removed 2011-07-15 11:24:33 +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 Drop outbound messages in XREP socket when SNDHWM is reached 2011-07-09 09:40:40 +02:00
rep.hpp Message-related functionality factored out into msg_t class. 2011-04-21 22:27:48 +02:00
req.cpp ZMQ_IDENTITY socket option removed 2011-07-15 11:24:33 +02:00
req.hpp New wire format for REQ/REP pattern 2011-06-22 11:02:16 +02:00
router.cpp ROUTER socket blocks on SNDHWM 2011-07-21 19:12:51 +02:00
router.hpp ZMQ_GENERIC renamed to ZMQ_ROUTER 2011-07-21 18:43:50 +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.cpp Dead code removed from TCP and IPC transports 2011-07-28 13:46:16 +02:00
session.hpp Session classes merged into a single class 2011-07-24 18:25:30 +02:00
signaler.cpp Different connecters simplified 2011-07-29 09:37:43 +02:00
signaler.hpp eventfd implementation of the signaler 2011-07-03 15:13:57 +02:00
socket_base.cpp Dead code removed from TCP and IPC transports 2011-07-28 13:46:16 +02: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 tcp_engine renamed to stream engine 2011-08-16 12:44:34 +02:00
stream_engine.hpp tcp_engine renamed to stream engine 2011-08-16 12:44:34 +02:00
sub.cpp Bug with setting options on SUB socket fixed 2011-07-12 13:05:58 +02:00
sub.hpp Patches from sub-forward branch incorporated 2011-05-30 10:07:34 +02:00
tcp_connecter.cpp tcp_engine renamed to stream engine 2011-08-16 12:44:34 +02:00
tcp_connecter.hpp Different connecters simplified 2011-07-29 09:37:43 +02:00
tcp_listener.cpp tcp_engine renamed to stream engine 2011-08-16 12:44:34 +02:00
tcp_listener.hpp Different listener implementations simplified 2011-07-28 16:32:08 +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 tcp_engine renamed to stream engine 2011-08-16 12:44:34 +02:00
vtcp_connecter.hpp First version of vtcp_connecter added 2011-07-26 22:57:19 +02:00
vtcp_listener.cpp tcp_engine renamed to stream engine 2011-08-16 12:44:34 +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 ZMQ_IDENTITY socket option removed 2011-07-15 11:24:33 +02:00
xpub.hpp Remove blob_t class 2011-07-24 17:50:05 +02:00
xrep.cpp ZMQ_IDENTITY socket option removed 2011-07-15 11:24:33 +02:00
xrep.hpp ZMQ_IDENTITY socket option removed 2011-07-15 11:24:33 +02:00
xreq.cpp ZMQ_IDENTITY socket option removed 2011-07-15 11:24:33 +02:00
xreq.hpp ZMQ_IDENTITY socket option removed 2011-07-15 11:24:33 +02:00
xsub.cpp ZMQ_IDENTITY socket option removed 2011-07-15 11:24:33 +02:00
xsub.hpp ZMQ_IDENTITY socket option removed 2011-07-15 11:24:33 +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 Added Android support 2011-08-15 19:09:04 +02:00