summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2012-03-17Use strncpy() instead of strcpy().Piotr Sikora
2012-03-17Add missing <sys/types.h> header.Piotr Sikora
2012-03-14Removed leftovers from a logging experimentMartin Sustrik
2012-03-13Type of XS_MAXMSGSIZE changed to uint64_tMartin Sustrik
2012-03-13'timeout' parameter in xs_poll changed to intMartin Sustrik
2012-03-13MSVC build fixed; xs_utils.h includes removedMartin Sustrik
2012-03-13xs_utils cleanup 2/2 (remove xs_utils.h)Martin Lucina
2012-03-13xs_utils cleanup 1/2 (minimize exported api)Martin Lucina
2012-03-13Merge branch 'for-sustrik' of git.lucina.net:libxsMartin Sustrik
2012-03-13Drop libxszmq, keep only libzmq compatibility library (--enable-libzmq)Martin Lucina
2012-03-13io_threads argument removed from xs_init()Martin Sustrik
2012-03-13Check for AI_V4MAPPED and don't use it on FreeBSDGabriele Svelto
2012-03-08Removal of pipe from dist_t fixedMartin Sustrik
2012-03-06Fix IPC transport domain socket stream file not being removed when connection...Rob Gagnon
2012-03-06WSAEACCES correctly convrted into EACCESMartin Sustrik
2012-02-28update lower bound flag when removing topicsBen Gray
2012-02-28Fixed a bug in the mtrie table compaction logic.Staffan Gimåker
2012-02-26In case of duplicate identity XREP socket asserts.Martin Sustrik
2012-02-25Leftover piece of experimental code removedMartin Sustrik
2012-02-22xszmq.c renamed to xszmq.cppMartin Sustrik
2012-02-22Add zmq_version() to libxszmqMartin Lucina
2012-02-22Ensure libzmq.pc is installed if requiredMartin Lucina
2012-02-22Added optional drop-in libzmq libraryMartin Lucina
2012-02-22Added libxszmq compatibility libraryMartin Lucina
2012-02-17Compact the trie/mtrie node tables where possible, to reduce memory usage.Staffan Gimåker
2012-02-17Drop subscription messages when reaching the SNDHWM rather than asserting.Staffan Gimåker
2012-02-16Fix FD/handle conversion bugMartin Sustrik
2012-02-16Full name of the project used in license headersMartin Sustrik
2012-02-16Some additional parameter checking for ZMQ_(UN)SUBSCRIBEMartin Sustrik
2012-02-16Avoid too long timeouts in xs_pollMartin Sustrik
2012-02-16ZMQ_REENTRANT functionality removedMartin Sustrik
2012-02-16poller_base_t renamed to io_thread_tMartin Sustrik
2012-02-16Polling mechnisms updated to cope with io_thread_t removalMartin Sustrik
2012-02-16io_thread_t merged with poller_base_tMartin Sustrik
2012-02-16Intercept start() and stop() calls in poller_base_tMartin Sustrik
2012-02-16xs_poll implementation moved to a separate fileMartin Sustrik
2012-02-16Socket re-entrancy rewrittenMartin Sustrik
2012-02-16xs_thread_create and xs_thread_join implemented for POSIX platformsMartin Sustrik
2012-02-16Race condition during socket close fixedMartin Sustrik
2012-02-16Bug fixed in context terminationMartin Sustrik
2012-02-16Names of context options shortenedMartin Sustrik
2012-02-16XS_CTX_REENTRANT option addedMartin Sustrik
2012-02-16XS_CTX_MAX_SOCKETS option implementedMartin Sustrik
2012-02-16More MSVC tests addedMartin Sustrik
2012-02-16Windows version of the tests implementedMartin Sustrik
2012-02-16Bug in linger implementation fixedMartin Sustrik
2012-02-16handle_valid removed from tcp_connecter_t and ipc_connecter_tMartin Sustrik
2012-02-16Fix data loss for PUB/SUB and unidirectional transports (LIBZMQ-268)Martin Lucina
2012-02-16Timers identified by dynamically generated handlesMartin Sustrik
2012-02-16Valid handle_t is never NULLMartin Sustrik