summaryrefslogtreecommitdiff
path: root/include
AgeCommit message (Collapse)Author
2010-08-04Renamed ZMQ_UPSTREAM to ZMQ_PULL, and ZMQ_DOWNSTREAM to ZMQ_PUSH. Left the oldPieter Hintjens
definitions as aliases, to be removed in release 3.0. Also renamed the source files implementing these two socket types. This change does not break existing applications nor bindings, but allows us to fix the documentation and user guide now, rather than keeping the old (confusing) names.
2010-06-17Windows build fixedMartin Sustrik
2010-06-17stopwatch returned to libzmqMartin Sustrik
2010-06-04obsolete API elements removed - this commit breaks backward compatibilityMartin Sustrik
2010-06-04Move perf helper functions to perf/helpers.cppMartin Lucina
2010-05-25LWM is computed rather than explicitly specified by userMartin Sustrik
2010-04-29lock-free polling removed; ZMQ_POLL flag removedMartin Sustrik
2010-04-26P2P renamed to PAIRMartin Sustrik
2010-04-15Merge branch 'master' of git@github.com:sustrik/zeromq2Martin Sustrik
2010-04-15atomic_ptr fix of Win64Martin Sustrik
2010-04-12Build fixes for cross compiling and Win32Martin Lucina
2010-04-11issue 1 - Change zmq_term semanticsMartin Sustrik
2010-04-11C-style comments in zmq.hMartin Sustrik
2010-04-11multi-part message functionality available via ZMQ_SNDMORE and ZMQ_RCVMOREMartin Sustrik
2010-04-11getsockopt added to c++ bindingMartin Sustrik
2010-04-09zmq_getsockopt function addedMartin Sustrik
2010-04-07devices can be created via APIJon Dyte
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-13ZMQ_NOFLUSH and zmq_flush obsoletedMartin Sustrik
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
2009-09-07include directory split into c and cpp dirs, added --with-c and --with-cpp ↵malosek
configure options
2009-09-07initial changes for win portunknown
2009-09-02python extension & perf testsMartin Sustrik
2009-08-30build system for perf/C and perf/C++Martin Sustrik
2009-08-29improved error handlingMartin Sustrik
2009-08-27pipes addedMartin Sustrik
2009-08-21session management implementedMartin Sustrik
2009-08-17subscribe API removedMartin Sustrik
2009-08-12listener/connecter/init/session addedMartin Sustrik
2009-08-09getsockopt implementedMartin Sustrik
2009-08-09socket options interface modeled as in BSD socketsMartin Sustrik
2009-08-08lockfree interaction patter for 3 theads implementedMartin Sustrik
2009-08-03C++ binding uses exceptions to signal failureMartin Hurton
2009-08-03renamed from zs to zmqMartin Sustrik
2009-07-29initial commitMartin Sustrik