Age | Commit message (Collapse) | Author | |
---|---|---|---|
2010-08-04 | Added clean target that deletes generated man pages | Pieter Hintjens | |
2010-08-04 | Added man page for the zmq_device method | Pieter Hintjens | |
2010-08-04 | Renamed ZMQ_UPSTREAM to ZMQ_PULL, and ZMQ_DOWNSTREAM to ZMQ_PUSH. Left the old | Pieter Hintjens | |
definitions as aliases, to be removed in release 3.0. Also renamed the source files implementing these two socket types. This change does not break existing applications nor bindings, but allows us to fix the documentation and user guide now, rather than keeping the old (confusing) names. | |||
2010-07-30 | XREQ: Correct behaviour on hitting ZMQ_HWM | Martin Lucina | |
This reverts part of commit 84e0c7991a9b316ed571533abc628cc1175750a3 to get correct ZMQ_HWM semantics with XREQ sockets: When sending a message to an XREQ socket, the underlying pipe is selected in a round-robin fashion. If an underlying pipe is full it is skipped. If there are no underlying pipes, or all underlying pipes are full then zmq_send() shall block or return EAGAIN, depending on whether or not the call is blocking. Messages are never dropped. | |||
2010-07-26 | perf: fix typo | Martin Hurton | |
2010-07-24 | pipe: check_read() should check for message delimiter | Martin Hurton | |
2010-07-24 | Make sure lwm > 0 when hwm > 0 | Martin Hurton | |
2010-07-21 | Issue 42 - getaddrinfo() fails | Martin Lucina | |
2010-07-19 | EHOSTUNREACH is a valid return value from recv() | Martin Sustrik | |
2010-07-13 | minor comment clarification | Martin Sustrik | |
2010-07-13 | devices exit in case of context termination | Martin Sustrik | |
2010-07-10 | Fix identity generation for transient inproc connections | Martin Hurton | |
2010-07-07 | issue 40 - nbytes != -1 (tcp_socket.cpp:216) | Martin Hurton | |
2010-07-07 | issue 38 - Assertion failed: fetched (xrep.cpp:196) | Martin Hurton | |
2010-06-30 | asciidoc.conf was missing from distribution tarball | Martin Lucina | |
2010-06-29 | Prevent socket reuse by second bind, on win32 | Pieter Hintjens | |
2010-06-29 | MSVC build fixed | Martin Sustrik | |
2010-06-26 | msg_store added to MSVC build | Martin Sustrik | |
2010-06-25 | Used more expressive variable names | Pieter Hintjens | |
2010-06-21 | Add SWAP support | Martin Hurton | |
2010-06-19 | Revive reader on pipe termination | Martin Hurton | |
2010-06-19 | fix double free error in PAIR socket | Martin Hurton | |
2010-06-17 | Windows build fixed | Martin Sustrik | |
2010-06-17 | stopwatch returned to libzmq | Martin Sustrik | |
2010-06-17 | pipe: fix bug in rollback() method | Martin Hurton | |
The msgs_written variable keeps track how many complete messages have been written so far. The rollback operation drops all fragments of the last incomplete message so it shouldn't change this variable at all. | |||
2010-06-17 | generate identity for transient inproc connections | Martin Sustrik | |
2010-06-15 | test commit | Martin Sustrik | |
2010-06-15 | getsockopt documentation fixed | Martin Sustrik | |
2010-06-11 | issue 35 - ZMQ_RCVMORE sometimes erroneously returns false | Brian Buchanan | |
2010-06-11 | if connect asserts, exact error is reported | Martin Sustrik | |
2010-06-11 | EHOSTUNREACH is acceptable outcome from connect | Martin Sustrik | |
2010-06-10 | clearing thread info structure | Piotr Trojanek | |
2010-06-10 | couple of ICC warnings fixed | Martin Sustrik | |
2010-06-10 | -lcrypto added to linking flags for QNX | Piotr Trojanek | |
2010-06-10 | issue 33 - missing virtual destructors | Martin Sustrik | |
2010-06-10 | issue 31 - Assertion failed: err == ECONNREFUSED || err == ETIMEDOUT ↵ | Martin Sustrik | |
(tcp_connecter.cpp:296) | |||
2010-06-09 | issue 32 - poll_t poller broken | Martin Sustrik | |
2010-06-09 | Piotr Trojanek added to AUTHORS file | Martin Sustrik | |
2010-06-09 | extra ';' inside a struct or union -- clang warnings fixed | Piotr Trojanek | |
2010-06-07 | minor comment clarification | Martin Sustrik | |
2010-06-07 | Merge branch 'master' of git@github.com:sustrik/zeromq2 | Martin Sustrik | |
2010-06-07 | C++ docs for zmq::poll function improved | Martin Sustrik | |
2010-06-04 | Update ChangeLog for v2.0.7 | Martin Lucina | |
2010-06-04 | More NEWS for 2.0.7 | Martin Lucina | |
2010-06-04 | Update NEWS for 2.0.7 release | Martin Lucina | |
2010-06-04 | initial version of 2.0.7 NEWS | Martin Sustrik | |
2010-06-04 | Move news from ChangeLog into NEWS | Martin Lucina | |
2010-06-04 | Fix MINGW build | Martin Lucina | |
Mingw seems to define NOMINMAX, so don't redefine it if already defined | |||
2010-06-04 | platform.hpp for MSVC contains only very basic stuff | Martin Sustrik | |
2010-06-04 | MSVC build fixed | Martin Sustrik | |