1. 12 Jun, 2018 1 commit
    • Harris Hancock's avatar
      Add limit to readAllBytes()/readAllText() · 49b44f96
      Harris Hancock authored
      Reading an unbounded amount of data from a stream is a potential DoS vector. To manage this risk, readAllText() and readAllBytes() now accept a `limit` parameter. For source backwards-compatibility, this limit defaults to kj::maxValue.
      49b44f96
  2. 11 Jun, 2018 2 commits
  3. 10 Jun, 2018 1 commit
  4. 09 Jun, 2018 1 commit
    • Kenton Varda's avatar
      Fix chunked body gather-write test. · b3096736
      Kenton Varda authored
      The braced array literals seem to be constructed as temporaries. The test passes in debug builds, but in optimized builds, the arrays have been overwritten by the time they are used.
      b3096736
  5. 08 Jun, 2018 1 commit
  6. 07 Jun, 2018 3 commits
  7. 05 Jun, 2018 1 commit
  8. 04 Jun, 2018 6 commits
  9. 02 Jun, 2018 1 commit
  10. 30 May, 2018 2 commits
  11. 24 May, 2018 2 commits
  12. 17 May, 2018 5 commits
  13. 15 May, 2018 2 commits
  14. 12 May, 2018 1 commit
  15. 03 May, 2018 3 commits
  16. 02 May, 2018 3 commits
  17. 01 May, 2018 3 commits
  18. 27 Apr, 2018 1 commit
  19. 24 Apr, 2018 1 commit