Skip to content
Snippets Groups Projects
  1. Nov 15, 2016
  2. May 04, 2016
  3. Mar 16, 2016
  4. Jan 05, 2016
  5. Jan 01, 2016
  6. Dec 15, 2015
  7. Dec 01, 2015
  8. Jun 04, 2015
  9. May 06, 2015
  10. Feb 20, 2015
  11. Feb 18, 2015
  12. Feb 14, 2015
  13. Jul 16, 2014
    • Matt Johnston's avatar
      Set tcp priority as follows: · da57dd13
      Matt Johnston authored
      if (connecting || ptys || x11) tos = LOWDELAY;
      else if (tcp_forwards) tos = 0;
      else tos = BULK;
      
      TCP forwards could be either lowdelay or bulk, hence the default priority.
      da57dd13
  14. Feb 18, 2014
  15. Nov 14, 2013
  16. Nov 05, 2011
  17. Jul 21, 2010
  18. Feb 27, 2010
  19. Feb 25, 2010
  20. Jul 06, 2009
  21. Nov 02, 2008
  22. Dec 07, 2005
  23. Dec 05, 2005
  24. Oct 21, 2005
  25. Apr 24, 2005
  26. Jan 03, 2005
  27. Dec 22, 2004
  28. Aug 26, 2004
    • Matt Johnston's avatar
      - added circular buffering for channels · 51a74b47
      Matt Johnston authored
      - added stderr support for the client
      - cleaned up a bunch of "unused" warnings, duplicated header definitions
      - added exit-status support for the client
      
      --HG--
      extra : convert_revision : 5bdf806d8b440c87f7235414662f4189195618f4
      51a74b47
  29. Aug 15, 2004
  30. Aug 13, 2004
  31. Aug 12, 2004
  32. Aug 11, 2004