1. 17 May, 2018 3 commits
  2. 16 May, 2018 1 commit
  3. 10 May, 2018 6 commits
  4. 09 May, 2018 4 commits
  5. 07 May, 2018 3 commits
  6. 01 May, 2018 1 commit
  7. 28 Apr, 2018 1 commit
  8. 20 Apr, 2018 4 commits
  9. 18 Apr, 2018 2 commits
  10. 17 Apr, 2018 1 commit
    • Tanmay Chaudhry's avatar
      proxy: Enabled configurable timeout (#2070) · 98de336a
      Tanmay Chaudhry authored
      * Enabled configurable Timeout for the proxy directive
      
      * Added Test for reverse for proxy timeout
      
      * Removed Duplication in proxy constructors
      
      * Remove indirection from multiple constructors and refactor into one
      
      * Fix inconsistent error message and refactor dialer initialization
      98de336a
  11. 15 Apr, 2018 1 commit
  12. 05 Apr, 2018 1 commit
  13. 03 Apr, 2018 1 commit
    • Matt Holt's avatar
      caddyfile: Fix errors caught by fuzzing (#2097) · 64c18a7c
      Matt Holt authored
      * caddyfile: More robust parsing for 'import' (fixes #2096)
      
      The fix for hanging involves limiting the number of wildcards in an
      import pattern to just 1. Otherwise some patterns can expand to the
      entire disk.
      
      The other fix requires that the end string for an environment variable
      expansion come after the start string.
      
      * caddyfile: Fix more fuzzing errors
      64c18a7c
  14. 02 Apr, 2018 2 commits
  15. 31 Mar, 2018 1 commit
  16. 30 Mar, 2018 2 commits
  17. 28 Mar, 2018 3 commits
  18. 27 Mar, 2018 1 commit
  19. 26 Mar, 2018 2 commits
    • Toby Allen's avatar
      log: 'except' subdirective to skip logging certain requests (#2028) · 1896b420
      Toby Allen authored
      * proof of concept
      
      * Initial implementation with debug code
      
      * Tidy up debug code
      
      * remove unneeded import
      
      * removed extra line
      
      * Move ShouldLog function to rule entry Logger type
      
      * add tests for ShouldLog
      
      * Added tests for log exceptions
      
      * Fix logic
      
      * fix govet fail for test
      
      * Updates requested for code clarity
      
      * Update requested for style
      
      * log: Minor style tweaks to logic of log exceptions
      1896b420
    • Matthew Holt's avatar
      vendor: Update quic-go · 1580169e
      Matthew Holt authored
      1580169e