Age | Commit message (Collapse) | Author | |
---|---|---|---|
2024-01-01 | chore: update copyright to 2024 (#21753) | David Sherret | |
2023-12-27 | refactor: simplify hyper, http, h2 deps (#21715) | Bartek Iwańczuk | |
Main change is that: - "hyper" has been renamed to "hyper_v014" to signal that it's legacy - "hyper1" has been renamed to "hyper" and should be the default | |||
2023-08-09 | refactor(ext/fetch): Remove FetchRequestBodyResource from FetchHandler ↵ | Matt Mastracci | |
interface (#20100) This is unused and will allow us to remove `FetchRequestBodyResource` in a future PR. | |||
2023-01-02 | chore: update copyright year to 2023 (#17247) | David Sherret | |
Yearly tradition of creating extra noise in git. | |||
2022-01-07 | chore: update copyright to 2022 (#13306) | Ryan Dahl | |
Co-authored-by: Erfan Safari <erfanshield@outlook.com> | |||
2021-12-03 | refactor(ext/fetch): pass opstate in `FetchHandler::fetch_file` | Leo Kettmeir | |
2021-11-01 | feat(ext/fetch): support fetching local files (#12545) | Kitson Kelly | |
Closes #11925 Closes #2150 Co-authored-by: Bert Belder <bertbelder@gmail.com> |