- 12 Feb, 2019 1 commit
-
-
Simon Giesecke authored
Problem: test_security_curve build fails with Windows targeting 8 or newer due to duplicate definition of htonll Solution: use custom implementation only on older Windows versions
-
- 10 Feb, 2019 1 commit
-
-
Luca Boccassi authored
Solution: add API and ZMQ_EVENT_PIPES_STATS event which generates 2 values, one for the egress and one for the ingress pipes respectively. Refactor the events code to be able to send multiple values.
-
- 07 Feb, 2019 10 commits
-
-
Luca Boccassi authored
Solution: refactor code and add extra frame with value count before the values in v2
-
Luca Boccassi authored
Solution: expect additional events
-
Luca Boccassi authored
Solution: do it, as above 32 bytes they might be on the heap
-
Luca Boccassi authored
Solution: check for the available version instead
-
Simon Giesecke authored
This reverts commit ac19d5f4.
-
Simon Giesecke authored
This partially reverts commit 19c6aa5c.
-
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
-
Simon Giesecke authored
Solution: make compilation conditional
-
Simon Giesecke authored
Solution: add test case
-
- 06 Feb, 2019 3 commits
-
-
Simon Giesecke authored
Solution: increase size to 256
-
Simon Giesecke authored
Solution: output as hex instead
-
Simon Giesecke authored
Solution: add test cases
-
- 05 Feb, 2019 1 commit
-
-
Simon Giesecke authored
Solution: unlink the socket file first
-
- 03 Feb, 2019 2 commits
-
-
Luca Boccassi authored
Solution: define uint64_t if not available in the system headers and remove inclusion of inttypes.h which does not exist and is already conditionally included in zmq.h if required, do not use PRIx64
-
Luca Boccassi authored
Solution: correctly set the ipv6 flag in the connecting socket
-
- 02 Feb, 2019 8 commits
-
-
Simon Giesecke authored
Solution: add test case using ipv6
-
Simon Giesecke authored
Problem: no assertions for endpoint addresses on ZMQ_EVENT_MONITOR_STOPPED and ZMQ_EVENT_LISTENING events Solution: added assertions
-
Simon Giesecke authored
Solution: close test socket
-
Simon Giesecke authored
Solution: added such assertions and extended test utilities
-
Simon Giesecke authored
Solution: dereference the pointer to the array before accessing the element
-
Simon Giesecke authored
Solution: add first test case
-
Simon Giesecke authored
Solution: move general monitoring test utilities to new testutil_monitoring
-
Simon Giesecke authored
Solution: migrate to unity
-
- 01 Feb, 2019 1 commit
-
-
Simon Giesecke authored
Solution: assign result to address Fixes #3376
-
- 15 Jan, 2019 1 commit
-
-
Luca Boccassi authored
Solution: remove documents and tests for ZMQ_THREAD_PRIORITY getter. It never worked and can never work as it has the same value as a get-only option ZMQ_SOCKET_LIMIT. It cannot be changed without breaking ABI. Note that the setter works fine as ZMQ_SOCKET_LIMIT is get-only.
-
- 14 Jan, 2019 2 commits
-
-
Luca Boccassi authored
Solution: mostly false positives, but fix them
-
Luca Boccassi authored
Solution: create manually the random IPC file to reuse
-
- 13 Jan, 2019 2 commits
-
-
Luca Boccassi authored
Solution: use wildcards or random directories to avoid races when multiple users are running the same test on the same machine
-
Luca Boccassi authored
Solution: use memcpy instead of doing pointer arithmetics with casting and dereferencing to fix the error on sparc64
-
- 28 Dec, 2018 1 commit
-
-
Luca Boccassi authored
Solution: if a multi-part message cannot be delivered by a PUSH socket because the pipe is broken mid-way, drop the rest of the frames so that the atomicity property is not broken.
-
- 25 Dec, 2018 1 commit
-
-
Simon Giesecke authored
Solution: migrate to unity
-
- 16 Dec, 2018 2 commits
-
-
Simon Giesecke authored
-
Simon Giesecke authored
Solution: migrate to unity
-
- 10 Dec, 2018 1 commit
-
-
Simon Giesecke authored
Solution: migrate to unity
-
- 09 Dec, 2018 1 commit
-
-
Simon Giesecke authored
Solution: migrate to unity
-
- 18 Nov, 2018 2 commits
-
-
Luca Boccassi authored
Solution: do it
-
Luca Boccassi authored
Solution: do it
-