summaryrefslogtreecommitdiff
path: root/cli/tests/unit_node
AgeCommit message (Expand)Author
2023-12-11fix(ext/node): basic vm.runInNewContext implementation (#21527)Divy Srivastava
2023-12-11fix(ext/node): ServerResponse getHeader() return undefined (#21525)Divy Srivastava
2023-12-11fix(ext/node): stub ServerResponse#flushHeaders (#21526)Divy Srivastava
2023-12-08fix(ext/node): allow null value for req.setHeader (#21391)Yoshiya Hinosawa
2023-12-07test(ext/node): compare free memory in log scale (#21475)Yoshiya Hinosawa
2023-12-04perf(node/fs): faster `existsSync` when not exists (#21458)David Sherret
2023-12-03fix(ext/node): sign with PEM private keys (#21287)Divy Srivastava
2023-12-02fix(node): setting process.exitCode should change exit code of process (#21429)David Sherret
2023-12-02chore: update std to 0.208.0 (#21318)Asher Gomez
2023-12-01fix(ext/node): add stubbed process.report (#21373)Daniel Mizerski
2023-11-30fix(ext/node): fix os.freemem (#21347)Yoshiya Hinosawa
2023-11-27fix(node): `spawnSync`'s `status` was incorrect (#21359)David Sherret
2023-11-25chore(ext/node): remove unnecessary test case (#21337)Yoshiya Hinosawa
2023-11-24chore: deflake unit_node/crypto/crypto_key_test.ts (#21331)Bartek Iwańczuk
2023-11-23fix(ext/node): fix node:stream.Writable (#21297)Yoshiya Hinosawa
2023-11-22refactor: replace `deferred()` from `std/async` with `Promise.withResolvers()...Asher Gomez
2023-11-22Revert "chore: update to `std@0.207.0` (#21284)" (#21295)Bartek Iwańczuk
2023-11-22chore: update to `std@0.207.0` (#21284)Asher Gomez
2023-11-20fix(ext/node): handle closing process.stdin more than once (#21267)Divy Srivastava
2023-11-14fix(ext/node): add APIs perf_hook.performance (#21192)Bartek Iwańczuk
2023-11-11fix(node/http): export globalAgent (#21081)Jacob Hummer
2023-11-10fix(ext/node): implement process.geteuid (#21151)Divy Srivastava
2023-11-10fix(node/child_process): properly normalize stdio for 'spawnSync' (#21103)Bartek Iwańczuk
2023-11-09fix(node): implement createPrivateKey (#20981)Divy Srivastava
2023-11-07fix(node/http): socket.setTimeout (#20930)Gasman
2023-11-06fix(ext): use `String#toWellFormed` in ext/webidl and ext/node (#21054)Kenta Moriuchi
2023-11-01fix(ext/node): adapt dynamic type checking to Node.js behavior (#21014)Kenta Moriuchi
2023-10-28Revert "chore: update deno_std submodule (#20994)" (#21001)Bartek Iwańczuk
2023-10-27chore: update deno_std submodule (#20994)Bartek Iwańczuk
2023-10-22fix(polyfill): correctly handle flag when its equal 0 (#20953)sigmaSd
2023-10-18fix(ext/node): process.argv0 (#20925)Bartek Iwańczuk
2023-10-12fix(node/http2): fixes to support grpc (#20712)Bartek Iwańczuk
2023-10-05fix(ext/node): implement uv.errname (#20785)Divy Srivastava
2023-10-02fix(ext/node): don't call undefined nextTick fn (#20724)Luca Casonato
2023-09-23fix(node): supported arguments to `randomFillSync` (#20637)Divy Srivastava
2023-09-16perf: improve async op santizer speed and accuracy (#20501)Luca Casonato
2023-09-15feat(ext/node): http2.connect() API (#19671)Bartek Iwańczuk
2023-09-08fix(ext/node/ops/zlib/brotli): Allow decompressing more than 4096 bytes (#20301)Curran McConnell
2023-09-06fix(ext/node): implement AES GCM cipher (#20368)Divy Srivastava
2023-09-05fix(node/child_process): don't crash on undefined/null value of an env var (#...zuisong
2023-08-29fix(node/http): don't leak resources on destroyed request (#20040)Bartek Iwańczuk
2023-08-29fix(ext/node): fix argv[1] in Worker (#20305)Yoshiya Hinosawa
2023-08-28fix(ext/node): shared global buffer unlock correctness fix (#20314)Matt Mastracci
2023-08-26fix(node): propagate create cipher errors (#20280)Divy Srivastava
2023-08-22fix(ext/node): simultaneous reads can leak into each other (#20223)Matt Mastracci
2023-08-18fix(node/http): emit error when addr in use (#20200)Bartek Iwańczuk
2023-08-17feat(ext/web): resourceForReadableStream (#20180)Matt Mastracci
2023-08-11fix(node): implement TLSSocket._start (#20120)Divy Srivastava
2023-08-11fix(ext/node): support dictionary option in zlib init (#20035)Divy Srivastava
2023-08-11fix(node): object keys in publicEncrypt (#20128)Divy Srivastava