summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2012-04-14Define _GNU_SOURCE in addition to the __BSD_VISIBLE on freebsd-like hostsAndrew W. Nosenko
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-14Checking for correct timeout in the test suite improvedMartin 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-09Fix /dev/poll detection on SolarisGabriele 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
2012-04-06tcp_address: check address length before manipulating itMartin Hurton
2012-04-06EMTHREAD error code removedMartin Sustrik
2012-04-06Verious warnings generated by SunStudio fixedMartin Sustrik
2012-04-06Andrew W. Nosenko added to AUTHORS fileMartin Sustrik
2012-04-06Allow pipe_t::flush() to be called from pipe_t::terminate()Martin Sustrik
2012-04-06Fix bogus typo in xs::pipe_t::flush()Andrew W. Nosenko
2012-04-06Changed project name in README references; ignore EXE files.Gonzalo Diethelm
2012-04-06Improved readability of README file.Gonzalo Diethelm
2012-04-05XS_PLUGIN and XS_FILTER implementationMartin Sustrik
2012-04-04Accept ECONNRESET from close()Martin Sustrik
2012-04-040MQ/2.1 wire format compatibility implementedMartin Sustrik
2012-04-04Define the XS_HAVE_* poller macros in a more robust wayGabriele Svelto
2012-04-04Add README link for Github to render marked up versionMartin Sustrik
2012-03-30Modified the configure.ac file according to autoconf best practicesGabriele Svelto
2012-03-29Version and ABI bumped to 1.0.1v1.0.1Martin Sustrik
2012-03-29Documentation updates for 1.0.1Martin Lucina
2012-03-28XS_KEEPALIVE options addedMartin Sustrik
2012-03-26Handle duplicate identities decentlyMartin Sustrik
2012-03-25Signaler's global event is now accessible by everyoneMartin Sustrik
2012-03-25wireformat test addedPaul Colomiets
2012-03-24Fix race condition in find_endpointMartin Hurton
2012-03-24Fixed issue LIBZMQ-345 - race condition in ctx.socket/term allows segfaultPieter Hintjens
2012-03-24Fix command-line for running tests in READMEPaul Colomiets
2012-03-23Add long comment about security problem on Windows platformMartin Sustrik
2012-03-23Ignore distorted timeouts on Windows in debug modeMartin Sustrik
2012-03-23Error handling during connectMartin Sustrik
2012-03-20Make REQ session state machine aware of reconnectionsMartin Sustrik
2012-03-20Send identities on reconnectMartin Sustrik
2012-03-20OpenVMS tests fixedMartin Sustrik
2012-03-20Reconnect test fixedMartin Sustrik
2012-03-20Small ommision in session creation mechanismMartin Sustrik
2012-03-17Piotr Sikora added to AUTHORS fileMartin Sustrik
2012-03-17Use strncpy() instead of strcpy().Piotr Sikora