..
app_thread.cpp
Renamed ZMQ_UPSTREAM to ZMQ_PULL, and ZMQ_DOWNSTREAM to ZMQ_PUSH. Left the old
2010-08-04 14:38:56 +02:00
app_thread.hpp
dispatcher_t class renamed to ctx_t
2010-05-05 14:24:54 +02:00
atomic_counter.hpp
Revert commit 7cb076e
, atomic ops cleanup
2010-05-12 16:46:59 +02:00
atomic_ptr.hpp
Fix Solaris/NetBSD breakage in atomic_ptr.hpp
2010-06-04 15:35:14 +02:00
blob.hpp
Multi-hop REQ/REP, part VIII., new blob_t type used for holding identity
2010-02-13 14:07:30 +01:00
command.cpp
Multi-hop REQ/REP, part IX., pass the peer identity as far as socket_base_t
2010-02-13 15:30:03 +01:00
command.hpp
Implement flow control
2010-03-12 11:07:38 +01:00
config.hpp
LWM is computed rather than explicitly specified by user
2010-05-25 15:03:57 +02:00
ctx.cpp
clearing thread info structure
2010-06-10 12:57:42 +02:00
ctx.hpp
dispatcher_t class renamed to ctx_t
2010-05-05 14:24:54 +02:00
decoder.hpp
issue 33 - missing virtual destructors
2010-06-10 07:21:05 +02:00
devpoll.cpp
Copyrights transferred from FastMQ to iMatix
2010-01-05 08:29:35 +01:00
devpoll.hpp
Copyrights transferred from FastMQ to iMatix
2010-01-05 08:29:35 +01:00
encoder.hpp
couple of ICC warnings fixed
2010-06-10 12:36:27 +02:00
epoll.cpp
Copyrights transferred from FastMQ to iMatix
2010-01-05 08:29:35 +01:00
epoll.hpp
Copyrights transferred from FastMQ to iMatix
2010-01-05 08:29:35 +01:00
err.cpp
Restructure language bindings
2010-03-11 20:33:27 +01:00
err.hpp
Implement flow control
2010-03-12 11:07:38 +01:00
fd.hpp
Copyrights transferred from FastMQ to iMatix
2010-01-05 08:29:35 +01:00
forwarder.cpp
devices exit in case of context termination
2010-07-13 07:57:29 +02:00
forwarder.hpp
devices can be created via API
2010-04-07 08:20:01 +02:00
fq.cpp
ZMQ_TBC renamed to ZMQ_MORE
2010-03-27 21:25:40 +01:00
fq.hpp
ZMQ_TBC renamed to ZMQ_MORE
2010-03-27 21:25:40 +01:00
i_endpoint.hpp
Implement flow control
2010-03-12 11:07:38 +01:00
i_engine.hpp
XREP-style prefixing/trimming messages removed
2010-03-20 10:58:59 +01:00
i_inout.hpp
Restructure language bindings
2010-03-11 20:33:27 +01:00
i_poll_events.hpp
extra ';' inside a struct or union -- clang warnings fixed
2010-06-09 17:06:32 +02:00
io_object.cpp
Copyrights transferred from FastMQ to iMatix
2010-01-05 08:29:35 +01:00
io_object.hpp
Copyrights transferred from FastMQ to iMatix
2010-01-05 08:29:35 +01:00
io_thread.cpp
dispatcher_t class renamed to ctx_t
2010-05-05 14:24:54 +02:00
io_thread.hpp
dispatcher_t class renamed to ctx_t
2010-05-05 14:24:54 +02:00
ip.cpp
Issue 42 - getaddrinfo() fails
2010-07-21 17:33:40 +02:00
ip.hpp
Win32 build fixes
2010-03-03 17:01:08 +01:00
kqueue.cpp
Add NetBSD support
2010-02-18 19:38:15 +01:00
kqueue.hpp
Add NetBSD support
2010-02-18 19:38:15 +01:00
lb.cpp
ZMQ_TBC renamed to ZMQ_MORE
2010-03-27 21:25:40 +01:00
lb.hpp
ZMQ_TBC renamed to ZMQ_MORE
2010-03-27 21:25:40 +01:00
libzmq.pc.in
added libzmq.pc.in file
2009-09-08 15:06:08 +02:00
likely.hpp
Copyrights transferred from FastMQ to iMatix
2010-01-05 08:29:35 +01:00
Makefile.am
Renamed ZMQ_UPSTREAM to ZMQ_PULL, and ZMQ_DOWNSTREAM to ZMQ_PUSH. Left the old
2010-08-04 14:38:56 +02:00
msg_content.hpp
Restructure language bindings
2010-03-11 20:33:27 +01:00
msg_store.cpp
MSVC build fixed
2010-06-29 07:45:11 +02:00
msg_store.hpp
Add SWAP support
2010-06-21 15:06:51 +02:00
mutex.hpp
Copyrights transferred from FastMQ to iMatix
2010-01-05 08:29:35 +01:00
object.cpp
dispatcher_t class renamed to ctx_t
2010-05-05 14:24:54 +02:00
object.hpp
dispatcher_t class renamed to ctx_t
2010-05-05 14:24:54 +02:00
options.cpp
LWM is computed rather than explicitly specified by user
2010-05-25 15:03:57 +02:00
options.hpp
LWM is computed rather than explicitly specified by user
2010-05-25 15:03:57 +02:00
owned.cpp
Copyrights transferred from FastMQ to iMatix
2010-01-05 08:29:35 +01:00
owned.hpp
Copyrights transferred from FastMQ to iMatix
2010-01-05 08:29:35 +01:00
pair.cpp
fix double free error in PAIR socket
2010-06-19 19:50:55 +02:00
pair.hpp
P2P renamed to PAIR
2010-04-26 16:51:05 +02:00
pgm_receiver.cpp
issue 11 - Assertion failed: it != peers.end () (pgm_receiver.cpp:161)
2010-04-08 11:07:22 +02:00
pgm_receiver.hpp
XREP-style prefixing/trimming messages removed
2010-03-20 10:58:59 +01:00
pgm_sender.cpp
XREP-style prefixing/trimming messages removed
2010-03-20 10:58:59 +01:00
pgm_sender.hpp
XREP-style prefixing/trimming messages removed
2010-03-20 10:58:59 +01:00
pgm_socket.cpp
some more sanity checks in pgm_socket
2010-05-13 12:43:58 +02:00
pgm_socket.hpp
added pending event fd handling by the pgm_sender
2010-01-05 11:22:14 +01:00
pipe.cpp
pipe: check_read() should check for message delimiter
2010-07-24 17:33:54 +02:00
pipe.hpp
pipe: check_read() should check for message delimiter
2010-07-24 17:33:54 +02:00
poll.cpp
issue 32 - poll_t poller broken
2010-06-09 17:49:08 +02:00
poll.hpp
Add NetBSD support
2010-02-18 19:38:15 +01:00
poller.hpp
build on cygwin enabled
2010-02-19 17:50:47 +01:00
prefix_tree.cpp
Prior to this patch prefix_tree asserts.
2010-09-02 07:52:02 +02:00
prefix_tree.hpp
Prior to this patch prefix_tree asserts.
2010-09-02 07:52:02 +02:00
pub.cpp
ZMQ_TBC renamed to ZMQ_MORE
2010-03-27 21:25:40 +01:00
pub.hpp
PUB socket was blocking occassionally - fixed
2010-03-20 19:50:36 +01:00
pull.cpp
Renamed ZMQ_UPSTREAM to ZMQ_PULL, and ZMQ_DOWNSTREAM to ZMQ_PUSH. Left the old
2010-08-04 14:38:56 +02:00
pull.hpp
Renamed ZMQ_UPSTREAM to ZMQ_PULL, and ZMQ_DOWNSTREAM to ZMQ_PUSH. Left the old
2010-08-04 14:38:56 +02:00
push.cpp
Renamed ZMQ_UPSTREAM to ZMQ_PULL, and ZMQ_DOWNSTREAM to ZMQ_PUSH. Left the old
2010-08-04 14:38:56 +02:00
push.hpp
Renamed ZMQ_UPSTREAM to ZMQ_PULL, and ZMQ_DOWNSTREAM to ZMQ_PUSH. Left the old
2010-08-04 14:38:56 +02:00
queue.cpp
devices exit in case of context termination
2010-07-13 07:57:29 +02:00
queue.hpp
devices can be created via API
2010-04-07 08:20:01 +02:00
rep.cpp
memory leak in REP socket fixed
2010-05-31 06:11:20 +02:00
rep.hpp
ZMQ_TBC renamed to ZMQ_MORE
2010-03-27 21:25:40 +01:00
req.cpp
issue 28. - SNDMORE/ RCVMORE is dropping every other message
2010-05-31 09:28:36 +02:00
req.hpp
ZMQ_TBC renamed to ZMQ_MORE
2010-03-27 21:25:40 +01:00
select.cpp
Erasure of retired fd's in select.cpp causes an assertion in MSVC 2008 STL
2010-09-01 18:39:12 +02:00
select.hpp
Copyrights transferred from FastMQ to iMatix
2010-01-05 08:29:35 +01:00
session.cpp
Add SWAP support
2010-06-21 15:06:51 +02:00
session.hpp
rollback of half-processed messages in case of disconnection
2010-03-20 15:04:30 +01:00
signaler.cpp
Fix for signaler_t on HP-UX and AIX platforms
2010-09-02 07:33:57 +02:00
signaler.hpp
signaler transports commands per se rather than one-bit signals
2010-05-04 10:22:16 +02:00
socket_base.cpp
Fix identity generation for transient inproc connections
2010-07-10 23:02:50 +02:00
socket_base.hpp
multi-part message functionality available via ZMQ_SNDMORE and ZMQ_RCVMORE
2010-04-11 10:26:47 +02:00
stdint.hpp
Copyrights transferred from FastMQ to iMatix
2010-01-05 08:29:35 +01:00
streamer.cpp
devices exit in case of context termination
2010-07-13 07:57:29 +02:00
streamer.hpp
devices can be created via API
2010-04-07 08:20:01 +02:00
sub.cpp
ZMQ_TBC renamed to ZMQ_MORE
2010-03-27 21:25:40 +01:00
sub.hpp
ZMQ_TBC renamed to ZMQ_MORE
2010-03-27 21:25:40 +01:00
tcp_connecter.cpp
minor comment clarification
2010-07-13 11:46:56 +02:00
tcp_connecter.hpp
ZMQII-69: Make 0MQ build on HP-UX
2010-02-09 19:23:15 +01:00
tcp_listener.cpp
Prevent socket reuse by second bind, on win32
2010-06-29 21:08:41 +02:00
tcp_listener.hpp
IPv6 patch part 2/2
2010-01-23 08:19:30 +01:00
tcp_socket.cpp
EHOSTUNREACH is a valid return value from recv()
2010-07-19 08:38:24 +02:00
tcp_socket.hpp
Copyrights transferred from FastMQ to iMatix
2010-01-05 08:29:35 +01:00
thread.cpp
Copyrights transferred from FastMQ to iMatix
2010-01-05 08:29:35 +01:00
thread.hpp
Copyrights transferred from FastMQ to iMatix
2010-01-05 08:29:35 +01:00
uuid.cpp
couple of ICC warnings fixed
2010-06-10 12:36:27 +02:00
uuid.hpp
platform.hpp for MSVC contains only very basic stuff
2010-06-04 16:29:36 +02:00
windows.hpp
Fix MINGW build
2010-06-04 17:02:16 +02:00
wire.hpp
Copyrights transferred from FastMQ to iMatix
2010-01-05 08:29:35 +01:00
xrep.cpp
46 - Devices vulnerable to invalid messages
2010-08-11 17:05:19 +02:00
xrep.hpp
issue 38 - Assertion failed: fetched (xrep.cpp:196)
2010-07-07 12:41:53 +02:00
xreq.cpp
XREQ: Correct behaviour on hitting ZMQ_HWM
2010-07-30 16:49:06 +02:00
xreq.hpp
XREQ: Correct behaviour on hitting ZMQ_HWM
2010-07-30 16:49:06 +02:00
yarray_item.hpp
issue 33 - missing virtual destructors
2010-06-10 07:21:05 +02:00
yarray.hpp
Copyrights transferred from FastMQ to iMatix
2010-01-05 08:29:35 +01:00
ypipe.hpp
pipe: check_read() should check for message delimiter
2010-07-24 17:33:54 +02:00
yqueue.hpp
rollback functionality added to pipe
2010-03-09 08:43:20 +01:00
zmq_connecter.cpp
ZMQII-39: Implement IPC transport
2010-01-15 14:11:39 +01:00
zmq_connecter.hpp
ZMQII-39: Implement IPC transport
2010-01-15 14:11:39 +01:00
zmq_decoder.cpp
XREP-style prefixing/trimming messages removed
2010-03-20 10:58:59 +01:00
zmq_decoder.hpp
XREP-style prefixing/trimming messages removed
2010-03-20 10:58:59 +01:00
zmq_encoder.cpp
dispatcher_t class renamed to ctx_t
2010-05-05 14:24:54 +02:00
zmq_encoder.hpp
XREP-style prefixing/trimming messages removed
2010-03-20 10:58:59 +01:00
zmq_engine.cpp
platform.hpp for MSVC contains only very basic stuff
2010-06-04 16:29:36 +02:00
zmq_engine.hpp
XREP-style prefixing/trimming messages removed
2010-03-20 10:58:59 +01:00
zmq_init.cpp
XREP-style prefixing/trimming messages removed
2010-03-20 10:58:59 +01:00
zmq_init.hpp
Multi-hop REQ/REP, part VIII., new blob_t type used for holding identity
2010-02-13 14:07:30 +01:00
zmq_listener.cpp
ZMQII-39: Implement IPC transport
2010-01-15 14:11:39 +01:00
zmq_listener.hpp
Fix memory leak in bind()
2010-02-12 15:20:43 +01:00
zmq.cpp
zmq_stopwatch_stop: Don't return EFAULT
2010-08-25 09:50:45 +02:00