Skip to content
Snippets Groups Projects
  1. Jan 04, 2015
  2. Jan 02, 2015
  3. Jan 04, 2015
  4. Nov 08, 2014
  5. Oct 23, 2014
  6. Oct 22, 2014
  7. Oct 21, 2014
  8. Aug 19, 2014
  9. Aug 13, 2014
  10. Aug 08, 2014
  11. Aug 01, 2014
    • Mike Frysinger's avatar
      use xauth in /usr/bin · ed2e276b
      Mike Frysinger authored
      Since the x.org rework, X has been installed into standard paths and not
      its own random prefixes.  I think it's time we update the default paths
      accordingly.
      ed2e276b
  12. Aug 06, 2014
  13. Jul 28, 2014
  14. Jul 27, 2014
  15. Jul 26, 2014
  16. Jul 25, 2014
  17. 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
  18. Jul 09, 2014