- 23 Mar, 2019 2 commits
-
-
Simon Giesecke authored
Solution: remove redundant entries
-
Simon Giesecke authored
Solution: move test utilities to separate testutil library
-
- 22 Mar, 2019 10 commits
-
-
Simon Giesecke authored
Solution: migrate to Unity
-
Simon Giesecke authored
Solution: migrate to Unity
-
Simon Giesecke authored
Solution: migrate to Unity
-
Simon Giesecke authored
Solution: migrate to Unity
-
Simon Giesecke authored
Solution: migrate to Unity
-
Simon Giesecke authored
Solution: migrate to Unity
-
Simon Giesecke authored
Solution: migrate to Unity
-
Simon Giesecke authored
Solution: migrate to Unity
-
Simon Giesecke authored
Solution: migrate to Unity
-
Simon Giesecke authored
Solution: migrate to Unity
-
- 20 Mar, 2019 1 commit
-
-
Simon Giesecke authored
Solution: migrate to unity
-
- 16 Mar, 2019 2 commits
-
-
Simon Giesecke authored
Solution: migrate to Unity
-
Simon Giesecke authored
Solution: migrate to Unity and separate test_security_no_zap_handler
-
- 08 Mar, 2019 1 commit
-
-
Claudio Biagi authored
Improve performance of the proxy forwarding batch of message. Add throughput benchmark for proxy. Fix valgrind error reported on unitialized vars RELICENSE: Add emtr grant
-
- 07 Feb, 2019 3 commits
-
-
Simon Giesecke authored
This reverts commit ac19d5f4.
-
Simon Giesecke authored
Solution: add test case run with cap_net_admin Fixes #3397
-
Simon Giesecke authored
Solution: define UNITY_SUPPORT_64 to force 64 bit support
-
- 02 Feb, 2019 3 commits
-
-
Simon Giesecke authored
Solution: move general monitoring test utilities to new testutil_monitoring
-
Simon Giesecke authored
Solution: migrate to unity
-
Simon Giesecke authored
Solution: add monitor event socket option
-
- 01 Feb, 2019 2 commits
-
-
Simon Giesecke authored
Solution: extract common base class stream_listener_base_t
-
Simon Giesecke authored
Solution: extract common base class stream_connecter_base_t
-
- 27 Jan, 2019 1 commit
-
-
Luca Boccassi authored
Solution: mark test_rebind_ipc as XFAIL on Hurd as it does not implement getsockname on IPC and thus it's impossible to use wildcard IPC binds. Document that ZMQ_LAST_ENDPOINT does not work on Hurd with IPC.
-
- 19 Jan, 2019 1 commit
-
-
Luca Boccassi authored
Solution: mark it as XFAIL like the other tests that use ipc://*
-
- 25 Dec, 2018 1 commit
-
-
Simon Giesecke authored
Solution: migrate to unity
-
- 16 Dec, 2018 1 commit
-
-
Simon Giesecke authored
Solution: migrate to unity
-
- 14 Dec, 2018 2 commits
-
-
Luca Boccassi authored
Solution: use the same for both autotools and cmake
-
Jeremie Courreges-Anglas authored
Solution: go back to using -Wl,--version-script. Use ax_check_vscript.m4 from the autoconf-archive to detect support on multiple platforms (eg Solaris ld(1) -M). libtool -export-symbols-regexp used ld(1) --retain-symbols-file under the hood, the latter lets some C++ weak symbols make their way into the dynamic symbols table, along with the zmq_* interface. The reason for such behavior is unknown to me.
-
- 10 Dec, 2018 1 commit
-
-
Simon Giesecke authored
Solution: migrate to unity
-
- 09 Dec, 2018 1 commit
-
-
Simon Giesecke authored
Solution: migrate to unity
-
- 07 Dec, 2018 4 commits
-
-
Jeremie Courreges-Anglas authored
Solution: the generic approach taken in 70b48a9c allows us to use the same LDFLAGS on most platforms.
-
Jeremie Courreges-Anglas authored
Solution: delete it
-
Jérémie Courrèges-Anglas authored
Solution: switch to libtool symbol visibility support, which leads to more portable constructs in the autotools glue. As noted in the libtool documentation "This option has no effect on some platforms." After this commit, global symbols intended to be kept private will disappear on platforms that were previously not handled using -Wl,--version-script.
-
Jérémie Courrèges-Anglas authored
Solution: remove stray -Wl.
-
- 09 Nov, 2018 1 commit
-
-
Shubham Lagwankar authored
* Problem: radix tree needs benchmarks and improvements Solution: add a benchmark and make suggested improvements
-
- 05 Nov, 2018 1 commit
-
-
Luca Boccassi authored
Solution: skip tests that use ipc://* as it's impossible to get the address back for the client
-
- 04 Nov, 2018 1 commit
-
-
Luca Boccassi authored
Solution: use a different system variable for debian/hurd and debian/kfreebsd so that the tests are skipped only on hurd.
-
- 31 Oct, 2018 1 commit
-
-
Shubham Lagwankar authored
subscriptions increases Solution: use a radix tree instead of a trie to store subscriptions
-