Age | Commit message (Expand) | Author |
2024-01-24 | feat: `Deno.{stdin,stdout,stderr}.isTerminal()`, deprecate `Deno.isatty()` (#... | Asher Gomez |
2024-01-23 | feat: warn when using --unstable, prefer granular flags (#21452) | Bartek Iwańczuk |
2024-01-23 | refactor: port more ops to `ensureFastOps()` (#22046) | Asher Gomez |
2024-01-23 | fix(ext/node): fix no arg call of fs.promises.readFile (#22030) | Yoshiya Hinosawa |
2024-01-23 | refactor: set removal version for `Deno.Server` (#22024) | Asher Gomez |
2024-01-21 | fix(node/fs): promises not exporting fs constants (#21997) | Marvin Hagemeister |
2024-01-19 | fix(node): remove use of non existing `FunctionPrototypeApply` primordial (#2... | Divy Srivastava |
2024-01-19 | fix(node/http): remoteAddress and remotePort not being set (#21998) | Marvin Hagemeister |
2024-01-18 | chore: upgrade deno_core to 0.247.0 (#21974) | Bartek Iwańczuk |
2024-01-18 | fix(node): update `req.socket` on WS upgrade (#21984) | Divy Srivastava |
2024-01-12 | feat: "rejectionhandled" Web event and "rejectionHandled" Node event (#21875) | Bartek Iwańczuk |
2024-01-10 | refactor: use `core.ensureFastOps()` (#21888) | Kenta Moriuchi |
2024-01-10 | fix: android support (#19437) | cions |
2024-01-06 | refactor: split runtime/98_global_scope.js (#21785) | Bartek Iwańczuk |
2024-01-05 | fix(ext/node): add WriteStream.isTTY (#21801) | Divy Srivastava |
2024-01-05 | chore: update deno_lint for CI (#21802) | Kenta Moriuchi |
2024-01-05 | fix(ci): update copright year for _fs_cp.js (#21803) | Divy Srivastava |
2024-01-05 | fix(ext/node): add fs.cp, fs.cpSync, promises.cp (#21745) | Divy Srivastava |
2024-01-04 | fix: strict type check for cross realms (#21669) | Kenta Moriuchi |
2024-01-04 | fix(ext/node): UdpSocket ref and unref (#21777) | Divy Srivastava |
2024-01-03 | fix(node/zlib): accept dataview and buffer in zlib bindings (#21756) | Jovi De Croock |
2024-01-02 | fix(ext/node): use node:process in _streams.mjs (#21755) | Divy Srivastava |
2024-01-02 | fix(ext/node): implement os.machine (#21751) | Divy Srivastava |
2024-01-02 | fix(ext/node): querystring stringify without encode callback (#21740) | Divy Srivastava |
2024-01-01 | chore: update copyright to 2024 (#21753) | David Sherret |
2023-12-31 | fix(node/zlib): consistently return buffer (#21747) | Jovi De Croock |
2023-12-31 | fix(node/zlib): cast Dataview and Buffer to uint8 (#21746) | Jovi De Croock |
2023-12-30 | fix(ext/node): add process.abort() (#21742) | Divy Srivastava |
2023-12-30 | chore(runtime): internalize pipe fd for ext/node (#21570) | Divy Srivastava |
2023-12-29 | fix(node): support nested tests in "node:test" (#21717) | Bartek Iwańczuk |
2023-12-28 | chore: update deno_core to 0.240.0 (#21726) | Bartek Iwańczuk |
2023-12-28 | fix(node): Implement os.cpus() (#21697) | Divy Srivastava |
2023-12-27 | perf: remove opAsync (#21690) | Matt Mastracci |
2023-12-25 | fix(ext/node): add ClientRequest#setNoDelay (#21694) | Divy Srivastava |
2023-12-20 | fix(node): child_process kill cancel pending IPC reads (#21647) | Divy Srivastava |
2023-12-20 | fix(node): add crypto.pseudoRandomBytes (#21649) | Divy Srivastava |
2023-12-19 | fix(node): child_process IPC on Windows (#21597) | Divy Srivastava |
2023-12-19 | fix(console): inspect for `{Set,Map}Iterator` and `Weak{Set,Map}` (#21554) | Kenta Moriuchi |
2023-12-15 | refactor: setup child process pipe in Rust (#21579) | Divy Srivastava |
2023-12-14 | chore(node): remove process.on("disconnect") not implemented warning (#21569) | Divy Srivastava |
2023-12-14 | fix(node): return false from vm.isContext (#21568) | Divy Srivastava |
2023-12-13 | fix(zlib): handle no flush flag in handle_.write (#21432) | Divy Srivastava |
2023-12-13 | fix: implement child_process IPC (#21490) | Divy Srivastava |
2023-12-11 | fix(ext/node): basic vm.runInNewContext implementation (#21527) | Divy Srivastava |
2023-12-11 | fix(ext/node): ServerResponse getHeader() return undefined (#21525) | Divy Srivastava |
2023-12-11 | fix(ext/node): stub ServerResponse#flushHeaders (#21526) | Divy Srivastava |
2023-12-08 | fix(ext/node): use primordials in ext/node/polyfills/_util (#21444) | Kenta Moriuchi |
2023-12-08 | fix(ext/node): allow null value for req.setHeader (#21391) | Yoshiya Hinosawa |
2023-12-08 | fix(node/tls): fix NotValidForName for host set via socket / servername (#21441) | Max Goodhart |
2023-12-07 | refactor: pull 'core', 'internals', 'primordials' from ES module (#21462) | Bartek Iwańczuk |