summaryrefslogtreecommitdiff
path: root/ext/node
AgeCommit message (Expand)Author
2023-11-11fix(node/http): export globalAgent (#21081)Jacob Hummer
2023-11-10fix(ext/node): implement process.geteuid (#21151)Divy Srivastava
2023-11-10chore: use pure rust secp256k1 crate (#21154)Divy Srivastava
2023-11-10chore: forward v1.38.1 release commit to main (#21144)denobot
2023-11-10fix(node/child_process): properly normalize stdio for 'spawnSync' (#21103)Bartek Iwańczuk
2023-11-09perf: remove knowledge of promise IDs from deno (#21132)Matt Mastracci
2023-11-09fix(node): implement createPrivateKey (#20981)Divy Srivastava
2023-11-07fix(node): cjs export analysis should probe for json files (#21113)David Sherret
2023-11-07fix(node): inspect ancestor directories when resolving cjs re-exports during ...David Sherret
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-05chore(ext/crypto): upgrade ec cratesDivy Srivastava
2023-11-04fix(node): use closest package.json to resolve package.json imports (#21075)David Sherret
2023-11-021.38.0 (#21051)denobot
2023-11-01fix(ext/node): adapt dynamic type checking to Node.js behavior (#21014)Kenta Moriuchi
2023-10-31chore: use deno_whoami (#21027)Divy Srivastava
2023-10-31fix(ext/node): tty streams extends net socket (#21026)Divy Srivastava
2023-10-30fix: implement node:tty (#20892)Divy Srivastava
2023-10-30chore: upgrade rsa to 0.9 (#21016)Divy Srivastava
2023-10-27chore(ext/crypto): upgrade to ring 0.17 (#20824)Divy Srivastava
2023-10-26fix(unstable/byonm): improve error messages (#20987)David Sherret
2023-10-25chore: update deno_core and port all remaining ops to `op2` (#20954)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-17fix(node): resolve file.d specifiers in npm packages (#20918)David Sherret
2023-10-13chore: forward v1.37.2 release commit to main (#20897)denobot
2023-10-12fix(node/http2): fixes to support grpc (#20712)Bartek Iwańczuk
2023-10-08fix(node/buffer): utf8ToBytes should return a Uint8Array (#20769)Aapo Alasuutari
2023-10-07refactor: migrate more ops to op2 macro (#20808)Bartek Iwańczuk
2023-10-06refactor: migrate ext/node/ops to op2 (#20805)Bartek Iwańczuk
2023-10-05refactor(npm): add referrer when resolving npm package sub path from deno mod...David Sherret
2023-10-05chore: update to Rust 1.73 (#20781)林炳权
2023-10-05fix(ext/node): implement uv.errname (#20785)Divy Srivastava
2023-10-04refactor(node): combine node resolution code for resolving a package subpath ...David Sherret
2023-10-03refactor(npm): break up `NpmModuleLoader` and move more methods into the mana...David Sherret
2023-10-02fix(ext/node): don't call undefined nextTick fn (#20724)Luca Casonato
2023-09-30perf(node): use faster utf8 byte length in Buffer#from (#20746)Divy Srivastava
2023-09-30feat(node/os): Add `availableParallelism` (#20745)Rui He
2023-09-28refactor(ext/node): remove dependency on deno_npm and deno_semver (#20718)David Sherret
2023-09-27fix(ext/node): fix TypeError in Buffer.from with base64url encoding. (#20705)Chen Su
2023-09-27chore: forward v1.37.1 release commit to main (#20706)denobot
2023-09-26chore: slight cleanup in npm resolvers (#20692)David Sherret
2023-09-26refactor: rewrite ext/node/crypto to op2 macro (#20675)Bartek Iwańczuk
2023-09-24fix(ext/node): Fix invalid length variable reference in blitBuffer (#20648)Aapo Alasuutari
2023-09-24fix(ext/node): simplified array.from + map (#20653)Mikhail
2023-09-23refactor: rewrite ext/node/http2 to op2 macro (#20629)Bartek Iwańczuk
2023-09-23refactor: rewrite ops using i64/usize to op2 (#20647)Bartek Iwańczuk
2023-09-23fix(node): supported arguments to `randomFillSync` (#20637)Divy Srivastava
2023-09-22fix(node/package_json): Avoid panic when "exports" field is null (#20588)Alessandro Scandone
2023-09-21fix(node): point process.version to Node 18.18.0 LTS (#20597)Divy Srivastava