1. 22 May, 2015 1 commit
  2. 26 Apr, 2014 1 commit
  3. 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
  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
  5. 23 Dec, 2013 1 commit
  6. 13 Nov, 2013 1 commit
  7. 04 Sep, 2013 1 commit
  8. 27 Jun, 2013 1 commit
    • Pieter Hintjens's avatar
      Added ZMQ_STREAM socket type · ad779379
      Pieter Hintjens authored
      - designed for TCP clients and servers
      - added HTTP client / server example in tests/test_stream.cpp
      - same as ZMQ_ROUTER + ZMQ_ROUTER_RAW + ZMQ_ROUTER_MANDATORY
      - includes b893ce set ZMQ_IDENTITY on outgoing connect
      - deprecates ZMQ_ROUTER_RAW
      ad779379
  9. 07 Jun, 2013 1 commit
  10. 05 Jun, 2013 1 commit
  11. 15 Apr, 2013 1 commit
  12. 08 Jan, 2013 1 commit
  13. 09 Nov, 2012 1 commit
  14. 07 Nov, 2012 1 commit
  15. 27 Oct, 2012 1 commit
  16. 04 Jul, 2012 1 commit
  17. 16 Jun, 2012 1 commit
  18. 14 Jun, 2012 1 commit
  19. 16 Apr, 2012 1 commit
  20. 16 Mar, 2012 1 commit
  21. 15 Feb, 2012 1 commit
  22. 18 Dec, 2011 1 commit
  23. 01 Nov, 2011 1 commit
  24. 03 Sep, 2011 1 commit
  25. 19 Aug, 2011 1 commit
  26. 19 Jun, 2011 1 commit
  27. 18 Apr, 2011 1 commit
  28. 09 Apr, 2011 1 commit
  29. 16 Mar, 2011 1 commit
  30. 03 Mar, 2011 1 commit
  31. 09 Feb, 2011 1 commit
  32. 07 Dec, 2010 1 commit
  33. 01 Dec, 2010 1 commit
  34. 04 Sep, 2010 2 commits
  35. 25 Aug, 2010 1 commit
  36. 08 Aug, 2010 1 commit
    • Pieter Hintjens's avatar
      Added error checking (EFAULT) for null arguments · b6cdd369
      Pieter Hintjens authored
      * Fixed zmq_term, zmq_socket, zmq_close, zmq_setsockopt,
      * zmq_getsockopt, zmq_bind, zmq_connect, zmq_send,
      * zmq_recv, zmq_poll, zmq_device, zmq_stopwatch_stop
      * Updated Reference Manual for these methods
      b6cdd369
  37. 04 Aug, 2010 1 commit
  38. 02 Jun, 2010 1 commit
  39. 31 May, 2010 1 commit