Age | Commit message (Expand) | Author |
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 |
2010-10-23 | Changes for MSVC OpenPGM build. | Steven McCoy |
2010-10-23 | Merge branch 'maint' | Martin Sustrik |
2010-10-23 | SunStudio fixed. | Martin Sustrik |
2010-10-18 | Minor comment improvement. | Martin Sustrik |
2010-10-17 | ZMQ_BACKLOG socket option added. | Martin Sustrik |
2010-10-17 | ZMQ_RECONNECT_IVL socket options added. | Martin Sustrik |
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-16 | Bug in low precision clock fixed. | Martin Sustrik |
2010-10-16 | ZMQ_LINGER socket option added. | Martin Sustrik |