summaryrefslogtreecommitdiff
path: root/ext/node/polyfills
AgeCommit message (Expand)Author
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-10fix(node/async_hooks): don't pop async context frame if stack if empty (#20077)Bartek Iwańczuk
2023-08-08fix(fmt): do not insert expr stmt leading semi-colon in do while stmt body (#...David Sherret
2023-08-04fix(node): polyfill process.title (#20044)Bartek Iwańczuk
2023-08-04fix(node): repl._builtinLibs (#20046)Bartek Iwańczuk
2023-08-02fix(node): node:test reports correct location (#20025)Bartek Iwańczuk
2023-08-02feat(node): add polyfill for node:test module (#20002)Bartek Iwańczuk
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-25fix(node): add writable and readable fields to FakeSocket (#19931)Bartek Iwańczuk
2023-07-24fix(node_compat): Wrap require resolve exports in try catch block (#19592)Vedant Pandey
2023-07-22chore: update commonjs loading docs (#19904)sigmaSd
2023-07-21fix(node/http): add encrypted field to FakeSocket (#19886)Leo Kettmeir
2023-07-19feat(ext/node): properly segregate node globals (#19307)Luca Casonato
2023-07-19fix(node/http): call callback after request is sent (#19871)Leo Kettmeir
2023-07-19fix(node/net): Server connection callback include socket value (#19779)Leo Kettmeir
2023-07-18fix(ext/node): check if resource can be used with write_vectored (#19868)Divy Srivastava
2023-07-18fix(node): add process.dlopen API (#19860)Bartek Iwańczuk
2023-07-17fix(node): improve error message requiring non-npm es module (#19856)David Sherret
2023-07-17fix(node): improve require esm error messages (#19853)David Sherret
2023-07-17fix(ext/node): fix stream/promises export (#19820)await-ovo
2023-07-11fix(node/http): add destroy to FakeSocket (#19796)Leo Kettmeir
2023-07-11fix(node/http): allow callback in first argument of end call (#19778)Leo Kettmeir
2023-07-10fix(node/http): server use FakeSocket and add end method (#19660)Leo Kettmeir
2023-07-08chore: upgrade to dprint 0.39 (#19768)David Sherret
2023-07-07perf(ext/node): native vectored write for server streams (#19752)Divy Srivastava
2023-07-06perf(node/async_hooks): optimize AsyncLocalStorage (#19729)Bartek Iwańczuk
2023-07-05perf(ext/node): optimize net streams (#19678)Divy Srivastava
2023-07-04fix(ext/node): Define performance.timeOrigin as getter property (#19714)await-ovo
2023-07-02fix(ext/node): ignore cancelled timer when node timer refresh (#19637)await-ovo
2023-07-02refactor: rename built-in node modules from ext:deno_node/ to node: (#19680)Bartek Iwańczuk
2023-06-30fix(node/http): add setKeepAlive to FakeSocket (#19659)Leo Kettmeir
2023-06-27fix: lint on main branch (#19622)Bartek Iwańczuk
2023-06-27chore(ext/node): disable prefer-primordials on a per-file basis (#19553)Kenta Moriuchi
2023-06-27test(ext/node): port crypto_test.ts from deno_std (#19561)Felipe Baltor
2023-06-26chore: fix typos (#19572)Martin Fischer
2023-06-26fix(ext/node): remove path.toFileUrl (#19536)Ryan Clements
2023-06-24fix(ext/node): support brotli APIs (#19223)Divy Srivastava
2023-06-23fix(serde_v8): Do not coerce values in serde_v8 (#19569)Divy Srivastava
2023-06-16fix(ext/node): remove fromFileUrl from "node:path" (#19504)Ryan Clements
2023-06-15fix(node): Worker constructor doesn't check type: module of package.json (#19...Vedant Pandey
2023-06-15refactor(ext/fetch): simplify fetch ops (#19494)Bartek Iwańczuk
2023-06-14chore(ext/node): bring back changes to ClientRequest.onSocket (#19509)Leo Kettmeir
2023-06-13fix(node/buffer): make slice be the same as subarray (#19481)Leo Kettmeir
2023-06-13fix(ext/node): handle 'upgrade' responses (#19412)Bartek Iwańczuk
2023-06-13feat(node): HTTPS server (#19362)Leo Kettmeir
2023-06-12feat: Adaptations to support OpenBSD port (#19153)VlkrS
2023-06-08chore(ext/node): revert changes to ClientRequest.onSocket (#19426)Bartek Iwańczuk
2023-06-08feat(node_compat): Add a write method to the FileHandle class (#19385)nasa