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
2011-07-18
Includes in zmq.cpp cleaned-up
Martin Sustrik
2011-07-18
Fix pollin on Cygwin.
Steven McCoy
2011-05-15
Fixes warning when compiling with MSVC on Win64
Martin Sustrik
2011-04-21
Message-related functionality factored out into msg_t class.
Martin Sustrik
2011-04-12
Code dealing with messages moved to msg.cpp
Martin Sustrik
2011-04-12
zmq_utils implementation moved to zmq_utils.cpp
Martin Sustrik
2011-04-12
OpenPGM now doesn't redefine bool, we can drop the workaround
Martin Sustrik
2011-04-09
Run-time checking for context & socket validity added
Martin Sustrik
2011-03-27
zmq_recv() returns size of the message even if it's truncated
Martin Sustrik
2011-03-26
Memory leak in zmq_recv fixed
Martin Sustrik
2011-03-24
send/recv was changed to send/recv/sendmsg/recvmsg
Martin Sustrik
2011-03-23
zmq_device removed
Martin Sustrik
2011-03-23
Timeout in zmq_poll is in milliseconds
Martin Sustrik
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-18
Fix MSVC and SunStudio builds with OpenPGM
Martin Sustrik
2011-02-13
Build problem with OpenPGM and MSVC fixed
Martin Sustrik
2011-02-12
Fixed win32 issue with WSAStartup
Pieter Hintjens
2011-02-08
zmq_poll with no fds behaves decently
Martin Sustrik
2011-01-20
Remove unnecessary visibility pragmas
Mikko Koppanen
2010-12-06
All devices conflated into a single implementation.
Martin Sustrik
2010-11-25
Control symbol exports using -fvisibility
Martin Lucina
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
[next]