- 17 Jun, 2016 1 commit
-
-
Fedor Sheremetyev authored
Expect custom messages on both explicit unsubscription and pipe termination.
-
- 24 Apr, 2016 1 commit
-
-
hitstergtd authored
Solution: - Adjust test_xpub_proxy_unsubscribe_disconnect() to support different protocol types - Exclude the IPC tests on Windows and OpenVMS H/T: @somdoron
-
- 23 Apr, 2016 2 commits
-
-
Luca Boccassi authored
Solution: check that both pointers passed as arguments to test_missing_subscription are non-NULL, instead of the opposite.
-
hitstergtd authored
Solution: - Adjust test_subscriptions() to support different protocol types - Run TCP and IPC tests everywhere but on Windows and OpenVMS
-
- 13 Feb, 2016 1 commit
-
-
Luca Boccassi authored
Solution: use msleep (SETTLE_TIME) everywhere when waiting for the connections/sockets to be settled instead of a variety of patterns and functions to make tests more coherent.
-
- 28 Jan, 2016 1 commit
-
-
Constantin Rack authored
Solution: update to 2016
-
- 05 Sep, 2015 3 commits
-
-
David Jelenc authored
Tests were failing, because some deque calls were causing undefined behavior: calling front() or pop_front() on an empty deque. Such calls are now safeguarded.
-
David Jelenc authored
The patch fixes the issue #1568.
-
David Jelenc authored
The patch fixes lingering subscriptions that occur upon disconnection on XPUB sockets with option XPUB_MANUAL when used in a XPUB-XSUB proxies.
-
- 20 Aug, 2015 1 commit
-
-
Joe Eli McIlvain authored
Solution: Convert to spaces and remove trailing whitespace in these files.
-
- 02 Jun, 2015 1 commit
-
-
Pieter Hintjens authored
Of course people still "can" distributed the sources under the LGPLv3. However we provide COPYING.LESSER with additional grants. Solution: specify these grants in the header of each source file.
-
- 22 Jan, 2015 1 commit
-
-
Pieter Hintjens authored
Solution: update for 2015 Fixes #1320
-
- 26 Nov, 2014 1 commit
-
-
somdoron authored
-