Age | Commit message (Expand) | Author |
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 | Change the way the polling system is selected | Gabriele Svelto |
2012-04-21 | Documentation for survey pattern added | Martin Sustrik |
2012-04-21 | Fix a warning in MSVC build | Martin Sustrik |
2012-04-21 | Minor typo in tests.cpp fixed | Martin Sustrik |
2012-04-21 | xs_shutdown implemented | Martin Sustrik |
2012-04-20 | Footnotes in README fixed | Martin Sustrik |
2012-04-20 | Clock instance removed from surveyor_t | Martin Sustrik |
2012-04-18 | Adam Guthrie added to the AUTHORS file | 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 | Test that old surveys are discarded | Martin Sustrik |
2012-04-18 | Discard pending surveys when (X)SURVEYOR socket disappears | Martin Sustrik |
2012-04-17 | Use AC_USE_SYSTEM_EXTENSIONS instead of OS-specific defines | Gabriele Svelto |
2012-04-17 | XS_SURVEY_TIMEOUT socket option added. | Martin Sustrik |
2012-04-17 | "Survey" pattern implemented | Martin Sustrik |
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 |