summaryrefslogtreecommitdiff
path: root/src/Makefile.am
AgeCommit message (Expand)Author
2011-07-03Command are now stored in ypipes instead of in socketpairsMartin Sustrik
2011-06-27Rename i_inout to i_engine_sinkMartin Sustrik
2011-06-22New wire format for REQ/REP patternMartin Sustrik
2011-06-20Introduce ZMQ_ROUTER and ZMQ_DEALER socketsMartin Sustrik
2011-05-30Patches from sub-forward branch incorporatedMartin Sustrik
2011-04-12Code dealing with messages moved to msg.cppMartin Sustrik
2011-04-12zmq_utils implementation moved to zmq_utils.cppMartin Sustrik
2011-03-31Upstream the openpgm build fixes. Add DSO symbol visibility to OpenPGM buildsMikko Koppanen
2011-03-24SWAP functionality removedMartin Sustrik
2011-03-24C++ binding removed from the coreMartin Sustrik
2011-03-23zmq_device removedMartin Sustrik
2011-02-09Initial implementation of reaper thread.Martin Sustrik
2011-01-14'message distribution mechanism' separated from XPUB socketMartin Sustrik
2011-01-12Support dynamic generation of C preprocessor definitions for PGM rather than ...Neale Ferguson
2010-12-06All devices conflated into a single implementation.Martin Sustrik
2010-12-04XPUB and XSUB socket types added.Martin Sustrik
2010-11-25Control symbol exports using -fvisibilityMartin Lucina
2010-11-17Remove unnecessary conditionalMikko Koppanen
2010-11-15Build refactoringMikko Koppanen
2010-11-05signaler renamed to mailboxMartin Sustrik
2010-09-28Upgrade to OpenPGM-5.0.78Steven McCoy
2010-09-26common base for all pollers created; the only thing it handles at the moment ...Martin Sustrik
2010-09-26clock_t class addedMartin Sustrik
2010-09-18single term ack counting mechanism for every socket (no separate mechanisms f...Martin Sustrik
2010-08-31naming cleanup: yarray->arrayMartin Sustrik
2010-08-31naming cleanup: zmq_encoder->encoder, zmq_decoder->decoderMartin Sustrik
2010-08-28prefix_tree_t renamed to trie_tMartin Sustrik
2010-08-28msg_store_t renamed to swap_tMartin Sustrik
2010-08-25I/O object hierarchy implementedMartin Sustrik
2010-08-25WIP: Socket migration between threads, new zmq_close() semanticsMartin Sustrik
2010-08-04Renamed ZMQ_UPSTREAM to ZMQ_PULL, and ZMQ_DOWNSTREAM to ZMQ_PUSH. Left the oldPieter Hintjens
2010-06-21Add SWAP supportMartin Hurton
2010-06-17stopwatch returned to libzmqMartin Sustrik
2010-05-10OpenPGM build flags cleanupMartin Lucina
2010-05-10Update OpenPGM to version 2.1.26Martin Lucina
2010-05-05dispatcher_t class renamed to ctx_tMartin Sustrik
2010-04-29fd_signaler_t renamed to signaler_tMartin Sustrik
2010-04-29lock-free polling removed; ZMQ_POLL flag removedMartin Sustrik
2010-04-26P2P renamed to PAIRMartin Sustrik
2010-04-12Build fixes for cross compiling and Win32Martin Lucina
2010-04-10Build fixes for Solaris and non-GNU compilersMartin Lucina
2010-04-07devices can be created via APIJon Dyte
2010-03-11Restructure language bindingsMartin Lucina
2010-03-03Win32 build fixesMartin Lucina
2010-02-16Merge branch 'master' of git@github.com:sustrik/zeromq2Martin Sustrik
2010-02-15Cleaning up more PGM cruftMartin Lucina
2010-02-13Multi-hop REQ/REP, part VIII., new blob_t type used for holding identityMartin Sustrik
2010-02-12Multi-hop REQ/REP, part IV., add command deallocation mechanismMartin Sustrik
2010-02-03Update OpenPGM to 2.0.23rc8Martin Lucina
2010-01-31ZMQII-51: Implement O(1) topic matchingMartin Sustrik