1. 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
  2. 14 Jan, 2014 2 commits
  3. 13 Jan, 2014 4 commits
  4. 12 Jan, 2014 6 commits
  5. 10 Jan, 2014 4 commits
  6. 08 Jan, 2014 6 commits
  7. 07 Jan, 2014 3 commits
  8. 06 Jan, 2014 5 commits
  9. 03 Jan, 2014 2 commits
  10. 02 Jan, 2014 5 commits
  11. 01 Jan, 2014 2 commits
    • 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
    • Pieter Hintjens's avatar
      Reordered socket options · adf5b45d
      Pieter Hintjens authored
      - put into alphabetical order
      - there was no consistency in previous ordering
      adf5b45d