summaryrefslogtreecommitdiff
path: root/ext
AgeCommit message (Expand)Author
2022-01-03fix(ext/crypto): use forgiving base64 encoding for JWK (#13240)Sean Michael Wykes
2022-01-03feat(ext/crypto): support AES-CTR encrypt/decrypt (#13177)Sean Michael Wykes
2021-12-30fix(doc): Make private types which show up in the rustdocs public (#13230)Andreu Botella
2021-12-27fix(ext/crypto) include AES-CTR for deriveKey (#13174)Sean Michael Wykes
2021-12-23fix(ext/console): map basic css color keywords to ansi (#13175)Zach
2021-12-22chore: merge v1.17.1 into main (#13184)Bartek Iwańczuk
2021-12-20refactor(ext/crypto): cleanup decrypt code (#13120)Divy Srivastava
2021-12-20fix(ext/websocket): WebSocketStream don't error with "sending after closing" ...Leo Kettmeir
2021-12-18refactor: use `once_cell` instead of `lazy_static` (#13135)Divy Srivastava
2021-12-17fix(ext/ffi): use `c_char` instead of `i8` for reading strings (#13118)Luke Channings
2021-12-16chore: release crates for v1.17.0 (#13112)Bartek Iwańczuk
2021-12-16feat(ext/crypto): support importing ECSDA and ECDH (#13088)Sean Michael Wykes
2021-12-16feat(fetch): support abort reasons in fetch (#13106)Andreu Botella
2021-12-16feat: support abort reasons in Deno APIs and `WebSocketStream` (#13066)Andreu Botella
2021-12-15refactor(ext/crypto): clean up encrypt rust code (#13094)Luca Casonato
2021-12-15fix(ext/crypto): various cleanup in JWK imports (#13092)Luca Casonato
2021-12-15feat(ext/ffi): implement UnsafePointer and UnsafePointerView (#12828)Elias Sjögreen
2021-12-14fix(ext/net): make unix and tcp identical on close (#13075)Ben Noordhuis
2021-12-14feat(ext/crypto): support exporting RSA JWKs (#13081)Luca Casonato
2021-12-14feat(ext/crypto): support importing RSA JWKs (#13071)Luca Casonato
2021-12-13refactor(ext/crypto): generateKey rust cleanup (#13069)Luca Casonato
2021-12-14fix(ext/web): set location undefined when `--location` is not specified (#13046)Yoshiya Hinosawa
2021-12-13refactor(ext/crypto): clean up exportKey rust code (#13052)Luca Casonato
2021-12-10refactor(ext/crypto): symmetric jwk decode in rust (#13047)Luca Casonato
2021-12-10feat(ext/web): implement `AbortSignal.prototype.throwIfAborted()` (#13044)Andreu Botella
2021-12-10refactor(ext/crypto): clean up rust side importKey (#13036)Luca Casonato
2021-12-10chore: place `@deprecated` tag after documentation block (#13037)Kitson Kelly
2021-12-09refactor(ext/crypto): various cleanups in js code (#13027)Sean Michael Wykes
2021-12-10feat(cli): update to TypeScript 4.5 (#12410)Kitson Kelly
2021-12-09feat(crypto): support `importKey` in SPKI format (#12921)Yacine Hmito
2021-12-09refactor(ext/crypto): de-duplicate copyBuffer code (#13030)Luca Casonato
2021-12-09refactor(ext/crypto): clean up `exportKey` logic (#13029)Luca Casonato
2021-12-09refactor(ext/crypto): clean up `importKey` logic (#13028)Luca Casonato
2021-12-09feat(ext/timers): add refTimer, unrefTimer API (#12953)Yoshiya Hinosawa
2021-12-08feat(streams): support abort reasons in streams (#12991)Andreu Botella
2021-12-07refactor(timers): refactor timers to use one async op per timer (#12862)Andreu Botella
2021-12-07chore: upgrade to rustls 0.20 (#12488)Ryan Dahl
2021-12-05feat(ext/crypto): implement unwrapKey (#12539)Divy Srivastava
2021-12-04chore: upgrade to Rust 1.57.0 (#12968)Bartek Iwańczuk
2021-12-04chore: merge v1.16.4 into main (#12984)Luca Casonato
2021-12-03refactor(ext/fetch): pass opstate in `FetchHandler::fetch_file`Leo Kettmeir
2021-12-01refactor: deno_tls does not depend on reqwest (#12961)Ryan Dahl
2021-12-01refactor: cli doesn't need to depend on deno_tls (#12952)Ryan Dahl
2021-11-29refactor: remove deno_fetch::HttpClientDefaults (#12931)Ryan Dahl
2021-11-29feat(ext/net): enable sending to broadcast address (#12860)Michael Busby
2021-11-28refactor: add deno_fetch::Options for init (#12904)Ryan Dahl
2021-11-28feat(ext/crypto): support importing exporting AES JWK keys (#12444)Divy Srivastava
2021-11-28fix(websocket): bad rid on WebSocketStream abort(#12913)Andreu Botella
2021-11-26feat(ext/net): ALPN support in `Deno.connectTls()` (#12786)Yury Selivanov
2021-11-26feat(etc/fetch): Support `WebAssembly.instantiateStreaming` for file fetches ...Andreu Botella