1. 17 Mar, 2014 1 commit
  2. 06 Mar, 2014 1 commit
  3. 03 Mar, 2014 1 commit
  4. 24 Feb, 2014 1 commit
    • Olaf Mandel's avatar
      Fix zmq_socket example in documentation · 45dfbc52
      Olaf Mandel authored
      Issues adressed:
       - The actual data was never read from the socket, causing all even
         numbered loop iterations to fail
       - The socket variable was called server once
      45dfbc52
  5. 14 Feb, 2014 1 commit
  6. 13 Feb, 2014 4 commits
  7. 29 Jan, 2014 1 commit
  8. 28 Jan, 2014 1 commit
  9. 24 Jan, 2014 3 commits
  10. 22 Jan, 2014 1 commit
  11. 21 Jan, 2014 1 commit
  12. 20 Jan, 2014 1 commit
  13. 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
  14. 07 Jan, 2014 2 commits
  15. 01 Jan, 2014 4 commits
  16. 23 Dec, 2013 1 commit
  17. 17 Dec, 2013 1 commit
  18. 06 Dec, 2013 2 commits
  19. 04 Dec, 2013 2 commits
  20. 25 Nov, 2013 1 commit
  21. 15 Nov, 2013 1 commit
  22. 13 Nov, 2013 1 commit
  23. 07 Nov, 2013 1 commit
  24. 05 Nov, 2013 1 commit
  25. 04 Nov, 2013 1 commit
    • Denis Mingulov's avatar
      Doc examples with zmq_msg_close usage - parameter is 'zmq_msg_t *' · bdf8bc31
      Denis Mingulov authored
      Documentation examples for zmq_msg_get and zmq_msg_more functions have an
      incorrect call to zmq_msg_close function - with 'zmq_msg_t' as a parameter
      despite 'zmq_msg_t *' is required, so it is impossible to compile these
      examples properly.
      
      Also for zmq_msg_get example - declaration of zmq_msg_t variable is added
      (like it is done in other examples).
      bdf8bc31
  26. 28 Oct, 2013 1 commit
  27. 23 Oct, 2013 2 commits
  28. 18 Oct, 2013 1 commit