1. 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
  2. 18 Jan, 2014 1 commit
  3. 17 Jan, 2014 1 commit
  4. 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