Skip to content
Snippets Groups Projects
  1. May 04, 2016
  2. Mar 16, 2016
  3. May 06, 2015
  4. Mar 20, 2015
  5. Feb 24, 2015
  6. Feb 18, 2015
  7. Aug 19, 2014
  8. 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
  9. Jul 08, 2014
  10. Mar 23, 2013
  11. Mar 19, 2013
  12. Dec 04, 2011
  13. Jul 01, 2009
  14. Jul 24, 2007
  15. Feb 09, 2007
  16. Oct 02, 2006
  17. Oct 21, 2005
  18. Sep 06, 2005
  19. Sep 05, 2005
  20. Jul 29, 2005
  21. Mar 13, 2005
  22. Dec 22, 2004
  23. Dec 20, 2004
    • Matt Johnston's avatar
      Cleaning out various dead wood found with -dead_strip · 34445aa8
      Matt Johnston authored
      bignum.c: mptobytes now resides in dss.c
      loginrec.c: remove lastlog code since it isn't used.
      dbutil.c: removed obselete usingsyslog variable
      channel.h: client channel type only defined for client compile
      common-algo.c: s/rijndael/aes/
      
      --HG--
      extra : convert_revision : 411ea4e70506ecb0202376f94bcf2d330603d042
      34445aa8
  24. Sep 14, 2004
    • Matt Johnston's avatar
      0.44test4 probably · 636b041b
      Matt Johnston authored
      also bumped the channel recv window sizing
      
      --HG--
      extra : convert_revision : 2ab172def950d852426cf2c2e066c29aa50e2de9
      636b041b
  25. 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
  26. Aug 25, 2004
    • Matt Johnston's avatar
      Nasty. · 2dcd6b22
      Matt Johnston authored
      --HG--
      extra : convert_revision : e1229cd01c3007206d2937ea390ad4966c289a5a
      2dcd6b22
  27. Aug 13, 2004
  28. Jun 04, 2004
  29. Jun 02, 2004
  30. Jun 01, 2004