Skip to content
Snippets Groups Projects
  1. May 04, 2016
  2. Jul 11, 2016
  3. Dec 18, 2015
  4. Dec 15, 2015
  5. Dec 03, 2015
  6. Mar 03, 2015
  7. Feb 20, 2015
  8. Feb 19, 2015
  9. Feb 18, 2015
  10. Feb 14, 2015
  11. Feb 13, 2015
  12. 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
  13. Jul 09, 2014
  14. Dec 03, 2013
  15. Nov 14, 2013
  16. May 03, 2013
  17. Apr 01, 2013
  18. Apr 07, 2011
  19. Feb 23, 2011
  20. Sep 02, 2009
  21. Jun 12, 2009
  22. Jun 08, 2009
  23. Sep 17, 2008
  24. Sep 15, 2008
  25. Feb 12, 2007
  26. Jan 03, 2005
  27. Aug 27, 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 01, 2004
  31. Jul 28, 2004
  32. Jul 26, 2004