Age | Commit message (Expand) | Author |
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 |
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 |