Age | Commit message (Expand) | Author |
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 |
2012-03-24 | Fix race condition in find_endpoint | Martin Hurton |
2012-03-24 | Fixed issue LIBZMQ-345 - race condition in ctx.socket/term allows segfault | Pieter Hintjens |
2012-03-24 | Fix command-line for running tests in README | Paul Colomiets |
2012-03-23 | Add long comment about security problem on Windows platform | Martin Sustrik |
2012-03-23 | Ignore distorted timeouts on Windows in debug mode | Martin Sustrik |
2012-03-23 | Error handling during connect | Martin Sustrik |
2012-03-20 | Make REQ session state machine aware of reconnections | Martin Sustrik |
2012-03-20 | Send identities on reconnect | Martin Sustrik |
2012-03-20 | OpenVMS tests fixed | Martin Sustrik |
2012-03-20 | Reconnect test fixed | Martin Sustrik |
2012-03-20 | Small ommision in session creation mechanism | Martin Sustrik |
2012-03-17 | Piotr Sikora added to AUTHORS file | Martin Sustrik |
2012-03-17 | Use strncpy() instead of strcpy(). | Piotr Sikora |
2012-03-17 | Add missing <sys/types.h> header. | Piotr Sikora |
2012-03-14 | Merge branch 'doc-updates' of git.lucina.net:libxsv1.0.0 | Martin Sustrik |
2012-03-14 | Documentation updates (API reference) | Martin Lucina |
2012-03-14 | Documentation updates (README, INSTALL, xs tagline) | Martin Lucina |
2012-03-14 | Removed leftovers from a logging experiment | Martin Sustrik |
2012-03-13 | Merge branch 'doc-updates' of git.lucina.net:libxs | Martin Sustrik |
2012-03-13 | Rename zmq(7) manual to xs_zmq(7) and always install it | Martin Lucina |
2012-03-13 | Merge branch 'doc-updates' of git.lucina.net:libxs | Martin Sustrik |
2012-03-13 | Add NEWS for 1.0.0 release | Martin Lucina |
2012-03-13 | Add zmq(7) manual page for libzmq compatibility library | Martin Lucina |
2012-03-13 | Type of XS_MAXMSGSIZE changed to uint64_t | Martin Sustrik |
2012-03-13 | 'timeout' parameter in xs_poll changed to int | Martin Sustrik |
2012-03-13 | MSVC build fixed; xs_utils.h includes removed | Martin Sustrik |
2012-03-13 | Merge branch 'for-sustrik' of git.lucina.net:libxs | Martin Sustrik |
2012-03-13 | xs_utils cleanup 2/2 (remove xs_utils.h) | Martin Lucina |
2012-03-13 | xs_utils cleanup 1/2 (minimize exported api) | Martin Lucina |
2012-03-13 | xszmq project removed from MSVC build | Martin Sustrik |
2012-03-13 | Merge branch 'for-sustrik' of git.lucina.net:libxs | Martin Sustrik |
2012-03-13 | Drop libxszmq, keep only libzmq compatibility library (--enable-libzmq) | Martin Lucina |
2012-03-13 | io_threads argument removed from xs_init() | Martin Sustrik |
2012-03-13 | Check for AI_V4MAPPED and don't use it on FreeBSD | Gabriele Svelto |
2012-03-08 | Removal of pipe from dist_t fixed | Martin Sustrik |