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 (
Collapse
)
Author
2010-01-15
ZMQII-39: Implement IPC transport
Martin Sustrik
2010-01-13
ZMQII-34: ensure that poll won't return POLLIN event when the message will ↵
Martin Sustrik
be filtered out anyway (POSIX)
2010-01-05
Copyrights transferred from FastMQ to iMatix
Martin Sustrik
2009-12-28
format of subscriptions changed (no * needed anymore)
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-12-01
annoying optimisation in 'bind' command removed
Martin Sustrik
2009-11-21
race condition in inproc transport shutdown fixed
Martin Sustrik
2009-11-21
obsolete parameter removed from 'bind' command
Martin Sustrik
2009-11-21
inproc transport - initial commit
Martin Sustrik
2009-10-01
ZMQII-18: Implement I/O multiplexing (first approximation)
Martin Sustrik
2009-09-25
pgm2 receiver working (partly)
malosek
2009-09-24
added --with-pgm2 into build system
malosek
2009-09-22
ZMQ-specific error codes added
Martin Sustrik
2009-09-21
different fixes to req/rep
Martin Sustrik
2009-09-21
initial version of req/rep sockets
Martin Sustrik
2009-09-17
fixed compiler warning cast from uint64 to bool in socket_base.cpp
malosek
2009-09-16
c and cpp directories moved into bindings directory
malosek
2009-09-16
added udp:// transport prefix for PGM UDP encapsulation
malosek
2009-09-16
added newly added socket options to all language bindings, P2P model changed ↵
malosek
to PUB/SUB for throughput tests
2009-09-16
reconnect added to zmq_connecter
Martin Sustrik
2009-09-16
added OpenPGM receiver - ZMQ_SUB
malosek
2009-09-15
Merge branch 'master' of git@github.com:sustrik/zeromq2
malosek
2009-09-15
deleted useles iostream include from socket_base.cpp
malosek
2009-09-14
ZMQII-1: Win32 - failure on shutdown
Martin Sustrik
2009-09-14
java binding sets socket options using setsockopt function
Martin Sustrik
2009-09-11
added OpenPGM sender - ZMQ_PUB
malosek
2009-09-11
build on win32 fixed
Martin Sustrik
2009-09-11
ZMQII-7: Pipe detach fails on shutdown
Martin Sustrik
2009-09-10
ZMQII-3: cheap and nasty implementation of message filtering
Martin Sustrik
2009-09-07
include directory split into c and cpp dirs, added --with-c and --with-cpp ↵
malosek
configure options
2009-09-04
python binding functional
Martin Sustrik
2009-09-02
O(1) socket removal
Martin Sustrik
2009-09-02
python extension & perf tests
Martin Sustrik
2009-08-28
pipe deallocation added
Martin Sustrik
2009-08-27
pipes added
Martin Sustrik
2009-08-21
session management implemented
Martin Sustrik
2009-08-20
couple of bugs in shutdown mechanism fixed
Martin Sustrik
2009-08-17
subscribe API removed
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
getsockopt 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
2009-08-06
clean up - session/socket/engine stuff removed
Martin Sustrik
2009-08-03
renamed from zs to zmq
Martin Sustrik
2009-07-29
initial commit
Martin Sustrik