- 12 May, 2014 7 commits
-
-
Pieter Hintjens authored
Update cmake for split of plain_mechanism
-
Richard Newton authored
Implement ZMQ_IDENTITY_FD sock option for linking socket identity to FD
-
Richard Newton authored
-
Stoian Ivanov authored
-
Stoian Ivanov authored
-
Pieter Hintjens authored
Split plain_mechanism into client and server part
-
Martin Hurton authored
-
- 11 May, 2014 2 commits
-
-
Pieter Hintjens authored
add untracked test_stream_timeout into .gitignore and tests/Makefile.am
-
Daniel Shih authored
-
- 10 May, 2014 1 commit
-
-
Stoian Ivanov authored
-
- 09 May, 2014 3 commits
-
-
Pieter Hintjens authored
Issue #1017: add ZMQ_HANDSHAKE_IVL time limit on connection handshake
-
Will Strang authored
-
Pieter Hintjens authored
curve: initialize crypto libs before usage
-
- 08 May, 2014 4 commits
- 07 May, 2014 3 commits
-
-
Pieter Hintjens authored
NULL: Implement ERROR handling
-
Martin Hurton authored
NULL mechanism sends ERROR command rather than READY command when ZAP handler rejects the ZAP request (status code != "200"). The body of ERROR command contains the status code as returned by ZAP handler.
-
Pieter Hintjens authored
Integrate GSSAPI option in VS UI options and props.
-
- 06 May, 2014 7 commits
-
-
evoskuil authored
-
evoskuil authored
-
evoskuil authored
-
evoskuil authored
-
Pieter Hintjens authored
Update mechanism API so we can check for ERROR status
-
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 5 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
-