Age | Commit message (Expand) | Author |
2012-05-25 | Implement SP wire protocol | Martin Lucina |
2012-05-21 | Fixes a conflict with XenStore (see | Martin Lucina |
2012-05-21 | Expired survey returns ETIMEDOUT instead of EAGAIN | Martin Sustrik |
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-15 | Do not crash when multiple peers connect to PAIR socket | Martin Hurton |
2012-05-13 | Move inclusion of select() and poll() headers to a single place | Gabriele Svelto |
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 | Return error if an invalid connection string is used | Douglas Young |
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 | Implement protocol versioning (except PGM) | Martin Lucina |
2012-04-29 | Fix TCP/IPC socket shutdown | 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 | 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 | Fix a warning in MSVC build | Martin Sustrik |
2012-04-21 | xs_shutdown implemented | Martin Sustrik |
2012-04-20 | Clock instance removed from surveyor_t | 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 | Discard pending surveys when (X)SURVEYOR socket disappears | Martin Sustrik |
2012-04-17 | XS_SURVEY_TIMEOUT socket option added. | Martin Sustrik |
2012-04-17 | "Survey" pattern implemented | Martin Sustrik |
2012-04-16 | Few trivial fixes to REQ/REP pattern. | Martin Sustrik |
2012-04-16 | Automotic loading of plugins (Linux) | Martin Sustrik |
2012-04-16 | Define the XS_PREFIX_PATH macro with the installation prefix | Gabriele Svelto |
2012-04-16 | Automatic loading of plugins on Windows | Martin Sustrik |
2012-04-16 | Honour --with-poller option for synchronous polling | Martin Sustrik |