summaryrefslogtreecommitdiff
path: root/tests/unit_node
AgeCommit message (Expand)Author
2024-07-19fix(node): support `tty.hasColors()` and `tty.getColorDepth()` (#24619)Marvin Hagemeister
2024-07-16fix(ext/node): http request uploads of subarray of buffer should work (#24603)Satya Rohith
2024-07-15fix(std/http2): release window capacity back to remote stream (#24576)Rano | Ranadeep
2024-07-10fix(node/perf_hooks): stub eventLoopUtilization (#24501)Marvin Hagemeister
2024-07-10fix(node/http): don't send destroyed requests (#24498)Marvin Hagemeister
2024-07-10fix(node/http): don't error if request destroyed before send (#24497)Marvin Hagemeister
2024-07-09fix(node/http): support all `.writeHead()` signatures (#24469)Marvin Hagemeister
2024-07-08fix(node/assert): throws not checking error instance (#24466)Marvin Hagemeister
2024-07-05fix(ext/node): rewrite digest handling (#24392)Luca Casonato
2024-07-05fix(ext/node): http chunked writes hangs (#24428)Divy Srivastava
2024-07-04fix(node/http): don't throw on .address() before .listen() (#24432)Marvin Hagemeister
2024-07-03fix(ext/node): don't wait for end() call to send http client request (#24390)Satya Rohith
2024-06-26perf(ext/node): improve `Buffer.from(buffer)` (#24352)ud2
2024-06-25fix(ext/node): ignore stream error during enqueue (#24243)Satya Rohith
2024-06-24fix(ext/node): rewrite crypto.Hash (#24302)Luca Casonato
2024-06-21fix(ext/node): add ServerResponse#appendHeader (#24216)Divy Srivastava
2024-06-21fix(ext/node): don't panic on invalid utf-8 in pem (#24303)Luca Casonato
2024-06-20fix(ext/node): use cppgc for node:zlib (#24267)Divy Srivastava
2024-06-19fix(ext/node): Add Dirent.path and Dirent.parentPath (#24257)Divy Srivastava
2024-06-18fix(ext/node): make process.versions own property (#24240)Divy Srivastava
2024-06-18feat(ext/node): add BlockList & SocketAddress classes (#24229)Satya Rohith
2024-06-17fix(ext/node): use `Deno.FsFile.statSync()` (#24234)Asher Gomez
2024-06-14fix(ext/node): `server.close()` does graceful shutdown (#24184)Divy Srivastava
2024-06-12fix(ext/node): fix vm memory usage and context initialization (#23976)Divy Srivastava
2024-06-11fix(ext/node): ServerResponse header array handling (#24149)Luca Casonato
2024-06-05chore: upgrade dlint to 0.60.0 (#24041)Bartek Iwańczuk
2024-06-02fix: validate integer values in `Deno.exitCode` setter (#24068)Kenta Moriuchi
2024-05-29feat: Add `Deno.exitCode` API (#23609)Luke Edwards
2024-05-29fix(ext/node): don't encode buffer data as utf8 in http2 (#24016)Satya Rohith
2024-05-28fix(ext/node/fs): `position` argument not applied (#24009)Marvin Hagemeister
2024-05-28fix(ext/node): add `throwIfNoEntry` option in `fs.lstatSync` (#24006)Marvin Hagemeister
2024-05-26fix(node): set default http server response code 200 (#23977)Marvin Hagemeister
2024-05-23fix(ext/node): add stubs for perf_hooks.PerformaceObserver (#23958)Divy Srivastava
2024-05-23feat(ext/fetch): `Request.bytes()` and `Response.bytes()` (#23823)Asher Gomez
2024-05-20fix(node): stub findSourceMap for `ava` (#23899)Marvin Hagemeister
2024-05-20fix(node): track `SIG*` listeners in `process.listeners` (#23890)Marvin Hagemeister
2024-05-20fix(node): patch MessagePort in worker_thread message (#23871)Marvin Hagemeister
2024-05-19fix: handle signal 0 in process.kill (#23473)Bedis Nbiba
2024-05-17fix(node): instantiating process class without new (#23865)Marvin Hagemeister
2024-05-16fix(ext/node): homedir() `getpwuid`/`SHGetKnownFolderPath` fallback (#23841)Divy Srivastava
2024-05-16fix(ext/node): export geteuid from node:process (#23840)Divy Srivastava
2024-05-15fix(node): wrong `worker_threads.terminate()` return value (#23803)Marvin Hagemeister
2024-05-15chore: fix flaky '[node/http] send request with non-chunked body' test (#23818)David Sherret
2024-05-15fix(node): stub `AsyncResource.emitDestroy()` (#23802)Marvin Hagemeister
2024-05-12fix(ext/node): process.uptime works without this (#23786)Bartek Iwańczuk
2024-05-02fix(ext/node): support delete process.env.var (#23647)Satya Rohith
2024-04-30fix(ext/node): support multiple message listeners on MessagePort (#23600)Satya Rohith
2024-04-29fix(ext/node): exporting rsa public keys (#23596)Divy Srivastava
2024-04-24fix(ext/node): worker_threads copies env object (#23536)Bartek Iwańczuk
2024-04-21fix(ext/node): define http.maxHeaderSize (#23479)Bartek Iwańczuk