Luca Boccassi
aabe7983d1
Enable container-based build
...
Remove use of "sudo", build and install in local directory in order
to enable container-based CI builds
2015-08-17 01:37:39 +01:00
Richard Newton
bff7f02d15
Merge pull request #136 from bluca/fix-ci-timeout
...
Problem: CI may fail due to timeout. Fixes #135
2015-08-02 19:31:16 +01:00
Richard Newton
023da3af33
Merge pull request #132 from bluca/fix-autogen-libtool-detection
...
Solution: check for libtoolize in autogen. Fixes #131
2015-08-02 19:24:16 +01:00
Richard Newton
fb6a0b24f7
Merge pull request #107 from minrk/backport-721
...
backport stream socket empty frame fix
2015-08-02 19:23:48 +01:00
Luca Boccassi
a228da62b1
Problem: CI may fail due to timeout. Fixes #135
...
Solution: cherry-pick Pieter Hintjens commit a7a512ab from libzmq
repository to increase test timeouts to 250 msec.
2015-08-02 19:23:15 +01:00
Richard Newton
65911b3729
Merge pull request #134 from bluca/travis-ci-osx
...
Travis ci osx
2015-08-02 19:22:28 +01:00
Luca Boccassi
d6950515c3
Increase file limit in travis config
...
Test cases occasionally fail, especially on OSX, due to socket limit.
2015-08-02 19:15:24 +01:00
Luca Boccassi
0918934343
Add OSX build to travis config. Fixes #133
2015-08-02 19:01:46 +01:00
Luca Boccassi
9a71c02dcf
Do not use ldconfig in CI if running on OSX
...
ldconfig is not available on OSX, so Travis CI build fails
2015-08-02 18:51:25 +01:00
Luca Boccassi
8014a226f9
Solution: check for libtoolize in autogen. Fixes #131
...
Autogen.sh looks for the libtool command as a mean to check if
libtool is available. But distributions like Debian and Ubuntu have
split the libtool package, and the libtool script is now in a
separate package. The solution is to look for the libtoolize command
too before failing, which is what the Autotools chain actually needs
on Linux. Keep checking for libtool to be compatible with OSX, where
the opposite is true.
2015-08-01 12:42:33 +01:00
Pieter Hintjens
ed0dd6a3c4
Merge pull request #130 from leonarf/patch-1
...
THREAD PRIORITY option documentation
2015-07-16 14:07:17 +02:00
leonarf
630f991bfa
THREAD PRIORITY option documentation
...
Documentation about ZMQ_THREAD_PRIORITY and ZMQ_THREAD_SCHED_POLICY context's option.
2015-07-16 13:52:11 +02:00
Pieter Hintjens
7c3e0187be
Merge pull request #129 from calid/master
...
Updated NEWS
2015-06-29 23:36:36 +02:00
Dylan Cali
1b61fccb09
Updated NEWS
2015-06-29 02:37:45 -05:00
Pieter Hintjens
42007dd754
Merge pull request #128 from calid/libzmq-949-backport
...
backport zeromq/libzmq#949 fixes to 4-x stable
2015-06-29 08:06:44 +02:00
Dylan Cali
d2574dd45f
backport zeromq/libzmq@09e7416
...
fixes zmq_unbind failing for wildcard endpoints
2015-06-28 23:26:19 -05:00
Dylan Cali
f1cec450db
backport zeromq/libzmq@54e0fde
...
fixes zmq_unbind failing with ENOENT
2015-06-28 23:25:48 -05:00
Dylan Cali
8d59f91acd
add tests for zeromq/libzmq#949
2015-06-28 23:25:48 -05:00
Min RK
190e737abf
Merge pull request #127 from calid/ignore-test_proxy_single_socket
...
add test_proxy_single_socket to gitignore
2015-06-28 17:56:15 -07:00
Dylan Cali
35de168c7e
add test_proxy_single_socket to gitignore
2015-06-28 19:43:15 -05:00
Pieter Hintjens
de7895bd55
Merge pull request #125 from hintjens/master
...
Updated version to 4.0.8 for next release
2015-06-15 12:04:47 +02:00
Pieter Hintjens
5c2fb5f792
Updated version to 4.0.8 for next release
2015-06-15 12:04:20 +02:00
Pieter Hintjens
ba8f58ecfc
Merge pull request #124 from hintjens/master
...
Updated NEWS for release 4.0.7
v4.0.7
2015-06-15 11:56:57 +02:00
Pieter Hintjens
e8c4e77088
Updated NEWS for release 4.0.7
2015-06-15 11:56:15 +02:00
Pieter Hintjens
3f6936ecfd
Merge pull request #123 from minrk/4.0.7
...
bump version to 4.0.7
2015-06-08 09:03:01 +02:00
Min RK
3f12984eaa
bump version to 4.0.7
2015-06-07 21:28:11 -07:00
Pieter Hintjens
02eb472c0a
Merge pull request #122 from minrk/proxy-poll
...
backport fix for #1428
2015-06-07 21:37:27 +02:00
Min RK
3d6f11e56d
backport stream socket empty frame fix
...
backport of zeromq/libzmq#721
In the discussion, it was decided to backport, but that never actually happened.
test file was renamed after the above PR, so the version from master is pulled in here.
2015-06-07 11:20:27 -07:00
Min RK
c8feda9e19
test proxy with single REP socket
2015-06-07 11:16:38 -07:00
Min RK
9de7eeb467
don't check POLLOUT for single-socket proxies
2015-06-07 11:14:25 -07:00
Pieter Hintjens
d4994cfe1c
Merge pull request #121 from minrk/pollout
...
fix scope of itemsout poll
2015-06-05 23:23:18 +02:00
Min RK
286c6f93ee
test that proxy messages are received
2015-06-05 13:45:23 -07:00
Min RK
0f10ef1b38
fix scope of itemsout poll
...
indentation was correct, but poll was inside `if control`,
causing it to only be called if there is a control message.
This would cause proxy messages to only be delivered after a control message had been sent.
2015-06-05 13:45:10 -07:00
Pieter Hintjens
1a0cceac43
Merge pull request #120 from junovitch/master
...
Add missing newline to test_proxy_terminate.cpp to fix compiling with…
2015-06-05 12:23:23 +02:00
Jason Unovitch
2ac32f8c49
Add missing newline to test_proxy_terminate.cpp to fix compiling with Clang's -Werror,-Wnewline-eof
2015-06-04 19:37:47 -04:00
Pieter Hintjens
cf6e78ff82
Updated NEWS for 4.0.6 release
v4.0.6
2015-06-02 12:20:31 +02:00
Pieter Hintjens
cfcebb3605
Merge pull request #118 from mditzel/master
...
Fix for issue #117 .
2015-05-28 11:08:22 +02:00
Maarten Ditzel
509c746852
Also setting FD_SETSIZE to 1024 when using mingw.
2015-05-28 09:19:23 +02:00
Pieter Hintjens
10c54d122b
Merge pull request #116 from rikvdh/master
...
Fix another degradation, CPU maxes out when POLLOUT is set
2015-05-27 15:31:19 +02:00
Rik van der Heijden
95019b00a0
Fix another degradation, CPU maxes out when POLLOUT is set because poll exits on POLLOUT and doesn't wait for POLLIN
2015-05-27 14:14:37 +02:00
Pieter Hintjens
60568f2b30
Merge pull request #115 from rikvdh/master
...
Fix degradation from #1382 , POLLOUT was tested but not requested
2015-05-24 22:59:23 +02:00
Rik van der Heijden
683059d3a2
Fix degradation from #1382 , POLLOUT was tested but not requested
2015-05-24 22:37:24 +02:00
Pieter Hintjens
1a86783d42
Merge pull request #114 from hintjens/master
...
Updated NEWS
2015-05-01 21:12:54 +02:00
Pieter Hintjens
b2d444dc58
Updated NEWS
2015-05-01 21:12:31 +02:00
Pieter Hintjens
95ba372e60
Merge pull request #113 from rikvdh/master
...
Backport issue zeromq/libzmq#1382 & fix for issue #88
2015-05-01 21:11:45 +02:00
Rik van der Heijden
4bba965d98
Problem: zmq_proxy_steerable didnt act on PAUSE/RESUME (fixes issue #88 )
2015-05-01 20:57:40 +02:00
Rik van der Heijden
8a9fece30a
Backport zeromq/libzmq#1382 : Do not send data to backend when there are no listeners (+ test)
2015-05-01 20:51:37 +02:00
Pieter Hintjens
399b71cbad
Merge pull request #112 from hintjens/master
...
Fix for #1384
2015-05-01 08:45:16 +02:00
Pieter Hintjens
1c139eb42f
Updated NEWS for #1389
2015-05-01 08:44:20 +02:00
Martin Hurton
a1d1222dcc
pub: Don't delay pipe termination
2015-05-01 08:43:53 +02:00