Martin Hurton
10c28c1fc2
Revive reader on pipe termination
2010-06-19 20:51:42 +02:00
Martin Hurton
2c3913bb19
fix double free error in PAIR socket
2010-06-19 19:50:55 +02:00
Martin Sustrik
cff7ba2315
Windows build fixed
2010-06-17 17:09:51 +02:00
Martin Sustrik
7f01e9970d
stopwatch returned to libzmq
2010-06-17 16:51:53 +02:00
Martin Hurton
4777fe4010
pipe: fix bug in rollback() method
...
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 13:00:30 +02:00
Martin Sustrik
9151de3895
generate identity for transient inproc connections
2010-06-17 11:01:18 +02:00
Martin Sustrik
341e8a2673
test commit
2010-06-15 14:01:44 +02:00
Martin Sustrik
9858447fad
getsockopt documentation fixed
2010-06-15 08:01:43 +02:00
Brian Buchanan
ac90b7e0ba
issue 35 - ZMQ_RCVMORE sometimes erroneously returns false
2010-06-11 08:03:34 +02:00
Martin Sustrik
5ee355d188
if connect asserts, exact error is reported
2010-06-11 07:02:36 +02:00
Martin Sustrik
27877d73ea
EHOSTUNREACH is acceptable outcome from connect
2010-06-11 06:55:30 +02:00
Piotr Trojanek
c818b14bbd
clearing thread info structure
2010-06-10 12:57:42 +02:00
Martin Sustrik
74a3907be2
couple of ICC warnings fixed
2010-06-10 12:36:27 +02:00
Piotr Trojanek
8782b4d696
-lcrypto added to linking flags for QNX
2010-06-10 07:34:11 +02:00
Martin Sustrik
76e0153d4f
issue 33 - missing virtual destructors
2010-06-10 07:21:05 +02:00
Martin Sustrik
d329c55da9
issue 31 - Assertion failed: err == ECONNREFUSED || err == ETIMEDOUT (tcp_connecter.cpp:296)
2010-06-10 07:12:00 +02:00
Martin Sustrik
604f7475ec
issue 32 - poll_t poller broken
2010-06-09 17:49:08 +02:00
Martin Sustrik
7a29e8594f
Piotr Trojanek added to AUTHORS file
2010-06-09 17:07:45 +02:00
Piotr Trojanek
751b60a18d
extra ';' inside a struct or union -- clang warnings fixed
2010-06-09 17:06:32 +02:00
Martin Sustrik
240fc33f65
minor comment clarification
2010-06-07 20:23:48 +02:00
Martin Sustrik
784e73a7c8
Merge branch 'master' of git@github.com:sustrik/zeromq2
2010-06-07 09:03:56 +02:00
Martin Sustrik
ce53d02e05
C++ docs for zmq::poll function improved
2010-06-07 09:03:40 +02:00
Martin Lucina
8f51a10918
Update ChangeLog for v2.0.7
2010-06-04 19:30:47 +02:00
Martin Lucina
5c97ff9a2e
More NEWS for 2.0.7
2010-06-04 19:27:55 +02:00
Martin Lucina
e8a9614aae
Update NEWS for 2.0.7 release
2010-06-04 19:20:37 +02:00
Martin Sustrik
9b8f902d72
initial version of 2.0.7 NEWS
2010-06-04 18:49:55 +02:00
Martin Lucina
baf659fde5
Move news from ChangeLog into NEWS
2010-06-04 17:12:51 +02:00
Martin Lucina
94dfe1368a
Fix MINGW build
...
Mingw seems to define NOMINMAX, so don't redefine it if already defined
2010-06-04 17:02:16 +02:00
Martin Sustrik
cf048bb1f8
platform.hpp for MSVC contains only very basic stuff
2010-06-04 16:29:36 +02:00
Martin Sustrik
927993863e
MSVC build fixed
2010-06-04 15:47:22 +02:00
Martin Lucina
621d7415b3
Fix Solaris/NetBSD breakage in atomic_ptr.hpp
2010-06-04 15:35:14 +02:00
Martin Sustrik
67ca7dcbe6
obsolete API elements removed - this commit breaks backward compatibility
2010-06-04 15:24:06 +02:00
Martin Lucina
d844a90690
zmqd: Removing for now, not ready for 2.0.7
2010-06-04 15:00:31 +02:00
Martin Lucina
606c77368c
Move perf helper functions to perf/helpers.cpp
2010-06-04 14:48:49 +02:00
Martin Lucina
05b4a7ae78
Remove PGM examples from build
2010-06-04 13:58:49 +02:00
Martin Lucina
4d65d7a5a9
Documentation: zmq_tcp(7) update for 2.0.7
...
Document MORE bit in flags field
2010-06-04 13:53:40 +02:00
Martin Lucina
7fc15c21a1
Documentation: zmq_cpp(7) update for 2.0.7
2010-06-03 14:36:44 +02:00
Martin Lucina
10f4bf3f35
Documentation: Cosmetic changes
2010-06-03 14:15:05 +02:00
Martin Lucina
8076fd1a3a
Documentation: zmq_errno(3)
2010-06-03 14:08:36 +02:00
Martin Lucina
7c9b09bc51
Documentation: Flow control, zmq_socket(3)
...
Mostly Flow control and additions to zmq_socket(3)
Removed/changed lots of text regarding message queues
More fixes for 2.0.7 changes
2010-06-02 18:36:34 +02:00
Martin Lucina
9d00d300b0
Documentation: zmq_init() API changes for 2.0.7
2010-06-01 22:22:50 +02:00
Martin Lucina
8ba1d3c8ed
Documentation: zmq_term() and ETERM for 2.0.7
2010-06-01 22:22:29 +02:00
Martin Lucina
74a03dfd7d
Merge branch 'master' of github.com:sustrik/zeromq2
2010-06-01 21:49:50 +02:00
Martin Sustrik
8a77135079
Pieter Hintjens added to 'authors' section
2010-06-01 10:42:55 +02:00
Pieter Hintjens
0b0716661e
multiple vulnerabilities in xml paerser fixed
2010-06-01 10:40:12 +02:00
Martin Lucina
99e6179edd
Documentation updates
...
The option_value parameter for zmq_getsockopt is in and out.
2010-05-31 17:24:50 +02:00
Martin Lucina
b4f3e0acd7
Documentation updates
...
Clarify multi-part messages
2010-05-31 17:21:51 +02:00
Martin Lucina
7bbe754cb4
Documentation updates
...
Clarify pipeline and exclusive pair patterns
2010-05-31 17:21:12 +02:00
Martin Lucina
8a4df431de
Documentation updates
...
Add getsockopt to Makefile.am
2010-05-31 14:18:51 +02:00
Martin Lucina
dfbaf4f966
Documentation updates
...
Multi-part messages
2010-05-31 14:18:37 +02:00