.. |
app_thread.cpp
|
ZMQII-25: Implement streamed request/reply
|
2009-11-24 11:23:10 +01:00 |
app_thread.hpp
|
initial version of req/rep sockets
|
2009-09-21 14:39:59 +02:00 |
atomic_bitmap.hpp
|
renamed from zs to zmq
|
2009-08-03 11:30:13 +02:00 |
atomic_counter.hpp
|
errors are never predicted in branch prediction (likely/unlikely macros added)
|
2009-12-10 21:34:40 +01:00 |
atomic_ptr.hpp
|
renamed from zs to zmq
|
2009-08-03 11:30:13 +02:00 |
command.hpp
|
annoying optimisation in 'bind' command removed
|
2009-12-01 18:50:54 +01:00 |
config.hpp
|
added OpenPGM sender - ZMQ_PUB
|
2009-09-11 17:58:37 +02:00 |
decoder.hpp
|
ZMQII-26: Use zero-copy for large messages (rx side)
|
2009-12-11 22:29:04 +01:00 |
devpoll.cpp
|
uninitialised variable in devpoll_t and kqueue_t
|
2009-11-19 08:06:52 +01:00 |
devpoll.hpp
|
poller is a concept now rather than virtualised class
|
2009-10-02 10:46:36 +02:00 |
dispatcher.cpp
|
seqnum mechanism automated
|
2009-12-02 21:26:47 +01:00 |
dispatcher.hpp
|
inproc transport - initial commit
|
2009-11-21 20:59:55 +01:00 |
downstream.cpp
|
ZMQII-25: Implement streamed request/reply
|
2009-11-24 11:23:10 +01:00 |
downstream.hpp
|
ZMQII-25: Implement streamed request/reply
|
2009-11-24 11:23:10 +01:00 |
encoder.hpp
|
ZMQII-26: Use zero-copy for large messages (rx side)
|
2009-12-11 22:29:04 +01:00 |
epoll.cpp
|
poller is a concept now rather than virtualised class
|
2009-10-02 10:46:36 +02:00 |
epoll.hpp
|
poller is a concept now rather than virtualised class
|
2009-10-02 10:46:36 +02:00 |
err.cpp
|
windows error handling improved
|
2009-10-01 13:48:04 +02:00 |
err.hpp
|
errors are never predicted in branch prediction (likely/unlikely macros added)
|
2009-12-10 21:34:40 +01:00 |
fd_signaler.cpp
|
chat example added
|
2009-12-07 21:06:54 +01:00 |
fd_signaler.hpp
|
ZMQII-18: Implement I/O multiplexing (first approximation)
|
2009-10-01 10:56:17 +02:00 |
fd.hpp
|
minor fixes for MSVC++ 2005 build
|
2009-11-03 14:06:25 +01:00 |
i_endpoint.hpp
|
initial version of req/rep sockets
|
2009-09-21 14:39:59 +02:00 |
i_engine.hpp
|
engine virtualised; chatroom example removed
|
2009-08-30 08:18:31 +02:00 |
i_inout.hpp
|
c and cpp directories moved into bindings directory
|
2009-09-16 16:49:09 +02:00 |
i_poll_events.hpp
|
redundant interface (i_api) removed
|
2009-08-09 16:30:22 +02:00 |
i_signaler.hpp
|
ZMQII-18: Implement I/O multiplexing (first approximation)
|
2009-10-01 10:56:17 +02:00 |
io_object.cpp
|
poller is a concept now rather than virtualised class
|
2009-10-02 10:46:36 +02:00 |
io_object.hpp
|
poller is a concept now rather than virtualised class
|
2009-10-02 10:46:36 +02:00 |
io_thread.cpp
|
poller is a concept now rather than virtualised class
|
2009-10-02 10:46:36 +02:00 |
io_thread.hpp
|
poller is a concept now rather than virtualised class
|
2009-10-02 10:46:36 +02:00 |
ip.cpp
|
improved error handling
|
2009-08-29 09:41:50 +02:00 |
ip.hpp
|
renamed from zs to zmq
|
2009-08-03 11:30:13 +02:00 |
kqueue.cpp
|
uninitialised variable in devpoll_t and kqueue_t
|
2009-11-19 08:06:52 +01:00 |
kqueue.hpp
|
poller is a concept now rather than virtualised class
|
2009-10-02 10:46:36 +02:00 |
libzmq.pc.in
|
added libzmq.pc.in file
|
2009-09-08 15:06:08 +02:00 |
likely.hpp
|
errors are never predicted in branch prediction (likely/unlikely macros added)
|
2009-12-10 21:34:40 +01:00 |
Makefile.am
|
ZMQII-25: Implement streamed request/reply
|
2009-11-24 11:23:10 +01:00 |
msg_content.hpp
|
c and cpp directories moved into bindings directory
|
2009-09-16 16:49:09 +02:00 |
mutex.hpp
|
lockfree interaction patter for 3 theads implemented
|
2009-08-08 16:01:58 +02:00 |
object.cpp
|
seqnum mechanism automated
|
2009-12-02 21:26:47 +01:00 |
object.hpp
|
seqnum mechanism automated
|
2009-12-02 21:26:47 +01:00 |
options.cpp
|
ZMQII-27: Allow setting SNDBUF and RCVBUF size from 0MQ API (POSIX)
|
2009-12-10 09:47:24 +01:00 |
options.hpp
|
ZMQII-27: Allow setting SNDBUF and RCVBUF size from 0MQ API (POSIX)
|
2009-12-10 09:47:24 +01:00 |
owned.cpp
|
seqnum mechanism automated
|
2009-12-02 21:26:47 +01:00 |
owned.hpp
|
seqnum mechanism automated
|
2009-12-02 21:26:47 +01:00 |
p2p.cpp
|
ZMQII-18: Implement I/O multiplexing (first approximation)
|
2009-10-01 10:56:17 +02:00 |
p2p.hpp
|
ZMQII-25: Implement streamed request/reply
|
2009-11-24 11:23:10 +01:00 |
pgm_receiver.cpp
|
0MQ compilable on winXP mingw with --with-pgm2 option
|
2009-10-06 12:57:24 +02:00 |
pgm_receiver.hpp
|
0MQ compilable on winXP mingw with --with-pgm2 option
|
2009-10-06 12:57:24 +02:00 |
pgm_sender.cpp
|
minor tweaks in pgm code
|
2009-11-30 16:45:18 +01:00 |
pgm_sender.hpp
|
0MQ compilable on winXP mingw with --with-pgm2 option
|
2009-10-06 12:57:24 +02:00 |
pgm_socket.cpp
|
minor tweaks in pgm code
|
2009-11-30 16:45:18 +01:00 |
pgm_socket.hpp
|
fixed get_sender_fds and get_receiver_fds for openpgm2
|
2009-11-03 14:11:53 +01:00 |
pipe.cpp
|
minor code beautification
|
2009-12-01 15:12:42 +01:00 |
pipe.hpp
|
MSVC warnings fixed
|
2009-12-01 14:58:00 +01:00 |
poll.cpp
|
poller is a concept now rather than virtualised class
|
2009-10-02 10:46:36 +02:00 |
poll.hpp
|
poller is a concept now rather than virtualised class
|
2009-10-02 10:46:36 +02:00 |
poller.hpp
|
poller is a concept now rather than virtualised class
|
2009-10-02 10:46:36 +02:00 |
pub.cpp
|
ZMQII-18: Implement I/O multiplexing (first approximation)
|
2009-10-01 10:56:17 +02:00 |
pub.hpp
|
ZMQII-25: Implement streamed request/reply
|
2009-11-24 11:23:10 +01:00 |
rep.cpp
|
ZMQII-25: Implement streamed request/reply
|
2009-11-24 11:23:10 +01:00 |
rep.hpp
|
ZMQII-25: Implement streamed request/reply
|
2009-11-24 11:23:10 +01:00 |
req.cpp
|
ZMQII-18: Implement I/O multiplexing (first approximation)
|
2009-10-01 10:56:17 +02:00 |
req.hpp
|
ZMQII-25: Implement streamed request/reply
|
2009-11-24 11:23:10 +01:00 |
select.cpp
|
poller is a concept now rather than virtualised class
|
2009-10-02 10:46:36 +02:00 |
select.hpp
|
poller is a concept now rather than virtualised class
|
2009-10-02 10:46:36 +02:00 |
session.cpp
|
seqnum mechanism automated
|
2009-12-02 21:26:47 +01:00 |
session.hpp
|
initial version of req/rep sockets
|
2009-09-21 14:39:59 +02:00 |
simple_semaphore.hpp
|
experimental code to use futexes instead of mutexes added to simple_semapthore_t
|
2009-11-25 08:55:03 +01:00 |
socket_base.cpp
|
seqnum mechanism automated
|
2009-12-02 21:26:47 +01:00 |
socket_base.hpp
|
seqnum mechanism automated
|
2009-12-02 21:26:47 +01:00 |
stdint.hpp
|
renamed from zs to zmq
|
2009-08-03 11:30:13 +02:00 |
sub.cpp
|
ZMQII-18: Implement I/O multiplexing (first approximation)
|
2009-10-01 10:56:17 +02:00 |
sub.hpp
|
ZMQII-25: Implement streamed request/reply
|
2009-11-24 11:23:10 +01:00 |
tcp_connecter.cpp
|
windows error handling improved
|
2009-10-01 13:48:04 +02:00 |
tcp_connecter.hpp
|
zmq_listener/zmq_connecter implemented
|
2009-08-09 16:12:09 +02:00 |
tcp_listener.cpp
|
windows error handling improved
|
2009-10-01 13:48:04 +02:00 |
tcp_listener.hpp
|
improved error handling
|
2009-08-29 09:41:50 +02:00 |
tcp_socket.cpp
|
ZMQII-27: Allow setting SNDBUF and RCVBUF size from 0MQ API (Win32)
|
2009-12-10 10:39:24 +01:00 |
tcp_socket.hpp
|
ZMQII-27: Allow setting SNDBUF and RCVBUF size from 0MQ API (POSIX)
|
2009-12-10 09:47:24 +01:00 |
thread.cpp
|
bug in identifying current thread fixed
|
2009-08-29 10:32:21 +02:00 |
thread.hpp
|
bug in identifying current thread fixed
|
2009-08-29 10:32:21 +02:00 |
upstream.cpp
|
ZMQII-25: Implement streamed request/reply
|
2009-11-24 11:23:10 +01:00 |
upstream.hpp
|
ZMQII-25: Implement streamed request/reply
|
2009-11-24 11:23:10 +01:00 |
uuid.cpp
|
initial changes for win port
|
2009-09-07 15:41:43 +02:00 |
uuid.hpp
|
mingw port
|
2009-10-05 15:06:40 +02:00 |
windows.hpp
|
minor fixes for MSVC++ 2005 build
|
2009-11-03 14:06:25 +01:00 |
wire.hpp
|
renamed from zs to zmq
|
2009-08-03 11:30:13 +02:00 |
yarray_item.hpp
|
initial version of req/rep sockets
|
2009-09-21 14:39:59 +02:00 |
yarray.hpp
|
initial version of req/rep sockets
|
2009-09-21 14:39:59 +02:00 |
ypipe.hpp
|
C & C++ header files clean-up
|
2009-12-05 11:20:57 +01:00 |
ypollset.cpp
|
ZMQII-9: Check and implement speculative reads & writes
|
2009-10-02 09:42:13 +02:00 |
ypollset.hpp
|
ZMQII-18: Implement I/O multiplexing (first approximation)
|
2009-10-01 10:56:17 +02:00 |
yqueue.hpp
|
harmless uninitialised memory read fixed
|
2009-12-01 19:09:58 +01:00 |
zmq_connecter_init.cpp
|
ZMQII-27: Allow setting SNDBUF and RCVBUF size from 0MQ API (POSIX)
|
2009-12-10 09:47:24 +01:00 |
zmq_connecter_init.hpp
|
multiple bugs fixed
|
2009-08-27 16:24:21 +02:00 |
zmq_connecter.cpp
|
seqnum mechanism automated
|
2009-12-02 21:26:47 +01:00 |
zmq_connecter.hpp
|
reconnect added to zmq_connecter
|
2009-09-16 11:02:18 +02:00 |
zmq_decoder.cpp
|
ZMQII-26: Use zero-copy for large messages (rx side)
|
2009-12-11 22:29:04 +01:00 |
zmq_decoder.hpp
|
ZMQII-26: Use zero-copy for large messages (rx side)
|
2009-12-11 22:29:04 +01:00 |
zmq_encoder.cpp
|
ZMQII-26: Use zero-copy for large messages (rx side)
|
2009-12-11 22:29:04 +01:00 |
zmq_encoder.hpp
|
ZMQII-26: Use zero-copy for large messages (rx side)
|
2009-12-11 22:29:04 +01:00 |
zmq_engine.cpp
|
ZMQII-26: Use zero-copy for large messages (rx side)
|
2009-12-11 22:29:04 +01:00 |
zmq_engine.hpp
|
ZMQII-26: Use zero-copy for large messages (rx side)
|
2009-12-11 22:29:04 +01:00 |
zmq_listener_init.cpp
|
ZMQII-27: Allow setting SNDBUF and RCVBUF size from 0MQ API (POSIX)
|
2009-12-10 09:47:24 +01:00 |
zmq_listener_init.hpp
|
multiple bugs fixed
|
2009-08-27 16:24:21 +02:00 |
zmq_listener.cpp
|
seqnum mechanism automated
|
2009-12-02 21:26:47 +01:00 |
zmq_listener.hpp
|
couple of bugs in shutdown mechanism fixed
|
2009-08-20 11:32:23 +02:00 |
zmq.cpp
|
zmq_poll implemented on Win32 platform
|
2009-12-10 16:46:22 +01:00 |