1. 18 May, 2018 1 commit
  2. 17 May, 2018 3 commits
  3. 16 May, 2018 1 commit
  4. 10 May, 2018 6 commits
  5. 09 May, 2018 4 commits
  6. 07 May, 2018 3 commits
  7. 01 May, 2018 1 commit
  8. 28 Apr, 2018 1 commit
  9. 20 Apr, 2018 4 commits
  10. 18 Apr, 2018 2 commits
  11. 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
  12. 15 Apr, 2018 1 commit
  13. 05 Apr, 2018 1 commit
  14. 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
  15. 02 Apr, 2018 2 commits
  16. 31 Mar, 2018 1 commit
  17. 30 Mar, 2018 2 commits
  18. 28 Mar, 2018 3 commits
  19. 27 Mar, 2018 1 commit
  20. 26 Mar, 2018 1 commit
    • 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