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
Age
Commit message (
Expand
)
Author
2021-09-29
fix(ext/http): merge identical if/else branches (#12269)
mynane
2021-09-29
perf(web/Event): move last class field to constructor (#12265)
Aaron O'Mullan
2021-09-29
fix(ext/fetch): avoid panic when header is invalid (#12244)
Ahab
2021-09-29
perf(webidl/DOMString): don't wrap string primitives (#12266)
Aaron O'Mullan
2021-09-28
chore: bump crate versions for 1.14.2 (#12253)
Aaron O'Mullan
2021-09-27
perf(fetch): optimize newInnerRequest blob url check (#12245)
Aaron O'Mullan
2021-09-27
refactor(fetch/Request): inline defaultInnerRequest (#12241)
Aaron O'Mullan
2021-09-27
perf(fetch/Response): avoid class fields (#12237)
Aaron O'Mullan
2021-09-26
refactor(fetch/response): inline defaultInnerResponse (#12235)
Aaron O'Mullan
2021-09-26
perf(web): optimize Event constructor (#12231)
Aaron O'Mullan
2021-09-26
perf(webidl/ByteString): 3x faster ASCII check (#12230)
Aaron O'Mullan
2021-09-26
perf(fetch): optimize InnerBody constructor (#12232)
Aaron O'Mullan
2021-09-26
fix(ext/http): include port number in h2 urls (#12181)
Ben Noordhuis
2021-09-26
perf(fetch/headers): optimize appendHeader (#12234)
Aaron O'Mullan
2021-09-25
perf(ext/fetch): Use the WebIDL conversion to DOMString rather than USVString...
Luis Malheiro
2021-09-25
fix(ext/web): FileReader error messages (#12218)
Dan Rose
2021-09-25
fix(http): panic when responding to a closed conn (#12216)
Aaron O'Mullan
2021-09-25
fix(ext/http): fortify "is websocket?" check (#12179)
Ben Noordhuis
2021-09-25
fix(ext/webidl): correctly apply [SymbolToStringTag] to interfaces (#11851)
李瑞丰
2021-09-23
perf(ext/fetch): skip USVString webidl conv on string constructor (#12168)
Aaron O'Mullan
2021-09-22
chore(ext/net): improve embedder friendliness (#12178)
Ben Noordhuis
2021-09-22
chore: bump crate versions for 1.14.1 (#12172)
Kitson Kelly
2021-09-21
cleanup(ext/fetch): drop redundant webidl converters in fetch() (#12167)
Aaron O'Mullan
2021-09-21
perf(ext/web): optimize EventTarget (#12166)
Aaron O'Mullan
2021-09-21
perf(web): optimize AbortController (#12165)
Aaron O'Mullan
2021-09-21
chore: bump deno_net (#12157)
Satya Rohith
2021-09-20
refactor(ext/net): make op_connect & op_connect_tls public (#12150)
Satya Rohith
2021-09-17
chore: Remove unused deps from Cargo.toml files (#12106)
Squirrel
2021-09-16
fix(ext/crypto): use DataError in importKey() (#12071)
Divy Srivastava
2021-09-16
fix(ext/crypto): don't use core.decode for encoding jwk keys (#12088)
Divy Srivastava
2021-09-14
chore: bump crate versions for 0.14 (#12072)
David Sherret
2021-09-14
feat(ext/crypto): import RSA pkcs#8 keys (#11891)
Divy Srivastava
2021-09-13
refactor(core): Turn the `wasm_streaming_feed` binding into ops (#11985)
Andreu Botella
2021-09-13
feat(ext/crypto): generate ECDH keys (#11870)
Luca Casonato
2021-09-13
feat(ext/crypto): export RSA keys as pkcs#8 (#11880)
Divy Srivastava
2021-09-13
fix(ext/fetch): Properly cancel upload stream when aborting (#11966)
Nayeem Rahman
2021-09-12
fix(ext/crypto): add HkdfParams and Pkdf2Params types (#11991)
Divy Srivastava
2021-09-12
fix: FileReader onevent attributes don't conform to spec (#11908)
Feng Yu
2021-09-11
feat(ext/crypto): implement HKDF operations (#11865)
Divy Srivastava
2021-09-11
feat(ext/crypto): verify ECDSA signatures (#11739)
Divy Srivastava
2021-09-11
refactor: use Deno.core.tryClose (#11980)
Bartek Iwańczuk
2021-09-10
perf(ext/http): optimize auto cleanup of request resource (#11978)
Bert Belder
2021-09-08
fix(ext/web): Preserve stack traces for DOMExceptions (#11959)
Nayeem Rahman
2021-09-08
chore: add README to ext/http/ (#11958)
Bartek Iwańczuk
2021-09-08
chore: release deno_http 0.8.0 (#11956)
Bartek Iwańczuk
2021-09-08
fix: a `Request` whose URL is a revoked blob URL should still fetch (#11947)
Andreu Botella
2021-09-08
feat: add URLPattern API (#11941)
Luca Casonato
2021-09-08
fix(ext/http): resource leak if request body is not consumed (#11955)
Bartek Iwańczuk
2021-09-07
docs(ext/net): add note about listening 0.0.0.0 (#11938)
Yoshiya Hinosawa
2021-09-02
feat(fmt): add basic JS doc formatting (#11902)
David Sherret
[prev]
[next]