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
/
include
/
zmq.h
Age
Commit message (
Collapse
)
Author
2010-04-29
lock-free polling removed; ZMQ_POLL flag removed
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-11
issue 1 - Change zmq_term semantics
Martin Sustrik
2010-04-11
C-style comments in zmq.h
Martin Sustrik
2010-04-11
multi-part message functionality available via ZMQ_SNDMORE and ZMQ_RCVMORE
Martin Sustrik
2010-04-09
zmq_getsockopt function added
Martin Sustrik
2010-04-07
devices can be created via API
Jon Dyte
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-11
Restructure language bindings
Martin Lucina
C and C++ headers moved from bindings/ to include/, bindings/ removed --with-c and --with-cpp options to configure removed, C and C++ now built and installed by default
2009-09-07
include directory split into c and cpp dirs, added --with-c and --with-cpp ↵
malosek
configure options
2009-09-07
initial changes for win port
unknown
2009-09-02
python extension & perf tests
Martin Sustrik
2009-08-30
build system for perf/C and perf/C++
Martin Sustrik
2009-08-27
pipes added
Martin Sustrik
2009-08-21
session management implemented
Martin Sustrik
2009-08-17
subscribe API removed
Martin Sustrik
2009-08-12
listener/connecter/init/session added
Martin Sustrik
2009-08-09
getsockopt implemented
Martin Sustrik
2009-08-09
socket options interface modeled as in BSD sockets
Martin Sustrik
2009-08-03
renamed from zs to zmq
Martin Sustrik