Age | Commit message (Expand) | Author |
2011-01-14 | 'message distribution mechanism' separated from XPUB socket | Martin Sustrik |
2011-01-13 | Make cppcheck not complain about "'operator=' should return something" | Martin Sustrik |
2011-01-12 | Support dynamic generation of C preprocessor definitions for PGM rather than ... | Neale Ferguson |
2011-01-10 | Size of inproc hwm and swap is sum of peers' hwms and swaps | Martin Sustrik |
2011-01-07 | Fix pipe writer termination | Dhammika Pathirana |
2011-01-07 | Disable sending messages on SUB socket | Martin Sustrik |
2011-01-05 | Return ETERM from getsockopt(ZMQ_EVETS) if zmq_term() was called | Martin Sustrik |
2011-01-03 | sunos/gcc3 compilation issue fixed | Martin Sustrik |
2010-12-20 | Yet one more fix for oversized messages. | Martin Sustrik |
2010-12-20 | Fix the segfault when over-sized message is rejected. | Martin Sustrik |
2010-12-17 | unplugged engine tries to manipulate the pollset -- fixed | Martin Sustrik |
2010-12-17 | fix race condition in session init | Dhammika Pathirana |
2010-12-15 | Fixes assertion on pipe.cpp:237 when swap fills up. | Mikko Koppanen |
2010-12-15 | Remove assertions from devices | Mikko Koppanen |
2010-12-13 | add basic uri validations | Dhammika Pathirana |
2010-12-13 | fix overwriting errno on bind failure | Dhammika Pathirana |
2010-12-09 | Added Recovery Interval in Milliseconds | Bob Beaty |
2010-12-06 | All devices conflated into a single implementation. | Martin Sustrik |
2010-12-06 | options.type correctly set for PUB/SUB/XPUB/XSUB | Martin Sustrik |
2010-12-05 | XSUB accepts (un)subscriptions in form of messages. | Martin Sustrik |
2010-12-04 | XPUB and XSUB socket types added. | Martin Sustrik |
2010-12-01 | Merge branch 'maint' | Martin Sustrik |
2010-12-01 | Remove unnecessary cast in kevent_delete | Martin Lucina |
2010-11-29 | Fix thread thunker scope for MSVC. | Steven McCoy |
2010-11-27 | Functions passed to pthread_create are declared as extern "C" | Martin Sustrik |
2010-11-25 | Control symbol exports using -fvisibility | Martin Lucina |
2010-11-25 | Typo fixed in a comment. | Martin Sustrik |
2010-11-19 | Problem with blob_t initialisation fixed. | Martin Sustrik |
2010-11-17 | Remove unnecessary conditional | Mikko Koppanen |
2010-11-15 | Build refactoring | Mikko Koppanen |
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-11-12 | Merge branch 'maint' | Martin Sustrik |
2010-11-12 | Fix socket_t::recv() hang scenario where initial call to process_commands() e... | Marc Rossi |
2010-11-06 | Coding style cleanup in mailbox.cpp | Martin Sustrik |
2010-11-05 | signaler renamed to mailbox | Martin Sustrik |
2010-11-05 | slots renamed to tids | Martin Sustrik |
2010-11-04 | Automatically resize signalling socket buffer if full | Martin Lucina |
2010-11-04 | Previous FD_STSIZE patch reverted. | Martin Sustrik |
2010-11-04 | FD_SETSIZE for internal polling defaults to 1024 | Martin Sustrik |
2010-11-04 | minor typo fixed | Martin Sustrik |
2010-11-02 | HP-UX has no OPEN_MAX defined | Martin Sustrik |
2010-11-01 | select now uses Erase-Remove idiom for retired fds | Mikael Helbo Kjaer |
2010-10-30 | Coding style fixed for pgm_socket | Martin Sustrik |
2010-10-30 | Name of "GNU Lesser Public License" corrected. | Martin Sustrik |
2010-10-27 | fix typo, destroy new engine | Dhammika Pathirana |
2010-10-26 | drop connection requests with duplicate peer identity | Dhammika Pathirana |
2010-10-26 | Build with MSVC2005 fixed | Martin Sustrik |
2010-10-23 | handle decoding malformed messages | Dhammika Pathirana |