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.cpp
Age
Commit message (
Expand
)
Author
2010-11-13
Merge branch 'maint'
Martin Sustrik
2010-11-13
Couple of patches for AIX build
Martin Sustrik
2010-11-12
Fix a bug that zmq_poll's select backend spins when timeout=-1, due to
Chia-liang Kao
2010-10-30
Name of "GNU Lesser Public License" corrected.
Martin Sustrik
2010-10-23
Changes for MSVC OpenPGM build.
Steven McCoy
2010-10-16
Couple of bugs in zmq_poll fixed.
Martin Sustrik
2010-10-16
Implementation of zmq_strerror moved from zmq.cpp to err.cpp
Martin Sustrik
2010-10-14
Safety measure in zmq_msg_close implemented
Martin Sustrik
2010-10-13
Precise timouts in zmq_poll implemented
Martin Sustrik
2010-10-09
Merge branch 'maint'
Martin Sustrik
2010-10-09
Version macros added
Martin Sustrik
2010-09-30
zmq_poll(): Fix busy-loop if timeout is zero
Martin Lucina
2010-09-30
* Add assertions to check for OpenPGM calls with invalid parameters.
Steven McCoy
2010-09-28
Upgrade to OpenPGM-5.0.78
Steven McCoy
2010-09-26
clock_t class added
Martin Sustrik
2010-09-20
zmq_poll (select version) now correctly assumes that ZMQ_FD is edge-trigerred
Martin Sustrik
2010-09-20
zmq_poll honours ZMQ_FORCE_POLL and ZMQ_FORCE_SELECT options
Martin Lucina
2010-09-20
minor problem in zmq_poll (select version) fixed
Martin Lucina
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-04
improved null checking in zmq_term
Ivo Danihelka
2010-09-04
Merge branch 'maint'
Martin Lucina
2010-09-04
zmq::select_t, zmq_poll(): assert if FD_SETSIZE reached
Martin Lucina
2010-08-28
zmq_poll: account for the fact that ZMQ_FD is edge-triggered
Martin Sustrik
2010-08-27
zmq_poll returns prematurely even if infinite timeout is set - fixed
Martin Sustrik
2010-08-26
improved null checking in zmq_term
Ivo Danihelka
2010-08-25
dezombification procedure fixed
Martin Sustrik
2010-08-25
zmq_poll(): Fix some corner cases
Martin Lucina
2010-08-25
zmq_poll(): Rewrite to use ZMQ_FD/ZMQ_EVENTS pt2
Martin Lucina
2010-08-25
Fix whitespace
Martin Lucina
2010-08-25
zmq_poll(): Rewrite to use ZMQ_FD/ZMQ_EVENTS pt1
Martin Lucina
2010-08-25
WIP: Socket migration between threads, new zmq_close() semantics
Martin Sustrik
2010-08-25
zmq_stopwatch_stop: Don't return EFAULT
Martin Lucina
2010-08-08
Added error checking (EFAULT) for null arguments
Pieter Hintjens
2010-08-07
Added not-null assertions on pointer arguments in C API functions
Pieter Hintjens
2010-06-17
Windows build fixed
Martin Sustrik
2010-06-17
stopwatch returned to libzmq
Martin Sustrik
2010-06-04
obsolete API elements removed - this commit breaks backward compatibility
Martin Sustrik
2010-06-04
Move perf helper functions to perf/helpers.cpp
Martin Lucina
2010-05-09
Fix in zmq_poll (Windows version)
Martin Sustrik
2010-05-06
Issue 23. zmq_init() crashes on illegal numbers
Martin Sustrik
2010-05-05
dispatcher_t class renamed to ctx_t
Martin Sustrik
2010-05-05
number of application threads to use 0MQ sockets is unlimited; app_threads pa...
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
lock-free polling removed; ZMQ_POLL flag removed
Martin Sustrik
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-09
zmq_getsockopt function added
Martin Sustrik
2010-04-08
issue 10 - zmq_strerror problem on Windows
Martin Sustrik
2010-04-07
devices can be created via API
Jon Dyte
[next]