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
AgeCommit message (Expand)Author
2020-05-24dns: add dns/promises aliasshisama
2020-05-13build: fix `--error-on-warn` for macOSRichard Lau
2020-05-09src: split out callback queue implementation from EnvironmentAnna Henningsen
2020-04-30build: add --error-on-warn configure flagDaniel Bevenius
2020-04-23assert: port common.mustCall() to assertConorDavenport
2020-04-14src: add AliasedStruct utilityJames M Snell
2020-04-02src: move JSONWriter into its own fileAnna Henningsen
2020-03-30src: unify Linux and FreeBSD large pages implemGabriel Schulhof
2020-03-21src,test: add full-featured embedder API testAnna Henningsen
2020-03-15build: remove node_report option in node.gypcjihrig
2020-03-11build: remove empty line on node.gyp fileJuan José Arboleda
2020-03-10tools: use per-process native Debug() printer in mkcodecacheJoyee Cheung
2020-03-06src,http2: introduce node_http_commonJames M Snell
2020-03-05src: introduce node_sockaddrJames M Snell
2020-03-04build: fix building with ninjaRichard Lau
2020-03-03src: start the .text section with an asm symbolGabriel Schulhof
2020-03-03src: add node_crypto_common and refactorJames M Snell
2020-03-02perf,src: add HistogramBase and internal/histogram.jsJames M Snell
2020-02-27build: add missing comma in node.gypcjihrig
2020-02-25src: include large pages source unconditionallyGabriel Schulhof
2020-02-19fs: add fs/promises alias moduleGus Caplan
2020-02-08worker: improve MessagePort performanceAnna Henningsen
2020-02-03worker: add ability to take heap snapshot from parent threadAnna Henningsen
2020-02-01src: use __executable_start for linux hugepagesBen Noordhuis
2020-01-31build: enable loading internal modules from diskGus Caplan
2020-01-28src,lib: make ^C print a JS stack tracelegendecas
2020-01-24src: add C++-style sprintf utilityAnna Henningsen
2020-01-07module: loader getSource, getFormat, transform hooksGeoffrey Booth
2020-01-02build: don't use -latomic on macOSRyan Schmidt
2019-12-26src: port --bash-completion to C++Joyee Cheung
2019-12-22src: make --use-largepages a runtime optionGabriel Schulhof
2019-12-20bootstrap: use different scripts to setup different configurationsJoyee Cheung
2019-12-12build: add flag to enable pointer compressionMatteo Collina
2019-12-08src: port memory-tracking allocator from QUIC repoAnna Henningsen
2019-12-06build: remove (almost) unused macros/constantsbcoe
2019-12-03build: add --without-node-code-cache configure optionJoyee Cheung
2019-11-30wasi: introduce initial WASI supportcjihrig
2019-11-30src: clean up node_file.hAnna Henningsen
2019-11-19src: introduce custom smart pointers for `BaseObject`sAnna Henningsen
2019-11-19module: reduce circular dependency of internal/modules/cjs/loaderJoyee Cheung
2019-11-08src: remove custom tracking for SharedArrayBuffersAnna Henningsen
2019-11-08build,tools: update V8 gypfiles for V8 7.9Michaël Zasso
2019-11-06child_process,cluster: allow using V8 serialization APIAnna Henningsen
2019-10-29stream: extract Readable.from in its own fileMatteo Collina
2019-10-20build: make configure --without-snapshot a no-opMichaël Zasso
2019-10-15vm: add Synthetic modulesGus Caplan
2019-10-14process: add lineLength to source-map-cachebcoe
2019-10-13build: always use strings for compiler version in gyp filesMichaël Zasso
2019-10-08fs: introduce `opendir()` and `fs.Dir`Jeremiah Senkpiel
2019-10-06process: add source-map support to stack tracesbcoe