summaryrefslogtreecommitdiff
path: root/tools
AgeCommit message (Expand)Author
2022-01-07chore: update copyright to 2022 (#13306)Ryan Dahl
2022-01-07feat(ext/crypto): JWK support for unwrapKey/wrapKey (#13261)Sean Michael Wykes
2022-01-06chore(wpt): add "--inspect-brk" flag to WPT runner (#13267)Sean Michael Wykes
2022-01-05feat(ext/crypto): implement AES-GCM encryption (#13119)Divy Srivastava
2022-01-03feat(ext/crypto): support AES-CTR encrypt/decrypt (#13177)Sean Michael Wykes
2021-12-27fix(ext/crypto) include AES-CTR for deriveKey (#13174)Sean Michael Wykes
2021-12-23docs: update release instructions for M1 build (#13182)Ryan Dahl
2021-12-17docs: update release info for doc.deno.land (#13116)Kitson Kelly
2021-12-16feat(ext/crypto): support importing ECSDA and ECDH (#13088)Sean Michael Wykes
2021-12-15feat: Add support for import assertions and JSON modules (#12866)Bartek Iwańczuk
2021-12-14chore: lint cli/tests/unit/ (#13083)Bartek Iwańczuk
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-10feat(ext/web): implement `AbortSignal.prototype.throwIfAborted()` (#13044)Andreu Botella
2021-12-10chore: update wpt (#13043)Andreu Botella
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-08feat(streams): support abort reasons in streams (#12991)Andreu Botella
2021-12-06chore: Update WPT (#12987)Andreu Botella
2021-12-05feat(ext/crypto): implement unwrapKey (#12539)Divy Srivastava
2021-11-28feat(ext/crypto): support importing exporting AES JWK keys (#12444)Divy Srivastava
2021-11-25fix(ext/crypto): throw on key & op algo mismatch (#12838)Luca Casonato
2021-11-22fix(ext/crypto): don't panic on decryption failure (#12840)Luca Casonato
2021-11-171.16.2 (#12794)David Sherret
2021-11-10chore: update cut_a_release.md (#12725)Bartek Iwańczuk
2021-11-08chore: disable flaky wpt tests (#12696)Luca Casonato
2021-11-08feat(ext/web): WritableStreamDefaultController.signal (#12654)Leo Kettmeir
2021-11-08chore: update wpt (#12682)Luca Casonato
2021-11-07fix(cli): don't panic when mapping unknown errors (#12659)Aaron O'Mullan
2021-11-03fix: Deno.emit crashes with BorrowMutError (#12627)Ryan Dahl
2021-11-03feat(ext/web): BYOB support for ReadableStream (#12616)Leo Kettmeir
2021-11-01chore: upgrade deno_ast to 0.5.0 (#12595)David Sherret
2021-10-29chore(ci): update dependency for upload_wptfyi (#12587)Kitson Kelly
2021-10-29fix(encoding): support additional encoding labels (#12586)Andreu Botella
2021-10-28fix(webidl): Don't throw when converting a detached buffer source (#12585)Andreu Botella
2021-10-27chore: update to rusty_v8 0.33.0 (#12564)Luca Casonato
2021-10-27fix(workers): Make `importScripts()` use the same HTTP client as `fetch` (#12...Andreu Botella
2021-10-26docs(cut_a_release): update link to dotland repo (#12546)Yoshiya Hinosawa
2021-10-22chore: add note about BCD to cut_a_release.md (#12513)Luca Casonato
2021-10-20chore: return serde_v8 to main repo (#12500)Aaron O'Mullan
2021-10-19chore: update release script (#12481)Bartek Iwańczuk
2021-10-17chore(wpt): disable broken tests (#12385)Bert Belder
2021-10-12feat(ext/crypto): support importing/exporting raw AES keys (#12392)Divy Srivastava
2021-10-12feat: update to V8 9.5 (#12399)Luca Casonato
2021-10-12feat(ext/crypto): implement deriveKey (#12117)Divy Srivastava
2021-10-11fix(runtime): Declare `Window.self` and `DedicatedWorkerGlobalScope.name` wit...Andreu Botella
2021-10-08chore(wpt): Enable WPT worker tests (#12222)Andreu Botella
2021-10-08refactor: deduplicate `defineEventHandler` util (#12367)Andreu Botella
2021-10-07fix(runtime): Getting `navigator.hardwareConcurrency` on workers shouldn't th...Andreu Botella
2021-10-03feat(web): Implement `DOMException`'s `stack` property. (#12294)Andreu Botella