1. 24 Aug, 2013 2 commits
  2. 21 Aug, 2013 1 commit
  3. 20 Aug, 2013 2 commits
    • Ian Barber's avatar
      Merge pull request #626 from dkrikun/master · d485404a
      Ian Barber authored
      Add ZMQ_CONFLATE socket option
      d485404a
    • Jeremy Rossi's avatar
      Add the Socket Identity info to the ZAP Messages · 19ca8a0f
      Jeremy Rossi authored
      This change adds the socket identity infomartion from the socket to the
      zap frames.  In doing this the ZAP is able preform different operations
      based on different sockets.  This is not compaitable with the current ZAP
      RFC, but that can be updated.  As the ZAP rfc is currently draft for I
      did not change the version number.
      
      Tests also modified and passing.
      19ca8a0f
  4. 19 Aug, 2013 7 commits
  5. 18 Aug, 2013 5 commits
  6. 17 Aug, 2013 14 commits
  7. 08 Aug, 2013 2 commits
  8. 03 Aug, 2013 3 commits
  9. 29 Jul, 2013 3 commits
  10. 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