.. |
address.cpp
|
Whitespace and style fixes
|
2012-10-24 09:18:52 +09:00 |
address.hpp
|
ZMQ_MONITOR socket option registers a callback / event sink for changes in socket state
|
2012-05-04 02:32:46 +01:00 |
array.hpp
|
Copyright dates adjusted to reflect reality
|
2011-11-01 18:06:11 +01:00 |
atomic_counter.hpp
|
Implement atomic operations for armv7a
|
2012-04-24 11:55:57 -05:00 |
atomic_ptr.hpp
|
Fix an error in the inline assembly for Thumb2.
|
2012-08-23 12:49:21 -07:00 |
blob.hpp
|
Fix char_traits<unsigned char> to what looks like correct behavior.
|
2012-08-27 16:00:40 -07:00 |
clock.cpp
|
Add WinCE support.
|
2012-03-14 19:12:28 +04:00 |
clock.hpp
|
Copyright dates adjusted to reflect reality
|
2011-11-01 18:06:11 +01:00 |
command.hpp
|
Revert "Fix a number of whitespace issues in various parts of the code, add validation to most calls on the test and take a first stab at implementing the reconnection pipe blocking."
|
2012-06-12 14:51:50 +01:00 |
config.hpp
|
some spaces cleanups + delete unused anymore zmq::max_sockets + some minor code chages
|
2012-04-13 13:26:57 +04:00 |
ctx.cpp
|
Significantly reworked the monitoring infrastructure with a more granular per socket API and to play well with monitoring endpoints in application threads
|
2012-09-21 12:53:31 +01:00 |
ctx.hpp
|
Significantly reworked the monitoring infrastructure with a more granular per socket API and to play well with monitoring endpoints in application threads
|
2012-09-21 12:53:31 +01:00 |
dealer.cpp
|
Don't pass flags to xrecv method
|
2012-11-09 17:18:14 +01:00 |
dealer.hpp
|
Don't pass flags to xrecv method
|
2012-11-09 17:18:14 +01:00 |
decoder.cpp
|
Resolve LIBZMQ-465
|
2012-11-13 12:33:30 +01:00 |
decoder.hpp
|
Fix unused argument warnings
|
2013-01-02 03:24:11 -05:00 |
devpoll.cpp
|
Use zmq_assert rather then assert
|
2012-05-27 15:31:59 +02:00 |
devpoll.hpp
|
Get AIX 6.1 compiling again by making msg_t class explicit
|
2011-11-09 15:22:20 +01:00 |
dist.cpp
|
Don't pass flags to xsend method
|
2012-11-09 17:18:10 +01:00 |
dist.hpp
|
Don't pass flags to xsend method
|
2012-11-09 17:18:10 +01:00 |
encoder.cpp
|
Decouple encoder_t and decoder_t from session_base_t
|
2012-09-02 22:46:26 +02:00 |
encoder.hpp
|
Fix compilation using MSVC 2008: its <algorithm> defines wrong min/max without NOMINMAX
|
2012-09-26 16:09:55 +04:00 |
epoll.cpp
|
Minor code cleanup
|
2012-11-13 13:06:29 +01:00 |
epoll.hpp
|
Get AIX 6.1 compiling again by making msg_t class explicit
|
2011-11-09 15:22:20 +01:00 |
err.cpp
|
Silence all "unused parameter" warnings from Clang.
|
2012-08-27 16:05:51 -07:00 |
err.hpp
|
Make wsa_error_to_errno pure function
|
2012-05-27 16:10:19 +02:00 |
fd.hpp
|
Silence a compiler warning.
|
2012-08-24 16:33:48 -07:00 |
fq.cpp
|
Revert "Revert "Merge branch 'master' of github.com:ianbarber/libzmq""
|
2012-06-12 14:43:18 +01:00 |
fq.hpp
|
fq: remove unused parameter
|
2012-04-26 13:21:25 +02:00 |
i_decoder.hpp
|
Fix -Wmismatched-tags
|
2013-01-02 03:24:11 -05:00 |
i_encoder.hpp
|
Fix compilation using MSVC 2008: stdint.h is not present in this compiler
|
2012-09-26 16:06:20 +04:00 |
i_engine.hpp
|
Remove unplug from i_engine interface
|
2012-05-27 15:18:38 +02:00 |
i_msg_sink.hpp
|
Fix -Wmismatched-tags
|
2013-01-02 03:24:11 -05:00 |
i_msg_source.hpp
|
Fix -Wmismatched-tags
|
2013-01-02 03:24:11 -05:00 |
i_poll_events.hpp
|
Copyright dates adjusted to reflect reality
|
2011-11-01 18:06:11 +01:00 |
io_object.cpp
|
Silence all "unused parameter" warnings from Clang.
|
2012-08-27 16:05:51 -07:00 |
io_object.hpp
|
Get AIX 6.1 compiling again by making msg_t class explicit
|
2011-11-09 15:22:20 +01:00 |
io_thread.cpp
|
Silence all "unused parameter" warnings from Clang.
|
2012-08-27 16:05:51 -07:00 |
io_thread.hpp
|
Get AIX 6.1 compiling again by making msg_t class explicit
|
2011-11-09 15:22:20 +01:00 |
ip.cpp
|
Fix warnings with MinGW
|
2013-01-02 03:24:11 -05:00 |
ip.hpp
|
Revert "Revert "Merge branch 'master' of github.com:ianbarber/libzmq""
|
2012-06-12 14:43:18 +01:00 |
ipc_address.cpp
|
implement zmq_unbind(),zmq_disconnect(), zmq->sock->getsockopt(ZMQ_LAST_ENDPOINT_ID)
|
2012-04-18 23:42:11 +04:00 |
ipc_address.hpp
|
implement zmq_unbind(),zmq_disconnect(), zmq->sock->getsockopt(ZMQ_LAST_ENDPOINT_ID)
|
2012-04-18 23:42:11 +04:00 |
ipc_connecter.cpp
|
Copy monitor specific event endpoints to event messages as the engine etc. can be released at anytime
|
2012-11-17 11:29:47 +00:00 |
ipc_connecter.hpp
|
Significantly reworked the monitoring infrastructure with a more granular per socket API and to play well with monitoring endpoints in application threads
|
2012-09-21 12:53:31 +01:00 |
ipc_listener.cpp
|
Copy monitor specific event endpoints to event messages as the engine etc. can be released at anytime
|
2012-11-17 11:29:47 +00:00 |
ipc_listener.hpp
|
ZMQ_MONITOR socket option registers a callback / event sink for changes in socket state
|
2012-05-04 02:32:46 +01:00 |
kqueue.cpp
|
Minor code cleanup
|
2012-11-13 13:06:29 +01:00 |
kqueue.hpp
|
Get AIX 6.1 compiling again by making msg_t class explicit
|
2011-11-09 15:22:20 +01:00 |
lb.cpp
|
Don't pass flags to xsend method
|
2012-11-09 17:18:10 +01:00 |
lb.hpp
|
Don't pass flags to xsend method
|
2012-11-09 17:18:10 +01: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
|
Copyright dates adjusted to reflect reality
|
2011-11-01 18:06:11 +01:00 |
mailbox.cpp
|
Copyright dates adjusted to reflect reality
|
2011-11-01 18:06:11 +01:00 |
mailbox.hpp
|
Copyright dates adjusted to reflect reality
|
2011-11-01 18:06:11 +01:00 |
Makefile.am
|
Added support for non-zmq tcp client connections to router socket.
|
2012-10-29 00:03:36 -07:00 |
msg.cpp
|
Resolve LIBZMQ-464
|
2012-11-01 14:37:42 +01:00 |
msg.hpp
|
Fix issue #406
|
2012-07-31 18:59:13 +02:00 |
mtrie.cpp
|
Whitespace and style fixes
|
2012-10-24 09:18:52 +09:00 |
mtrie.hpp
|
Reduce memory usage of mtrie.
|
2012-01-30 09:47:33 +01:00 |
mutex.hpp
|
Simplify use of posix_assert in mutex.hpp
|
2012-03-28 07:28:43 +02:00 |
object.cpp
|
Fix a couple more warnings
|
2013-01-02 03:24:11 -05:00 |
object.hpp
|
Revert "Fix a number of whitespace issues in various parts of the code, add validation to most calls on the test and take a first stab at implementing the reconnection pipe blocking."
|
2012-06-12 14:51:50 +01:00 |
options.cpp
|
Fix a couple more warnings
|
2013-01-02 03:24:11 -05:00 |
options.hpp
|
Style fixes
|
2012-10-30 12:18:30 +01:00 |
own.cpp
|
implement zmq_unbind(),zmq_disconnect(), zmq->sock->getsockopt(ZMQ_LAST_ENDPOINT_ID)
|
2012-04-18 23:42:11 +04:00 |
own.hpp
|
implement zmq_unbind(),zmq_disconnect(), zmq->sock->getsockopt(ZMQ_LAST_ENDPOINT_ID)
|
2012-04-18 23:42:11 +04:00 |
pair.cpp
|
Don't pass flags to xrecv method
|
2012-11-09 17:18:14 +01:00 |
pair.hpp
|
Don't pass flags to xrecv method
|
2012-11-09 17:18:14 +01:00 |
pgm_receiver.cpp
|
Init message in drop subscription
|
2012-09-25 22:58:25 +01:00 |
pgm_receiver.hpp
|
Remove unplug from i_engine interface
|
2012-05-27 15:18:38 +02:00 |
pgm_sender.cpp
|
Whitespace and style fixes
|
2012-10-24 09:18:52 +09:00 |
pgm_sender.hpp
|
Remove unplug from i_engine interface
|
2012-05-27 15:18:38 +02:00 |
pgm_socket.cpp
|
Whitespace and style fixes
|
2012-10-24 09:18:52 +09:00 |
pgm_socket.hpp
|
Return error on invalid PGM url instead of raising assertion.
|
2012-05-30 20:52:19 -04:00 |
pipe.cpp
|
Whitespace and style fixes
|
2012-10-24 09:18:52 +09:00 |
pipe.hpp
|
Do not pass a message to the check_write method
|
2012-03-28 07:28:42 +02:00 |
poll.cpp
|
Minor code cleanup
|
2012-11-13 13:06:29 +01:00 |
poll.hpp
|
Get AIX 6.1 compiling again by making msg_t class explicit
|
2011-11-09 15:22:20 +01:00 |
poller_base.cpp
|
Whitespace and style fixes
|
2012-10-24 09:18:52 +09:00 |
poller_base.hpp
|
Get AIX 6.1 compiling again by making msg_t class explicit
|
2011-11-09 15:22:20 +01:00 |
poller.hpp
|
Copyright dates adjusted to reflect reality
|
2011-11-01 18:06:11 +01:00 |
precompiled.cpp
|
Added MSVC10 solution and project files for Windows
|
2011-12-15 14:03:43 +01:00 |
precompiled.hpp
|
Added MSVC10 solution and project files for Windows
|
2011-12-15 14:03:43 +01:00 |
proxy.cpp
|
Move socket_base.hpp and err.hpp after poll.h include
|
2012-10-24 08:37:00 -05:00 |
proxy.hpp
|
Removed 'device' concept and introduced proxies
|
2012-09-07 18:38:50 +09:00 |
pub.cpp
|
Don't pass flags to xrecv method
|
2012-11-09 17:18:14 +01:00 |
pub.hpp
|
Don't pass flags to xrecv method
|
2012-11-09 17:18:14 +01:00 |
pull.cpp
|
Don't pass flags to xrecv method
|
2012-11-09 17:18:14 +01:00 |
pull.hpp
|
Don't pass flags to xrecv method
|
2012-11-09 17:18:14 +01:00 |
push.cpp
|
Don't pass flags to xsend method
|
2012-11-09 17:18:10 +01:00 |
push.hpp
|
Don't pass flags to xsend method
|
2012-11-09 17:18:10 +01:00 |
random.cpp
|
Copyright dates adjusted to reflect reality
|
2011-11-01 18:06:11 +01:00 |
random.hpp
|
Copyright dates adjusted to reflect reality
|
2011-11-01 18:06:11 +01:00 |
raw_decoder.cpp
|
Resolve LIBZMQ-465
|
2012-11-13 12:33:30 +01:00 |
raw_decoder.hpp
|
Resolve LIBZMQ-465
|
2012-11-13 12:33:30 +01:00 |
raw_encoder.cpp
|
Style fixes
|
2012-10-30 12:18:30 +01:00 |
raw_encoder.hpp
|
Style fixes
|
2012-10-30 12:18:30 +01:00 |
reaper.cpp
|
Silence all "unused parameter" warnings from Clang.
|
2012-08-27 16:05:51 -07:00 |
reaper.hpp
|
Get AIX 6.1 compiling again by making msg_t class explicit
|
2011-11-09 15:22:20 +01:00 |
rep.cpp
|
Don't pass flags to xrecv method
|
2012-11-09 17:18:14 +01:00 |
rep.hpp
|
Don't pass flags to xrecv method
|
2012-11-09 17:18:14 +01:00 |
req.cpp
|
Don't pass flags to xrecv method
|
2012-11-09 17:18:14 +01:00 |
req.hpp
|
Don't pass flags to xrecv method
|
2012-11-09 17:18:14 +01:00 |
router.cpp
|
returns -1 with EAGAIN when mandatory is set and pipe is full
|
2012-12-11 19:41:36 +09:00 |
router.hpp
|
Don't pass flags to xrecv method
|
2012-11-09 17:18:14 +01:00 |
select.cpp
|
Minor code cleanup
|
2012-11-13 13:06:29 +01:00 |
select.hpp
|
Get AIX 6.1 compiling again by making msg_t class explicit
|
2011-11-09 15:22:20 +01:00 |
session_base.cpp
|
Small cleanups
|
2012-11-09 14:12:11 +01:00 |
session_base.hpp
|
Significantly reworked the monitoring infrastructure with a more granular per socket API and to play well with monitoring endpoints in application threads
|
2012-09-21 12:53:31 +01:00 |
signaler.cpp
|
Merge pull request #492 from arsenm/master
|
2013-01-02 00:32:15 -08:00 |
signaler.hpp
|
Copyright dates adjusted to reflect reality
|
2011-11-01 18:06:11 +01:00 |
socket_base.cpp
|
Fix typos
|
2013-01-02 03:24:11 -05:00 |
socket_base.hpp
|
Close pipes for inproc sockets on zmq_disconnect
|
2012-12-04 15:14:21 +01:00 |
stdint.hpp
|
Use <stdint.h> shipped with Visual Studio 2010 and later
|
2012-09-26 15:13:13 +04:00 |
stream_engine.cpp
|
Spelling fixes
|
2013-01-08 09:08:01 +01:00 |
stream_engine.hpp
|
Comments about ICC build failure with 12.x were crazy
|
2013-01-02 03:24:10 -05:00 |
sub.cpp
|
Don't pass flags to xsend method
|
2012-11-09 17:18:10 +01:00 |
sub.hpp
|
Don't pass flags to xsend method
|
2012-11-09 17:18:10 +01:00 |
tcp_address.cpp
|
Silence all "unused parameter" warnings from Clang.
|
2012-08-27 16:05:51 -07:00 |
tcp_address.hpp
|
Silence all "unused parameter" warnings from Clang.
|
2012-08-27 16:05:51 -07:00 |
tcp_connecter.cpp
|
Copy monitor specific event endpoints to event messages as the engine etc. can be released at anytime
|
2012-11-17 11:29:47 +00:00 |
tcp_connecter.hpp
|
Significantly reworked the monitoring infrastructure with a more granular per socket API and to play well with monitoring endpoints in application threads
|
2012-09-21 12:53:31 +01:00 |
tcp_listener.cpp
|
Fix -Wmissing-field-initializers
|
2013-01-02 03:24:11 -05:00 |
tcp_listener.hpp
|
ZMQ_MONITOR socket option registers a callback / event sink for changes in socket state
|
2012-05-04 02:32:46 +01:00 |
tcp.cpp
|
Silence all "unused parameter" warnings from Clang.
|
2012-08-27 16:05:51 -07:00 |
tcp.hpp
|
Revert "Revert "Merge branch 'master' of github.com:ianbarber/libzmq""
|
2012-06-12 14:43:18 +01:00 |
thread.cpp
|
Add WinCE support.
|
2012-03-14 19:12:28 +04:00 |
thread.hpp
|
Copyright dates adjusted to reflect reality
|
2011-11-01 18:06:11 +01:00 |
trie.cpp
|
Whitespace and style fixes
|
2012-10-24 09:18:52 +09:00 |
trie.hpp
|
Prune redundant nodes in the trie.
|
2012-01-03 16:24:44 +01:00 |
v1_decoder.cpp
|
Resolve LIBZMQ-465
|
2012-11-13 12:33:30 +01:00 |
v1_decoder.hpp
|
Resolve LIBZMQ-465
|
2012-11-13 12:33:30 +01:00 |
v1_encoder.cpp
|
Implement new message encoder/decoder
|
2012-09-05 20:17:22 +02:00 |
v1_encoder.hpp
|
Implement new message encoder/decoder
|
2012-09-05 20:17:22 +02:00 |
v1_protocol.hpp
|
Implement new message encoder/decoder
|
2012-09-05 20:17:22 +02:00 |
version.rc.in
|
Add ZeroMQ branding.
|
2012-06-12 21:30:24 -04:00 |
windows.hpp
|
Add WinCE support.
|
2012-03-14 19:12:28 +04:00 |
wire.hpp
|
Copyright dates adjusted to reflect reality
|
2011-11-01 18:06:11 +01:00 |
xpub.cpp
|
Whitespace and comment fixes
|
2013-01-08 09:16:50 +01:00 |
xpub.hpp
|
Don't pass flags to xrecv method
|
2012-11-09 17:18:14 +01:00 |
xsub.cpp
|
Whitespace and comment fixes
|
2013-01-08 09:16:50 +01:00 |
xsub.hpp
|
Don't pass flags to xrecv method
|
2012-11-09 17:18:14 +01:00 |
ypipe.hpp
|
Copyright dates adjusted to reflect reality
|
2011-11-01 18:06:11 +01:00 |
yqueue.hpp
|
Copyright dates adjusted to reflect reality
|
2011-11-01 18:06:11 +01:00 |
zmq_utils.cpp
|
Copyright dates adjusted to reflect reality
|
2011-11-01 18:06:11 +01:00 |
zmq.cpp
|
deprecate zmq_ctx_destroy in favor of zmq_ctx_term
|
2013-01-17 15:48:18 -08:00 |