summaryrefslogtreecommitdiff
path: root/ext/node/polyfills
AgeCommit message (Expand)Author
2024-06-10fix(ext/node): send data frame with end_stream flag on _final call (#24147)Satya Rohith
2024-06-09fix(ext/node): add crypto and zlib constants (#24151)Luca Casonato
2024-06-09fix(ext/net): make node:http2 work with DENO_FUTURE=1 (#24144)Bartek Iwańczuk
2024-06-07fix(ext/node): support stdin child_process IPC & fd stdout/stderr (#24106)Divy Srivastava
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/http): flush gzip streaming response (#23991)Bartek Iwańczuk
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): return cancelled flag in get_response_body_chunk op (#23962)Satya Rohith
2024-05-23fix(ext/node): add stubs for perf_hooks.PerformaceObserver (#23958)Divy Srivastava
2024-05-21feat(node): buffer isUtf8/isAscii (#23928)snek
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): fix grpc error_handling example (#23755)Satya Rohith
2024-05-16fix(node): error when throwing `FS_EISDIR` (#23829)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-15fix(node): stub `AsyncResource.emitDestroy()` (#23802)Marvin Hagemeister
2024-05-12fix(ext/node): process.uptime works without this (#23786)Bartek Iwańczuk
2024-05-05fix(ext/node): don't rely on Deno.env to read NODE_DEBUG (#23694)Satya Rohith
2024-05-02fix(ext/node): check resource exists before close (#23655)Satya Rohith
2024-05-02fix(ext/node): support delete process.env.var (#23647)Satya Rohith
2024-04-30fix(node): require.resolve - fallback to global cache when bare specifier fro...David Sherret
2024-04-30fix(ext/node): support multiple message listeners on MessagePort (#23600)Satya Rohith
2024-04-30fix(ext/node): read(0) before destroying http2stream (#23505)Satya Rohith
2024-04-29fix(ext/node): exporting rsa public keys (#23596)Divy Srivastava
2024-04-29refactor: remove dead code in node stream polyfill (#23597)Yoshiya Hinosawa
2024-04-29fix(ext/node): support NODE_DEBUG env (#23583)Satya Rohith
2024-04-29fix(ext/node): add support for MessagePort.removeListener/off (#23598)Satya Rohith
2024-04-27fix(ext/node): support process.stdin.unref() (#22865)Yoshiya Hinosawa
2024-04-24feat(ext/http): Implement request.signal for Deno.serve (#23425)Matt Mastracci
2024-04-24fix(ext/node): worker_threads copies env object (#23536)Bartek Iwańczuk
2024-04-23fix: Float16Array support (#23512)Kenta Moriuchi
2024-04-21fix(ext/node): define http.maxHeaderSize (#23479)Bartek Iwańczuk
2024-04-20fix(ext/node): implement process.kill in Rust (#23130)Divy Srivastava
2024-04-20fix(ext/node): Support `env` option in worker_thread (#23462)Divy Srivastava
2024-04-18fix(ext/node): Correctly send ALPN on node TLS connections (#23434)Matt Mastracci
2024-04-16fix(ext/node): dispatch beforeExit/exit events irrespective of listeners (#23...Satya Rohith
2024-04-16fix(ext/node): panic on 'worker_threads.receiveMessageOnPort' (#23386)Bartek Iwańczuk
2024-04-15fix(ext/node): add stub for AsyncResource#asyncId() (#23372)Divy Srivastava
2024-04-13fix(ext/node): use ext/io stdio in WriteStream (#23354)Divy Srivastava
2024-04-12chore: remove repetitive words (#23341)youngwendy
2024-04-09fix(ext/node): implement MessagePort.unref() (#23278)Satya Rohith