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
2020-02-08worker: improve MessagePort performanceAnna Henningsen
2020-02-06n-api: free instance data as referenceGabriel Schulhof
2020-02-06crypto: fix assertion caused by unsupported extFedor Indutny
2020-02-06http: strip trailing OWS from header valuesSam Roberts
2020-02-05src: fix inspecting `MessagePort` from `init` async hookAnna Henningsen
2020-02-05fs: deprecate closing FileHandle on garbage collectionJames M Snell
2020-02-04perf_hooks: add property flags to GCPerformanceEntryKirill Fomichev
2020-02-04src: remove unused `Worker::child_port_` memberAnna Henningsen
2020-02-04fs: set path when mkdir recursive called on filebcoe
2020-02-03src: change Fill() to use ParseArrayIndex()ConorDavenport
2020-02-03esm: import.meta.resolve with nodejs: builtinsGuy Bedford
2020-02-03worker: add ability to take heap snapshot from parent threadAnna Henningsen
2020-02-02src: remove duplicate field env in CryptoJob classConorDavenport
2020-02-02src: fix console debug output on WindowsDenys Otrishko
2020-02-01src: use __executable_start for linux hugepagesBen Noordhuis
2020-02-01doc: list largepage values in --helpcjihrig
2020-02-01src: remove preview for heap dump utilitiesAnna Henningsen
2020-01-31fs: return first folder made by mkdir recursivebcoe
2020-01-31build: enable loading internal modules from diskGus Caplan
2020-01-31n-api: rename 'promise' parameter to 'value'Tobias Nießen
2020-01-31process: report ArrayBuffer memory in `memoryUsage()`Anna Henningsen
2020-01-31worker: remove redundant closing of child portaaccttrr
2020-01-30src: fix minor typo in base_object.hDaniel Bevenius
2020-01-29src: fix debug crash handling null stringsRusty Conover
2020-01-29src: fix ignore GCC -Wcast-function-type for older compilersDenys Otrishko
2020-01-28src,lib: make ^C print a JS stack tracelegendecas
2020-01-27src: simplify native immediate queue runningAnna Henningsen
2020-01-27fs: bail on permission error in recursive directory creationbcoe
2020-01-26src: ignore GCC -Wcast-function-type for v8.hDaniel Bevenius
2020-01-25src: define noreturn attribute for windowsAlexander Smarus
2020-01-25src: reduce code duplication in BootstrapNodeDenys Otrishko
2020-01-24src: use custom fprintf alike to write errors to stderrAnna Henningsen
2020-01-24src: add C++-style sprintf utilityAnna Henningsen
2020-01-23crypto: improve errors in DiffieHellmanGroupTobias Nießen
2020-01-23crypto: assign and use ERR_CRYPTO_UNKNOWN_CIPHERTobias Nießen
2020-01-23tls: simplify errors using ThrowCryptoErrorTobias Nießen
2020-01-23src: harden running native `SetImmediate()`s slightlyAnna Henningsen
2020-01-23worker: move JoinThread() back into exit callbackAnna Henningsen
2020-01-22report: add support for WorkersAnna Henningsen
2020-01-22src: move MemoryInfo() for worker code to .cc filesAnna Henningsen
2020-01-22src: add interrupts to Environments/WorkersAnna Henningsen
2020-01-22src: remove AsyncRequestAnna Henningsen
2020-01-22src: add a threadsafe variant of SetImmediate()Anna Henningsen
2020-01-22src: exclude C++ SetImmediate() from countAnna Henningsen
2020-01-22src: better encapsulate native immediate listAnna Henningsen
2020-01-22lib,src: switch Buffer::kMaxLength to size_tBen Noordhuis
2020-01-21crypto: add crypto.diffieHellmanTobias Nießen
2020-01-21crypto: add DH support to generateKeyPairTobias Nießen
2020-01-21crypto: simplify DH groupsTobias Nießen
2020-01-21crypto: add key type 'dh'Tobias Nießen