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
/
op_crates
/
fetch
/
lib.rs
Age
Commit message (
Expand
)
Author
2021-04-30
Rename crate_ops to extensions (#10431)
Andy Hayden
2021-04-28
refactor(extensions): reintroduce builder (#10412)
Aaron O'Mullan
2021-04-28
core: introduce extensions (#9800)
Aaron O'Mullan
2021-04-26
remove #![deny(warnings)] (#10376)
Ryan Dahl
2021-04-20
chore: align fetch to spec (#10203)
Luca Casonato
2021-04-19
chore: align `Headers` to spec (#10199)
Luca Casonato
2021-04-14
chore: align FormData to spec (#10169)
Luca Casonato
2021-04-12
feat(runtime/permissions): prompt fallback (#9376)
crowlKats
2021-04-11
feat: blob URL support in fetch (#10120)
Luca Casonato
2021-04-10
feat: data URL support in fetch (#10054)
Luca Casonato
2021-04-06
refactor: add deno_file op crate (#10019)
Luca Casonato
2021-04-05
refactor: convert ops to use serde_v8 (#10009)
Aaron O'Mullan
2021-04-02
refactor(ops): remove variadic buffers (#9944)
Aaron O'Mullan
2021-03-19
chores: enforce type ResourceId across codebase (#9837)
Divy Srivastava
2021-03-18
normalize rids (#9832)
crowlKats
2021-03-18
fix: fallback to default UA and CA data for Deno.createHttpClient() (#9830)
Aaron O'Mullan
2021-03-17
refactor: use serde ops more (#9817)
crowlKats
2021-02-05
feat(lsp): add TS quick fix code actions (#9396)
Kitson Kelly
2021-02-04
refactor: rewrite File implementation (#9334)
Luca Casonato
2021-02-03
fix: improve http client builder error message (#9380)
Ben Noordhuis
2021-01-30
refactor: rewrite Blob implementation (#9309)
Luca Casonato
2021-01-18
fix: redirect in --location relative fetch (#9150)
Luca Casonato
2021-01-11
upgrade: tokio 1.0 (#8779)
Bartek Iwańczuk
2021-01-11
chore: update copyright to 2021 (#9092)
Yusuke Tanaka
2021-01-10
feat(fetch): req streaming + 0-copy resp streaming (#9036)
Luca Casonato
2021-01-07
feat: add --location=<href> and globalThis.location (#7369)
Nayeem Rahman
2020-12-26
fix: fetch bad URL will not panic (#8884)
Yosi Pramajaya
2020-12-19
feat(unstable): support in memory certificate data for Deno.createHttpClient ...
yonatan ben avraham
2020-12-16
refactor: rewrite ops to use ResourceTable2 (#8512)
Bartek Iwańczuk
2020-12-09
fix(op_crates/fetch): support non-ascii response headers value (#8600)
Jae-Heon Ji
2020-09-30
refactor: improve op crate interfaces for other consumers (#7745)
Bartek Iwańczuk
2020-09-22
refactor(core): support error stack, remove js_check (#7629)
Bartek Iwańczuk
2020-09-20
refactor: remove CliState, use OpState, add CliModuleLoader (#7588)
Bartek Iwańczuk
2020-09-18
publish deno_fetch during CI (#7557)
Ryan Dahl
2020-09-18
refactor: deno_fetch op crate (#7524)
Bartek Iwańczuk