summaryrefslogtreecommitdiff
path: root/ext
AgeCommit message (Expand)Author
2024-04-12chore: upgrade deno_core to 0.274.0 (#23344)Divy Srivastava
2024-04-12chore: remove repetitive words (#23341)youngwendy
2024-04-12chore: forward v1.42.3 release commit to main (#23335)denobot
2024-04-11fix: upgrade deno_ast related crates (#23187)David Sherret
2024-04-11Revert "refactor(ext/net): extract TLS key and certificate from inter… (#23...Bartek Iwańczuk
2024-04-11chore: forward v1.42.2 release commit to main (#23315)denobot
2024-04-10chore: update to Rust 1.77.2 (#23262)林炳权
2024-04-10chore: update references to `deno_std` to use JSR (#23239)Asher Gomez
2024-04-09refactor(ext/net): extract TLS key and certificate from interfaces (#23296)Matt Mastracci
2024-04-09fix(ext/node): implement MessagePort.unref() (#23278)Satya Rohith
2024-04-09fix(ext/node): `node:vm` contexts (#23202)Divy Srivastava
2024-04-09chore: update `h2` crate (#23272)Asher Gomez
2024-04-08feat(ext/net): Refactor TCP socket listeners for future clustering mode (#23037)Matt Mastracci
2024-04-08refactor: use `chrono::DateTime::from_timestamp` (#23273)Asher Gomez
2024-04-08fix(ext/http): Make `Deno.serveHttp()` work when proxying (#23269)Bartek Iwańczuk
2024-04-08refactor(ext/tls): use cppgc to deduplicate the tls key loading code (#23289)Matt Mastracci
2024-04-08chore: update WPT (#23111)Asher Gomez
2024-04-08fix(ext/tls): add support EC private key (#23261)MAKS11060
2024-04-08fix(ext/node): out-of-order writes of fs.createWriteStream (#23244)Yoshiya Hinosawa
2024-04-08FUTURE(ext/net): remove `Deno.(Conn|TlsConn|Listener|TlsListener|UnixConn).pr...Asher Gomez
2024-04-07FUTURE(ext/fs): make `Deno.FsFile` constructor illegal (#23235)Asher Gomez
2024-04-05fix(ext/net): Improve ts types for network APIs (#23228)Matt Mastracci
2024-04-05fix(ext/node): hostname is valid IPv4 addr (#23243)Divy Srivastava
2024-04-05fix(ext/node): Add "module" to builtinsModule (#23242)Divy Srivastava
2024-04-04fix(ext/node): count MessagePort message listeners in hasMessageEventListener...Satya Rohith
2024-04-03refactor(ext/node): remove worker_threads dependency on ext:runtime (#23206)Satya Rohith
2024-04-03fix(ext/node): polyfill node:domain module (#23088)Bartek Iwańczuk
2024-04-03fix(ext/node): patch MessagePort if provided as workerData (#23198)Satya Rohith
2024-04-02fix(ext/node): Support returning tokens and option defaults in `node:util.par...Nathan Whitaker
2024-04-02feat: improve AsyncLocalStorage api (#23175)Alex Yang
2024-04-03chore: move `tools/node_compat` to `tests/node_compat/runner` (#23025)Asher Gomez
2024-04-02chore(ext/ffi): sym is unused on aarch64 linux (#23188)Matt Mastracci
2024-04-02fix(ext/node): MessagePort works (#22999)Satya Rohith
2024-04-01fix(ext/node): Add fs.readv, fs.readvSync (#23166)Nathan Whitaker
2024-04-01perf(node): put pkg json into an `Rc` (#23156)David Sherret
2024-04-01chore: forward v1.42.1 release commit to main (#23162)denobot
2024-04-01fix(node): handle empty 'main' entry in pkg json (#23155)David Sherret
2024-03-28fix(node): remove unwrap in op_require_node_module_paths (#23114)David Sherret
2024-03-28fix(ext/node): support stdin: "inherit" in node:child_process (#23110)Divy Srivastava
2024-03-28fix(ext/node): use tty stdin from ext/io (#23044)Divy Srivastava
2024-03-281.42.0 (#23105)denobot
2024-03-25fix(ext/web): Fix structuredClone Web API type declaration (any -> generic) (...Viktor Marinho
2024-03-25fix(ext/fetch): do not truncate field value in `EventSource` (#22368)ud2
2024-03-24fix(ext/fetch): make `EventSource` more robust (#22493)ud2
2024-03-24fix(ext/node): handle `null` in stdio array (#23048)Divy Srivastava
2024-03-22perf: warm expensive init code at snapshot time (#22714)Matt Mastracci
2024-03-22refactor(ext/ffi): use v8::Value instead of serde_v8::Value (#23035)Bartek Iwańczuk
2024-03-22refactor(ext/ffi): don't go through serde_v8::Value (#23034)Bartek Iwańczuk
2024-03-22refactor(ext/web): use relative specifiers (#23024)Bartek Iwańczuk
2024-03-22fix(ext/node): handle KeyObject in `prepareAsymmetricKey` (#23026)Divy Srivastava