- 15 May, 2018 1 commit
-
-
Simon Giesecke authored
Solution: migrate to Unity
-
- 14 May, 2018 1 commit
-
-
Simon Giesecke authored
Solution: migrate to unity
-
- 09 May, 2018 1 commit
-
-
Lionel Flandrin authored
Solution: Add IPv6 support
-
- 03 May, 2018 1 commit
-
-
Lionel Flandrin authored
Solution: add unit tests
-
- 02 May, 2018 1 commit
-
-
Lionel Flandrin authored
Solution: Factor the code into a different file with a well defined API and add unit tests.
-
- 27 Mar, 2018 1 commit
-
-
Min RK authored
* always run tests from tarball of `make dist` ensures that tests will not pass if critical files are omitted from releases * add explicit make dist only for non-default builds distcheck should already cover this for default builds * don’t verify that valgrind/coverage tests can be run from dists * add various files missing from dists - missing template from cmake - add missing android build files - add some missing ci_build.sh scripts
-
- 21 Mar, 2018 1 commit
-
-
Simon Giesecke authored
Solution: migrate to unity
-
- 16 Mar, 2018 4 commits
-
-
Simon Giesecke authored
Solution: migrate to unity, merge into test_radio_dish, and split up test cases
-
Simon Giesecke authored
Solution: migrate to unity
-
Simon Giesecke authored
Solution: migrate to unity, and split test cases
-
Simon Giesecke authored
Solution: migrate to unity, and split test cases
-
- 15 Mar, 2018 5 commits
-
-
Simon Giesecke authored
Solution: migrate to unity, and split test cases
-
Simon Giesecke authored
Solution: migrate to unity, and split test cases
-
Simon Giesecke authored
Solution: migrate to unity, and reduce code duplication
-
Simon Giesecke authored
Solution: add appropriate definitions to build
-
Simon Giesecke authored
Solution: migrate to unit and split up test cases
-
- 14 Mar, 2018 3 commits
-
-
Simon Giesecke authored
Solution: add unity dependencies/flags
-
Pontus Sköldström authored
Lets the application set per-connection metadata. Metadata is specified as "X-key:value" and set using zmq_setsockopt, eg: zmq_setsockopt (s, ZMQ_METADATA, "X-key:value", 11); The peer can then obtain the metadata from a received message: char *data = zmq_msg_gets(msg, "X-key");
-
Simon Giesecke authored
Solution: migrate to unity
-
- 07 Mar, 2018 1 commit
-
-
Pontus.Skoeldstroem authored
* Tests for different TIPC address types and code cleanup * Adds tests for binding/connecting with different TIPC address types using Unity * Adds error checking for address type misuse
-
- 02 Mar, 2018 3 commits
-
-
Luca Boccassi authored
Solution: add test_xpub_verbose to cover those APIs
-
Simon Giesecke authored
Solution: add CODE_COVERAGE_*FLAGS to unit tests build Fixes #2949
-
Simon Giesecke authored
Solution: made mtrie generic (to remove complex dependency on pipe_t), and added some unit tests
-
- 13 Feb, 2018 1 commit
-
-
Simon Giesecke authored
Solution: migrate test_sockopt_hwm to unity
-
- 11 Feb, 2018 2 commits
-
-
Luca Boccassi authored
Solution: add them to Makefile.am, linking to the static libzmq.a library and its dependencies
-
Luca Boccassi authored
Solution: add a noinst convenience static library and use it with the tests that require it
-
- 10 Feb, 2018 1 commit
-
-
Luca Boccassi authored
Solution: port implementation from zproject
-
- 13 Jan, 2018 2 commits
- 13 Dec, 2017 1 commit
-
-
gouarin authored
-
- 16 Oct, 2017 1 commit
-
-
Luca Boccassi authored
Solution: use the pkgconfig macro as the first step and then fallback to manual checks
-
- 05 Oct, 2017 1 commit
-
-
Ilya Kulakov authored
Solution: Don't unlink file on close File may not belong to the socket at that point.
-
- 19 Sep, 2017 1 commit
-
-
Luca Boccassi authored
Solution: when a connection breaks and ZMQ_RECONNECT_IVL is set to -1, which means a reconnection will not be attempted, send a message from the I/O thread to the application thread to make the socket call term_endpoint, which is the equivalent of manually calling zmq_disconnect. This way subsequent zmq_connect call to the same endpoint will attempt again to do a connection. Otherwise, for some socket types like SUBs, those new connects will fail as the endpoint is recorded, despite the connection having been permanently closed. Add test cases to exercise this corner case with TCP and IPC.
-
- 22 Aug, 2017 1 commit
-
-
sigiesec authored
Soluton: added tests
-
- 18 Aug, 2017 2 commits
-
-
Luca Boccassi authored
Solution: use it before falling back to headers checks
-
sigiesec authored
Solution: extracted common base class curve_mechanism_base_t
-
- 17 Aug, 2017 2 commits
- 16 Aug, 2017 2 commits
-
-
sigiesec authored
Solution: created a zap_client_t class, extracted first function send_zap_request from curve_server_t
-
Luca Boccassi authored
Solution: add all the required compiler flags since the test includes source code from the library directly
-