Age | Commit message (Expand) | Author |
2024-03-08 | refactor(ext/node): use worker ops directly in worker_threads (#22794) | Satya Rohith |
2024-03-07 | feat(ext/node): ref/unref on workers (#22778) | Matt Mastracci |
2024-03-07 | fix(ext/node): http2.createServer (#22708) | Satya Rohith |
2024-03-07 | feat(node/util): styleText (#22758) | Leo Kettmeir |
2024-03-06 | chore: upgrade deno_core (#22725) | Nathan Whitaker |
2024-03-06 | fix(ext/node): add default methods to fs.StatsBase (#22750) | Divy Srivastava |
2024-03-06 | fix(ext/node): strip `--enable-source-maps` from argv (#22743) | Divy Srivastava |
2024-03-06 | fix(node): stat/statSync returns instance of fs.Stats (#22294) | Divy Srivastava |
2024-03-06 | chore: remove debug console table log in node/http2 (#22741) | Divy Srivastava |
2024-03-06 | fix(node): implement ALS enterWith (#22740) | Divy Srivastava |
2024-03-05 | fix: update node process version to latest node LTS (#22709) | Marvin Hagemeister |
2024-03-04 | fix(node): errno property when command missing (#22691) | Divy Srivastava |
2024-03-01 | perf(cli): use new deno_core timers (#22569) | Matt Mastracci |
2024-02-29 | fix(ext/node) add node http methods (#22630) | Igor Zinkovsky |
2024-02-23 | fix(ext/node): set correct process.argv0 (#22555) | Satya Rohith |
2024-02-23 | fix(ext/node): init arch, pid, platform at startup (#22561) | Satya Rohith |
2024-02-21 | fix(ext/node): pass alpnProtocols to Deno.startTls (#22512) | Satya Rohith |
2024-02-20 | fix(node/test): disable Deno test sanitizers (#22480) | David Sherret |
2024-02-20 | fix(ext/node): permission prompt for missing `process.env` permissions (#22487) | Asher Gomez |
2024-02-20 | fix(ext/node): unimplemented code when not IPC child_process (#22488) | Divy Srivastava |
2024-02-18 | fix: util.parseArgs() missing node:process import (#22405) | Javier Hernández |
2024-02-18 | BREAKING(unstable): remove `Deno.HttpClient.rid` (#22075) | Asher Gomez |
2024-02-13 | fix(ext/node): export process.umask (#22348) | Divy Srivastava |
2024-02-07 | fix(node): handle brotli compression end chunk sizes (#22322) | Divy Srivastava |
2024-02-06 | fix(node): add `cp` to fs/promises (#22263) | Divy Srivastava |
2024-02-05 | fix(ext/node): fix timeout param validation in cp.execFile (#22262) | Yoshiya Hinosawa |
2024-02-01 | fix(node): add `ppid` getter for `node:process` (#22167) | Yusuke Tanaka |
2024-02-01 | fix(node): `util.callbackify` (#22200) | Divy Srivastava |
2024-01-29 | refactor: Use virtul ops module (#22175) | Bartek Iwańczuk |
2024-01-29 | refactor: migrate 'ext/node' extension to virtual ops module (#22157) | Bartek Iwańczuk |
2024-01-26 | chore: upgrade deno_core (#22124) | Bartek Iwańczuk |
2024-01-26 | fix(node): remove deprecation warnings (#22120) | Bartek Iwańczuk |
2024-01-25 | fix(fs): instanceof check for Deno.FsFile (#22121) | Bartek Iwańczuk |
2024-01-24 | revert: Remove deprecations of file sync APIs (#22085) | Bartek Iwańczuk |
2024-01-24 | feat: deprecate `Deno.{stdin,stdout,stderr}.rid` (#22073) | Asher Gomez |
2024-01-24 | feat: deprecate `Deno.fstat()` and `Deno.fstatSync()` (#22068) | Asher Gomez |
2024-01-24 | feat: `Deno.FsFile.{utime,utimeSync}()` and deprecate `Deno.{futime,futimeSyn... | Asher Gomez |
2024-01-24 | feat: deprecate `Deno.close()` (#22066) | Asher Gomez |
2024-01-24 | feat: deprecate `Deno.ftruncate()` and `Deno.ftruncateSync()` (#22069) | Asher Gomez |
2024-01-24 | feat: deprecate `Deno.FsFile` constructor and `Deno.FsFile.rid` (#22072) | Asher Gomez |
2024-01-24 | feat: `FsFile.sync()` and `FsFile.syncSync()` (#22017) | Asher Gomez |
2024-01-24 | feat: `Deno.FsFile.dataSync()` and `Deno.FsFile.dataSyncSync()` (#22019) | Asher Gomez |
2024-01-24 | feat: deprecate `Deno.resources()` (#22059) | Asher Gomez |
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 |