1. 13 Aug, 2014 1 commit
  2. 09 Jul, 2014 2 commits
  3. 25 Jun, 2014 2 commits
  4. 24 Jun, 2014 1 commit
  5. 23 May, 2014 1 commit
  6. 21 May, 2014 1 commit
    • Martin Hurton's avatar
      Code cleanup · 414fc86b
      Martin Hurton authored
      - limit visibility of pending_connection_t
      - add const qualifiers
      414fc86b
  7. 20 May, 2014 1 commit
  8. 30 Apr, 2014 1 commit
  9. 28 Apr, 2014 1 commit
    • Pieter Hintjens's avatar
      Problem: zmq_socket_monitor code is dirty · 9753de85
      Pieter Hintjens authored
      Specifically:
      
      * zmq_event_t should not be used internally in libzmq, it was
        meant to be an outward facing structure.
      
      * In 4.x, zmq_event_t does not correspond to monitor events, so
        I removed the structure entirely.
      
      * man page for zmq_socket_monitor is incomplete and the example
        code was particularly nasty.
      
      * test_monitor.cpp needed rewriting, it was not clean.
      9753de85
  10. 15 Mar, 2014 1 commit
  11. 14 Mar, 2014 1 commit
  12. 13 Mar, 2014 1 commit
  13. 12 Mar, 2014 1 commit
  14. 21 Feb, 2014 1 commit
  15. 11 Feb, 2014 1 commit
  16. 09 Feb, 2014 1 commit
  17. 03 Feb, 2014 2 commits
  18. 12 Jan, 2014 1 commit
  19. 07 Jan, 2014 1 commit
  20. 06 Jan, 2014 1 commit
  21. 02 Jan, 2014 1 commit
  22. 15 Dec, 2013 1 commit
  23. 04 Dec, 2013 1 commit
  24. 07 Nov, 2013 1 commit
  25. 01 Nov, 2013 3 commits
  26. 15 Sep, 2013 1 commit
  27. 12 Sep, 2013 4 commits
  28. 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
  29. 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
  30. 17 Aug, 2013 1 commit
  31. 01 Jul, 2013 1 commit