1. 22 Jul, 2015 1 commit
  2. 21 Jul, 2015 1 commit
  3. 20 Jul, 2015 1 commit
  4. 29 Jun, 2015 4 commits
  5. 26 Jun, 2015 1 commit
    • Jonathan Reams's avatar
      Fix units and default values for heartbeats options · e9a5bc8d
      Jonathan Reams authored
      Set the ZMQ_HEARTBEAT_TIMEOUT to default to the value of
      ZMQ_HEARTBEAT_IVL if it's not explicitly set.
      Change the units of ZMQ_HEARTBEAT_TTL to milliseconds in the API
      and round down to the nearest decisecond so that all the options
      are using the same units.
      Make the maximum heartbeat TTL match the spec (6553 seconds)
      e9a5bc8d
  6. 24 Jun, 2015 2 commits
  7. 23 Jun, 2015 1 commit
  8. 10 Jun, 2015 2 commits
  9. 08 Jun, 2015 1 commit
  10. 07 Jun, 2015 1 commit
  11. 05 Jun, 2015 4 commits
  12. 03 Jun, 2015 1 commit
  13. 02 Jun, 2015 2 commits
  14. 31 May, 2015 1 commit
  15. 07 May, 2015 1 commit
  16. 01 May, 2015 1 commit
  17. 20 Apr, 2015 1 commit
  18. 20 Feb, 2015 1 commit
  19. 19 Feb, 2015 1 commit
  20. 18 Feb, 2015 2 commits
  21. 12 Feb, 2015 3 commits
  22. 09 Feb, 2015 1 commit
  23. 02 Feb, 2015 3 commits
  24. 01 Feb, 2015 1 commit
  25. 30 Jan, 2015 1 commit
  26. 26 Jan, 2015 1 commit
    • Julien Ruffin's avatar
      Added socket option ZMQ_INVERT_MATCHING. · cf2238f8
      Julien Ruffin authored
      ZMQ_INVERT_MATCHING reverses the PUB/SUB prefix matching. The subscription
      list becomes a rejection list. The PUB socket sends messages to all
      connected (X)SUB sockets that do not have any matching subscription.
      
      Whenever the option is used on a PUB/XPUB socket, any connecting SUB
      sockets must also set it or they will reject everything the publisher
      sends them. XSUB sockets are unaffected because they do not filter out
      incoming messages.
      cf2238f8