summaryrefslogtreecommitdiff
path: root/include/zmq.hpp
AgeCommit message (Collapse)Author
2010-10-30Name of "GNU Lesser Public License" corrected.Martin Sustrik
Signed-off-by: Martin Sustrik <sustrik@250bpm.com>
2010-10-29Add function to zmq::error_t to access errnumPeter Bourgon
Signed-off-by: Peter Bourgon <peter.bourgon@gmail.com>
2010-10-28switch to c++-specific headersBurak Arslan
Signed-off-by: Burak Arslan <burak-github@arskom.com.tr>
2010-09-30C++ binding destructors don't throw exceptionsIlja Golshtein
2010-06-04obsolete API elements removed - this commit breaks backward compatibilityMartin Sustrik
2010-04-11getsockopt added to c++ bindingMartin Sustrik
2010-04-07devices can be created via APIJon Dyte
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-08-29improved error handlingMartin Sustrik
2009-08-21session management implementedMartin Sustrik
2009-08-17subscribe API removedMartin 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