summaryrefslogtreecommitdiff
path: root/ext/node
AgeCommit message (Expand)Author
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-09-04fix(node): Bump hardcoded version to latest (#20366)Fabian
2023-09-01chore: forward v1.36.4 to main (#20352)Bartek Iwańczuk
2023-09-01fix(ext/node): remove unnecessary and incorrect type priority_t (#20276)Jakub Jirutka
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-28fix(node/http): correctly send `Content-length` header instead of `Transfer-E...osddeitf
2023-08-26chore: update to Rust 1.72 (#20258)林炳权
2023-08-26fix(node): propagate create cipher errors (#20280)Divy Srivastava
2023-08-25feat(node): use i32 for priority_t on MacOS and {Free,Open}BSD (#20286)VlkrS
2023-08-24chore: forward v1.36.3 release commit to main (#20270)denobot
2023-08-23fix(ext/web): add stream tests to detect v8slice split bug (#20253)Matt Mastracci
2023-08-22fix(ext/node): simultaneous reads can leak into each other (#20223)Matt Mastracci
2023-08-21refactor: upgrade deno_ast 0.28 and deno_semver 0.4 (#20193)David Sherret
2023-08-18fix(node/http): emit error when addr in use (#20200)Bartek Iwańczuk
2023-08-17fix(npm): do not panic providing file url to require.resolve paths (#20182)David Sherret
2023-08-16fix(ext/node): allow for the reassignment of userInfo() on Windows (#20165)Evan
2023-08-16feat(ext/node): eagerly bootstrap node (#20153)Matt Mastracci
2023-08-15perf(ext/node): optimize http headers (#20163)Marcos Casagrande
2023-08-15fix(require): use canonicalized path for loading content (#20133)Bartek Iwańczuk
2023-08-14perf(ext/node): cache `IncomingMessageForServer.headers` (#20147)Marcos Casagrande
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
2023-08-10fix(node): don't print warning on process.dlopen.flags (#20124)Bartek Iwańczuk
2023-08-10chore: forward v1.36.1 to main (#20119)Divy Srivastava
2023-08-10fix(node/async_hooks): don't pop async context frame if stack if empty (#20077)Bartek Iwańczuk
2023-08-08chore: rename some helpers on the Fs trait (#20097)Luca Casonato
2023-08-08fix(fmt): do not insert expr stmt leading semi-colon in do while stmt body (#...David Sherret
2023-08-06build: allow disabling snapshots for dev (#20048)Nayeem Rahman
2023-08-04fix(node): polyfill process.title (#20044)Bartek Iwańczuk
2023-08-04fix(node): repl._builtinLibs (#20046)Bartek Iwańczuk
2023-08-03refactor(ext/fetch): refactor fetch to use new write_error method (#20029)Matt Mastracci
2023-08-031.36.0 (#20036)denobot
2023-08-02fix(node): node:test reports correct location (#20025)Bartek Iwańczuk
2023-08-01fix(ext/node): fix import json using npm specifier (#19723)await-ovo
2023-08-02feat(node): add polyfill for node:test module (#20002)Bartek Iwańczuk
2023-08-01ci: lint on all operating systems (#20012)David Sherret
2023-07-31feat(node/os): implement getPriority, setPriority & userInfo (#19370)Leo Kettmeir
2023-07-31perf: faster node globals access in cjs (#19997)Luca Casonato
2023-07-31refactor: update core extension api usage (#19952)Nayeem Rahman
2023-07-31refactor: NodeCodeTranslator - optional source to translate_cjs_to_esm (#20000)David Sherret
2023-07-28fix(npm): improve declaration resolution for filename with different extensio...David Sherret
2023-07-28chore: remove unused dependencies (#19962)Divy Srivastava
2023-07-27fix(node): package path not exported error - add if types resolution was occu...David Sherret
2023-07-261.35.3 (#19947)denobot
2023-07-25perf: cache node resolution when accesing a global (#19930)Bartek Iwańczuk
2023-07-25fix(node): add writable and readable fields to FakeSocket (#19931)Bartek Iwańczuk