1. 17 Jan, 2019 3 commits
  2. 16 Jan, 2019 1 commit
  3. 15 Jan, 2019 1 commit
  4. 14 Jan, 2019 1 commit
  5. 08 Jan, 2019 1 commit
  6. 20 Dec, 2018 1 commit
  7. 18 Dec, 2018 1 commit
    • Kurtis Rader's avatar
      Implement `{when_iso_local}` placeholder (#2363) · 0684cf86
      Kurtis Rader authored
      Implement `{when_iso_local}` placeholder
      
      This implements the `{when_iso_local}` placeholder. This is like the
      `{when_iso}` placeholder but the output is in the current timezone
      rather than UTC.
      
      Resolves #2362
      0684cf86
  8. 13 Dec, 2018 2 commits
  9. 12 Dec, 2018 5 commits
  10. 11 Dec, 2018 5 commits
  11. 08 Dec, 2018 3 commits
  12. 06 Dec, 2018 2 commits
  13. 02 Dec, 2018 1 commit
  14. 27 Nov, 2018 2 commits
  15. 25 Nov, 2018 1 commit
  16. 18 Nov, 2018 2 commits
  17. 17 Nov, 2018 3 commits
  18. 16 Nov, 2018 1 commit
    • Makeev Ivan's avatar
      proxy: HTTP status 499 for 'Context canceled' errors (#2297) · 05d0b213
      Makeev Ivan authored
      * Adding {when_unix_ms} requests placeholder (unix timestamp with a milliseconds precision)
      
      * Add an 499 HTTP status code on user's cancel request as NGINX doing (instead of 502 Bad Gateway status with 'Context canceled' message)
      
      * 499 HTTP status code was added as constant CustomStatusContextCancelled = 499
      05d0b213
  19. 12 Nov, 2018 3 commits
  20. 30 Oct, 2018 1 commit
    • Jake Lucas's avatar
      proxy: Add new fallback_delay sub-directive (#2309) · 22dfb140
      Jake Lucas authored
      * Updates the existing proxy and reverse proxy tests to include a new fallback delay value
      
      * Adds a new fallback_delay sub-directive to the proxy directive and uses it in the creation of single host reverse proxies
      22dfb140