index
:
libxs.git
master
sp
udp
mato's libxs tree
Martin Lucina
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
Age
Commit message (
Collapse
)
Author
2010-05-04
signaler transports commands per se rather than one-bit signals
Martin Sustrik
2010-05-03
thread ID and dispatcher made private in object_t
Martin Sustrik
2010-05-02
queue device fixed
Martin Sustrik
2010-04-30
Merge branch 'master' of git@github.com:sustrik/zeromq2
Martin Sustrik
2010-04-30
prefix in XREP recv'd message misses MORE flag
Martin Sustrik
2010-04-29
windows port fixed
Martin Sustrik
2010-04-29
signaler rewritten in such a way that any number (>64) of threads can be used
Martin Sustrik
2010-04-29
eventfd-style signaling removed
Martin Sustrik
2010-04-29
fd_signaler_t renamed to signaler_t
Martin Sustrik
2010-04-29
lock-free polling removed; ZMQ_POLL flag removed
Martin Sustrik
2010-04-29
Defer NetBSD atomic ops to GCC builtins. Revert Sun atomic ops #define.
Steven McCoy
2010-04-27
initial version of multi-hop REQ/REP
Martin Sustrik
2010-04-26
P2P renamed to PAIR
Martin Sustrik
2010-04-15
Merge branch 'master' of git@github.com:sustrik/zeromq2
Martin Sustrik
2010-04-15
atomic_ptr fix of Win64
Martin Sustrik
2010-04-12
Build fixes for cross compiling and Win32
Martin Lucina
2010-04-12
zmq_poll returns ETERM in case of context termination
Martin Sustrik
2010-04-11
issue 1 - Change zmq_term semantics
Martin Sustrik
2010-04-11
multi-part message functionality available via ZMQ_SNDMORE and ZMQ_RCVMORE
Martin Sustrik
2010-04-10
fix for Sun C++ 5.8
Martin Sustrik
2010-04-10
Build fixes for Solaris and non-GNU compilers
Martin Lucina
Compiling C++ code with -D_POSIX_SOURCE on Solaris is unsupported, so remove it. Isolate GCC-isms inside checks that we are actually using GCC/G++. Only check for -lstdc++ when on GCC and doing static linking.
2010-04-09
zmq_getsockopt function added
Martin Sustrik
2010-04-08
issue 10 - zmq_strerror problem on Windows
Martin Sustrik
2010-04-08
few fixed related to multi-part messages in REP socket
Martin Sustrik
2010-04-08
issue 11 - Assertion failed: it != peers.end () (pgm_receiver.cpp:161)
Martin Sustrik
2010-04-08
issue 13 (Assertion failed: load.get () == 0 (epoll.cpp:49)) fixed
Martin Sustrik
2010-04-07
unitialised member in seesion_t class - fixed
Martin Sustrik
2010-04-07
devices can be created via API
Jon Dyte
2010-03-31
Handle full-pipe for REP sockets more gracefully
Martin Hurton
2010-03-27
ZMQ_TBC renamed to ZMQ_MORE
Martin Sustrik
2010-03-27
muti-part message functionality available via API
Martin Sustrik
2010-03-27
as advertised, zmq_flush and ZMQ_NOFLUSH were removed
Martin Sustrik
2010-03-27
multi-part messages work with REQ/REP sockets
Martin Sustrik
2010-03-27
multi-part message work with UPSTREAM/DOWNSTREAM
Martin Sustrik
2010-03-27
multi-part messages work with PUB/SUB
Martin Sustrik
2010-03-20
Merge branch 'master' of git@github.com:sustrik/zeromq2
Martin Sustrik
2010-03-20
PUB socket was blocking occassionally - fixed
Martin Sustrik
2010-03-20
rollback of half-processed messages in case of disconnection
Martin Sustrik
2010-03-20
XREP-style prefixing/trimming messages removed
Martin Sustrik
2010-03-19
fixes for building with Sun CC
Martin Sustrik
2010-03-13
ZMQ_NOFLUSH and zmq_flush obsoleted
Martin Sustrik
2010-03-13
pipe_t::rollback removes only unfinished message from the pipe rather than ↵
Martin Sustrik
all unflushed messages
2010-03-12
devices are built unconditionally
Martin Sustrik
2010-03-12
Implement flow control for ZMQ_REP sockets
Martin Hurton
2010-03-12
Implement flow control for ZMQ_REQ sockets
Martin Hurton
2010-03-12
Implement flow control fox ZMQ_XREP sockets
Martin Hurton
2010-03-12
Implement flow control for ZMQ_XREQ sockets
Martin Hurton
2010-03-12
Implement flow control for ZMQ_PUB sockets
Martin Hurton
2010-03-12
Implement flow control for ZMQ_DOWNSTREAM sockets
Martin Hurton
2010-03-12
Implement flow control for ZMQ_P2P sockets
Martin Hurton
[next]