summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2010-05-13Merge branch 'master' of git@github.com:sustrik/zeromq2Martin Sustrik
2010-05-13some more sanity checks in pgm_socketSteven McCoy
2010-05-12Merge branch 'master' of github.com:sustrik/zeromq2Martin Lucina
2010-05-12Revert commit 7cb076e, atomic ops cleanupMartin Lucina
Reverted to using atomic.h on NetBSD Removed GNU builtins (see http://lists.zeromq.org/pipermail/zeromq-dev/2010-May/003485.html) Removed SPARC native atomic ops as they are untested and have been commented out for years Add "memory" to asm clobber for X86 atomic_counter::sub()
2010-05-12MAINTAINERS file addedMartin Sustrik
2010-05-12Merge branch 'master' of git@github.com:sustrik/zeromq2Martin Sustrik
2010-05-12fixes for OpenVMSBrett Cameron
2010-05-10Update historic include pathsMartin Lucina
2010-05-10OpenPGM build flags cleanupMartin Lucina
Removed various exotic -Wxxx flags in the OpenPGM build to get us to what is actually required and reasonable; added in -fno-strict-aliasing since OpenPGM generates lots of warnings about dereferencing typed-punned pointers; removed the OpenPGM extra flags from libzmq_la_CXXFLAGS and left them only in libzmq_la_CFLAGS so that our code is not built with the OpenPGM extra flags.
2010-05-10Update OpenPGM to version 2.1.26Martin Lucina
2010-05-09Fix in zmq_poll (Windows version)Martin Sustrik
2010-05-07caution about zmq_msg_init_* functions added to the docsMartin Sustrik
2010-05-07commands not processed immediatelly in some scenarios; fixedMartin Sustrik
2010-05-07ZMQ_PAIR socket removed from the documentation as it is unfinished yetMartin Sustrik
2010-05-06Issue 23. zmq_init() crashes on illegal numbersMartin Sustrik
2010-05-05MSVC build fixedMartin Sustrik
2010-05-05dispatcher_t class renamed to ctx_tMartin Sustrik
2010-05-05Merge branch 'master' of git@github.com:sustrik/zeromq2Martin Sustrik
2010-05-05number of application threads to use 0MQ sockets is unlimited; app_threads ↵Martin Sustrik
parameter in zmq_init is unused and obsolete
2010-05-04Windows port fixedMartin Sustrik
2010-05-04signaler transports commands per se rather than one-bit signalsMartin Sustrik
2010-05-03thread ID and dispatcher made private in object_tMartin Sustrik
2010-05-02queue device fixedMartin Sustrik
2010-04-30Merge branch 'master' of git@github.com:sustrik/zeromq2Martin Sustrik
2010-04-30prefix in XREP recv'd message misses MORE flagMartin Sustrik
2010-04-29windows port fixedMartin Sustrik
2010-04-29signaler rewritten in such a way that any number (>64) of threads can be usedMartin Sustrik
2010-04-29eventfd-style signaling removedMartin Sustrik
2010-04-29fd_signaler_t renamed to signaler_tMartin Sustrik
2010-04-29lock-free polling removed; ZMQ_POLL flag removedMartin Sustrik
2010-04-29Defer NetBSD atomic ops to GCC builtins. Revert Sun atomic ops #define.Steven McCoy
2010-04-27initial version of multi-hop REQ/REPMartin Sustrik
2010-04-26MSVC build fixedMartin Sustrik
2010-04-26P2P renamed to PAIRMartin Sustrik
2010-04-25Bug in zmq_queue fixedJon Dyte
2010-04-16fix of documentation typoMartin Sustrik
2010-04-15Merge branch 'master' of git@github.com:sustrik/zeromq2Martin Sustrik
2010-04-15atomic_ptr fix of Win64Martin Sustrik
2010-04-12win build fixedMartin Sustrik
2010-04-12Build fixes for cross compiling and Win32Martin Lucina
2010-04-12MSVC perf build fixedMartin Sustrik
2010-04-12zmq_poll returns ETERM in case of context terminationMartin Sustrik
2010-04-12ETERM is accounted for in the documentationMartin Sustrik
2010-04-11issue 1 - Change zmq_term semanticsMartin Sustrik
2010-04-11version number bumped to 2.0.7 for MSVC buildMartin 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-10Remove -Wxxx gcc-isms from subdir MakefilesMartin Lucina
2010-04-10Compile perf tests with the C++ compilerMartin Lucina
This lets us build the binaries in a portable fashion w/o having to worry about how to link with the C++ runtime.