1. 20 Aug, 2013 3 commits
  2. 19 Aug, 2013 7 commits
  3. 18 Aug, 2013 6 commits
  4. 17 Aug, 2013 14 commits
  5. 08 Aug, 2013 2 commits
  6. 03 Aug, 2013 3 commits
  7. 29 Jul, 2013 3 commits
  8. 28 Jul, 2013 1 commit
    • Christian Kamm's avatar
      Add ZMQ_REQ_SEND_RESETS option. · a0cc87a9
      Christian Kamm authored
      This allows making a new request on a REQ socket by sending a new
      message. Without the option set, calling send() after the first message
      is done will continue to return an EFSM error.
      
      It's useful for when a REQ is not getting a response. Previously that
      meant creating a new socket or switching to DEALER.
      a0cc87a9
  9. 26 Jul, 2013 1 commit