Age | Commit message (Expand) | Author |
2011-08-19 | NIC name resolution moved to tcp_address_t | Martin Sustrik |
2011-08-18 | Missing include added to ip.cpp | Martin Sustrik |
2011-08-18 | Windows build fixed | Martin Sustrik |
2011-08-18 | TCP address related functionality moved to tcp_address_t | Martin Sustrik |
2011-08-18 | MSVC build fixed | Martin Sustrik |
2011-08-18 | IPC address related functionality refactored into ipc_address_t class | Martin Sustrik |
2011-08-17 | Fix the PGM support on win64 | Martin Sustrik |
2011-08-16 | MSVC build fixed | Martin Sustrik |
2011-08-16 | tcp_engine renamed to stream engine | Martin Sustrik |
2011-08-15 | Semaphores are not used anymore, build system is adjusted accordingly | Martin Sustrik |
2011-08-15 | EAFNOSUPPORT defined on Windows platform | Martin Sustrik |
2011-08-15 | Preliminary Android support | Ghislain Putois |
2011-08-15 | Added Android support | Mikko Koppanen |
2011-08-15 | Add IPv6 support to tcp_listener | Steven McCoy |
2011-08-15 | Minor problems in MSVC build fixed | Martin Sustrik |
2011-08-14 | select version zmq_poll reports invalid FDs | Martin Sustrik |
2011-08-14 | Compilation error on HP-UX and AIX fixed | Martin Sustrik |
2011-08-14 | Compilation error on FreeBSD fixed | Martin Sustrik |
2011-08-08 | Minor compile-time bug on Windows fixed | Martin Sustrik |
2011-08-08 | tcp_connecter disables IPV6_IPV6ONLY if needed. | Steven McCoy |
2011-08-08 | Update resolve_ip_interface and resolve_ip_hostname with ipv4only parameter. | Steven McCoy |
2011-08-08 | Update resolve_nic_name to take more generic sockaddr parameter. | Steven McCoy |
2011-08-08 | ZMQ_IPV4ONLY option added | Steven McCoy |
2011-08-07 | Minor bug in vtcp_listener fixed | Martin Sustrik |
2011-08-04 | vtcp connection string simplified | Martin Sustrik |
2011-08-04 | MSVC build brought up-to-date | Martin Sustrik |
2011-07-29 | Different connecters simplified | Martin Sustrik |
2011-07-28 | Different listener implementations simplified | Martin Sustrik |
2011-07-28 | Tuning of TCP sockets is done at a single place | Martin Sustrik |
2011-07-28 | Dead code removed from TCP and IPC transports | Martin Sustrik |
2011-07-28 | Implementations of TCP and IPC transports separated | Martin Sustrik |
2011-07-28 | Precise reconnect interval randomised | Martin Sustrik |
2011-07-28 | Setting TCP socket options moved to tcp_engine_t | Martin Sustrik |
2011-07-27 | vtcp_connecter fixed | Martin Sustrik |
2011-07-26 | First version of vtcp_connecter added | Martin Sustrik |
2011-07-26 | Code cleanup | Martin Sustrik |
2011-07-26 | Experimental VTCP listener added | Martin Sustrik |
2011-07-26 | Outdated entries removed from .gitignore | Martin Sustrik |
2011-07-26 | TCP transport classes simplified | Martin Sustrik |
2011-07-24 | PGM subscription forwarding fixed | Martin Sustrik |
2011-07-24 | Session classes merged into a single class | Martin Sustrik |
2011-07-24 | Only one polling mechanism is compiled | Martin Sustrik |
2011-07-24 | Obsolete include in ctx.hpp removed | Martin Sustrik |
2011-07-24 | semaphore_t class removed | Martin Sustrik |
2011-07-24 | Remove blob_t class | Martin Sustrik |
2011-07-22 | MSVC build brought up to date | Martin Sustrik |
2011-07-21 | mailbox::recv correctly passes EINTR to the caller | Martin Sustrik |
2011-07-21 | ECANTROUTE error documented in zmq_sendmsg(3) | Martin Sustrik |
2011-07-21 | ROUTER socket blocks on SNDHWM | Martin Sustrik |
2011-07-21 | ROUTER socket reports error when message cannot be routed | Martin Sustrik |