summaryrefslogtreecommitdiff
path: root/src/zmq_init.cpp
AgeCommit message (Expand)Author
2011-04-29Substantial simplification of uuid_tMartin Sustrik
2011-04-21Message-related functionality factored out into msg_t class.Martin Sustrik
2011-04-04TCP and IPC connection initiation allow for multiple propertiesMartin Sustrik
2011-03-02The copyrights in file headers updated.Martin Sustrik
2011-02-22Added explicit error message in case of memory exhaustionMartin Sustrik
2011-02-21Fix for memory leak caused by long identitiesMartin Sustrik
2010-12-17fix race condition in session initDhammika Pathirana
2010-10-30Name of "GNU Lesser Public License" corrected.Martin Sustrik
2010-10-16ZMQ_LINGER socket option added.Martin Sustrik
2010-09-19zmq_init_t destroyed zmq_engine_t before plugging it out from the poller firs...Martin Sustrik
2010-09-19synchronisation problem fixed in ctx_tMartin Sustrik
2010-09-19two races fixed in session creationMartin Sustrik
2010-08-25elementary fixes to the named sessionMartin Sustrik
2010-08-25I/O object hierarchy implementedMartin Sustrik
2010-03-20XREP-style prefixing/trimming messages removedMartin Sustrik
2010-02-24use binary UUIDs instead of string representation to save some bytesMartin Sustrik
2010-02-19Multi-hop REQ/REP, part XII., generate unique identities for anonymous connec...Martin Sustrik
2010-02-16Multi-hop REQ/REP, part XI., finalise the XREQ/XREP functionalityMartin Sustrik
2010-02-13Multi-hop REQ/REP, part VIII., new blob_t type used for holding identityMartin Sustrik
2010-02-13Multi-hop REQ/REP, part VII., identity-related algorithms rewrittenMartin Sustrik
2010-02-13Multi-hop REQ/REP, part VI., session 'name' renamed to 'peer_identity'Martin Sustrik
2010-02-12Multi-hop REQ/REP, part V., peer identity is passed from init object to sessionMartin Sustrik
2010-02-12Multi-hop REQ/REP, part III., change 'type' in options to simple 'traceroute'...Martin Sustrik
2010-02-12Multi-hop REQ/REP, part I., tracerouting switched on on XREP socketMartin Sustrik
2010-02-02ZMQII-52: Asserion during reconnectionMartin Sustrik
2010-01-15ZMQII-39: Implement IPC transportMartin Sustrik
2010-01-05Copyrights transferred from FastMQ to iMatixMartin Sustrik
2009-12-28MSVC build fixedunknown
2009-12-23ZMQII-28: Bidirectional introduction on TCP connection establishmentMartin Sustrik
2009-08-21session management implementedMartin Sustrik
2009-08-20couple of bugs in shutdown mechanism fixedMartin Sustrik
2009-08-12listener/connecter/init/session addedMartin Sustrik