Age | Commit message (Expand) | Author |
2010-03-12 | Implement flow control for ZMQ_REQ sockets | Martin Hurton |
2010-03-12 | Implement flow control fox ZMQ_XREP sockets | Martin Hurton |
2010-03-12 | Implement flow control for ZMQ_XREQ sockets | Martin Hurton |
2010-03-12 | Implement flow control for ZMQ_PUB sockets | Martin Hurton |
2010-03-12 | Implement flow control for ZMQ_DOWNSTREAM sockets | Martin Hurton |
2010-03-12 | Implement flow control for ZMQ_P2P sockets | Martin Hurton |
2010-03-12 | PGM: implement flow control | Martin Hurton |
2010-03-12 | Implement flow control | Martin Hurton |
2010-03-11 | Restructure language bindings | Martin Lucina |
2010-03-09 | udp transport renamed to epgm | Martin Sustrik |
2010-03-09 | PGM late joiners would start receiving a complete message rather than a messa... | Martin Sustrik |
2010-03-09 | message flags from the wire are written to zmq_msg_t and vice versa | Martin Sustrik |
2010-03-09 | message flags added to zmq_msg_t strcuture | Martin Sustrik |
2010-03-09 | 'flags' fields added to the wire format | Martin Sustrik |
2010-03-09 | rollback functionality added to pipe | Martin Sustrik |
2010-03-06 | problem with NIC name resolution on OSX fixed | Martin Sustrik |
2010-03-03 | Win32 build fixes | Martin Lucina |
2010-03-03 | type mismatch in tcp_listener (win version) fixed | unknown |
2010-03-03 | Fix typo: zmq_close -> zmq_msg_close | Martin Hurton |
2010-03-03 | Fix possible lockups when reading from ZMQ_REP sockets | Martin Hurton |
2010-03-01 | polling on POSIX sockets returns POLLERR (win32) | unknown |
2010-03-01 | return POLLERR from polling on POSIX sockets (linux version) | Martin Sustrik |
2010-02-26 | Cygwin support | Martin Lucina |
2010-02-24 | handle invalid PGM connection string decently | Martin Sustrik |
2010-02-24 | Merge branch 'master' of git@github.com:sustrik/zeromq2 | Martin Sustrik |
2010-02-24 | minor cast issues on cygwin fixed | Martin Sustrik |
2010-02-24 | chat example removed from win build; missing fd_signaler_t::poll on win added | unknown |
2010-02-24 | use binary UUIDs instead of string representation to save some bytes | Martin Sustrik |
2010-02-24 | Disable IPv6 support | Martin Lucina |
2010-02-23 | zmq_errno helper function added | Martin Sustrik |
2010-02-23 | recv fails after polling for IN on REQ socket | Martin Sustrik |
2010-02-22 | zmq_poll doesn't exit when infinite timeout is set and interrupt occurs | Martin Sustrik |
2010-02-19 | build on cygwin enabled | Martin Sustrik |
2010-02-19 | don't check for identity, if the connection is anonymous | Martin Sustrik |
2010-02-19 | Merge branch 'master' of git@github.com:sustrik/zeromq2 | Martin Sustrik |
2010-02-19 | Multi-hop REQ/REP, part XII., generate unique identities for anonymous connec... | Martin Sustrik |
2010-02-18 | Add NetBSD support | Martin Lucina |
2010-02-17 | one more attempt to fix the previous win32 problem | Martin Sustrik |
2010-02-17 | recv returning -1 while errno=0 fixed | Martin Sustrik |
2010-02-17 | ZMQII-76: Bug in how replies are handled when the REQ endpoint goes away | Martin Sustrik |
2010-02-16 | Multi-hop REQ/REP, part XI., finalise the XREQ/XREP functionality | Martin Sustrik |
2010-02-16 | Merge branch 'master' of git@github.com:sustrik/zeromq2 | Martin Sustrik |
2010-02-15 | Cleaning up more PGM cruft | Martin Lucina |
2010-02-15 | fixing the previous commit :( | Martin Sustrik |
2010-02-15 | care taken of the fact that AI_NUMERICSERV is not defined on OSX 10.5 | Martin Sustrik |
2010-02-14 | Multi-hop REQ/REP, part X., optional delayed creation of pipes during connect | Martin Sustrik |
2010-02-13 | Multi-hop REQ/REP, part IX., pass the peer identity as far as socket_base_t | Martin Sustrik |
2010-02-13 | Multi-hop REQ/REP, part VIII., new blob_t type used for holding identity | Martin Sustrik |
2010-02-13 | Multi-hop REQ/REP, part VII., identity-related algorithms rewritten | Martin Sustrik |
2010-02-13 | Multi-hop REQ/REP, part VI., session 'name' renamed to 'peer_identity' | Martin Sustrik |