Age | Commit message (Expand) | Author |
2012-04-17 | Got rid of <> characters in URLs. | Gonzalo Diethelm |
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 | Improve POSIX threads detection and configuration | Gabriele Svelto |
2012-04-16 | Honour --with-poller option for synchronous polling | Martin Sustrik |
2012-04-15 | Fixed a warning in the timeo test | Gabriele Svelto |
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 | Define _GNU_SOURCE in addition to the __BSD_VISIBLE on freebsd-like hosts | Andrew W. Nosenko |
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 | Checking for correct timeout in the test suite improved | 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-09 | Fix /dev/poll detection on Solaris | 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 |
2012-04-06 | EMTHREAD error code removed | Martin Sustrik |
2012-04-06 | Verious warnings generated by SunStudio fixed | Martin Sustrik |
2012-04-06 | Andrew W. Nosenko added to AUTHORS file | Martin Sustrik |
2012-04-06 | Allow pipe_t::flush() to be called from pipe_t::terminate() | Martin Sustrik |
2012-04-06 | Fix bogus typo in xs::pipe_t::flush() | Andrew W. Nosenko |
2012-04-06 | Changed project name in README references; ignore EXE files. | Gonzalo Diethelm |
2012-04-06 | Improved readability of README file. | Gonzalo Diethelm |
2012-04-05 | XS_PLUGIN and XS_FILTER implementation | Martin Sustrik |
2012-04-04 | Accept ECONNRESET from close() | Martin Sustrik |
2012-04-04 | 0MQ/2.1 wire format compatibility implemented | Martin Sustrik |
2012-04-04 | Define the XS_HAVE_* poller macros in a more robust way | Gabriele Svelto |
2012-04-04 | Add README link for Github to render marked up version | Martin Sustrik |
2012-03-30 | Modified the configure.ac file according to autoconf best practices | Gabriele Svelto |
2012-03-29 | Version and ABI bumped to 1.0.1v1.0.1 | Martin Sustrik |
2012-03-29 | Documentation updates for 1.0.1 | Martin Lucina |
2012-03-28 | XS_KEEPALIVE options added | Martin Sustrik |
2012-03-26 | Handle duplicate identities decently | Martin Sustrik |
2012-03-25 | Signaler's global event is now accessible by everyone | Martin Sustrik |
2012-03-25 | wireformat test added | Paul Colomiets |