Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nodejs/node.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)Author
2022-05-30http2: improve tests and docsDaeyeon Jeong
2022-05-30net: add ability to reset a tcp socketpupilTong
2022-05-30src,lib: migrate to console on context's extra bindinglegendecas
2022-05-30http: add uniqueHeaders option to request and createServerShogun
2022-05-30lib: refactor `validateInt32` and `validateUint32`mawaregetsuka
2022-05-30debugger: throw a more useful error when the frame is missingKohei Ueno
2022-05-30console: fix console.dir crash on a revoked proxyDaeyeon Jeong
2022-05-30net: remoteAddress always undefined called before connectedOneNail
2022-05-30fs: add trailing commasLiviaMedeiros
2022-05-30fs: make params in writing methods optionalLiviaMedeiros
2022-05-30bootstrap: include code cache in the embedded snapshotJoyee Cheung
2022-05-16fs: remove unnecessary ?? operatorMorgan Roderick
2022-05-16perf_hooks: add PerformanceResourceTimingRafaelGSS
2022-05-16typings: fix `os.cpus` invalid return typeHimself65
2022-05-10lib: move WebAssembly Web API into separate fileTobias Nießen
2022-05-10debugger: fix inconsistent inspector output of exec new Map()Kohei Ueno
2022-05-10assert: fix CallTracker wraps the function causes the length to be lostOneNail
2022-05-10lib,test: enable wasm/webapi/empty-body WPTTobias Nießen
2022-05-10bootstrap: stop delaying instantiation of maps in per-context scriptsDarshan Sen
2022-05-10crypto: adjust minimum length in generateKey('hmac', ...)Livia Medeiros
2022-05-10http: added connection closing methodsShogun
2022-05-10fs: add `read(buffer[, options])` versionsLivia Medeiros
2022-05-10http2: compat support for array headersOneNail
2022-05-10assert: make `assert.fail` less affected by prototype tamperingAntoine du Hamel
2022-05-10crypto: clean up parameter validation in HKDFTobias Nießen
2022-05-10doc: clarify some default values in `fs.md`Livia Medeiros
2022-05-02worker: add hasRef() to MessagePortDarshan Sen
2022-05-02perf_hooks: return different functions in timerifyHimself65
2022-05-02v8: export cpu_profiler_metadata_size in getHeapCodeStatisticstheanarkh
2022-05-02esm: fix imports from non-file moduleAntoine du Hamel
2022-05-02errors,console: refactor to use ES2021 syntax小菜
2022-04-28lib,src: use Response URL as WebAssembly locationTobias Nießen
2022-04-28errors,vm: update error and use causeGus Caplan
2022-04-28lib: remove experimental warning from FormDataXuguang Mei
2022-04-28crypto: validate `this` in all webcrypto methods and gettersFilip Skokan
2022-04-28v8: export more fields in getHeapStatisticstheanarkh
2022-04-28lib,src: implement WebAssembly Web APITobias Nießen
2022-04-28doc: consolidate use of multiple-byte unitsAntoine du Hamel
2022-04-28test_runner: add initial CLI runnerColin Ihrig
2022-04-14module: ensure 'node:'-only modules can access node_modulesColin Ihrig
2022-04-13http: refactor headersTimeout and requestTimeout logicPaolo Insogna
2022-04-12buffer: fix `atob` input validationAustin Kelleher
2022-04-12dns: remove `dns.lookup` and `dnsPromises.lookup` options type coercionAntoine du Hamel
2022-04-12net: make `server.address()` return an integer for `family`Antoine du Hamel
2022-04-08stream: remove thenable supportRobert Nagy
2022-04-08readline: fix question still called after closedXuguang Mei
2022-04-08fs: runtime deprecate string coercion in `fs.write`, `fs.writeFileSync`Livia Medeiros
2022-04-04buffer: improve Blob constructor error message when passing a stringXuguang Mei
2022-04-04test_runner: support 'only' testsColin Ihrig
2022-04-04fs: fix write methods param validation and docsLivia Medeiros