- 08 Dec, 2019 2 commits
-
-
Simon Giesecke authored
Solution: update to clang 8
-
Simon Giesecke authored
Solution: disable inapplicable checks
-
- 07 Dec, 2019 3 commits
-
-
Luca Boccassi authored
Problem: sonar-scanner binary is outdated and no longer available
-
Simon Giesecke authored
Solution: Update to version 4.2.0.1873
-
Luca Boccassi authored
Use Unix domain sockets for listener when available on Windows
-
- 06 Dec, 2019 6 commits
-
-
Simon Giesecke authored
Solution: Fix ifdef for expectation of IPC support
-
Simon Giesecke authored
Solution: add VS2019 build job
-
Simon Giesecke authored
Solution: Use domain sockets instead if available
-
Simon Giesecke authored
Solution: move to ip.hpp as zmq::create_ipc_wildcard_address
-
Simon Giesecke authored
Solution: Extract TCP/IP loopback variant into zmq_fdpair_tcpip
-
liedtkeInTUM authored
* Problem: if IPC enabled libzmq does not compile when in uwp build * Problem 10.0.##### can be valid windows target versions * Problem: No builds are triggered on uwp platform * Problem: epoll is set before UWP platform is checked * Problem: used wrong CMAKE_SYSTEM_NAME specifier * Problem: build tests fails during cmake configure * Use Win32 build step for Win32-uwp platform * Disable compile options that produce warnings that leads to a ci fail * winnt version is set by cmake, no need for redefinition in windows.hpp * Eliminate all warning according Incremental and opt:icf are specified * Prefer to disable opt flags in debug config rather than incremental linking * CMAKE_GENERATOR should not include uwp definition * Add release build with uwp configuration * Problem: pointer potentially uninitialized
-
- 04 Dec, 2019 2 commits
-
-
Luca Boccassi authored
Change XSUB -> XPUB message processing.
-
Andrij Abyzov authored
Solution: now if the first frame in a multipart message is not subscribe/unsubscribe, the rest of the parts are also considered to be not subscribe/unsubscribe.
-
- 28 Nov, 2019 5 commits
-
-
Doron Somech authored
Fix ZMQ_LAST_ENDPOINT with WS[S] and use it in tests
-
Luca Boccassi authored
Solution: bind to wildcard and use ZMQ_LAST_ENDPOINT
-
Luca Boccassi authored
Solution: add wss_address_t subclass of ws_address_t to override the to_string method
-
Luca Boccassi authored
Solution: remove the path from the address when resolving
-
Luca Boccassi authored
Solution: use the correct address class when resolving
-
- 27 Nov, 2019 3 commits
-
-
Luca Boccassi authored
Problem: static libs are generated without given basename
-
Sven Liedtke authored
-
Sven Liedtke authored
-
- 20 Nov, 2019 2 commits
-
-
Luca Boccassi authored
Change XSUB -> XPUB multipart message processing.
-
Andrij Abyzov authored
-
- 19 Nov, 2019 2 commits
-
-
Andrij Abyzov authored
-
Andrij Abyzov authored
Now only the first part in a multipart message will be treated as subscribe/unsubscribe. The rest will be considered user messages regardless of the first byte.
-
- 13 Nov, 2019 3 commits
-
-
Luca Boccassi authored
Allow library output name to be changed externally
-
Diego Barrios Romero authored
-
Diego Barrios Romero authored
-
- 12 Nov, 2019 3 commits
-
-
Luca Boccassi authored
Remove the superfluous build requirement of libsodium-devel
-
Victor Luchits authored
-
Victor Luchits authored
-
- 10 Nov, 2019 2 commits
-
-
Luca Boccassi authored
problem: test_wss_transport keys expired
-
Doron Somech authored
Solution: generate new keys that last for 100 years
-
- 02 Nov, 2019 1 commit
-
-
Luca Boccassi authored
Problem: test_pair_tcp_cap_net_admin requires sudo but is enabled by …
-
- 01 Nov, 2019 2 commits
-
-
Constantin Rack authored
Problem: WSAEventSelect checks for FD_OOB, but select does not
-
Luca Boccassi authored
WSAEventSelect is used on Windows (when select is the polling method) only if waiting for more than one socket family, excluding IPv4/6. It is then passed FD_OOB, which means it can be woken by OOB messages, but select later on never checks for it. Remove FD_OOB as it's not actually used for anything.
-
- 31 Oct, 2019 4 commits
-
-
Doron Somech authored
Fix typo in email address
-
Nathaniel J. Smith authored
-
Luca Boccassi authored
Problem: Poller example has wrong argument order
-
Dries Harnie authored
-