summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2012-06-15atomic_ptr: Add IT instruction for arm-thumb2HEADmasterPatrick Trantham
2012-06-13Revert "UDP support"Martin Sustrik
2012-06-13Revert "Minor fixed to UDP transport."Martin Sustrik
2012-06-13Revert "UDP fixed on FreeBSD"Martin Sustrik
2012-06-13Revert "Implement SP wire protocol"Martin Sustrik
2012-06-02UDP fixed on FreeBSDMartin Sustrik
2012-06-01Minor fixed to UDP transport.Martin Sustrik
2012-06-01UDP supportMartin Lucina
2012-06-01Assertions improvedMartin Sustrik
2012-05-31Properly handle infinite timeout in zmq_poll()Martin Sustrik
2012-05-31Don't assume SOCKET_ERROR is -1 on WindowsMartin Hurton
2012-05-31Polling on SURVEYOR socket implementedMartin Sustrik
2012-05-26Topic filter implementedMartin Sustrik
2012-05-25Implement SP wire protocolMartin Lucina
2012-05-21Fixes a conflict with XenStore (seeMartin Lucina
2012-05-21Expired survey returns ETIMEDOUT instead of EAGAINMartin Sustrik
2012-05-21Improve error handling on WindowsSteven McCoy
2012-05-21Use global event to synchronise signaler creation on WindowsMartin Sustrik
2012-05-20Install plugins under $(libdir) to simplify multi-arch packagingGabriele Svelto
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