summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2024-03-20fix(ext/node): implement EventEmitterAsyncResource (#22994)Divy Srivastava
2024-03-20fix(ext/node): FsWatcher ref and unref (#22987)Divy Srivastava
2024-03-20fix(ext/node): add process.setSourceMapsEnabled noop (#22993)Satya Rohith
2024-03-20fix(ext/node): worker_threads ESM handling (#22841)mash-graz
2024-03-19chore: rename internal `Datagram` class to `DatagramConn` (#22474)Asher Gomez
2024-03-19fix(ext/node): support Diffie-Hellman key type in `crypto.createPrivateKey()`...Asher Gomez
2024-03-18chore(ext/buffer): cleanup use of deprecated `Deno.writeAllSync()` (#22875)Asher Gomez
2024-03-18fix(node): implement v8 serialize and deserialize (#22975)Divy Srivastava
2024-03-18fix(ext/node): support public key point encoding in ECDH.generateKeys() (#22976)Satya Rohith
2024-03-16fix(ext/node): pass normalized watchFile handler to StatWatcher (#22940)Divy Srivastava
2024-03-15fix(coverage): Error if no files are included in the report (#22952)Nathan Whitaker
2024-03-16fix(ext/node): support MessagePort in `WorkerOptions.workerData` (#22950)Bartek Iwańczuk
2024-03-15fix(ext/node): Reimplement StringDecoder to match node's behavior (#22933)Nathan Whitaker
2024-03-15fix(ext/node): worker_threads doesn't exit if there are message listeners (#2...Bartek Iwańczuk
2024-03-15chore: move more tests away from itest (#22909)David Sherret
2024-03-15chore(specs): use jsonc for metadata file (#22946)David Sherret
2024-03-15chore(lsp): add tests for compiler options being resolved relative the config...David Sherret
2024-03-15fix: handle cache body file not existing when using etag (#22931)David Sherret
2024-03-14fix(cli): sanitizer should ignore count of ops started before tests begin (#2...Matt Mastracci
2024-03-14chore(cli): move away from PathBuf in clap (#22036)Łukasz Czerniawski
2024-03-14chore: Forward 1.41.3 release commit (#22930)Nathan Whitaker
2024-03-14fix(ext/node): Support private EC key signing (#22914)Divy Srivastava
2024-03-14fix(ext/node): support `spki` format in createPublicKey (#22918)Divy Srivastava
2024-03-14fix(ext/node): crypto.getCipherInfo() (#22916)Divy Srivastava
2024-03-14fix: typo in error from GPUBuffer.prototype.mapAsync (#22913)guangwu
2024-03-14fix(ext/node): DH (`dhKeyAgreement`) support for `createPrivateKey` (#22891)Divy Srivastava
2024-03-14fix(cli): unbreak extension example and fix __runtime_js_sources (#22906)Matt Mastracci
2024-03-13fix(cli): show asserts before leaks (#22904)Matt Mastracci
2024-03-13fix(node): resolve types via package.json for directory import (#22878)David Sherret
2024-03-13chore: improve spec tests output (#22908)David Sherret
2024-03-13fix(node): add nul byte to statfs path on windows (#22905)Nayeem Rahman
2024-03-13fix: stop type checking during runtime (#22854)David Sherret
2024-03-13perf(permissions): Fast exit from checks when permission is in "fully-granted...Matt Mastracci
2024-03-13chore(lsp): remove enablePaths compat path (#22895)Nayeem Rahman
2024-03-13fix(ext/node): make worker ids sequential (#22884)Satya Rohith
2024-03-13fix(ext/node): allow automatic worker_thread termination (#22647)Satya Rohith
2024-03-13chore: rough first pass on spec tests (#22877)David Sherret
2024-03-13chore(permissions): add allow_all flag (#22890)Matt Mastracci
2024-03-13chore: upgrade deno_core to 0.270.0 (#22826)Divy Srivastava
2024-03-13feat(node): implement fs.statfs() (#22862)Nayeem Rahman
2024-03-13fix(ext/node): initial `crypto.createPublicKey()` support (#22509)Asher Gomez
2024-03-13feat(ext/node): add more named curves in `crypto.generateKeyPair[Sync]()` (#2...Asher Gomez
2024-03-13chore: explicitly type `state.put` for permissions (#22881)Divy Srivastava
2024-03-12fix(runtime): negate partial condition for deny flags (#22866)Nayeem Rahman
2024-03-12fix(slow-types): improved exports tracing and infer type literals in as exprs...David Sherret
2024-03-12refactor: add `deno_permissions` crate (#22236)Divy Srivastava
2024-03-12fix(ext/node): flush brotli decompression stream (#22856)Divy Srivastava
2024-03-11chore: enable clippy unused_async rule (#22834)David Sherret
2024-03-12chore: make Node setup script less sensitive to changes (#22855)Asher Gomez
2024-03-11fix(cli): use Instant for test times (#22853)Matt Mastracci