summaryrefslogtreecommitdiff
path: root/src/Makefile.am
AgeCommit message (Expand)Author
2012-06-13Revert "UDP support"Martin Sustrik
2012-06-01UDP supportMartin Lucina
2012-05-26Topic filter implementedMartin Sustrik
2012-05-21Fixes a conflict with XenStore (seeMartin Lucina
2012-05-20Install plugins under $(libdir) to simplify multi-arch packagingGabriele Svelto
2012-04-25tcp_address_t and ipc_address_t merged into a single classMartin Sustrik
2012-04-21Select polling mechanisms at one placeMartin Sustrik
2012-04-17"Survey" pattern implementedMartin Sustrik
2012-04-16Define the XS_PREFIX_PATH macro with the installation prefixGabriele Svelto
2012-04-05XS_PLUGIN and XS_FILTER implementationMartin Sustrik
2012-03-14Removed leftovers from a logging experimentMartin Sustrik
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