Age | Commit message (Expand) | Author |
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 |
2012-04-21 | Fix a warning in MSVC build | Martin Sustrik |
2012-04-21 | Minor typo in tests.cpp fixed | Martin Sustrik |
2012-04-21 | xs_shutdown implemented | Martin Sustrik |
2012-04-20 | Footnotes in README fixed | Martin Sustrik |
2012-04-20 | Clock instance removed from surveyor_t | Martin Sustrik |
2012-04-18 | Adam Guthrie added to the AUTHORS file | Martin Sustrik |
2012-04-18 | xs_zmq: initialize size in zmq_getsockopt | Adam Guthrie |
2012-04-18 | Improve efficiency of time measurement in tight loops | Martin Sustrik |
2012-04-18 | Test that old surveys are discarded | Martin Sustrik |
2012-04-18 | Discard pending surveys when (X)SURVEYOR socket disappears | Martin Sustrik |
2012-04-17 | Use AC_USE_SYSTEM_EXTENSIONS instead of OS-specific defines | Gabriele Svelto |
2012-04-17 | XS_SURVEY_TIMEOUT socket option added. | Martin Sustrik |