index
:
deno.git
main
Unnamed repository; edit this file 'description' to name the repository.
User &
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
ext
/
fetch
/
lib.rs
Age
Commit message (
Expand
)
Author
2022-04-23
chore(ext/fetch): custom arity (#14198)
Divy Srivastava
2022-04-22
Reland "perf(http): optimize ReadableStreams backed by a resource" (#14346)
Divy Srivastava
2022-04-21
Revert various PRs related to "ext/http" (#14339)
Bartek IwaĆczuk
2022-04-20
core: introduce `resource.read_return` (#14331)
Divy Srivastava
2022-04-02
experiment(serde_v8): derive_more enabled opaque wrappers (#14096)
Aaron O'Mullan
2022-03-17
fix: cargo publish fails without absolute paths (#13993)
Ryan Dahl
2022-03-14
feat(ops): custom arity (#13949)
Aaron O'Mullan
2022-03-14
feat(core): codegen ops (#13861)
Divy Srivastava
2022-03-14
chore: improve build times for `ext/` changes (#13927)
Divy Srivastava
2022-01-07
chore: update copyright to 2022 (#13306)
Ryan Dahl
2021-12-03
refactor(ext/fetch): pass opstate in `FetchHandler::fetch_file`
Leo Kettmeir
2021-12-01
refactor: cli doesn't need to depend on deno_tls (#12952)
Ryan Dahl
2021-11-29
refactor: remove deno_fetch::HttpClientDefaults (#12931)
Ryan Dahl
2021-11-28
refactor: add deno_fetch::Options for init (#12904)
Ryan Dahl
2021-11-09
feat(core): streams (#12596)
Aaron O'Mullan
2021-11-09
fix(fetch): set content-length for empty POST/PUT (#12703)
Luca Casonato
2021-11-01
feat(ext/fetch): support fetching local files (#12545)
Kitson Kelly
2021-10-31
cleanup(ext/fetch): consistent op names (#12612)
Aaron O'Mullan
2021-10-05
chore: various op cleanup (#12329)
Leo K
2021-10-04
chore: remove No*Permissions structs (#12316)
Luca Casonato
2021-09-30
feat(tls): custom in memory CA certificates (#12219)
Luca Casonato
2021-09-29
fix(ext/fetch): avoid panic when header is invalid (#12244)
Ahab
2021-09-08
fix: a `Request` whose URL is a revoked blob URL should still fetch (#11947)
Andreu Botella
2021-08-25
feat(fetch): mTLS client certificates for fetch() (#11721)
Sean Michael Wykes
2021-08-16
feat(runtime): support classic workers for internal testing (#11338)
Andreu Botella
2021-08-15
refactor(ops): return BadResource errors in ResourceTable calls (#11710)
Aaron O'Mullan
2021-08-11
Rename extensions/ directory to ext/ (#11643)
Ryan Dahl