summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2009-09-16c and cpp directories moved into bindings directorymalosek
2009-09-16Merge branch 'master' of git@github.com:sustrik/zeromq2malosek
2009-09-16added udp:// transport prefix for PGM UDP encapsulationmalosek
2009-09-16ZMQII-4: Failure in dev/poll pollerMartin Sustrik
2009-09-16Merge branch 'master' of git@github.com:sustrik/zeromq2Martin Sustrik
2009-09-16ZMQII-8: Failure during orphan pipe deallocationMartin Sustrik
2009-09-16added newly added socket options to all language bindings, P2P model changed ...malosek
2009-09-16reconnect added to zmq_connecterMartin Sustrik
2009-09-16Merge branch 'master' of git@github.com:sustrik/zeromq2Martin Sustrik
2009-09-16removed reset method from zmq_decoder_tmalosek
2009-09-16added OpenPGM receiver - ZMQ_SUBmalosek
2009-09-16more errors from send & recv handled decently on windowsMartin Sustrik
2009-09-15added reset method into zmq_decoder_t classmalosek
2009-09-15fixed pub_t class creating ZMQ_SUB socket_base_tmalosek
2009-09-15pgm_sender code beautiicationmalosek
2009-09-15added out_event call into pgm_sender_t revivemalosek
2009-09-15Merge branch 'master' of git@github.com:sustrik/zeromq2malosek
2009-09-15deleted useles iostream include from socket_base.cppmalosek
2009-09-14ZMQII-10: Make connections interrupted during the init phase be closed silentlyMartin Sustrik
2009-09-14ZMQII-1: Win32 - failure on shutdownMartin Sustrik
2009-09-14java binding sets socket options using setsockopt functionMartin Sustrik
2009-09-14minor merge problem correctedMartin Sustrik
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-11build on win32 fixedMartin Sustrik
2009-09-11prefix-style message filtering addedMartin Sustrik
2009-09-11ZMQII-7: Pipe detach fails on shutdownMartin Sustrik
2009-09-11asserts for invalid indexes in pipe reader & writer addedMartin Sustrik
2009-09-11ZMQII-5: Only one consumer in a process gets the messageMartin Sustrik
2009-09-10classify error from async connect as network related or 0MQ bugsMartin Sustrik
2009-09-10ZMQII-2: SIGSEGV in zmq_connecter_init_t::readMartin Sustrik
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-09fix of async connect on win32Martin Sustrik
2009-09-09Merge branch 'master' of git@github.com:sustrik/zeromq2Martin Sustrik
2009-09-09async connect bug fixedMartin Sustrik
2009-09-08Sparc solaris portmalosek
2009-09-08added libzmq.pc.in filemalosek
2009-09-08build system tuningmalosek
2009-09-08win port for c and cpp perf testsunknown
2009-09-07include directory split into c and cpp dirs, added --with-c and --with-cpp co...malosek
2009-09-07initial changes for win portunknown
2009-09-04python binding functionalMartin Sustrik
2009-09-04couple of bugs fixedMartin Sustrik
2009-09-02O(1) socket removalMartin Sustrik
2009-09-02bug during terminal shutdown fixedMartin Sustrik
2009-09-02messages that may have been received in the init phase are flushed immediatel...Martin Sustrik
2009-09-02--disable-shared & C perf tests: a better wayMartin Sustrik