Age | Commit message (Expand) | Author |
2012-02-22 | Add zmq_version() to libxszmq | Martin Lucina |
2012-02-22 | Ensure libzmq.pc is installed if required | Martin Lucina |
2012-02-22 | Added optional drop-in libzmq library | Martin Lucina |
2012-02-22 | Added libxszmq compatibility library | Martin Lucina |
2012-02-21 | Version bumped to 1.0.0 | Martin Sustrik |
2012-02-17 | Compact the trie/mtrie node tables where possible, to reduce memory usage. | Staffan Gimåker |
2012-02-17 | Drop subscription messages when reaching the SNDHWM rather than asserting. | Staffan Gimåker |
2012-02-16 | Use full name of the project in xs(7) | Martin Sustrik |
2012-02-16 | Fix FD/handle conversion bug | Martin Sustrik |
2012-02-16 | Full name of the project used in license headers | Martin Sustrik |
2012-02-16 | Some additional parameter checking for ZMQ_(UN)SUBSCRIBE | Martin Sustrik |
2012-02-16 | emptyctx added to .gitingore | Martin Sustrik |
2012-02-16 | MSVC build fixed | Martin Sustrik |
2012-02-16 | polltimeo test added | Martin Sustrik |
2012-02-16 | Avoid too long timeouts in xs_poll | Martin Sustrik |
2012-02-16 | ZMQ_REENTRANT functionality removed | Martin Sustrik |
2012-02-16 | CANTROUTE removed from the documentation | Martin Sustrik |
2012-02-16 | MSVC project updated | Martin Sustrik |
2012-02-16 | poller_base_t renamed to io_thread_t | Martin Sustrik |
2012-02-16 | emptyctx tast added to MSVC project | Martin Sustrik |
2012-02-16 | Polling mechnisms updated to cope with io_thread_t removal | Martin Sustrik |
2012-02-16 | emptyctx test added | Martin Sustrik |
2012-02-16 | io_thread_t merged with poller_base_t | Martin Sustrik |
2012-02-16 | Intercept start() and stop() calls in poller_base_t | Martin Sustrik |
2012-02-16 | MSVC build updated | Martin Sustrik |
2012-02-16 | xs_poll implementation moved to a separate file | Martin Sustrik |
2012-02-16 | Socket re-entrancy rewritten | Martin Sustrik |
2012-02-16 | xs_thread_create and xs_thread_join implemented for POSIX platforms | Martin Sustrik |
2012-02-16 | New tests added to MSVC build | Martin Sustrik |
2012-02-16 | Race condition during socket close fixed | Martin Sustrik |
2012-02-16 | Bug fixed in context termination | Martin Sustrik |
2012-02-16 | Names of context options shortened | Martin Sustrik |
2012-02-16 | XS_CTX_REENTRANT option added | Martin Sustrik |
2012-02-16 | Man page for xs_setctxopt added | Martin Sustrik |
2012-02-16 | .gitignore updated to reflact new test names | Martin Sustrik |
2012-02-16 | XS_CTX_MAX_SOCKETS option implemented | Martin Sustrik |
2012-02-16 | More MSVC tests added | Martin Sustrik |
2012-02-16 | Windows test system improved | Martin Sustrik |
2012-02-16 | No need for special handling of MinGW in tests build system | Martin Sustrik |
2012-02-16 | Windows version of the tests implemented | Martin Sustrik |
2012-02-16 | Redundant test_ prefix removed from tests | Martin Sustrik |
2012-02-16 | Typo on test_linget fixed | Martin Sustrik |
2012-02-16 | XS_TEST_MAIN used instead of main in test programs | Martin Sustrik |
2012-02-16 | Test for LINGER added | Martin Sustrik |
2012-02-16 | Bug in linger implementation fixed | Martin Sustrik |
2012-02-16 | handle_valid removed from tcp_connecter_t and ipc_connecter_t | Martin Sustrik |
2012-02-16 | Fix data loss for PUB/SUB and unidirectional transports (LIBZMQ-268) | Martin Lucina |
2012-02-16 | Reconnect test extended to include IPC | Martin Sustrik |
2012-02-16 | test_reconnect added | Martin Sustrik |
2012-02-16 | Timers identified by dynamically generated handles | Martin Sustrik |