summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2012-02-16More MSVC tests addedMartin Sustrik
2012-02-16Windows test system improvedMartin Sustrik
2012-02-16No need for special handling of MinGW in tests build systemMartin Sustrik
2012-02-16Windows version of the tests implementedMartin Sustrik
2012-02-16Redundant test_ prefix removed from testsMartin Sustrik
2012-02-16Typo on test_linget fixedMartin Sustrik
2012-02-16XS_TEST_MAIN used instead of main in test programsMartin Sustrik
2012-02-16Test for LINGER addedMartin 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-16Reconnect test extended to include IPCMartin Sustrik
2012-02-16test_reconnect addedMartin Sustrik
2012-02-16Timers identified by dynamically generated handlesMartin Sustrik
2012-02-16Valid handle_t is never NULLMartin Sustrik
2012-02-16cancel_timer function renamed to rm_timerMartin Sustrik
2012-02-16i_poll_events interface moved to poller_base.hppMartin Sustrik
2012-02-16poller_base_t is used instead of poller_tMartin Sustrik
2012-02-16MSVC build fixedMartin Sustrik
2012-02-16Simplify mechanism for choosing polling mechanismMartin Sustrik
2012-02-16Polling handle is a fixed type now.Martin Sustrik
2012-02-16Message loss when a SUB socket disconnects fixedMartin Sustrik
2012-02-16Redundant definition of blob_t removedMartin Sustrik
2012-02-16Type in 0MQ compatibility header fixedMartin Sustrik
2012-02-16Reduce memory usage of mtrie.Staffan Gimåker
2012-02-16Invalid iterator not usedMartin Sustrik
2012-02-16Improve checking for the invalid socketsMartin Sustrik
2012-02-16Obsolete launch_sibling function removedMartin Sustrik
2012-02-16Race condition in zmq_term() fixedMartin Sustrik
2012-02-16ZeroMQ compatibility header addedMartin Sustrik
2012-02-16.gitignore revisedMartin Sustrik
2012-02-16File descriptor passed to in_event and out_eventMartin Sustrik
2012-02-16Small error in a comment fixedMartin Sustrik
2012-02-16Subscription buffer in XSUB socket made elasticMartin Sustrik
2012-02-16TODO addedMartin Sustrik
2012-02-16Old MCSVC perf projects starting with c_ prefix renamedMartin Sustrik
2012-02-16MSVC build fixedMartin Sustrik
2012-02-16MSVC build: ZeroMQ renamed to CrossroadsMartin Sustrik
2012-02-16MSVC2008 build system removedMartin Sustrik
2012-02-16build/redhat/zeromq.spec removedMartin Sustrik
2012-02-16xs_epgm man page removedMartin Sustrik
2012-02-16Allow to set up a source address for outgoing connections in zmq_connect()Sergey Matveychuk
2012-02-16Small layout fix in acinlcude.m4 Signed-off-by: Martin Sustrik <sustrik@250bp...Martin Sustrik
2012-02-16Revert "Fix: Case where system library has epoll but kernel does not support ...Martin Sustrik
2012-02-16Fix: Case where system library has epoll but kernel does not support it.Michael Fox
2012-02-16Michael Fox added to the AUTHORS fileMartin Sustrik
2012-02-16Fix bad combination of gcc3, -Werror and private destructorMichael Fox
2012-02-16The cause behind the segfault was next.node being deleted but count still bei...Staffan Gimåker
2012-02-16Fixes to xs::xpub_t::xread_activatedMartin Sustrik
2012-02-16Prune redundant nodes in the trie.Staffan Gimåker