index
:
deno.git
main
Unnamed repository; edit this file 'description' to name the repository.
User &
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
cli
/
tests
/
unit_node
Age
Commit message (
Expand
)
Author
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(ext/node): add `aes256` algorithm support (#22198)
Asher Gomez
2024-02-01
fix(node): `util.callbackify` (#22200)
Divy Srivastava
2024-01-24
feat: deprecate `Deno.fstat()` and `Deno.fstatSync()` (#22068)
Asher Gomez
2024-01-24
feat: deprecate `Deno.write()` and `Deno.writeSync()` (#22064)
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.read()` and `Deno.readSync()` (#22063)
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
fix(ext/node): fix no arg call of fs.promises.readFile (#22030)
Yoshiya Hinosawa
2024-01-21
chore: use `Deno.writeTextFile()` where appropriate (#22008)
Asher Gomez
2024-01-21
fix(node/fs): promises not exporting fs constants (#21997)
Marvin Hagemeister
2024-01-19
fix(node/http): remoteAddress and remotePort not being set (#21998)
Marvin Hagemeister
2024-01-18
fix(node): update `req.socket` on WS upgrade (#21984)
Divy Srivastava
2024-01-05
fix(ext/node): add WriteStream.isTTY (#21801)
Divy Srivastava
2024-01-04
fix(ci): copyright year for console_test.ts (#21787)
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): 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-28
fix(node): Implement os.cpus() (#21697)
Divy Srivastava
2023-12-27
fix(ext/node): Implement `aes-192-ecb` and `aes-256-ecb` (#21710)
Lino Le Van
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-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-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): allow null value for req.setHeader (#21391)
Yoshiya Hinosawa
2023-12-07
test(ext/node): compare free memory in log scale (#21475)
Yoshiya Hinosawa
2023-12-04
perf(node/fs): faster `existsSync` when not exists (#21458)
David Sherret
2023-12-03
fix(ext/node): sign with PEM private keys (#21287)
Divy Srivastava
2023-12-02
fix(node): setting process.exitCode should change exit code of process (#21429)
David Sherret
2023-12-02
chore: update std to 0.208.0 (#21318)
Asher Gomez
2023-12-01
fix(ext/node): add stubbed process.report (#21373)
Daniel Mizerski
2023-11-30
fix(ext/node): fix os.freemem (#21347)
Yoshiya Hinosawa
2023-11-27
fix(node): `spawnSync`'s `status` was incorrect (#21359)
David Sherret
2023-11-25
chore(ext/node): remove unnecessary test case (#21337)
Yoshiya Hinosawa
2023-11-24
chore: deflake unit_node/crypto/crypto_key_test.ts (#21331)
Bartek IwaĆczuk
2023-11-23
fix(ext/node): fix node:stream.Writable (#21297)
Yoshiya Hinosawa
2023-11-22
refactor: replace `deferred()` from `std/async` with `Promise.withResolvers()...
Asher Gomez
[next]