summaryrefslogtreecommitdiff
path: root/src/Makefile.am
AgeCommit message (Expand)Author
2012-03-13xs_utils cleanup 2/2 (remove xs_utils.h)Martin Lucina
2012-03-13Drop libxszmq, keep only libzmq compatibility library (--enable-libzmq)Martin Lucina
2012-02-22xszmq.c renamed to xszmq.cppMartin Sustrik
2012-02-22Ensure libzmq.pc is installed if requiredMartin Lucina
2012-02-22Added optional drop-in libzmq libraryMartin Lucina
2012-02-22Added libxszmq compatibility libraryMartin Lucina
2012-02-16poller_base_t renamed to io_thread_tMartin Sustrik
2012-02-16io_thread_t merged with poller_base_tMartin Sustrik
2012-02-16xs_poll implementation moved to a separate fileMartin Sustrik
2012-02-16i_poll_events interface moved to poller_base.hppMartin Sustrik
2012-02-16poller_base_t is used instead of poller_tMartin Sustrik
2012-02-16ZeroMQ compatibility header addedMartin Sustrik
2012-02-16ZeroMQ renamed to CrossroadsMartin Sustrik
2012-02-16Monitor object addedMartin Sustrik
2011-11-02ZMQ_IDENTITY option re-introducedMartin Sustrik
2011-10-31VTCP transport removedMartin Sustrik
2011-10-31New style ROUTER socket removed.Martin Sustrik
2011-09-15Session class separated into socket-type-specific sessionsMartin Sustrik
2011-08-18TCP address related functionality moved to tcp_address_tMartin Sustrik
2011-08-18IPC address related functionality refactored into ipc_address_t classMartin Sustrik
2011-08-16tcp_engine renamed to stream engineMartin Sustrik
2011-07-28Implementations of TCP and IPC transports separatedMartin Sustrik
2011-07-26First version of vtcp_connecter addedMartin Sustrik
2011-07-26Code cleanupMartin Sustrik
2011-07-26Experimental VTCP listener addedMartin Sustrik
2011-07-26TCP transport classes simplifiedMartin Sustrik
2011-07-24Session classes merged into a single classMartin Sustrik
2011-07-24semaphore_t class removedMartin Sustrik
2011-07-24Remove blob_t classMartin Sustrik
2011-07-21ZMQ_GENERIC renamed to ZMQ_ROUTERMartin Sustrik
2011-07-17GENERIC socket type and COMMAND flag addedMartin Sustrik
2011-07-15ZMQ_IDENTITY socket option removedMartin Sustrik
2011-07-15ROUTER and DEALER sockets removedMartin Sustrik
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