- 02 Oct, 2019 1 commit
-
-
somdoron authored
Solution: support websocket with tls (wss)
-
- 05 Sep, 2019 1 commit
-
-
somdoron authored
Solution: extract path and host from the address
-
- 02 Sep, 2019 1 commit
-
-
Luca Boccassi authored
Solution: fix regression introduced by: https://github.com/zeromq/libzmq/pull/3168 Correctly fall back to user message if the first byte is neither 0 nor 1, and add a simple unit test Fixes https://github.com/zeromq/libzmq/issues/3656
-
- 27 Aug, 2019 1 commit
-
-
Francesco Montorsi authored
* Introduce DRAFT zmq_ctx_set_ext() and zmq_ctx_get_ext() methods. Change ZMQ_THREAD_NAME_PREFIX to allow for non-numeric thread name prefixes.
-
- 16 Jul, 2019 3 commits
-
-
Luca Boccassi authored
Solution: move the definition of __STDC_LIMIT_MACROS somewhere the test actually uses
-
Simon Giesecke authored
Solution: properly set defines from test_security_curve
-
somdoron authored
Solution: implement ZWS 2.0 which websocket transport for zeromq
-
- 09 Jul, 2019 1 commit
-
-
Luca Boccassi authored
Solution: don't write it
-
- 23 Jun, 2019 1 commit
-
-
jean-airoldie authored
Solution: Add heartbeat tests for CLIENT, SERVER, GATHER and SCATTER socket types. RADIO and DISH tests won't be added since heartbeating is not yet supported.
-
- 13 Jun, 2019 1 commit
-
-
Christophe Guillon authored
-
- 12 Jun, 2019 1 commit
-
-
Christophe Guillon authored
Solution: pass the line number as part of the testutil functions
-
- 21 May, 2019 1 commit
-
-
Romain Moret authored
-
- 18 May, 2019 1 commit
-
-
Luca Boccassi authored
Solution: unify the two APIs, as they are both still in DRAFT state and thus can be changed.
-
- 17 May, 2019 1 commit
-
-
imkcy9 authored
Support XPub socket send last value caching to last subscription pipe with ZMQ_XPUB_MANUAL_LAST_VALUE. (#3511) * Add ZMQ_XPUB_MANUAL_LAST_VALUE * Surpport xpub send last value caching to one pipe with ZMQ_XPUB_MANUAL_LAST_VALUE * Add test_xpubub_manual_last_value * Add relicense and doc
-
- 15 May, 2019 3 commits
-
-
jean-airoldie authored
Solution: Create a unique endpoint for each fcn call.
-
jean-airoldie authored
Solution: Initialized it
-
jean-airoldie authored
Solution: Allow ZMQ_PUB and ZMQ_PUSH sockets types for the monitoring. This way someone could create a ZMQ_PULL socket connected to multiple monitoring sockets at the same time.
-
- 09 May, 2019 1 commit
-
-
Simon Giesecke authored
Solution: change return type to int (again) and return fd via an output parameter
-
- 02 May, 2019 2 commits
-
-
jean-airoldie authored
Solution: Add some and document it.
-
jean-airoldie authored
Solution: Add doc & unit tests
-
- 18 Apr, 2019 1 commit
-
-
Iwan Paolucci authored
Solution: libm and libsocket have to be linked explicitely
-
- 02 Apr, 2019 5 commits
-
-
Simon Giesecke authored
Solution: include sent and received counts on assertion failure
-
Simon Giesecke authored
Solution: use array recv variant instead
-
Simon Giesecke authored
Solution: split test cases and remove code duplication
-
Simon Giesecke authored
Solution: use more specific assertion macro
-
Simon Giesecke authored
Solution: replace custom code by test_bind
-
- 27 Mar, 2019 1 commit
-
-
Simon Giesecke authored
Solution: add WSA_FLAG_OVERLAPPED socket flag
-
- 24 Mar, 2019 8 commits
-
-
Simon Giesecke authored
Solution: make use of custom Unity macros
-
Simon Giesecke authored
Solution: call bind_loopback_tipc where applicable
-
Simon Giesecke authored
Solution: call bind_loopback_ipc where applicable
-
Simon Giesecke authored
Solution: call bind_loopback_ipv4 where applicable
-
Simon Giesecke authored
Solution: rename to more meaningful name
-
Simon Giesecke authored
Solution: remove s_send(more) and replace all uses
-
Simon Giesecke authored
Solution: define setUp/tearDown functions via SETUP_TEARDOWN_TESTCONTEXT macro where possible
-
Simon Giesecke authored
Solution: use bind_loopback_ipv4 instead
-
- 23 Mar, 2019 5 commits
-
-
Simon Giesecke authored
Solution: add documentation
-
Simon Giesecke authored
Solution: remove from header and declare as static
-
Simon Giesecke authored
Solution: remove and add where needed
-
Simon Giesecke authored
Solution: convert streq/strneq into functions
-
Simon Giesecke authored
Solution: remove declaration and make functions static
-