0
0
mirror of https://github.com/zeromq/libzmq.git synced 2025-01-15 10:18:01 +08:00

2932 Commits

Author SHA1 Message Date
Pieter Hintjens
73e59be321 Updated CURVE test case 2014-09-20 10:39:13 +02:00
Pieter Hintjens
d73b240880 Merged patch for #1190 2014-09-20 10:37:18 +02:00
Pieter Hintjens
88e56365ef Merge pull request #91 from jbreams/master
Clean up after using randombytes from libsodium
2014-09-01 09:22:01 +02:00
Jonathan Reams
16b2db6062 Clean up after using randombytes from libsodium
When Curve authentication is used, libsodium opens a file
descriptor to /dev/urandom to generate random bytes. When
the ZMQ context terminates, it should ensure that file gets
closed.
2014-08-31 14:02:57 -04:00
Pieter Hintjens
ce75ea7448 Merge pull request #90 from vogonsoft/master
Corrected typo in ZMQ_STREAM example
2014-08-03 04:01:19 +02:00
Aleksandar J
7413afe6d6 Corrected typo in ZMQ_STREAM example 2014-08-02 18:42:24 -04:00
Pieter Hintjens
37203c4964 Merge pull request #89 from ewen-naos-nz/zos
z/OS UNIX System Services port
2014-07-24 07:54:38 +02:00
Ewen McNeill
30ba11d970 z/OS: Avoid removing libzmq.pc.in in makeclean 2014-07-24 11:14:07 +12:00
Ewen McNeill
85eac38e53 z/OS: Transferrring from GitHub to z/OS UNIX
Updated:
   builds/zos/README.md: Outlined process to transfer source from
     GitHub to z/OS UNIX System Services, including character set
     conversion for the source
2014-07-24 11:11:54 +12:00
Ewen McNeill
c06ab77c3b z/OS: signal(SIGPIPE, SIG_IGN) for tests
Updated:
   tests/testutil.hpp: Add signal(SIGPIPE, SIG_IGN) to
        setup_test_environment(), on z/OS (__MVS__)
2014-07-24 11:11:54 +12:00
Ewen McNeill
f35d0b6f8d z/OS: Loop on EAGAIN on close() in ~signaler
Updated:
    src/signaler.cpp: Add close_wait_ms() static function to loop
       when receiving EAGAIN in response to close(), with ms long
       sleeps, up to a maximum limit (default 2000ms == 2 seconds);
       used in signaler_t::~signaler_t() destructor.
2014-07-24 11:11:54 +12:00
Ewen McNeill
66d258f0e7 z/OS: Make builds/zos scripts executable 2014-07-24 11:11:54 +12:00
Ewen McNeill
1e6036d0df z/OS: Documented SIGPIPE considerations
Updated:
    README.md: Documented need for application to handle/ignore SIGPIPE
2014-07-24 11:11:54 +12:00
Ewen McNeill
1034bf90c0 Extend z/OS UNIX port to allow building DLL
Updated:
   README.md:  describes process of building/using DLL
   makelibzmq: Build DLL as well as static library (unless BUILD_DLL=false)
   maketests:  Dynamically link to ../src/libzmq.so if present
   runtests:   Explicitly place ../src at start of LIBPATH
   makeclean:  Also remove files created for DLL
   cxxall:     Bumped updated date to reflect last edit
2014-07-24 11:11:54 +12:00
Ewen McNeill
8454fddf5a builds/zos/* portability files to z/OS UNIX
builds/zos includes:
    README.md: Overview of z/OS UNIX System Services port (Markdown)
    makelibzmq: Compile src/*.cpp and make libzmq.a
    maketests:  Compile tests/*.cpp and make test_* executables
    runtests:   Run tests/test_* executables and report results
    makeclean:  Remove built files
    zc++: /bin/c++ wrapper supplying required build arguments
    cxxall: run zc++ for all *.cpp files in directory

    platform.hpp: pre-generated (and edited) src/platform.hpp for z/OS
    test_fork.cpp: updated tests/test_fork.cpp that completes on z/OS
2014-07-24 11:11:54 +12:00
Pieter Hintjens
b4f4d23faf Merge pull request #87 from guidefloripa/master
Add static compilation on CMake
2014-07-02 21:59:49 +02:00
Guilherme Steinmann
bc7b0fd383 Add static compilation on CMake 2014-07-02 10:36:35 -03:00
Pieter Hintjens
678ad54a12 Merge pull request #86 from hintjens/master
Fixed typo in doc example
2014-06-23 20:25:54 +02:00
Pieter Hintjens
03fadb92b4 Fixed typo in doc example 2014-06-23 20:25:05 +02:00
Pieter Hintjens
966c8930b0 Merge pull request #84 from hintjens/master
Fix failed assertion for WSAENOTSOCK
2014-06-10 15:07:21 +02:00
Olaf Mandel
eaf732c25e Fix failed assertion for WSAENOTSOCK
In de9eef306, the error number assigned to WSAENOTSOCK was EFAULT, but
zmq.cpp:919 expects an ENOTSOCK in this case.
2014-06-10 15:06:27 +02:00
Pieter Hintjens
90dbc100c4 Merge pull request #83 from olafmandel/backport_1072
Extend zmq::wsa_error_to_errno()
2014-06-04 17:56:39 +02:00
Olaf Mandel
2c754fc0a9 Extend zmq::wsa_error_to_errno()
The list of error codes is taken from zmq::wsa_error_no(). Most of the
new WSA error codes result in EFAULT, but some return a more specific
value (even EAGAIN).

Backport of zeromq/libzmq#1072
2014-06-04 17:41:03 +02:00
Pieter Hintjens
dd478a0d20 Merge pull request #82 from hintjens/master
Updated NEWS
2014-05-23 10:13:33 +02:00
Pieter Hintjens
a6e85ded33 Updated for #1015 2014-05-23 10:13:13 +02:00
Pieter Hintjens
2dc95612a8 Updated NEWS 2014-05-23 10:13:12 +02:00
Pieter Hintjens
9766baa9d3 Merge pull request #81 from olafmandel/issue_1015
Backport of test and fix for zeromq/libzmq#1015
2014-05-23 10:10:58 +02:00
Olaf Mandel
d4d26b1cc0 Fix race condition in connecting inproc sockets
This is a backport of libzmq:3678c32b9
by Martin Hurton <hurtonm@gmail.com>
2014-05-21 17:02:01 +02:00
Olaf Mandel
a6bd295210 Add failing test reproducing issue #1015.
There is a race condition when connect and bind on a new inproc
endpoint happen "simultaneously" in threads.  Causes the error:
  Assertion failed: ok (ctx.cpp:474)

This is a backport of libzmq:5cf74db6b
by Joe Eli McIlvain <joe.eli.mac@gmail.com>
2014-05-21 16:58:01 +02:00
Pieter Hintjens
bb30e9efc7 Merge pull request #79 from olafmandel/master
Fix identity handling for inproc transport
2014-05-12 16:32:57 +02:00
Olaf Mandel
550c32ed10 Fix identity handling for inproc transport
Fixes #872

Backport of hurtonm/libzmq@a09407829; included as
zeromq/libzmq@e376ad278 in development repos.
2014-05-12 15:21:56 +02:00
Pieter Hintjens
c639251c3e Merge pull request #78 from hintjens/master
Fixed issue #994
2014-05-01 16:31:19 +02:00
Pieter Hintjens
65763041df Problem: generates incompatible libzmq.so.3.1.0
See https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=743508

The ABI in fact changed in two significant ways, one with inproc
connects, and one with socket monitoring

Solution: generate libzmq.so.4.0.0 library instead.

This change should be backported to zeromq-4.x

Conflicts:
	.gitignore
2014-05-01 16:30:11 +02:00
Pieter Hintjens
7a0425be9e Updated NEWS 2014-04-29 22:52:19 +02:00
Pieter Hintjens
4f4723a684 Merge pull request #76 from mditzel/master
Fix issue #75
2014-04-14 14:02:11 +02:00
Maarten Ditzel
2394784995 Merge branch 'master' of https://github.com/mditzel/zeromq4-x 2014-04-14 13:36:57 +02:00
Maarten Ditzel
488cf5e04c Merge branch 'master' of https://github.com/zeromq/zeromq4-x 2014-04-14 13:36:27 +02:00
Maarten Ditzel
b69cf0d70d Merge branch 'master' of https://github.com/zeromq/zeromq4-x 2014-04-14 11:13:49 +02:00
Maarten Ditzel
75fbd4f8d6 Fix issue #75 2014-04-14 11:01:49 +02:00
Maarten Ditzel
66b49261a8 Fixed link error when cross-compiling with mingw. 2014-04-11 10:10:30 +02:00
Pieter Hintjens
f3cc00b4af Merge pull request #74 from mditzel/master
Fix #73: link error when cross-compiling with mingw.
2014-04-11 09:51:51 +02:00
Pieter Hintjens
dd488421c8 Merge pull request #72 from hintjens/master
Resolve issue #939
2014-04-03 20:49:35 +02:00
Martin Hurton
2ae11cdc8d Resolve issue #939
This bug is caused by fq which can terminate pipe before sending all
frames of a message first. So sometimes two messages were mixed and this
confused ZAP handler.

This patch just modifies one pipe parameter so that socket consumes all
messages before dropping the pipe.
2014-04-03 20:37:10 +02:00
Pieter Hintjens
e02fd0ce36 Merge pull request #71 from hintjens/master
Added man page for zmq_proxy_steerable
2014-03-25 15:22:54 +01:00
Pieter Hintjens
612f6ac862 Added man page for zmq_proxy_steerable 2014-03-25 15:22:01 +01:00
Pieter Hintjens
e2d9aaeb88 Merge pull request #70 from hintjens/master
Backported #797
2014-03-25 07:13:38 +01:00
Pieter Hintjens
c83cc01e03 Backported #797 2014-03-25 07:13:00 +01:00
KIU Shueng Chuan
c1b055a6d8 fix: win32 tcp_keepalive gets set even when option is -1 2014-03-25 07:12:06 +01:00
Pieter Hintjens
0da2a0bed6 Merge pull request #68 from hintjens/master
Bumped version for next release
2014-03-21 07:43:14 +02:00
Pieter Hintjens
3e65ddfce3 Bumped version for next release 2014-03-21 07:42:28 +02:00
Pieter Hintjens
25b692b109 Merge pull request #67 from cosmoharrigan/proxy
Backport zmq_proxy_steerable and fix error in proxy function prototype
2014-03-19 09:53:39 +02:00
Cosmo Harrigan
e0f718bbd2 Backport zmq_proxy_steerable and fix error in proxy function prototype. 2014-03-17 17:55:59 -07:00
Pieter Hintjens
1ac53ed1f7 Merge pull request #66 from hintjens/master
Source package did not build
v4.0.4
2014-03-10 22:41:14 +01:00
Pieter Hintjens
7f08204e9f Source package did not build 2014-03-10 22:40:48 +01:00
Pieter Hintjens
2eb63360d6 Merge pull request #64 from hintjens/master
Bumped NEWS for 4.0.4 release
2014-03-10 13:41:48 +01:00
Pieter Hintjens
930ef37738 Bumped NEWS for 4.0.4 release 2014-03-10 13:40:49 +01:00
Pieter Hintjens
e5473a7a69 Merge pull request #63 from hintjens/master
Backported fix for #909
2014-03-03 12:10:18 +01:00
Josh Blum
dd5603d6e9 Updated NEWS for #909 2014-03-03 12:09:40 +01:00
Pieter Hintjens
03dc70c350 Updated for #60 2014-02-13 19:21:42 +01:00
Pieter Hintjens
97292367eb Updated NEWS 2014-02-13 19:20:56 +01:00
Pieter Hintjens
ebbbdf89cb Merge pull request #60 from ricnewton/master
Fix hang on terminate when inproc is connected but never bound
2014-02-13 19:20:28 +01:00
Richard Newton
c7a7de12a3 Backported fix for #888 2014-02-13 14:56:09 +00:00
Pieter Hintjens
e655fd138d Merge pull request #57 from Debian/counter
Fix timestamp counter on s390/s390x
2014-02-05 21:11:10 +01:00
Pieter Hintjens
0e147bb691 Merge pull request #56 from Debian/symbols
Only export zmq_* symbols
2014-02-05 21:10:49 +01:00
Alessandro Ghedini
4b9cd7764a Only export zmq_* symbols 2014-02-05 20:43:13 +01:00
Alessandro Ghedini
2493a99735 Fix timestamp counter on s390/s390x
Fixes #811
2014-02-05 20:42:40 +01:00
Pieter Hintjens
d4f988649d Merge pull request #55 from hintjens/master
Fixed issue #868
2014-02-03 02:55:18 -08:00
Pieter Hintjens
830e022987 Fixed #868 2014-02-03 11:22:22 +01:00
Pieter Hintjens
5a576d22db Updated NEWS for #584 2014-02-03 11:22:22 +01:00
Pieter Hintjens
89c762fb0a Clarified ZMQ_IDENTITY doc for duplicate identities 2014-02-03 11:22:22 +01:00
Pieter Hintjens
0b11c3174e Merge pull request #51 from EricMCornelius/master
Corrects ypipe initialization when conflate is NOT enabled.
2014-01-15 22:11:50 -08:00
Pieter Hintjens
129cb00d8f Update README.md 2014-01-15 21:39:21 +01:00
Pieter Hintjens
6982e69da4 Update README.md 2014-01-15 21:39:00 +01:00
Eric Cornelius
63fe43a101 Corrects ypipe initialization when conflate is NOT enabled. Fixes LIBZMQ-584 2014-01-15 12:18:50 -08:00
Pieter Hintjens
3f3f9dcec2 Merge pull request #47 from vortechs2000/fix_news
Adjust NEWS to include LIBZMQ-576
2014-01-02 14:45:47 -08:00
AJ Lewis
53bef03e7b Adjust NEWS to include LIBZMQ-576 2014-01-02 16:39:03 -06:00
Pieter Hintjens
a37c198c7d Merge pull request #46 from vortechs2000/fix-libzmq-576
Fix LIBZMQ-576 - Revert "Merge pull request #510 from miniway/master"
2014-01-02 13:12:18 -08:00
AJ Lewis
047bd130cf Fix LIBZMQ-576 - Revert "Merge pull request #510 from miniway/master"
This reverts commit f27eb67e1abb0484c41050e454404cce30647b63, reversing
changes made to a3ae0d4c16c892a4e6c96d626a7c8b7068450336.

Conflicts:
	src/stream_engine.cpp

Conflicts were around additional defaults to the constructor after the
'terminating' default.  The additional defaults were left alone, and
the 'terminating' default was removed.
2014-01-02 11:04:43 -06:00
Pieter Hintjens
5db0acb044 Merge pull request #44 from hintjens/master
Issue 797
2013-12-23 04:18:04 -08:00
Pieter Hintjens
845ee0c7bc Updated NEWS 2013-12-23 13:17:38 +01:00
Alex Grönholm
2ba0d159b5 Fixed setting TCP keepalive parameters on Windows 2013-12-23 13:16:18 +01:00
Pieter Hintjens
571c668fa2 Merge pull request #43 from hintjens/master
Backporting fixes from master
2013-12-06 14:30:23 -08:00
Pieter Hintjens
0552d9119b Updated news for #775 2013-12-05 16:52:36 +01:00
KIU Shueng Chuan
3dc89feafc use enum retired_fd instead of -1
using -1 causes a warning on Windows platform because SOCKET is unsigned.
2013-12-05 16:50:15 +01:00
Pieter Hintjens
97e1ecce22 Merge pull request #40 from hintjens/master
Backported fix for #763
2013-12-01 02:55:48 -08:00
Pieter Hintjens
d958b675c7 Updated NEWS for #763 2013-12-01 11:54:55 +01:00
Martin Hurton
ff8f97e7d7 Fix issue #763 2013-12-01 11:53:12 +01:00
Pieter Hintjens
75ba4c7292 Updated version number for release 4.0.4 2013-11-24 19:00:18 +01:00
Pieter Hintjens
8b9a82476b Merge pull request #37 from hintjens/master
Fixed test_many_sockets
v4.0.3
2013-11-24 09:58:59 -08:00
Pieter Hintjens
4363b75b4d Release notes for 4.0.3 2013-11-24 18:56:50 +01:00
Pieter Hintjens
c022c048dc Fixed test_many_sockets
* failed on systems where process could not allocate 1024 sockets by default
* include path for platform.hpp was wrong; fixed it
2013-11-24 18:55:28 +01:00
Pieter Hintjens
78b741bd71 Merge pull request #36 from hintjens/master
Updated version number for 4.0.2
v4.0.2
2013-11-24 03:47:58 -08:00
Pieter Hintjens
ba7c065c3d Updated version number for 4.0.2
- also moved macros to top of zmq.h for better visibility
2013-11-24 12:45:47 +01:00
Pieter Hintjens
d743ddafda Merge pull request #35 from hintjens/master
Updated NEWS for release 4.0.2
2013-11-24 03:42:01 -08:00
Pieter Hintjens
84c0caf42e Updated NEWS for release 4.0.2 2013-11-24 12:41:20 +01:00
Pieter Hintjens
e1939155ff Merge pull request #34 from hintjens/master
Backporting fixes from master
2013-11-19 02:01:23 -08:00
Pieter Hintjens
9ece2d322a Added links to RFCs for socket patterns 2013-11-19 11:00:45 +01:00
KIU Shueng Chuan
589bf436dd remove all asserts during critical section
the size of the critical section is reduced by only entering the critical
section right before the bind().
2013-11-19 11:00:39 +01:00
KIU Shueng Chuan
e54e55835e return error to caller on bind error 2013-11-19 11:00:28 +01:00
Richard Newton
111c20dc22 Fix signed/unsigned comparison 2013-11-19 11:00:07 +01:00