1. 29 May, 2010 3 commits
  2. 26 May, 2010 1 commit
  3. 03 May, 2010 1 commit
  4. 30 Apr, 2010 1 commit
  5. 24 Apr, 2010 10 commits
  6. 31 Mar, 2010 1 commit
  7. 27 Mar, 2010 2 commits
  8. 26 Mar, 2010 1 commit
  9. 09 Mar, 2010 1 commit
  10. 17 Feb, 2010 1 commit
  11. 06 Feb, 2010 2 commits
  12. 02 Jan, 2010 2 commits
  13. 31 Dec, 2009 5 commits
  14. 30 Dec, 2009 2 commits
  15. 29 Dec, 2009 1 commit
  16. 26 Dec, 2009 1 commit
  17. 23 Dec, 2009 1 commit
  18. 21 Dec, 2009 2 commits
  19. 19 Dec, 2009 2 commits
    • Wayne Davison's avatar
      Don't set last_io_out in check_timeout. · 626b5ae8
      Wayne Davison authored
      626b5ae8
    • Wayne Davison's avatar
      Improve --timeout method to take into account all I/O that is going on. · 92d02148
      Wayne Davison authored
      The receiving side also switches timeout handling from the receiver to
      the generator, which obviates the need for the sender to send any
      keep-alive messages at all (for protocol 31 and beyond).  Given this
      setup, all keep-alive messages are now sent as empty MSG_DATA messages,
      with MSG_NOOP messages only being understood and (when necessary) acted
      upon to forward a keep-alive event to an older receiver.  This is both
      safer and more compatible with older versions.
      92d02148