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
2019-07-07test: refactor test-fs-write-syncGabriela Niño
2019-07-06src: block SIGTTOU before calling tcsetattr()Ben Noordhuis
2019-07-06inspector: reduce InspectorIo API surfaceEugene Ostroukhov
2019-07-06lib: use `class ... extends` in perf_hooks.jsAnna Henningsen
2019-07-06doc: fix link in build instructionsGautham B A
2019-07-06doc: add description for the listener argumentLuigi Pinca
2019-07-06test: change the repeat Buffer.from('blerg'); statmentsMiken
2019-07-06test: check getReport when error with one line stackhimself65
2019-07-06test: check writeReport when error with one line stackhimself65
2019-07-06src: correct json writer placement in process.reporthimself65
2019-07-06test: generate des rsa_cert.pfxCaleb ツ Everett
2019-07-06http: improve parser error messagesAnna Henningsen
2019-07-06doc: fix family default value in socket.connectKirill Fomichev
2019-07-05test: don't use deprecated crypto.fips propertyBen Noordhuis
2019-07-05src: remove unused using declarations in src/apiDaniel Bevenius
2019-07-05test: create home for test-npm-installDaniel Bevenius
2019-07-05test: unmark test-gc-http-client-onerror flakyRich Trott
2019-07-05doc: simplify `process.resourceUsage()` sectionVse Mozhet Byt
2019-07-05test: skip pseudo-tty tests on AIXSam Roberts
2019-07-04test: skip stringbytes-external-exceed-max on AIXSam Roberts
2019-07-04build: remove --code-cache-path help optionDaniel Bevenius
2019-07-03test: switch the argument order for the assertionIvan Villa
2019-07-03doc: add example for chmod in fs.mdJuan Roa
2019-07-03doc: provide an example to fs.stat()Felipe
2019-07-03test: fix assertion argument order in test-https-agent.jsJulian Correa
2019-07-03worker: assign missing deprecation codeJames M Snell
2019-07-03readline: fix position computationBenoît Zugmeyer
2019-07-03src: configure v8 isolate with uv_get_constrained_memoryKelvin Jin
2019-07-03test: increase test-resource-usage.js validationcjihrig
2019-07-032019-07-03, Version 12.6.0 (Current)Michaël Zasso
2019-07-03src: use thread_local to declare modpendingGabriel Schulhof
2019-07-03doc: fix link from bootstrap README to BUILDINGRod Vagg
2019-07-02doc: format try...catch consistentlycjihrig
2019-07-02deps: upgrade to libuv 1.30.1cjihrig
2019-07-02doc: remove unnecessary stability specifierscjihrig
2019-07-02doc: address missing parencjihrig
2019-07-02src: remove redundant returngengjiawen
2019-07-02build: change ASM compiler url to httpsgengjiawen
2019-07-02build: expose napi_build_version variableNickNaso
2019-07-02test: fix flaky test-vm-timeout-escape-nexttickRich Trott
2019-07-02test: skip tests related to CI failures on AIXSam Roberts
2019-07-02tools: update unified-args to 7.0.0 for md-lint CLIRich Trott
2019-07-02tools: move python code out of jenkins shellSam Roberts
2019-07-02tools: fix v8 testing with devtoolset on ppcleSam Roberts
2019-07-02doc: merge bootstrap/README.md into BUILDING.mdRod Vagg
2019-07-02src: don't abort on EIO when restoring ttyBen Noordhuis
2019-07-02lib: fix stack overflow check to not break on primitiveskball
2019-07-02test: add test to doesNotThrow; validate if actual with regexestrada9166
2019-07-02test: add tests to assert.ok and improve coverageestrada9166
2019-07-01http2: remove square brackets from parsed hostnameLuigi Pinca