summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
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
2011-07-28Dead code removed from TCP and IPC transportsMartin Sustrik
2011-07-28Implementations of TCP and IPC transports separatedMartin Sustrik
2011-07-28Precise reconnect interval randomisedMartin Sustrik
2011-07-28Setting TCP socket options moved to tcp_engine_tMartin Sustrik
2011-07-27vtcp_connecter fixedMartin Sustrik
2011-07-26First version of vtcp_connecter addedMartin Sustrik
2011-07-26Code cleanupMartin Sustrik
2011-07-26Experimental VTCP listener addedMartin Sustrik
2011-07-26TCP transport classes simplifiedMartin Sustrik
2011-07-24PGM subscription forwarding fixedMartin Sustrik
2011-07-24Session classes merged into a single classMartin Sustrik
2011-07-24Only one polling mechanism is compiledMartin Sustrik
2011-07-24Obsolete include in ctx.hpp removedMartin Sustrik
2011-07-24semaphore_t class removedMartin Sustrik
2011-07-24Remove blob_t classMartin Sustrik
2011-07-22MSVC build brought up to dateMartin Sustrik
2011-07-21mailbox::recv correctly passes EINTR to the callerMartin Sustrik
2011-07-21ROUTER socket blocks on SNDHWMMartin Sustrik
2011-07-21ROUTER socket reports error when message cannot be routedMartin Sustrik
2011-07-21ZMQ_GENERIC renamed to ZMQ_ROUTERMartin Sustrik
2011-07-18Fixed issue 230Pieter Hintjens
2011-07-18Includes in zmq.cpp cleaned-upMartin Sustrik
2011-07-18Fix pollin on Cygwin.Steven McCoy
2011-07-18Signaler timeout bug on Windows fixedMartin Sustrik
2011-07-18Missing files for GENERIC socket implementation addedMartin Sustrik
2011-07-17GENERIC socket type and COMMAND flag addedMartin Sustrik