summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2010-03-13ZMQ_NOFLUSH and zmq_flush obsoletedMartin Sustrik
2010-03-13pipe_t::rollback removes only unfinished message from the pipe rather than al...Martin Sustrik
2010-03-12devices are built unconditionallyMartin Sustrik
2010-03-12Implement flow control for ZMQ_REP socketsMartin Hurton
2010-03-12Implement flow control for ZMQ_REQ socketsMartin Hurton
2010-03-12Implement flow control fox ZMQ_XREP socketsMartin Hurton
2010-03-12Implement flow control for ZMQ_XREQ socketsMartin Hurton
2010-03-12Implement flow control for ZMQ_PUB socketsMartin Hurton
2010-03-12Implement flow control for ZMQ_DOWNSTREAM socketsMartin Hurton
2010-03-12Implement flow control for ZMQ_P2P socketsMartin Hurton
2010-03-12PGM: implement flow controlMartin Hurton
2010-03-12Implement flow controlMartin Hurton
2010-03-11Restructure language bindingsMartin Lucina
2010-03-09udp transport renamed to epgmMartin Sustrik
2010-03-09PGM late joiners would start receiving a complete message rather than a messa...Martin Sustrik
2010-03-09message flags from the wire are written to zmq_msg_t and vice versaMartin Sustrik
2010-03-09message flags added to zmq_msg_t strcutureMartin Sustrik
2010-03-09'flags' fields added to the wire formatMartin Sustrik
2010-03-09rollback functionality added to pipeMartin Sustrik
2010-03-06problem with NIC name resolution on OSX fixedMartin Sustrik
2010-03-03Win32 build fixesMartin Lucina
2010-03-03type mismatch in tcp_listener (win version) fixedunknown
2010-03-03Fix typo: zmq_close -> zmq_msg_closeMartin Hurton
2010-03-03Fix possible lockups when reading from ZMQ_REP socketsMartin Hurton
2010-03-01polling on POSIX sockets returns POLLERR (win32)unknown
2010-03-01return POLLERR from polling on POSIX sockets (linux version)Martin Sustrik
2010-02-26Cygwin supportMartin Lucina
2010-02-24handle invalid PGM connection string decentlyMartin Sustrik
2010-02-24Merge branch 'master' of git@github.com:sustrik/zeromq2Martin Sustrik
2010-02-24minor cast issues on cygwin fixedMartin Sustrik
2010-02-24chat example removed from win build; missing fd_signaler_t::poll on win addedunknown
2010-02-24use binary UUIDs instead of string representation to save some bytesMartin Sustrik
2010-02-24Disable IPv6 supportMartin Lucina
2010-02-23zmq_errno helper function addedMartin Sustrik
2010-02-23recv fails after polling for IN on REQ socketMartin Sustrik
2010-02-22zmq_poll doesn't exit when infinite timeout is set and interrupt occursMartin Sustrik
2010-02-19build on cygwin enabledMartin Sustrik
2010-02-19don't check for identity, if the connection is anonymousMartin Sustrik
2010-02-19Merge branch 'master' of git@github.com:sustrik/zeromq2Martin Sustrik
2010-02-19Multi-hop REQ/REP, part XII., generate unique identities for anonymous connec...Martin Sustrik
2010-02-18Add NetBSD supportMartin Lucina
2010-02-17one more attempt to fix the previous win32 problemMartin Sustrik
2010-02-17recv returning -1 while errno=0 fixedMartin Sustrik
2010-02-17ZMQII-76: Bug in how replies are handled when the REQ endpoint goes awayMartin Sustrik
2010-02-16Multi-hop REQ/REP, part XI., finalise the XREQ/XREP functionalityMartin Sustrik
2010-02-16Merge branch 'master' of git@github.com:sustrik/zeromq2Martin Sustrik
2010-02-15Cleaning up more PGM cruftMartin Lucina
2010-02-15fixing the previous commit :(Martin Sustrik
2010-02-15care taken of the fact that AI_NUMERICSERV is not defined on OSX 10.5Martin Sustrik
2010-02-14Multi-hop REQ/REP, part X., optional delayed creation of pipes during connectMartin Sustrik