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
/
socket_base.cpp
Age
Commit message (
Expand
)
Author
2011-04-09
Run-time checking for context & socket validity added
Martin Sustrik
2011-03-26
ZMQ_NOBLOCK renamed ZMQ_DONTWAIT
Martin Sustrik
2011-03-24
ZMQ_HWM split into ZMQ_SNDHWM and ZMQ_RCVHWM
Martin Sustrik
2011-03-24
ZMQ_HWM type changed to int
Martin Sustrik
2011-03-24
ZMQ_EVENTS type changed to int
Martin Sustrik
2011-03-24
ZMQ_RCVMORE type changed to int
Martin Sustrik
2011-03-24
SWAP functionality removed
Martin Sustrik
2011-03-16
Duplicate identities now checked with zmq_connect
Martin Sustrik
2011-03-02
The copyrights in file headers updated.
Martin Sustrik
2011-03-01
Explicit identities bug in inproc transport fixed.
Martin Sustrik
2011-02-25
Socket with no owner objects is deallocated immediately
Martin Sustrik
2011-02-22
Added explicit error message in case of memory exhaustion
Martin Sustrik
2011-02-09
Reaper thread waits for commands rather them retrieving them periodically
Martin Sustrik
2011-02-09
Initial implementation of reaper thread.
Martin Sustrik
2011-01-28
Fixed the problem of subscription forwarding and PGM interaction
Martin Sustrik
2011-01-10
Size of inproc hwm and swap is sum of peers' hwms and swaps
Martin Sustrik
2011-01-05
Return ETERM from getsockopt(ZMQ_EVETS) if zmq_term() was called
Martin Sustrik
2010-12-13
add basic uri validations
Dhammika Pathirana
2010-12-04
XPUB and XSUB socket types added.
Martin Sustrik
2010-11-12
Merge branch 'maint'
Martin Sustrik
2010-11-12
Fix socket_t::recv() hang scenario where initial call to process_commands() e...
Marc Rossi
2010-11-05
signaler renamed to mailbox
Martin Sustrik
2010-11-05
slots renamed to tids
Martin Sustrik
2010-10-30
Name of "GNU Lesser Public License" corrected.
Martin Sustrik
2010-10-16
ZMQ_LINGER socket option added.
Martin Sustrik
2010-10-14
To insert to associateive STL containers value_type used instead of make_pair
Martin Sustrik
2010-09-26
clock_t class added
Martin Sustrik
2010-09-26
Merge branch 'maint'
Martin Sustrik
2010-09-21
The flag in the socket has clear semantics now -- it tracks whether correspon...
Martin Sustrik
2010-09-18
potential duplicate termination of pipes removed
Martin Sustrik
2010-09-09
when no I/O threads are available error is raised instead of assertion
Martin Sustrik
2010-09-08
EINTR returned from the blocking functions
Martin Sustrik
2010-09-01
sys transport introdced; inproc://log moved to sys://log
Martin Sustrik
2010-08-30
Issue 54 - socket_base.cpp:162 comparison error
Martin Sustrik
2010-08-28
terminology unified: revive->activate
Martin Sustrik
2010-08-28
bug in pipe deactivation fixed
Martin Sustrik
2010-08-25
MSVC build fixed
Martin Sustrik
2010-08-25
elementary fixes to the named session
Martin Sustrik
2010-08-25
engine leak fixed; pgm compilation fixed
Martin Sustrik
2010-08-25
one more dezombification bug fixed
Martin Sustrik
2010-08-25
dezombification procedure fixed
Martin Sustrik
2010-08-25
I/O object hierarchy implemented
Martin Sustrik
2010-08-25
WIP: Socket migration between threads, new zmq_close() semantics
Martin Sustrik
2010-07-10
Fix identity generation for transient inproc connections
Martin Hurton
2010-06-21
Add SWAP support
Martin Hurton
2010-06-17
generate identity for transient inproc connections
Martin Sustrik
2010-06-11
issue 35 - ZMQ_RCVMORE sometimes erroneously returns false
Brian Buchanan
2010-05-25
LWM is computed rather than explicitly specified by user
Martin Sustrik
2010-05-05
dispatcher_t class renamed to ctx_t
Martin Sustrik
2010-04-11
issue 1 - Change zmq_term semantics
Martin Sustrik
[next]