Skip to content
Snippets Groups Projects
  1. Mar 16, 2016
  2. May 06, 2015
  3. Mar 20, 2015
  4. Feb 24, 2015
  5. Feb 18, 2015
  6. Aug 19, 2014
  7. 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
  8. Jul 08, 2014
  9. Mar 23, 2013
  10. Mar 19, 2013
  11. Dec 04, 2011
  12. Jul 01, 2009
  13. Jul 24, 2007
  14. Feb 09, 2007
  15. Oct 02, 2006
  16. Oct 21, 2005
  17. Sep 06, 2005
  18. Sep 05, 2005
  19. Jul 29, 2005
  20. Mar 13, 2005
  21. Dec 22, 2004
  22. 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
  23. 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
  24. 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
  25. Aug 25, 2004
    • Matt Johnston's avatar
      Nasty. · 2dcd6b22
      Matt Johnston authored
      --HG--
      extra : convert_revision : e1229cd01c3007206d2937ea390ad4966c289a5a
      2dcd6b22
  26. Aug 13, 2004
  27. Jun 04, 2004
  28. Jun 02, 2004
  29. Jun 01, 2004