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/src
AgeCommit message (Expand)Author
2022-01-092022-01-10, Version 14.18.3 'Fermium' (LTS)v14.18.3Richard Lau
2022-01-07src: add cve reverts and associated testsMichael Dawson
2022-01-07tls: fix handling of x509 subject and issuerTobias Nießen
2022-01-07crypto,tls: implement safe x509 GeneralName formatTobias Nießen
2022-01-07src: remove unused x509 functionsTobias Nießen
2021-11-30Working on v14.18.3Richard Lau
2021-11-262021-11-30, Version 14.18.2 'Fermium' (LTS)v14.18.2Richard Lau
2021-11-26worker: avoid potential deadlock on NearHeapLimitSantiago Gimeno
2021-10-12Working on v14.18.2Danielle Adams
2021-10-112021-10-12, Version 14.18.1 'Fermium' (LTS)v14.18.1Danielle Adams
2021-09-28Working on v14.18.1Michaël Zasso
2021-09-072021-09-28, Version 14.18.0 'Fermium' (LTS)v14.18.0Michaël Zasso
2021-09-04build: add option to hide console windowCheng Zhao
2021-09-04src: fix TextDecoder final flush size calculationJames M Snell
2021-09-04node-api: handle pending exception in cb wrapperMichael Dawson
2021-09-04src: add cosmetic space character to `async_wrap.h` fileJuan José Arboleda
2021-09-04src: print native module id on native module not foundlegendecas
2021-09-04src: close HandleWraps instead of deleting them in OnGCCollect()Anna Henningsen
2021-09-04debugger: validate sec-websocket-accept response headerChris Opperwall
2021-09-04deps: extract gtest source files to deps/googletestlegendecas
2021-09-04process: add api to enable source-maps programmaticallylegendecas
2021-09-04src: remove unused guards around node-api referencelegendecas
2021-09-04debugger: indicate server is endingRich Trott
2021-09-04node-api: cctest on v8impl::Referencelegendecas
2021-09-04inspector: move inspector async hooks to environmentJoyee Cheung
2021-09-04doc: use ASCII order for md refsAntoine du Hamel
2021-09-04src,zlib: tighten up Z_*_WINDOWBITS macrosXadillaX
2021-09-04src: fix crash in AfterGetAddrInfoAnna Henningsen
2021-09-04src: call overload ctor from the original ctorDarshan Sen
2021-09-04src: add a constructor overload for CallbackScopeDarshan Sen
2021-09-04src: fix align in cares_wrap.hLuan
2021-09-04dns: add "tries" option to Resolve optionsLuan Devecchi
2021-09-04src: allow to negate boolean CLI flagsMichaël Zasso
2021-09-04dns: allow `--dns-result-order` to change default dns verbatimOuyang Yadong
2021-09-03report: generates report on threads with no isolateslegendecas
2021-09-03src: fix fatal errors when a current isolate not existlegendecas
2021-09-03node-api: rtn pending excep on napi_new_instancelegendecas
2021-08-31async_hooks: eliminate native PromiseHookStephen Belanger
2021-08-31src: remove more extra semis from member fnsShelley Vohr
2021-08-31buffer: avoid creating the backing store in the threadJames M Snell
2021-08-31src: use BaseObject::kInteralFieldCount in BlobJoyee Cheung
2021-08-31buffer: introduce BlobJames M Snell
2021-08-31buffer: add base64url encoding optionFilip Skokan
2021-08-31perf_hooks: introduce createHistogramJames M Snell
2021-08-31node-api: allow retrieval of add-on file nameGabriel Schulhof
2021-08-31src: add --heapsnapshot-near-heap-limit optionJoyee Cheung
2021-08-31http2: add support for sensitive headersAnna Henningsen
2021-08-31v8: implement v8.stopCoverage()Joyee Cheung
2021-08-31v8: implement v8.takeCoverage()Joyee Cheung
2021-08-31src: compare IPv4 addresses in host byte ordercjihrig