summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2012-05-20[WIP] UDP supportudpMartin Lucina
2012-05-20Implement SP wire protocolspMartin Lucina
2012-05-18Opening plug-in directory made more robustMartin Sustrik
2012-05-15Do not crash when multiple peers connect to PAIR socketMartin Hurton
2012-05-13Move inclusion of select() and poll() headers to a single placeGabriele Svelto
2012-05-12Enabled plug-in loading on all hosts with support for dlopen()Gabriele Svelto
2012-05-12Inheritance on signaler's socket on Windows switched offMartin Sustrik
2012-05-12Fix decoder to properly handle large messagesMartin Hurton
2012-05-11Command throttling breaking HWM algorithms -- fixed.Martin Sustrik
2012-05-11Improve command processing efficiencyMartin Sustrik
2012-05-11Fix issue #268Martin Hurton
2012-05-09Build on Windows and OpenVMS fixedMartin Sustrik
2012-05-09Trivial coding style fix.Martin Sustrik
2012-05-09Whitespace fixes in pgm_socket.cppDouglas Young
2012-05-09Return an error on invalid (e)pgm:// connectionDouglas Young
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