summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
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-12fix(lsp): lint diagnostics respect config file (#12338)Bartek Iwańczuk
2021-10-11perf(webidl): inline ResponseInit converter (#12285)Aaron O'Mullan
2021-10-11feat(compat): pin specific version of std/node (#12396)Bartek Iwańczuk
2021-10-11fix(runtime): Declare `Window.self` and `DedicatedWorkerGlobalScope.name` wit...Andreu Botella
2021-10-11fix(http): don't expose body on GET/HEAD requests (#12260)Luca Casonato
2021-10-11feat(ext/crypto): support importing raw ECDSA keys (#11871)Divy Srivastava
2021-10-11feat: provide ops details for ops sanitizer failures (#12188)Casper Beyer
2021-10-11feat(ext/crypto): implement AES-CBC encryption & decryption (#12123)Divy Srivastava
2021-10-11feat(unstable/test): imperative test steps API (#12190)David Sherret
2021-10-11feat(runtime): improve error messages of runtime fs (#11984)Feng Yu
2021-10-11fix(ext/ffi): types for nonblocking FFI (#12345)Divy Srivastava
2021-10-11refactor: integrate deno_graph into CLI (#12369)Kitson Kelly
2021-10-10refactor(metrics): move to core (#12386)Aaron O'Mullan
2021-10-10bench(deno_common): track void ops (#12389)Aaron O'Mullan
2021-10-10feat: Show the URL of streaming WASM modules in stack traces (#12268)Andreu Botella
2021-10-10feat: Stabilize Deno.kill and Deno.Process.kill (#12375)Ryan Dahl
2021-10-10test: remove duplicate import (#12374)Feng Yu
2021-10-10test(ext/ffi): add test for multiple buffers (#12373)Bartek Iwańczuk
2021-10-10feat: stabilize Deno.resolveDns (#12368)Satya Rohith
2021-10-10feat(ext/net): relevant errors for resolveDns (#12370)Satya Rohith
2021-10-08chore(wpt): Enable WPT worker tests (#12222)Andreu Botella
2021-10-08feat(ext/crypto): implement deriveBits for ECDH (p256) (#11873)Divy Srivastava
2021-10-08feat(compat): inject Node globals in REPL (#12352)Bartek Iwańczuk
2021-10-08feat(runtime): allow passing extensions via Worker options (#12362)Aaron O'Mullan
2021-10-08fix(ext/web): Format DOMException stack property (#12333)Kenta Moriuchi
2021-10-08fix(ext/ffi): missing "buffer" type definitions (#12371)Divy Srivastava
2021-10-08refactor: deduplicate `defineEventHandler` util (#12367)Andreu Botella
2021-10-07perf(fetch): fast path Uint8Array in extractBody() (#12351)Aaron O'Mullan
2021-10-07tests: make worker test deterministic (#12361)Nayeem Rahman
2021-10-07fix(runtime): Getting `navigator.hardwareConcurrency` on workers shouldn't th...Andreu Botella
2021-10-07feat(core): cleaner opcall stack traces (#12358)Aaron O'Mullan
2021-10-07fix(ext/ffi): don't panic in dlopen (#12344)Divy Srivastava
2021-10-07fix(runtime): don't equate SIGINT to SIGKILL on Windows (#12356)Bert Belder
2021-10-06bench(op_baseline): measure Deno.core.isProxy() (#12347)Aaron O'Mullan
2021-10-06Revert "fix(cli): ensure empty lines don't count towards coverage (#11957)" (...Bartek Iwańczuk
2021-10-06feat(compat): inject Node globals (#12342)Bartek Iwańczuk
2021-10-06fix(ext/crypto): key generation based on AES key length (#12146)Divy Srivastava
2021-10-06feat(ext/crypto): export spki for RSA (#12114)Divy Srivastava
2021-10-06fix(cli): ensure empty lines don't count towards coverage (#11957)Casper Beyer
2021-10-05Remove some unused benchmarks (#12315)Ryan Dahl
2021-10-06fix(ext/ffi): formatting dlopen errors on Windows (#12301)Divy Srivastava
2021-10-06feat(compat): add support for node: prefixed built-ins (#12337)Bartek Iwańczuk
2021-10-06feat(ext/ffi): add support for buffer arguments (#12335)Bartek Iwańczuk
2021-10-05perf(webidl): fix typo from #12286 (#12336)Aaron O'Mullan
2021-10-05feat(lint): add support for --watch flag (#11983)CGQAQ
2021-10-05feat(core): native binding names (#12290)Aaron O'Mullan
2021-10-05refactor(runtime): Worker bootstrap options (#12299)Aaron O'Mullan