1. 04 Feb, 2019 1 commit
  2. 23 Jan, 2019 3 commits
  3. 22 Jan, 2019 12 commits
  4. 12 Dec, 2018 1 commit
  5. 11 Dec, 2018 6 commits
  6. 10 Dec, 2018 2 commits
  7. 07 Dec, 2018 4 commits
  8. 29 Nov, 2018 2 commits
  9. 26 Nov, 2018 4 commits
  10. 22 Nov, 2018 2 commits
  11. 21 Nov, 2018 1 commit
    • Kenton Varda's avatar
      Extend kj::Url with option to not collapse empty path/query components. · a358282e
      Kenton Varda authored
      This is to fix a complaint about Cloudflare Workers removing these components as requests pass through, which apparently breaks someone's funky URLs.
      
      Arguably "." and ".." processing presents a similar problems. But, allowing ".." to pass through is much more likely to lead to security problems. Browsers will generally process "." and ".." before sending a request (whereas they won't collapse double-slashes), so we're following their lead here.
      a358282e
  12. 17 Nov, 2018 1 commit
  13. 07 Nov, 2018 1 commit