summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2012-05-06Return error if an invalid connection string is usedDouglas Young
2012-05-04Correct handling of connect() errors in tcp, ipc_connecter_tMartin Lucina
2012-05-02Conditionally include header files required by select() and poll()Gabriele Svelto
2012-05-01Revert "Implement protocol versioning (except PGM)"Martin Sustrik
2012-04-30'own' command replaced by synchronous callMartin Sustrik
2012-04-30Fix premature poll reset_polloutPaul Colomiets
2012-04-29Implement protocol versioning (except PGM)Martin Lucina
2012-04-29Fix TCP/IPC socket shutdownMartin Sustrik
2012-04-29atomic: prever inline asm over GCC builtins for armv7aAndrew W. Nosenko
2012-04-29atomic: revisit the atomic operation checks and their usageAndrew W. Nosenko
2012-04-29atomic: prefer GCC __sync_*() builtins over inline asmAndrew W. Nosenko
2012-04-29Implement atomic operations for armv7aPatrick Trantham
2012-04-29Fix a bug in prefix filter compaction logicAdam Guthrie
2012-04-27Truncate the message when it is sent to XSUBMartin Sustrik
2012-04-25Solaris build fixedMartin Sustrik
2012-04-25tcp_address_t and ipc_address_t merged into a single classMartin Sustrik
2012-04-22Initialise fd_set once for signler_t objectMartin Sustrik
2012-04-21Select polling mechanisms at one placeMartin Sustrik
2012-04-21Fix a warning in MSVC buildMartin Sustrik
2012-04-21xs_shutdown implementedMartin Sustrik
2012-04-20Clock instance removed from surveyor_tMartin Sustrik
2012-04-18xs_zmq: initialize size in zmq_getsockoptAdam Guthrie
2012-04-18Improve efficiency of time measurement in tight loopsMartin Sustrik
2012-04-18Discard pending surveys when (X)SURVEYOR socket disappearsMartin Sustrik
2012-04-17XS_SURVEY_TIMEOUT socket option added.Martin Sustrik
2012-04-17"Survey" pattern implementedMartin Sustrik
2012-04-16Few trivial fixes to REQ/REP pattern.Martin Sustrik
2012-04-16Automotic loading of plugins (Linux)Martin Sustrik
2012-04-16Define the XS_PREFIX_PATH macro with the installation prefixGabriele Svelto
2012-04-16Automatic loading of plugins on WindowsMartin Sustrik
2012-04-16Honour --with-poller option for synchronous pollingMartin Sustrik
2012-04-15thread_t rewritten in C styleMartin Sustrik
2012-04-15Filters can transform user subscriptions to wire subscriptionMartin Sustrik
2012-04-15Minor improvement to error reportingMartin Sustrik
2012-04-15Report EMFILE/ENFILE from xs_socket()Martin Sustrik
2012-04-14Separate subscription forwarding from SUB-side filteringMartin Sustrik
2012-04-14Check for SO_NOSIGPIPE availability instead of OS nameAndrew W. Nosenko
2012-04-14If available, use MSG_NOSIGNAL for send()Martin Sustrik
2012-04-14Set options on new sockets in systematic mannerMartin Sustrik
2012-04-12Memory allocation bug fixed in prefix filterMartin Sustrik
2012-04-12Accumulated cruft removed from prefix_filter_tMartin Sustrik
2012-04-11HANDLE_FLAG_INHERIT is set to 0 on internal socketsMartin Sustrik
2012-04-11ETIMEDOUT is a valid error code here. Fixes intermittent assertion failure on...Mikko Koppanen
2012-04-10Fix a warning with SunStudio compilerMartin Sustrik
2012-04-09Fix fd/handle conversion in /dev/poll poller codeGabriele Svelto
2012-04-08Set CLOEXEC flag on fds used by signalerMartin Sustrik
2012-04-08Handle insufficient resources on accept() decentlyMartin Sustrik
2012-04-07Fix error handling in TCP and IPC connectersMartin Sustrik
2012-04-07Fix identity exchange for inproc transportMartin Hurton
2012-04-06Flush identity message for inproc transportMartin Hurton