libzmq/src
2013-09-10 13:30:00 +01:00
..
address.cpp Removed corporate advertisements from source file headers 2013-03-12 13:24:57 +01:00
address.hpp Removed corporate advertisements from source file headers 2013-03-12 13:24:57 +01:00
array.hpp Removed corporate advertisements from source file headers 2013-03-12 13:24:57 +01:00
atomic_counter.hpp On the Tile architecture, use atomic instructions for atomic ptr and counter. 2013-03-20 12:54:38 -04:00
atomic_ptr.hpp On the Tile architecture, use atomic instructions for atomic ptr and counter. 2013-03-20 12:54:38 -04:00
blob.hpp Add #include to string.h in blob.hpp 2013-08-17 23:15:15 +03:00
clock.cpp Removed corporate advertisements from source file headers 2013-03-12 13:24:57 +01:00
clock.hpp Removed corporate advertisements from source file headers 2013-03-12 13:24:57 +01:00
command.hpp Removed corporate advertisements from source file headers 2013-03-12 13:24:57 +01:00
config.hpp Removed corporate advertisements from source file headers 2013-03-12 13:24:57 +01:00
ctx.cpp Implement non-blocking shutdown command that unblocks other threads waiting on blocking operations. 2013-09-10 13:30:00 +01:00
ctx.hpp Implement non-blocking shutdown command that unblocks other threads waiting on blocking operations. 2013-09-10 13:30:00 +01:00
curve_client.cpp Updated libzmq to match RFC 23, 24, 25, 26 2013-09-04 17:59:45 +02:00
curve_client.hpp Updated libzmq to match RFC 23, 24, 25, 26 2013-09-04 17:59:45 +02:00
curve_server.cpp Updated libzmq to match RFC 23, 24, 25, 26 2013-09-04 17:59:45 +02:00
curve_server.hpp Updated libzmq to match RFC 23, 24, 25, 26 2013-09-04 17:59:45 +02:00
dbuffer.hpp Implement double buffer for conflate option 2013-08-17 23:22:34 +03:00
dealer.cpp Change name of icanhasall to subscribe_to_all 2013-08-31 10:02:05 -04:00
dealer.hpp Change name of icanhasall to subscribe_to_all 2013-08-31 10:02:05 -04:00
decoder.hpp Refactor code so that messages go through engines 2013-04-11 18:52:51 +02:00
devpoll.cpp Removed corporate advertisements from source file headers 2013-03-12 13:24:57 +01:00
devpoll.hpp Removed corporate advertisements from source file headers 2013-03-12 13:24:57 +01:00
dist.cpp LIBZMQ-541 issue fix 2013-07-01 15:57:06 +09:00
dist.hpp Rename terminated->pipe_terminated 2013-06-06 13:28:21 +02:00
encoder.hpp Refactor code so that messages go through engines 2013-04-11 18:52:51 +02:00
epoll.cpp Removed corporate advertisements from source file headers 2013-03-12 13:24:57 +01:00
epoll.hpp Removed corporate advertisements from source file headers 2013-03-12 13:24:57 +01:00
err.cpp Removed corporate advertisements from source file headers 2013-03-12 13:24:57 +01:00
err.hpp Removed corporate advertisements from source file headers 2013-03-12 13:24:57 +01:00
fd.hpp Removed corporate advertisements from source file headers 2013-03-12 13:24:57 +01:00
fq.cpp Rename terminated->pipe_terminated 2013-06-06 13:28:21 +02:00
fq.hpp Rename terminated->pipe_terminated 2013-06-06 13:28:21 +02:00
i_decoder.hpp Refactor code so that messages go through engines 2013-04-11 18:52:51 +02:00
i_encoder.hpp Refactor code so that messages go through engines 2013-04-11 18:52:51 +02:00
i_engine.hpp Implement ZAP and integrate it with PLAIN mechanism 2013-06-06 13:28:21 +02:00
i_poll_events.hpp Removed corporate advertisements from source file headers 2013-03-12 13:24:57 +01:00
io_object.cpp Removed corporate advertisements from source file headers 2013-03-12 13:24:57 +01:00
io_object.hpp Removed corporate advertisements from source file headers 2013-03-12 13:24:57 +01:00
io_thread.cpp Removed corporate advertisements from source file headers 2013-03-12 13:24:57 +01:00
io_thread.hpp Removed corporate advertisements from source file headers 2013-03-12 13:24:57 +01:00
ip.cpp Fix compile error on windows. 2013-08-08 17:27:49 +01:00
ip.hpp Add get_peer_ip_address utility function 2013-07-18 10:41:31 +02:00
ipc_address.cpp Removed corporate advertisements from source file headers 2013-03-12 13:24:57 +01:00
ipc_address.hpp Removed corporate advertisements from source file headers 2013-03-12 13:24:57 +01:00
ipc_connecter.cpp plain_mechanism now uses options.as_server 2013-05-17 17:21:59 +01:00
ipc_connecter.hpp Removed corporate advertisements from source file headers 2013-03-12 13:24:57 +01:00
ipc_listener.cpp fix memory leak in tempnam() usage 2013-06-15 16:11:50 +08:00
ipc_listener.hpp Removed corporate advertisements from source file headers 2013-03-12 13:24:57 +01:00
kqueue.cpp Terminate context in a child process of fork() to replace file descriptors to not interfere with parent process's context 2013-09-01 20:42:15 +10:00
kqueue.hpp Terminate context in a child process of fork() to replace file descriptors to not interfere with parent process's context 2013-09-01 20:42:15 +10:00
lb.cpp REQ sockets drop replies from unasked peers. 2013-07-14 07:55:47 +02:00
lb.hpp REQ sockets drop replies from unasked peers. 2013-07-14 07:55:47 +02:00
libzmq.pc.cmake.in First pass at getting cmake build to work with non-Windows systems. 2013-01-02 03:24:10 -05:00
libzmq.pc.in added libzmq.pc.in file 2009-09-08 15:06:08 +02:00
likely.hpp Removed corporate advertisements from source file headers 2013-03-12 13:24:57 +01:00
mailbox.cpp Terminate context in a child process of fork() to replace file descriptors to not interfere with parent process's context 2013-09-01 20:42:15 +10:00
mailbox.hpp Terminate context in a child process of fork() to replace file descriptors to not interfere with parent process's context 2013-09-01 20:42:15 +10:00
Makefile.am Plug in dbuffer to serve the ZMQ_CONFLATE option 2013-08-17 23:27:25 +03:00
mechanism.cpp Check socket types during mechanism handshake 2013-07-01 10:12:08 +02:00
mechanism.hpp Updated libzmq to match RFC 23, 24, 25, 26 2013-09-04 17:59:45 +02:00
msg.cpp Re-add comment line from cmsg branch 2013-08-19 14:49:29 +02:00
msg.hpp Updated libzmq to match RFC 23, 24, 25, 26 2013-09-04 17:59:45 +02:00
mtrie.cpp Removed corporate advertisements from source file headers 2013-03-12 13:24:57 +01:00
mtrie.hpp Removed corporate advertisements from source file headers 2013-03-12 13:24:57 +01:00
mutex.hpp get to clean compile under vs2012 2013-08-23 17:14:03 -07:00
null_mechanism.cpp Updated libzmq to match RFC 23, 24, 25, 26 2013-09-04 17:59:45 +02:00
null_mechanism.hpp Updated libzmq to match RFC 23, 24, 25, 26 2013-09-04 17:59:45 +02:00
object.cpp Removed corporate advertisements from source file headers 2013-03-12 13:24:57 +01:00
object.hpp Removed corporate advertisements from source file headers 2013-03-12 13:24:57 +01:00
options.cpp Merge in master changes 2013-08-20 22:48:04 +01:00
options.hpp Merge in master changes 2013-08-20 22:48:04 +01:00
own.cpp Removed corporate advertisements from source file headers 2013-03-12 13:24:57 +01:00
own.hpp Removed corporate advertisements from source file headers 2013-03-12 13:24:57 +01:00
pair.cpp Change name of icanhasall to subscribe_to_all 2013-08-31 10:02:05 -04:00
pair.hpp Change name of icanhasall to subscribe_to_all 2013-08-31 10:02:05 -04:00
pgm_receiver.cpp Refactor code so that messages go through engines 2013-04-11 18:52:51 +02:00
pgm_receiver.hpp Implement ZAP and integrate it with PLAIN mechanism 2013-06-06 13:28:21 +02:00
pgm_sender.cpp Refactor code so that messages go through engines 2013-04-11 18:52:51 +02:00
pgm_sender.hpp Implement ZAP and integrate it with PLAIN mechanism 2013-06-06 13:28:21 +02:00
pgm_socket.cpp [#LIBZMQ-446] Silence error on setting PGM_TOS due to some platforms raising an error at runtime. Noted are RHEL 4. 2013-04-12 23:55:04 -04:00
pgm_socket.hpp Removed corporate advertisements from source file headers 2013-03-12 13:24:57 +01:00
pipe.cpp fix type on HWM 2013-08-20 22:49:19 +01:00
pipe.hpp Merge in master changes 2013-08-20 22:48:04 +01:00
plain_mechanism.cpp Updated libzmq to match RFC 23, 24, 25, 26 2013-09-04 17:59:45 +02:00
plain_mechanism.hpp Updated libzmq to match RFC 23, 24, 25, 26 2013-09-04 17:59:45 +02:00
poll.cpp Removed corporate advertisements from source file headers 2013-03-12 13:24:57 +01:00
poll.hpp Removed corporate advertisements from source file headers 2013-03-12 13:24:57 +01:00
poller_base.cpp Removed corporate advertisements from source file headers 2013-03-12 13:24:57 +01:00
poller_base.hpp Removed corporate advertisements from source file headers 2013-03-12 13:24:57 +01:00
poller.hpp Removed corporate advertisements from source file headers 2013-03-12 13:24:57 +01:00
precompiled.cpp Removed corporate advertisements from source file headers 2013-03-12 13:24:57 +01:00
precompiled.hpp Removed corporate advertisements from source file headers 2013-03-12 13:24:57 +01:00
proxy.cpp Removed corporate advertisements from source file headers 2013-03-12 13:24:57 +01:00
proxy.hpp Removed corporate advertisements from source file headers 2013-03-12 13:24:57 +01:00
pub.cpp Use generic session class whenever possible 2013-06-29 12:24:36 +02:00
pub.hpp Use generic session class whenever possible 2013-06-29 12:24:36 +02:00
pull.cpp Change name of icanhasall to subscribe_to_all 2013-08-31 10:02:05 -04:00
pull.hpp Change name of icanhasall to subscribe_to_all 2013-08-31 10:02:05 -04:00
push.cpp Change name of icanhasall to subscribe_to_all 2013-08-31 10:02:05 -04:00
push.hpp Change name of icanhasall to subscribe_to_all 2013-08-31 10:02:05 -04:00
random.cpp Removed corporate advertisements from source file headers 2013-03-12 13:24:57 +01:00
random.hpp Removed corporate advertisements from source file headers 2013-03-12 13:24:57 +01:00
raw_decoder.cpp Refactor code so that messages go through engines 2013-04-11 18:52:51 +02:00
raw_decoder.hpp Refactor code so that messages go through engines 2013-04-11 18:52:51 +02:00
raw_encoder.cpp Refactor code so that messages go through engines 2013-04-11 18:52:51 +02:00
raw_encoder.hpp Refactor code so that messages go through engines 2013-04-11 18:52:51 +02:00
reaper.cpp Terminate context in a child process of fork() to replace file descriptors to not interfere with parent process's context 2013-09-01 20:42:15 +10:00
reaper.hpp Terminate context in a child process of fork() to replace file descriptors to not interfere with parent process's context 2013-09-01 20:42:15 +10:00
rep.cpp Use generic session class whenever possible 2013-06-29 12:24:36 +02:00
rep.hpp Use generic session class whenever possible 2013-06-29 12:24:36 +02:00
req.cpp get to clean compile under vs2012 2013-08-23 17:14:03 -07:00
req.hpp Rename ZMQ_REQ_SEND_RESETS -> ZMQ_REQ_STRICT. 2013-08-03 14:35:18 +02:00
router.cpp Change name of icanhasall to subscribe_to_all 2013-08-31 10:02:05 -04:00
router.hpp Change name of icanhasall to subscribe_to_all 2013-08-31 10:02:05 -04:00
select.cpp Removed corporate advertisements from source file headers 2013-03-12 13:24:57 +01:00
select.hpp Removed corporate advertisements from source file headers 2013-03-12 13:24:57 +01:00
session_base.cpp Merge in master changes 2013-08-20 22:48:04 +01:00
session_base.hpp Implement ZAP and integrate it with PLAIN mechanism 2013-06-06 13:28:21 +02:00
signaler.cpp Fix unused variable when using eventfd 2013-09-02 06:49:30 +10:00
signaler.hpp Terminate context in a child process of fork() to replace file descriptors to not interfere with parent process's context 2013-09-01 20:42:15 +10:00
socket_base.cpp Merge pull request #628 from ianbarber/master 2013-09-02 06:04:51 -07:00
socket_base.hpp Change name of icanhasall to subscribe_to_all 2013-08-31 10:02:05 -04:00
stdint.hpp Removed corporate advertisements from source file headers 2013-03-12 13:24:57 +01:00
stream_engine.cpp Updated libzmq to match RFC 23, 24, 25, 26 2013-09-04 17:59:45 +02:00
stream_engine.hpp Updated libzmq to match RFC 23, 24, 25, 26 2013-09-04 17:59:45 +02:00
stream.cpp Change name of icanhasall to subscribe_to_all 2013-08-31 10:02:05 -04:00
stream.hpp Change name of icanhasall to subscribe_to_all 2013-08-31 10:02:05 -04:00
sub.cpp Use generic session class whenever possible 2013-06-29 12:24:36 +02:00
sub.hpp Use generic session class whenever possible 2013-06-29 12:24:36 +02:00
tcp_address.cpp Removed corporate advertisements from source file headers 2013-03-12 13:24:57 +01:00
tcp_address.hpp Removed corporate advertisements from source file headers 2013-03-12 13:24:57 +01:00
tcp_connecter.cpp Set socket buffers before establishing TCP connection 2013-06-30 07:30:51 +02:00
tcp_connecter.hpp Removed corporate advertisements from source file headers 2013-03-12 13:24:57 +01:00
tcp_listener.cpp Set socket buffers before establishing TCP connection 2013-06-30 07:30:51 +02:00
tcp_listener.hpp Removed corporate advertisements from source file headers 2013-03-12 13:24:57 +01:00
tcp.cpp Set socket buffers before establishing TCP connection 2013-06-30 07:30:51 +02:00
tcp.hpp Set socket buffers before establishing TCP connection 2013-06-30 07:30:51 +02:00
thread.cpp Removed corporate advertisements from source file headers 2013-03-12 13:24:57 +01:00
thread.hpp Removed corporate advertisements from source file headers 2013-03-12 13:24:57 +01:00
trie.cpp Removed corporate advertisements from source file headers 2013-03-12 13:24:57 +01:00
trie.hpp Removed corporate advertisements from source file headers 2013-03-12 13:24:57 +01:00
v1_decoder.cpp Refactor code so that messages go through engines 2013-04-11 18:52:51 +02:00
v1_decoder.hpp Refactor code so that messages go through engines 2013-04-11 18:52:51 +02:00
v1_encoder.cpp Refactor code so that messages go through engines 2013-04-11 18:52:51 +02:00
v1_encoder.hpp Refactor code so that messages go through engines 2013-04-11 18:52:51 +02:00
v2_decoder.cpp Updated libzmq to match RFC 23, 24, 25, 26 2013-09-04 17:59:45 +02:00
v2_decoder.hpp Refactor code so that messages go through engines 2013-04-11 18:52:51 +02:00
v2_encoder.cpp Updated libzmq to match RFC 23, 24, 25, 26 2013-09-04 17:59:45 +02:00
v2_encoder.hpp Refactor code so that messages go through engines 2013-04-11 18:52:51 +02:00
v2_protocol.hpp Updated libzmq to match RFC 23, 24, 25, 26 2013-09-04 17:59:45 +02:00
version.rc.in Add ZeroMQ branding. 2012-06-12 21:30:24 -04:00
windows.hpp Removed corporate advertisements from source file headers 2013-03-12 13:24:57 +01:00
wire.hpp Refactor code so that messages go through engines 2013-04-11 18:52:51 +02:00
xpub.cpp Change name of icanhasall to subscribe_to_all 2013-08-31 10:02:05 -04:00
xpub.hpp Change name of icanhasall to subscribe_to_all 2013-08-31 10:02:05 -04:00
xsub.cpp Change name of icanhasall to subscribe_to_all 2013-08-31 10:02:05 -04:00
xsub.hpp Change name of icanhasall to subscribe_to_all 2013-08-31 10:02:05 -04:00
ypipe_base.hpp Plug in dbuffer to serve the ZMQ_CONFLATE option 2013-08-17 23:27:25 +03:00
ypipe_conflate.hpp Plug in dbuffer to serve the ZMQ_CONFLATE option 2013-08-17 23:27:25 +03:00
ypipe.hpp Plug in dbuffer to serve the ZMQ_CONFLATE option 2013-08-17 23:27:25 +03:00
yqueue.hpp Removed corporate advertisements from source file headers 2013-03-12 13:24:57 +01:00
z85_codec.hpp Fix compilation warnings on unsigned comparisons. 2013-07-03 22:30:48 +02:00
zmq_utils.cpp Fix up threading code from port tests to windows. 2013-08-17 14:23:22 +01:00
zmq.cpp Implement non-blocking shutdown command that unblocks other threads waiting on blocking operations. 2013-09-10 13:30:00 +01:00