Age | Commit message (Collapse) | Author | |
---|---|---|---|
2010-09-27 | ZMQ_FD and ZMQ_EVENTS documentation added | Martin Sustrik | |
2010-09-27 | latency optimisation for the case where there are no timers | Martin Sustrik | |
2010-09-26 | timers properly implemented | Martin Sustrik | |
2010-09-26 | common base for all pollers created; the only thing it handles at the moment ↵ | Martin Sustrik | |
is 'load' | |||
2010-09-26 | new interfaces for timers; the implementation is not changed yet | Martin Sustrik | |
2010-09-26 | minor beautifications | Martin Sustrik | |
2010-09-26 | clock_t class added | Martin Sustrik | |
2010-09-26 | Merge branch 'maint' | Martin Sustrik | |
* maint: if TSC jumps backwards (in case of migration to a different CPU core) latency peak may occur -- fixed Conflicts: src/app_thread.cpp | |||
2010-09-26 | if TSC jumps backwards (in case of migration to a different CPU core) ↵ | Martin Sustrik | |
latency peak may occur -- fixed | |||
2010-09-21 | minor error in comment fixed | Martin Sustrik | |
2010-09-21 | The flag in the socket has clear semantics now -- it tracks whether ↵ | Martin Sustrik | |
corresponding context was closed, it doesn't track whether zmq_close was called on the socket itself | |||
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-20 | problem with engine being attached to session while it's being terminated fixed | Martin Sustrik | |
2010-09-19 | zmq_init_t destroyed zmq_engine_t before plugging it out from the poller ↵ | Martin Sustrik | |
first -- fixed | |||
2010-09-19 | minor code reorganisation in ctx_t::terminate | Martin Sustrik | |
2010-09-19 | synchronisation problem fixed in ctx_t | Martin Sustrik | |
2010-09-19 | two races fixed in session creation | Martin Sustrik | |
2010-09-19 | termination of pipe via delimiter message could stuck when no data were read ↵ | Martin Sustrik | |
from the pipe (because connection wasn't active) -- fixed | |||
2010-09-19 | obsolete 'active' flag removed from session_t | Martin Sustrik | |
2010-09-18 | single term ack counting mechanism for every socket (no separate mechanisms ↵ | Martin Sustrik | |
for fq_t and lb_t) | |||
2010-09-18 | more details on launch_sibling in comments | Martin Sustrik | |
2010-09-18 | potential duplicate termination of pipes removed | Martin Sustrik | |
2010-09-17 | reconnection process fixed when failure occurs during init phase | Martin Sustrik | |
2010-09-17 | bug in REQ+multipart fixed | Martin Sustrik | |
2010-09-15 | Merge branch 'maint' | Martin Sustrik | |
* maint: values of RATE, RECOVERY_IVL and SWAP options are checked for negative values | |||
2010-09-15 | values of RATE, RECOVERY_IVL and SWAP options are checked for negative values | Martin Sustrik | |
2010-09-13 | zmq::writer_t: Add missing test for swap | Martin Lucina | |
2010-09-10 | lefover assert removed | Martin Sustrik | |
2010-09-09 | when no I/O threads are available error is raised instead of assertion | Martin Sustrik | |
2010-09-08 | EMTHREAD error code returned to zmq.h to ensure backward compatibility | Martin Sustrik | |
2010-09-08 | EINTR returned from the blocking functions | Martin Sustrik | |
2010-09-07 | get rid of 'has virtual functions but non-virtual destructor' warnings in ↵ | Martin Sustrik | |
pipe.hpp | |||
2010-09-07 | Bug in fq_t and lb_t (when used via ZMQ_EVENTS option) fixed | Martin Sustrik | |
2010-09-04 | Merge branch 'maint' | Martin Sustrik | |
* maint: Version number incremented to 2.0.10 NEWS updated for 2.0.9 Conflicts: builds/msvc/platform.hpp configure.in | |||
2010-09-04 | Version number incremented to 2.0.10 | Martin Sustrik | |
2010-09-04 | NEWS updated for 2.0.9 | Martin Sustrik | |
2010-09-04 | Merge branch 'maint' | Martin Lucina | |
* maint: Update .gitignore doc: Add 0MQ version to XHTML11 backend footer build: Generate ChangeLog in 'make dist', ZIP automatically | |||
2010-09-04 | Update .gitignore | Martin Lucina | |
2010-09-04 | doc: Add 0MQ version to XHTML11 backend footer | Martin Lucina | |
Thanks to Matt Weinstein for the suggestion. | |||
2010-09-04 | build: Generate ChangeLog in 'make dist', ZIP automatically | Martin Lucina | |
Change 'make dist' to generate the Git ChangeLog file, that way it doesn't have to be manually updated nor kept in Git which causes unnecessary work. Also change 'make dist' to invoke 'dist-zip' automatically to generate a ZIP as well as a .tar.gz. Thanks to http://live.gnome.org/Git/ChangeLog for the inspiration to automatically generate ChangeLog. | |||
2010-09-04 | Merge branch 'maint' | Martin Sustrik | |
* maint: Broken device numbering reverted assert on malformed messages forwarder and streamer devices handle multi-part messages correctly improved null checking in zmq_term Conflicts: AUTHORS include/zmq.h src/zmq.cpp | |||
2010-09-04 | Broken device numbering reverted | Martin Sustrik | |
2010-09-04 | assert on malformed messages | Dhammika Pathirana | |
2010-09-04 | forwarder and streamer devices handle multi-part messages correctly | Jon Dyte | |
2010-09-04 | improved null checking in zmq_term | Ivo Danihelka | |
2010-09-04 | Merge branch 'maint' | Martin Lucina | |
* maint: zmq::select_t, zmq_poll(): assert if FD_SETSIZE reached zmq.h: Fix typo and use of C99 comment Conflicts: src/zmq.cpp | |||
2010-09-04 | zmq::select_t, zmq_poll(): assert if FD_SETSIZE reached | Martin Lucina | |
Ensure that 0MQ does not attempt to call select() on more than FD_SETSIZE file descriptors. | |||
2010-09-04 | zmq.h: Fix typo and use of C99 comment | Martin Lucina | |