Age | Commit message (Expand) | Author |
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 |
2012-04-06 | EMTHREAD error code removed | Martin Sustrik |
2012-04-06 | Verious warnings generated by SunStudio fixed | 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-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-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-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-23 | Add long comment about security problem on Windows platform | 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 | Small ommision in session creation mechanism | 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 | Removed leftovers from a logging experiment | Martin Sustrik |
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 | 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 | 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 |
2012-03-06 | Fix IPC transport domain socket stream file not being removed when connection... | Rob Gagnon |
2012-03-06 | WSAEACCES correctly convrted into EACCES | Martin Sustrik |
2012-02-28 | update lower bound flag when removing topics | Ben Gray |
2012-02-28 | Fixed a bug in the mtrie table compaction logic. | Staffan Gimåker |
2012-02-26 | In case of duplicate identity XREP socket asserts. | Martin Sustrik |
2012-02-25 | Leftover piece of experimental code removed | Martin Sustrik |
2012-02-22 | xszmq.c renamed to xszmq.cpp | Martin Sustrik |