summaryrefslogtreecommitdiff
path: root/src/socket_base.cpp
AgeCommit message (Expand)Author
2010-01-05Copyrights transferred from FastMQ to iMatixMartin Sustrik
2009-12-28format of subscriptions changed (no * needed anymore)Martin Sustrik
2009-12-23ZMQII-28: Bidirectional introduction on TCP connection establishmentMartin Sustrik
2009-12-15all news converted to nothrow variantMartin Sustrik
2009-12-02seqnum mechanism automatedMartin Sustrik
2009-12-01annoying optimisation in 'bind' command removedMartin Sustrik
2009-11-21race condition in inproc transport shutdown fixedMartin Sustrik
2009-11-21obsolete parameter removed from 'bind' commandMartin Sustrik
2009-11-21inproc transport - initial commitMartin Sustrik
2009-10-01ZMQII-18: Implement I/O multiplexing (first approximation)Martin Sustrik
2009-09-25pgm2 receiver working (partly)malosek
2009-09-24added --with-pgm2 into build systemmalosek
2009-09-22ZMQ-specific error codes addedMartin Sustrik
2009-09-21different fixes to req/repMartin Sustrik
2009-09-21initial version of req/rep socketsMartin Sustrik
2009-09-17fixed compiler warning cast from uint64 to bool in socket_base.cppmalosek
2009-09-16c and cpp directories moved into bindings directorymalosek
2009-09-16added udp:// transport prefix for PGM UDP encapsulationmalosek
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-16added OpenPGM receiver - ZMQ_SUBmalosek
2009-09-15Merge branch 'master' of git@github.com:sustrik/zeromq2malosek
2009-09-15deleted useles iostream include from socket_base.cppmalosek
2009-09-14ZMQII-1: Win32 - failure on shutdownMartin Sustrik
2009-09-14java binding sets socket options using setsockopt functionMartin Sustrik
2009-09-11added OpenPGM sender - ZMQ_PUBmalosek
2009-09-11build on win32 fixedMartin Sustrik
2009-09-11ZMQII-7: Pipe detach fails on shutdownMartin Sustrik
2009-09-10ZMQII-3: cheap and nasty implementation of message filteringMartin Sustrik
2009-09-07include directory split into c and cpp dirs, added --with-c and --with-cpp co...malosek
2009-09-04python binding functionalMartin Sustrik
2009-09-02O(1) socket removalMartin Sustrik
2009-09-02python extension & perf testsMartin Sustrik
2009-08-28pipe deallocation addedMartin Sustrik
2009-08-27pipes addedMartin Sustrik
2009-08-21session management implementedMartin Sustrik
2009-08-20couple of bugs in shutdown mechanism fixedMartin Sustrik
2009-08-17subscribe API removedMartin Sustrik
2009-08-12listener/connecter/init/session addedMartin Sustrik
2009-08-09zmq_listener/zmq_connecter implementedMartin Sustrik
2009-08-09getsockopt implementedMartin Sustrik
2009-08-09fix to 3-thread synchronisation algorithmMartin Sustrik
2009-08-09socket options interface modeled as in BSD socketsMartin Sustrik
2009-08-08lockfree interaction patter for 3 theads implementedMartin Sustrik
2009-08-06clean up - session/socket/engine stuff removedMartin Sustrik
2009-08-03renamed from zs to zmqMartin Sustrik
2009-07-29initial commitMartin Sustrik