summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2010-02-26Cygwin supportMartin Lucina
2010-02-24handle invalid PGM connection string decentlyMartin Sustrik
2010-02-24Merge branch 'master' of git@github.com:sustrik/zeromq2Martin Sustrik
2010-02-24minor cast issues on cygwin fixedMartin Sustrik
2010-02-24chat example removed from win build; missing fd_signaler_t::poll on win addedunknown
2010-02-24use binary UUIDs instead of string representation to save some bytesMartin Sustrik
2010-02-24Disable IPv6 supportMartin Lucina
2010-02-23zmq_errno helper function addedMartin Sustrik
2010-02-23recv fails after polling for IN on REQ socketMartin Sustrik
2010-02-22zmq_poll doesn't exit when infinite timeout is set and interrupt occursMartin Sustrik
2010-02-19build on cygwin enabledMartin Sustrik
2010-02-19don't check for identity, if the connection is anonymousMartin Sustrik
2010-02-19Merge branch 'master' of git@github.com:sustrik/zeromq2Martin Sustrik
2010-02-19Multi-hop REQ/REP, part XII., generate unique identities for anonymous connec...Martin Sustrik
2010-02-18Add NetBSD supportMartin Lucina
2010-02-17one more attempt to fix the previous win32 problemMartin Sustrik
2010-02-17recv returning -1 while errno=0 fixedMartin Sustrik
2010-02-17ZMQII-76: Bug in how replies are handled when the REQ endpoint goes awayMartin Sustrik
2010-02-16Multi-hop REQ/REP, part XI., finalise the XREQ/XREP functionalityMartin Sustrik
2010-02-16Merge branch 'master' of git@github.com:sustrik/zeromq2Martin Sustrik
2010-02-15Cleaning up more PGM cruftMartin Lucina
2010-02-15fixing the previous commit :(Martin Sustrik
2010-02-15care taken of the fact that AI_NUMERICSERV is not defined on OSX 10.5Martin Sustrik
2010-02-14Multi-hop REQ/REP, part X., optional delayed creation of pipes during connectMartin Sustrik
2010-02-13Multi-hop REQ/REP, part IX., pass the peer identity as far as socket_base_tMartin 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 IV., add command deallocation mechanismMartin Sustrik
2010-02-12Multi-hop REQ/REP, part III., change 'type' in options to simple 'traceroute'...Martin Sustrik
2010-02-12Merge branch 'master' of git@github.com:sustrik/zeromq2Martin Sustrik
2010-02-12Multi-hop REQ/REP, part I., tracerouting switched on on XREP socketMartin Sustrik
2010-02-12Fix memory leak in bind()Martin Hurton
2010-02-12Multi-hop REQ/REP, part I., socket type is known to all associated objectsMartin Sustrik
2010-02-12Resolve command starvation in recv()Martin Hurton
2010-02-11Integrate version numbering into autoconfMartin Lucina
2010-02-11ZMQII-72: Add zmq_version functionMartin Sustrik
2010-02-10Merge branch 'master' of github.com:sustrik/zeromq2Martin Hurton
2010-02-10lb: bugfix - never skip active pipe when sending msgMartin Hurton
2010-02-10fq: bugfix - don't read msg from inactive pipeMartin Hurton
2010-02-10ZMQII-69: Make 0MQ build on HP-UXMartin Sustrik
2010-02-10ZMQII-70: zmq_poll on win32 fails with EINVALMartin Sustrik
2010-02-09ZMQII-69: Make 0MQ build on HP-UXMartin Sustrik
2010-02-09ZMQII-57: Shutdown OpenPGM libraryMartin Sustrik
2010-02-08ZMQII-65: Two OS threads are mapped to the same app_thread_tMartin Sustrik
2010-02-08 ZMQII-64: First message stuck in 0MQ in case of immediate disconnectionMartin Sustrik
2010-02-07minor code cleanupMartin Sustrik
2010-02-07ZMQII-62: zmq_close after sending message via P2P socket failsMartin Sustrik
2010-02-07ZMQII-59: TCP server crashes sometimes when message is send and socket is clo...Martin Sustrik