summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2011-10-27Patch for issue LIBZMQ-275. Dealing with VSM in distribution when pipes fail ...Ben Gray
2011-10-27Enable exceptions raising on assert on Win32Paul Betts
2011-10-27Bug in kqueue poller fixed (issue 261)Martin Sustrik
2011-10-26Added compile-time test for SOCK_CLOEXECMikko Koppanen
2011-10-06Default HWMs are set to 1000Martin Sustrik
2011-10-04Re-add PGM rate limitingSteven McCoy
2011-09-29Bug in subscription matching fixed (issue 263)Martin Sustrik
2011-09-29Make sure new ROUTER socket honours POLLIN for cmd messagesJon Dyte
2011-09-28Assert fixed in XREP & ROUTER when sending to terminating pipe (issue 258)Martin Sustrik
2011-09-26Bug in matching algorithm fixedMartin Sustrik
2011-09-16More bugs in mtrie fixedMartin Sustrik
2011-09-16Bug in mtrie fixedMartin Sustrik
2011-09-16Check message syntax in REQ asynchronouslyMartin Sustrik
2011-09-15Session class separated into socket-type-specific sessionsMartin Sustrik
2011-09-14Minor optimisation in message distribution algorithmMartin Sustrik
2011-09-14Bug in message distribution algorithm fixed (issue 251)Martin Sustrik
2011-09-13Fixed issue with req assertions (issue 252)Mikko Koppanen
2011-09-03Accept square brackets around IPv6 addressMartin Sustrik
2011-09-03Improve error reporting in a minor wayMartin Sustrik
2011-09-02Close file descriptors on exec (issue 218)Martin Sustrik
2011-09-02msg_t::rm_refs closes the message when number of refs drops to 0 (issue 245)Martin Sustrik
2011-09-01Premature deallocation bug in XSUB fixed (issue 244)Martin Sustrik
2011-09-01Fixed warnings on Win64Martin Sustrik
2011-08-19NIC name resolution moved to tcp_address_tMartin Sustrik
2011-08-18Missing include added to ip.cppMartin Sustrik
2011-08-18Windows build fixedMartin Sustrik
2011-08-18TCP address related functionality moved to tcp_address_tMartin Sustrik
2011-08-18MSVC build fixedMartin Sustrik
2011-08-18IPC address related functionality refactored into ipc_address_t classMartin Sustrik
2011-08-17Fix the PGM support on win64Martin Sustrik
2011-08-16tcp_engine renamed to stream engineMartin Sustrik
2011-08-15EAFNOSUPPORT defined on Windows platformMartin Sustrik
2011-08-15Preliminary Android supportGhislain Putois
2011-08-15Added Android supportMikko Koppanen
2011-08-15Add IPv6 support to tcp_listenerSteven McCoy
2011-08-15Minor problems in MSVC build fixedMartin Sustrik
2011-08-14select version zmq_poll reports invalid FDsMartin Sustrik
2011-08-14Compilation error on HP-UX and AIX fixedMartin Sustrik
2011-08-14Compilation error on FreeBSD fixedMartin Sustrik
2011-08-08Minor compile-time bug on Windows fixedMartin Sustrik
2011-08-08tcp_connecter disables IPV6_IPV6ONLY if needed.Steven McCoy
2011-08-08Update resolve_ip_interface and resolve_ip_hostname with ipv4only parameter.Steven McCoy
2011-08-08Update resolve_nic_name to take more generic sockaddr parameter.Steven McCoy
2011-08-08ZMQ_IPV4ONLY option addedSteven McCoy
2011-08-07Minor bug in vtcp_listener fixedMartin Sustrik
2011-08-04vtcp connection string simplifiedMartin Sustrik
2011-08-04MSVC build brought up-to-dateMartin Sustrik
2011-07-29Different connecters simplifiedMartin Sustrik
2011-07-28Different listener implementations simplifiedMartin Sustrik
2011-07-28Tuning of TCP sockets is done at a single placeMartin Sustrik