1. 15 Mar, 2014 1 commit
  2. 14 Mar, 2014 1 commit
  3. 13 Mar, 2014 1 commit
  4. 12 Mar, 2014 1 commit
  5. 21 Feb, 2014 1 commit
  6. 11 Feb, 2014 1 commit
  7. 09 Feb, 2014 1 commit
  8. 03 Feb, 2014 2 commits
  9. 12 Jan, 2014 1 commit
  10. 07 Jan, 2014 1 commit
  11. 06 Jan, 2014 1 commit
  12. 02 Jan, 2014 1 commit
  13. 15 Dec, 2013 1 commit
  14. 04 Dec, 2013 1 commit
  15. 07 Nov, 2013 1 commit
  16. 01 Nov, 2013 3 commits
  17. 15 Sep, 2013 1 commit
  18. 12 Sep, 2013 4 commits
  19. 31 Aug, 2013 1 commit
    • Shawn J. Goff's avatar
      Change name of icanhasall to subscribe_to_all · 6a18f595
      Shawn J. Goff authored
      icanhasall is cute (for now), but the effect of the variable is clear
      only after tracking down its origin reading the commit. This change is
      intended to make it easier for people to have some intuition about its
      effect from its name.
      6a18f595
  20. 18 Aug, 2013 2 commits
    • Ian Barber's avatar
      Remove delay options · 531d3ebc
      Ian Barber authored
      These were exposed to users, but have subsequently been removed as
      sockopts. They are currently only being used by ZAP, so I've moved it to
      a simpl function call (actually it's only used in one case even in that,
      so there may be a further simplification possible there).
      531d3ebc
    • Ian Barber's avatar
      Attempt to fix disconnect not respecting linger · cb35fd7b
      Ian Barber authored
      Looks like linger is honoured properly, but shutting down the session
      causes the pipe termination to come from that side - because the local
      pipe then shuts down right away it seems to trigger a terminated on the
      other end instead of waiting. This way we trigger the termination from
      the local end and then terminate the session.
      cb35fd7b
  21. 17 Aug, 2013 1 commit
  22. 01 Jul, 2013 1 commit
  23. 29 Jun, 2013 1 commit
  24. 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
  25. 06 Jun, 2013 1 commit
  26. 12 Mar, 2013 2 commits
  27. 08 Mar, 2013 2 commits
  28. 19 Feb, 2013 2 commits
  29. 31 Jan, 2013 2 commits