Age | Commit message (Expand) | Author |
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 |
2012-04-15 | thread_t rewritten in C style | Martin Sustrik |
2012-04-15 | Filters can transform user subscriptions to wire subscription | Martin Sustrik |
2012-04-15 | Minor improvement to error reporting | Martin Sustrik |
2012-04-15 | Report EMFILE/ENFILE from xs_socket() | Martin Sustrik |
2012-04-14 | Separate subscription forwarding from SUB-side filtering | Martin Sustrik |
2012-04-14 | Check for SO_NOSIGPIPE availability instead of OS name | Andrew W. Nosenko |
2012-04-14 | If available, use MSG_NOSIGNAL for send() | Martin Sustrik |
2012-04-14 | Set options on new sockets in systematic manner | Martin Sustrik |
2012-04-12 | Memory allocation bug fixed in prefix filter | Martin Sustrik |
2012-04-12 | Accumulated cruft removed from prefix_filter_t | Martin Sustrik |
2012-04-11 | HANDLE_FLAG_INHERIT is set to 0 on internal sockets | Martin Sustrik |
2012-04-11 | ETIMEDOUT is a valid error code here. Fixes intermittent assertion failure on... | Mikko Koppanen |
2012-04-10 | Fix a warning with SunStudio compiler | Martin Sustrik |
2012-04-09 | Fix fd/handle conversion in /dev/poll poller code | Gabriele Svelto |
2012-04-08 | Set CLOEXEC flag on fds used by signaler | Martin Sustrik |
2012-04-08 | Handle insufficient resources on accept() decently | Martin Sustrik |
2012-04-07 | Fix error handling in TCP and IPC connecters | Martin Sustrik |
2012-04-07 | Fix identity exchange for inproc transport | Martin Hurton |
2012-04-06 | Flush identity message for inproc transport | Martin Hurton |
2012-04-06 | tcp_address: check address length before manipulating it | Martin Hurton |