Age | Commit message (Expand) | Author |
2012-05-21 | Improve error handling on Windows | Steven McCoy |
2012-05-21 | Use global event to synchronise signaler creation on Windows | Martin Sustrik |
2012-05-20 | Install plugins under $(libdir) to simplify multi-arch packaging | Gabriele Svelto |
2012-05-18 | Opening plug-in directory made more robust | Martin Sustrik |
2012-05-18 | Link to xs_shutdown added to xs(7) man page | Martin Sustrik |
2012-05-16 | tests/backlog added to .gitignore | Martin Sustrik |
2012-05-15 | pair_tcp test test improved | Martin Sustrik |
2012-05-15 | Do not crash when multiple peers connect to PAIR socket | Martin Hurton |
2012-05-14 | libzmq and tests MSVC projects added to distribution | Martin Sustrik |
2012-05-14 | Post-hoc update to 1.1.0 NEWS | Martin Sustrik |
2012-05-13 | Move inclusion of select() and poll() headers to a single place | Gabriele Svelto |
2012-05-12 | Preparation for 1.1.0 releasev1.1.0 | Martin Sustrik |
2012-05-12 | Enabled plug-in loading on all hosts with support for dlopen() | Gabriele Svelto |
2012-05-12 | Inheritance on signaler's socket on Windows switched off | Martin Sustrik |
2012-05-12 | Fix decoder to properly handle large messages | Martin Hurton |
2012-05-11 | Command throttling breaking HWM algorithms -- fixed. | Martin Sustrik |
2012-05-11 | Improve command processing efficiency | Martin Sustrik |
2012-05-11 | Fix issue #268 | Martin Hurton |
2012-05-09 | Build on Windows and OpenVMS fixed | Martin Sustrik |
2012-05-09 | Trivial coding style fix. | Martin Sustrik |
2012-05-09 | Whitespace fixes in pgm_socket.cpp | Douglas Young |
2012-05-09 | Return an error on invalid (e)pgm:// connection | Douglas Young |
2012-05-06 | C prototype for xs_init fixed | Martin Sustrik |
2012-05-06 | Douglas Young added to the AUTHORS file | Martin Sustrik |
2012-05-06 | Return error if an invalid connection string is used | Douglas Young |
2012-05-04 | Test for backlog exhaustion added | Martin Sustrik |
2012-05-04 | Correct handling of connect() errors in tcp, ipc_connecter_t | Martin Lucina |
2012-05-02 | Conditionally include header files required by select() and poll() | Gabriele Svelto |
2012-05-01 | Revert "Implement protocol versioning (except PGM)" | Martin Sustrik |
2012-04-30 | 'own' command replaced by synchronous call | Martin Sustrik |
2012-04-30 | Fix premature poll reset_pollout | Paul Colomiets |
2012-04-29 | Leftover references to ZMQ removed from xs_setsockopt(3) man page | Martin Sustrik |
2012-04-29 | Implement protocol versioning (except PGM) | Martin Lucina |
2012-04-29 | Fix TCP/IPC socket shutdown | Martin Sustrik |
2012-04-29 | Ian Barber moved from Credits to Authors section | Martin Sustrik |
2012-04-29 | Refine documentation for XS_FD option | Ian Barber |
2012-04-29 | Patrick Trantham added to the AUTHORS file | Martin Sustrik |
2012-04-29 | atomic: prever inline asm over GCC builtins for armv7a | Andrew W. Nosenko |
2012-04-29 | atomic: revisit the atomic operation checks and their usage | Andrew W. Nosenko |
2012-04-29 | atomic: prefer GCC __sync_*() builtins over inline asm | Andrew W. Nosenko |
2012-04-29 | Implement atomic operations for armv7a | Patrick Trantham |
2012-04-29 | Fix a bug in prefix filter compaction logic | Adam Guthrie |
2012-04-27 | Replaced obsolete autoconf and automake macros | Gabriele Svelto |
2012-04-27 | Truncate the message when it is sent to XSUB | Martin Sustrik |
2012-04-25 | Solaris build fixed | Martin Sustrik |
2012-04-25 | tcp_address_t and ipc_address_t merged into a single class | Martin Sustrik |
2012-04-22 | Initialise fd_set once for signler_t object | Martin Sustrik |
2012-04-21 | Select polling mechanisms at one place | Martin Sustrik |
2012-04-21 | Change the way the polling system is selected | Gabriele Svelto |
2012-04-21 | Documentation for survey pattern added | Martin Sustrik |