- 06 May, 2014 2 commits
-
-
Martin Hurton authored
-
Martin Hurton authored
-
- 05 May, 2014 8 commits
-
-
Pieter Hintjens authored
ipc: fail harder for abstract ipc on non-Linux
-
Franco Fichtner authored
Using 'ipc://@abstract-socket' on non-Linux platforms yields inconsistent behaviour. Abstract sockets don't exist, so the literal file is created. The test previously failed, but for a different reason: this is not the directory you are looking for. Now, zmq_bind() will fail for the right reason: the socket can't be created. Put the XFAIL back.
-
Pieter Hintjens authored
tests: fix abstract ipc test by omitting slashes
-
Franco Fichtner authored
-
Pieter Hintjens authored
gssapi: RFC 2744 mandates GSS_C_NT_HOSTBASED_SERVICE
-
Franco Fichtner authored
Tested on FreeBSD 10.
-
Pieter Hintjens authored
Minor renaming
-
Martin Hurton authored
-
- 03 May, 2014 8 commits
-
-
Pieter Hintjens authored
Build-system: disable test_fork when fork() is not available
-
Samuel Martin authored
-
Samuel Martin authored
fork() support is optional and its availability is correctly detected at contfigure time. But test_fork was all always built, preventing build for targets that do not provide fork() from building successfully. This pacth fixes the CMakeLists.txt on this point.
-
Samuel Martin authored
fork() support is optional and its availability is correctly detected at contfigure time. But test_fork was all always built, preventing build for targets that do not provide fork() from building successfully. This pacth fixes the autotools on this point.
-
Pieter Hintjens authored
Remove i_properties interface
-
Martin Hurton authored
We use metadata_t directly. No need for generic interface now.
-
Pieter Hintjens authored
Initialise _has_src_addr variable, fixes hang on Windows.
-
Richard Newton authored
-
- 02 May, 2014 16 commits
-
-
Martin Hurton authored
Added test_metadata
-
Pieter Hintjens authored
-
Pieter Hintjens authored
-
Pieter Hintjens authored
Solution: add this to ZAP reply processing.
-
Pieter Hintjens authored
-
Pieter Hintjens authored
- also prioritize ZAP metadata over ZMTP metadata in case application uses same names.
-
Ian Barber authored
These commits broke regression tests, so I'm reverting them.
-
Pieter Hintjens authored
This reverts commit 5e0facda.
-
Pieter Hintjens authored
This reverts commit 2a84d259. Broke regression test on test_hwm.cpp.
-
Pieter Hintjens authored
Feature/divide by zero investigation
-
dave b authored
These changes cause an assertion in lb_sendpipe() when executing the test_security_plain testcase.
-
dave b authored
Provides control of race windows and logging for some of the interesting transitions.
-
Pieter Hintjens authored
Include ZMTP properties in message metadata
-
Martin Hurton authored
Metadata are built in stream_engine now. This makes it easy to extend metadata with user-defined properties.
-
Pieter Hintjens authored
Don't add empty metadata to received messages
-
Martin Hurton authored
-
- 01 May, 2014 6 commits