summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Collapse)Author
2010-04-08issue 11 - Assertion failed: it != peers.end () (pgm_receiver.cpp:161)Martin Sustrik
2010-04-08issue 13 (Assertion failed: load.get () == 0 (epoll.cpp:49)) fixedMartin Sustrik
2010-04-07unitialised member in seesion_t class - fixedMartin Sustrik
2010-04-07devices can be created via APIJon Dyte
2010-03-31Handle full-pipe for REP sockets more gracefullyMartin Hurton
2010-03-27ZMQ_TBC renamed to ZMQ_MOREMartin Sustrik
2010-03-27muti-part message functionality available via APIMartin Sustrik
2010-03-27as advertised, zmq_flush and ZMQ_NOFLUSH were removedMartin Sustrik
2010-03-27multi-part messages work with REQ/REP socketsMartin Sustrik
2010-03-27multi-part message work with UPSTREAM/DOWNSTREAMMartin Sustrik
2010-03-27multi-part messages work with PUB/SUBMartin Sustrik
2010-03-20Merge branch 'master' of git@github.com:sustrik/zeromq2Martin Sustrik
2010-03-20PUB socket was blocking occassionally - fixedMartin Sustrik
2010-03-20rollback of half-processed messages in case of disconnectionMartin Sustrik
2010-03-20XREP-style prefixing/trimming messages removedMartin Sustrik
2010-03-19fixes for building with Sun CCMartin Sustrik
2010-03-13ZMQ_NOFLUSH and zmq_flush obsoletedMartin Sustrik
2010-03-13pipe_t::rollback removes only unfinished message from the pipe rather than ↵Martin Sustrik
all unflushed messages
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
This commit introduces the necessary changes necessary for implementing flow control. None of the socket types implements the flow control yet. The code will crash when the flow control is enabled and the thw lwm is reached. The following commits will add flow-control support for individual socket types.
2010-03-11Restructure language bindingsMartin Lucina
C and C++ headers moved from bindings/ to include/, bindings/ removed --with-c and --with-cpp options to configure removed, C and C++ now built and installed by default
2010-03-09udp transport renamed to epgmMartin Sustrik
2010-03-09PGM late joiners would start receiving a complete message rather than a ↵Martin Sustrik
message part
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
The current IPv6 support is half-assed and breaks for too many people. Revert back to IPv4 only for now.
2010-02-23zmq_errno helper function addedMartin Sustrik