summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2010-06-17pipe: fix bug in rollback() methodMartin Hurton
The msgs_written variable keeps track how many complete messages have been written so far. The rollback operation drops all fragments of the last incomplete message so it shouldn't change this variable at all.
2010-06-17generate identity for transient inproc connectionsMartin Sustrik
2010-06-15test commitMartin Sustrik
2010-06-15getsockopt documentation fixedMartin Sustrik
2010-06-11issue 35 - ZMQ_RCVMORE sometimes erroneously returns falseBrian Buchanan
2010-06-11if connect asserts, exact error is reportedMartin Sustrik
2010-06-11EHOSTUNREACH is acceptable outcome from connectMartin Sustrik
2010-06-10clearing thread info structurePiotr Trojanek
2010-06-10couple of ICC warnings fixedMartin Sustrik
2010-06-10-lcrypto added to linking flags for QNXPiotr Trojanek
2010-06-10issue 33 - missing virtual destructorsMartin Sustrik
2010-06-10issue 31 - Assertion failed: err == ECONNREFUSED || err == ETIMEDOUT ↵Martin Sustrik
(tcp_connecter.cpp:296)
2010-06-09issue 32 - poll_t poller brokenMartin Sustrik
2010-06-09Piotr Trojanek added to AUTHORS fileMartin Sustrik
2010-06-09extra ';' inside a struct or union -- clang warnings fixedPiotr Trojanek
2010-06-07minor comment clarificationMartin Sustrik
2010-06-07Merge branch 'master' of git@github.com:sustrik/zeromq2Martin Sustrik
2010-06-07C++ docs for zmq::poll function improvedMartin Sustrik
2010-06-04Update ChangeLog for v2.0.7Martin Lucina
2010-06-04More NEWS for 2.0.7Martin Lucina
2010-06-04Update NEWS for 2.0.7 releaseMartin Lucina
2010-06-04initial version of 2.0.7 NEWSMartin Sustrik
2010-06-04Move news from ChangeLog into NEWSMartin Lucina
2010-06-04Fix MINGW buildMartin Lucina
Mingw seems to define NOMINMAX, so don't redefine it if already defined
2010-06-04platform.hpp for MSVC contains only very basic stuffMartin Sustrik
2010-06-04MSVC build fixedMartin Sustrik
2010-06-04Fix Solaris/NetBSD breakage in atomic_ptr.hppMartin Lucina
2010-06-04obsolete API elements removed - this commit breaks backward compatibilityMartin Sustrik
2010-06-04zmqd: Removing for now, not ready for 2.0.7Martin Lucina
2010-06-04Move perf helper functions to perf/helpers.cppMartin Lucina
2010-06-04Remove PGM examples from buildMartin Lucina
2010-06-04Documentation: zmq_tcp(7) update for 2.0.7Martin Lucina
Document MORE bit in flags field
2010-06-03Documentation: zmq_cpp(7) update for 2.0.7Martin Lucina
2010-06-03Documentation: Cosmetic changesMartin Lucina
2010-06-03Documentation: zmq_errno(3)Martin Lucina
2010-06-02Documentation: Flow control, zmq_socket(3)Martin Lucina
Mostly Flow control and additions to zmq_socket(3) Removed/changed lots of text regarding message queues More fixes for 2.0.7 changes
2010-06-01Documentation: zmq_init() API changes for 2.0.7Martin Lucina
2010-06-01Documentation: zmq_term() and ETERM for 2.0.7Martin Lucina
2010-06-01Merge branch 'master' of github.com:sustrik/zeromq2Martin Lucina
2010-06-01Pieter Hintjens added to 'authors' sectionMartin Sustrik
2010-06-01multiple vulnerabilities in xml paerser fixedPieter Hintjens
2010-05-31Documentation updatesMartin Lucina
The option_value parameter for zmq_getsockopt is in and out.
2010-05-31Documentation updatesMartin Lucina
Clarify multi-part messages
2010-05-31Documentation updatesMartin Lucina
Clarify pipeline and exclusive pair patterns
2010-05-31Documentation updatesMartin Lucina
Add getsockopt to Makefile.am
2010-05-31Documentation updatesMartin Lucina
Multi-part messages
2010-05-31Documentation updatesMartin Lucina
Add getsockopt to index
2010-05-31Documentation updatesMartin Lucina
Multi-part messages
2010-05-31Documentation updatesMartin Lucina
Add zmq_getsockopt(3), clean up zmq_setsockopt(3).
2010-05-31issue 28. - SNDMORE/ RCVMORE is dropping every other messageMartin Sustrik