summaryrefslogtreecommitdiff
path: root/ext/node
AgeCommit message (Expand)Author
2024-07-31chore: forward v1.45.5 release commit to main (#24818)denobot
2024-07-31fix(ext/node): handle node child_process with --v8-options flag (#24804)Luca Casonato
2024-07-31fix(node/fs/promises): watch should be async iterable (#24805)Marvin Hagemeister
2024-07-31fix(node/timers/promises): add scheduler APIs (#24802)Marvin Hagemeister
2024-07-30fix(node): Rework node:child_process IPC (#24763)Nathan Whitaker
2024-07-30perf(ext/node): improve `Buffer` from string performance (#24567)Divy Srivastava
2024-07-30refactor(ext/node): create separate ops for node:http module (#24788)Bartek Iwańczuk
2024-07-29fix(ext/node): prevent panic in http2.connect with uppercase header names (#2...Satya Rohith
2024-07-28fix: actually add missing `node:readline/promises` module (#24772)David Sherret
2024-07-26chore: forward v1.45.4 release commit to main (#24754)denobot
2024-07-26fix(ext/node): read correct CPU usage stats on Linux (#24732)MrEconomical
2024-07-25refactor: decouple node resolution from deno_core (#24724)David Sherret
2024-07-25fix(node/worker_threads): support `port.once()` (#24725)Marvin Hagemeister
2024-07-24fix(ext/fetch): respect authority from URL (#24705)Bartek Iwańczuk
2024-07-24fix(ext/node/net): emit `error` before `close` when connection is refused (#2...Yoshiya Hinosawa
2024-07-24fix(node): Run node compat tests listed in the `ignore` field (and fix the on...Nathan Whitaker
2024-07-24fix(node): better detection for when to surface node resolution errors (#24653)David Sherret
2024-07-23refactor: update to use deno_package_json (#24688)David Sherret
2024-07-23chore: forward v1.45.3 release commit to main (#24681)denobot
2024-07-19fix: missing `emitWarning` import (#24587)Marvin Hagemeister
2024-07-19fix(node): support `tty.hasColors()` and `tty.getColorDepth()` (#24619)Marvin Hagemeister
2024-07-19fix(ext/node): do not expose `self` global in node (#24637)Yoshiya Hinosawa
2024-07-17fix(ext/node): stat.mode on windows (#24434)Divy Srivastava
2024-07-18Reland "refactor(fetch): reimplement fetch with hyper instead of reqwest" (#2...Bartek Iwańczuk
2024-07-17perf(ext/node): optimize fs.exists[Sync] (#24613)Divy Srivastava
2024-07-16refactor(node): internally add `.code()` to node resolution errors (#24610)David Sherret
2024-07-16fix(ext/node): http request uploads of subarray of buffer should work (#24603)Satya Rohith
2024-07-15chore: upgrade dependencies (#24565)snek
2024-07-15fix(std/http2): release window capacity back to remote stream (#24576)Rano | Ranadeep
2024-07-13Revert "refactor(fetch): reimplement fetch with hyper instead of reqwest (#24...Ryan Dahl
2024-07-13refactor(fetch): reimplement fetch with hyper instead of reqwest (#24237)Sean McArthur
2024-07-12chore: forward v1.45.2 release commit to main (#24564)denobot
2024-07-12fix(ext/node): handle prefix mapping for IPv4-mapped IPv6 addresses (#24546)Satya Rohith
2024-07-11fix: unblock fsevents native module (#24542)snek
2024-07-12chore: forward v1.45.1 release commit to main (#24540)denobot
2024-07-11fix(node): revert invalid package target change (#24539)David Sherret
2024-07-111.45.0 (#24512)denobot
2024-07-10fix(check): CJS types importing dual ESM/CJS package should prefer CJS types ...David Sherret
2024-07-10fix(node/perf_hooks): stub eventLoopUtilization (#24501)Marvin Hagemeister
2024-07-10fix(node/v8): stub serializer methods (#24502)Marvin Hagemeister
2024-07-10fix: Add sys permission kinds for node compat (#24242)Adam Gregory
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-10feat(node): Support executing npm package lifecycle scripts (preinstall/insta...Nathan Whitaker
2024-07-09fix: do not return undefined for missing global properties (#24474)snek
2024-07-09refactor: use concrete error types for node resolution (#24470)David Sherret
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(node): Implement `fs.lchown` (and `process.getegid`) (#24418)Nathan Whitaker
2024-07-05chore: remove unused class private properties (#24441)Marvin Hagemeister