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
/
zmq_listener.cpp
Age
Commit message (
Expand
)
Author
2011-03-02
The copyrights in file headers updated.
Martin Sustrik
2011-02-22
Added explicit error message in case of memory exhaustion
Martin Sustrik
2011-02-17
Init object is child of listener
Martin Sustrik
2010-10-30
Name of "GNU Lesser Public License" corrected.
Martin Sustrik
2010-10-17
ZMQ_BACKLOG socket option added.
Martin Sustrik
2010-10-16
ZMQ_LINGER socket option added.
Martin Sustrik
2010-09-09
when no I/O threads are available error is raised instead of assertion
Martin Sustrik
2010-08-25
listener object unregisters its fd correctly
Martin Sustrik
2010-08-25
I/O object hierarchy implemented
Martin Sustrik
2010-01-15
ZMQII-39: Implement IPC transport
Martin Sustrik
2010-01-05
Copyrights transferred from FastMQ to iMatix
Martin Sustrik
2009-12-23
ZMQII-28: Bidirectional introduction on TCP connection establishment
Martin Sustrik
2009-12-15
all news converted to nothrow variant
Martin Sustrik
2009-12-02
seqnum mechanism automated
Martin Sustrik
2009-08-29
improved error handling
Martin Sustrik
2009-08-21
session management implemented
Martin Sustrik
2009-08-20
couple of bugs in shutdown mechanism fixed
Martin Sustrik
2009-08-12
listener/connecter/init/session added
Martin Sustrik
2009-08-09
zmq_listener/zmq_connecter implemented
Martin Sustrik
2009-08-09
fix to 3-thread synchronisation algorithm
Martin Sustrik
2009-08-09
socket options interface modeled as in BSD sockets
Martin Sustrik
2009-08-08
lockfree interaction patter for 3 theads implemented
Martin Sustrik