- 30 Aug, 2013 2 commits
-
-
Pieter Hintjens authored
Disable failing tests on windows.
-
Richard Newton authored
-
- 29 Aug, 2013 4 commits
-
-
Martin Hurton authored
Fixed silly port number.
-
Guido Goldstein authored
-
Martin Hurton authored
Fixed markup so documentation can be built.
-
Guido Goldstein authored
-
- 24 Aug, 2013 2 commits
-
-
Pieter Hintjens authored
get to clean compile under vs2012
-
Evan Burkitt authored
Added some missing (but existing in branch) files to libzmq11 project needed to compile as static library by VS2012 (at least), and fixed some warnings. One warning remains in raw_decoder.cpp, which I'm leaving for now because I'm not sure how project owners would like to fix it.
-
- 21 Aug, 2013 1 commit
-
-
Pieter Hintjens authored
Add the Socket Identity info to the ZAP Messages
-
- 20 Aug, 2013 2 commits
-
-
Ian Barber authored
Add ZMQ_CONFLATE socket option
-
Jeremy Rossi authored
This change adds the socket identity infomartion from the socket to the zap frames. In doing this the ZAP is able preform different operations based on different sockets. This is not compaitable with the current ZAP RFC, but that can be updated. As the ZAP rfc is currently draft for I did not change the version number. Tests also modified and passing.
-
- 19 Aug, 2013 7 commits
-
-
Ian Barber authored
Minor doc & assert fixes
-
Uli Köhler authored
-
Uli Köhler authored
-
danielkr authored
-
Uli Köhler authored
-
Ian Barber authored
Optimized zmq::msg_t for constant messages
-
danielkr authored
-
- 18 Aug, 2013 5 commits
-
-
Uli Köhler authored
-
Pieter Hintjens authored
Attempt to fix disconnect not respecting linger
-
Pieter Hintjens authored
Port tests to windows and add to cmake build.
-
Ian Barber authored
Looks like linger is honoured properly, but shutting down the session causes the pipe termination to come from that side - because the local pipe then shuts down right away it seems to trigger a terminated on the other end instead of waiting. This way we trigger the termination from the local end and then terminate the session.
-
Ian Barber authored
Add zmq_send_const for constant data
-
- 17 Aug, 2013 14 commits
-
-
danielkr authored
-
danielkr authored
ZMQ_CONFLATE option is passed to pipepair() which creates a usual ypipe_t or ypipe_conflate_t and plugs it into pipe_t under a common abstract base.
-
danielkr authored
Add simple double buffer implementation tailored to handle msg_t, i.e invoke msg_t::close instead of destructor and so on. Seems to me mutex is good enough at this point.
-
danielkr authored
-
danielkr authored
-
danielkr authored
-
danielkr authored
Required for memmove(), memcpy()
-
Uli Köhler authored
-
Uli Köhler authored
-
Uli Köhler authored
-
Richard Newton authored
-
-
Richard Newton authored
-
Richard Newton authored
-
- 08 Aug, 2013 2 commits
-
-
Ian Barber authored
Fix compile error on windows.
-
Richard Newton authored
-
- 03 Aug, 2013 1 commit
-
-
Ian Barber authored
Rename ZMQ_REQ_SEND_RESETS -> ZMQ_REQ_STRICT.
-