1. 06 Jun, 2014 1 commit
  2. 22 May, 2014 1 commit
  3. 13 May, 2014 1 commit
  4. 11 May, 2014 1 commit
  5. 09 May, 2014 2 commits
  6. 05 May, 2014 2 commits
  7. 03 May, 2014 1 commit
    • Samuel Martin's avatar
      autotools: tests: disable test_fork if fork() is not available · 6fdafc45
      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.
      6fdafc45
  8. 02 May, 2014 1 commit
  9. 30 Apr, 2014 1 commit
  10. 05 Apr, 2014 1 commit
    • Pieter Hintjens's avatar
      Cleaned up XFAIL on resources · 8fcda0d5
      Pieter Hintjens authored
      - this failing test was confusing users
      - ZMTP v3.0 now does not define resources at all
      - resources, along with other unimplemented aspects moved to
        RFC 37 ZMTP v3.1
      8fcda0d5
  11. 17 Mar, 2014 2 commits
  12. 13 Feb, 2014 1 commit
  13. 28 Jan, 2014 1 commit
  14. 23 Jan, 2014 1 commit
    • Pieter Hintjens's avatar
      Fixes to test cases · 9c228e93
      Pieter Hintjens authored
      - renamed test_stream_disconnect_notifications (too long!)
      - removed print statements in that test case
      - fixed Makefile.am for test_zap_ipc_creds (was not building)
      9c228e93
  15. 15 Jan, 2014 1 commit
    • Andre Caron's avatar
      Adds support for detecting ZMQ_STREAM disconnections. · 17651b92
      Andre Caron authored
      When a ZMQ_STREAM socket connection is broken (intentionally, via `shutdown()`
      or accidentally via client crash or network failure), there is no way for the
      application to dertermine that it should drop per-connection data (such as
      buffers).
      
      This contribution makes sure the application receives a 0-length message to
      notify it that the connection has been broken.  This is symmetric with the
      process of closing the connection from within the application (where the
      application sends a 0-length message to tell ZeroMQ to close the connection).
      
      Conflicts:
      	CMakeLists.txt
      17651b92
  16. 07 Jan, 2014 1 commit
  17. 01 Jan, 2014 1 commit
    • Pieter Hintjens's avatar
      Removed ZMQ_ZAP_IPC_CREDS option · 5bf96f64
      Pieter Hintjens authored
      - This seems redundant; is there a use case for NOT providing
        the IPC credentials to the ZAP authenticator?
      
      - More, why is IPC authentication done via libzmq instead of ZAP?
        Is it because we're missing the transport type on the ZAP request?
      5bf96f64
  18. 20 Dec, 2013 1 commit
  19. 19 Dec, 2013 1 commit
  20. 06 Dec, 2013 1 commit
    • Brandon Carpenter's avatar
      Add support for extending ZAP request address with IPC peer credentials. · a018ef5e
      Brandon Carpenter authored
      Another take on LIBZMQ-568 to allow filtering IPC connections, this time
      using ZAP.  This change is backward compatible.  If the
      ZMQ_ZAP_IPC_CREDS option is set, the user, group, and process IDs of the
      peer process are appended to the address (separated by colons) of a ZAP
      request; otherwise, nothing changes.  See LIBZMQ-568 and zmq_setsockopt
      documentation for more information.
      a018ef5e
  21. 04 Dec, 2013 1 commit
  22. 25 Nov, 2013 2 commits
  23. 07 Nov, 2013 1 commit
  24. 01 Nov, 2013 3 commits
  25. 29 Oct, 2013 2 commits
  26. 28 Oct, 2013 2 commits
  27. 18 Oct, 2013 1 commit
  28. 04 Oct, 2013 1 commit
  29. 26 Sep, 2013 1 commit
  30. 20 Sep, 2013 2 commits
    • Pieter Hintjens's avatar
      Renamed new socket options to be clearer · 5e609be3
      Pieter Hintjens authored
      * ZMQ_REQ_STRICT was negative option (default 1) which goes against
        the standard, where defaults are zero. I renamed this to
        ZMQ_REQ_RELAXED.
      
      * ZMQ_REQ_REQUEST_IDS felt clumsy and describes the technical solution
        rather than the problem/requirement. I changed to ZMQ_REQ_CORRELATE
        which seems more explicit.
      5e609be3
    • Pieter Hintjens's avatar
      Renamed test_connect_delay to test_immediate · 92c01f69
      Pieter Hintjens authored
      * The ZMQ_CONNECT_DELAY option was renamed to ZMQ_IMMEDIATE
      92c01f69
  31. 19 Sep, 2013 1 commit