summaryrefslogtreecommitdiff
path: root/src/Makefile.am
AgeCommit message (Expand)Author
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
2010-01-27fixed OpenPGM compilation on mingw32malosek
2010-01-27libpgm updated to 2.6.21rc6malosek
2009-12-31added missing likely.hpp file into the distmalosek
2009-12-23ZMQII-28: Bidirectional introduction on TCP connection establishmentMartin Sustrik
2009-12-15zmq_encoder/decoder are able to add/trim prefixes from messages; fair queuein...Martin Sustrik
2009-12-13XREP & XREQ socket types added; zmq_queue device addedMartin Sustrik
2009-12-13OpenPGM v1 support removedMartin Sustrik
2009-11-24ZMQII-25: Implement streamed request/replyMartin Sustrik
2009-10-19added --with-pgm2-examples configure optionmalosek
2009-10-12updated 0MQ to recent OpenPGM2 rev.562malosek
2009-10-060MQ compilable on winXP mingw with --with-pgm2 optionmalosek
2009-10-05build system tuning - fixed make distmalosek
2009-10-05build system tuningmalosek
2009-10-02poller is a concept now rather than virtualised classMartin Sustrik
2009-09-25pgm2 receiver working (partly)malosek
2009-09-24added --with-pgm2 into build systemmalosek
2009-09-21initial version of req/rep socketsMartin Sustrik
2009-09-16c and cpp directories moved into bindings directorymalosek
2009-09-16added OpenPGM receiver - ZMQ_SUBmalosek
2009-09-11Merge branch 'master' of git@github.com:sustrik/zeromq2Martin Sustrik
2009-09-11separate class for PUB-style socket addedMartin Sustrik
2009-09-11added OpenPGM sender - ZMQ_PUBmalosek
2009-09-10Merge branch 'master' of git@github.com:sustrik/zeromq2malosek
2009-09-10ZMQII-3: cheap and nasty implementation of message filteringMartin Sustrik
2009-09-10added --with-pgm option, libpgm-1.2.14 build within 0mq build systemmalosek
2009-09-08added libzmq.pc.in filemalosek
2009-09-08build system tuningmalosek
2009-09-07include directory split into c and cpp dirs, added --with-c and --with-cpp co...malosek
2009-09-04couple of bugs fixedMartin Sustrik
2009-08-30engine virtualised; chatroom example removedMartin Sustrik