Age | Commit message (Expand) | Author |
2010-02-22 | zmq_poll doesn't exit when infinite timeout is set and interrupt occurs | Martin Sustrik |
2010-02-19 | build on cygwin enabled | Martin Sustrik |
2010-02-19 | don't check for identity, if the connection is anonymous | Martin Sustrik |
2010-02-19 | Merge branch 'master' of git@github.com:sustrik/zeromq2 | Martin Sustrik |
2010-02-19 | Multi-hop REQ/REP, part XII., generate unique identities for anonymous connec... | Martin Sustrik |
2010-02-18 | Add NetBSD support | Martin Lucina |
2010-02-17 | one more attempt to fix the previous win32 problem | Martin Sustrik |
2010-02-17 | recv returning -1 while errno=0 fixed | Martin Sustrik |
2010-02-17 | ZMQII-76: Bug in how replies are handled when the REQ endpoint goes away | Martin Sustrik |
2010-02-16 | Multi-hop REQ/REP, part XI., finalise the XREQ/XREP functionality | Martin Sustrik |
2010-02-16 | Merge branch 'master' of git@github.com:sustrik/zeromq2 | Martin Sustrik |
2010-02-15 | Cleaning up more PGM cruft | Martin Lucina |
2010-02-15 | fixing the previous commit :( | Martin Sustrik |
2010-02-15 | care taken of the fact that AI_NUMERICSERV is not defined on OSX 10.5 | Martin Sustrik |
2010-02-14 | Multi-hop REQ/REP, part X., optional delayed creation of pipes during connect | Martin Sustrik |
2010-02-13 | Multi-hop REQ/REP, part IX., pass the peer identity as far as socket_base_t | Martin Sustrik |
2010-02-13 | Multi-hop REQ/REP, part VIII., new blob_t type used for holding identity | Martin Sustrik |
2010-02-13 | Multi-hop REQ/REP, part VII., identity-related algorithms rewritten | Martin Sustrik |
2010-02-13 | Multi-hop REQ/REP, part VI., session 'name' renamed to 'peer_identity' | Martin Sustrik |
2010-02-12 | Multi-hop REQ/REP, part V., peer identity is passed from init object to session | Martin Sustrik |
2010-02-12 | Multi-hop REQ/REP, part IV., add command deallocation mechanism | Martin Sustrik |
2010-02-12 | Multi-hop REQ/REP, part III., change 'type' in options to simple 'traceroute'... | Martin Sustrik |
2010-02-12 | Merge branch 'master' of git@github.com:sustrik/zeromq2 | Martin Sustrik |
2010-02-12 | Multi-hop REQ/REP, part I., tracerouting switched on on XREP socket | Martin Sustrik |
2010-02-12 | Fix memory leak in bind() | Martin Hurton |
2010-02-12 | Multi-hop REQ/REP, part I., socket type is known to all associated objects | Martin Sustrik |
2010-02-12 | Resolve command starvation in recv() | Martin Hurton |
2010-02-11 | Integrate version numbering into autoconf | Martin Lucina |
2010-02-11 | ZMQII-72: Add zmq_version function | Martin Sustrik |
2010-02-10 | Merge branch 'master' of github.com:sustrik/zeromq2 | Martin Hurton |
2010-02-10 | lb: bugfix - never skip active pipe when sending msg | Martin Hurton |
2010-02-10 | fq: bugfix - don't read msg from inactive pipe | Martin Hurton |
2010-02-10 | ZMQII-69: Make 0MQ build on HP-UX | Martin Sustrik |
2010-02-10 | ZMQII-70: zmq_poll on win32 fails with EINVAL | Martin Sustrik |
2010-02-09 | ZMQII-69: Make 0MQ build on HP-UX | Martin Sustrik |
2010-02-09 | ZMQII-57: Shutdown OpenPGM library | Martin Sustrik |
2010-02-08 | ZMQII-65: Two OS threads are mapped to the same app_thread_t | Martin Sustrik |
2010-02-08 | ZMQII-64: First message stuck in 0MQ in case of immediate disconnection | Martin Sustrik |
2010-02-07 | minor code cleanup | Martin Sustrik |
2010-02-07 | ZMQII-62: zmq_close after sending message via P2P socket fails | Martin Sustrik |
2010-02-07 | ZMQII-59: TCP server crashes sometimes when message is send and socket is clo... | Martin Sustrik |
2010-02-05 | allow async connect on Win32 return WSAECONNABORTED | Martin Sustrik |
2010-02-04 | yqueue_t uses malloc/free instead of new/delete | Martin Sustrik |
2010-02-04 | ZMQII-58: TCP connecting asserts on Win32 (same fix for POSIX) | Martin Sustrik |
2010-02-04 | ZMQII-58: TCP connecting asserts on Win32 | unknown |
2010-02-04 | contrain interface name resolving in OpenPGM to IPv4 interfaces | Martin Sustrik |
2010-02-03 | ZMQII-56: Avoid allocation of chunk in yqueue.hpp by keeping a spare one | Martin Sustrik |
2010-02-03 | Merge branch 'master' of github.com:sustrik/zeromq2 | Martin Lucina |
2010-02-03 | Update OpenPGM to 2.0.23rc8 | Martin Lucina |
2010-02-03 | ZMQII-55: At most one PGM/UDP transport can be opened | Martin Sustrik |