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