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
2021-06-14tools: update doctool dependencies, migrate to ESMMichaël Zasso
2021-06-11build: make build-addons errors fail the buildRichard Lau
2021-06-09build: don't pass python override to V8 buildRichard Lau
2021-05-22build: replace non-POSIX test -a|oIssam E. Maghni
2021-04-25test,debugger: migrate node-inspect tests to coreRich Trott
2021-04-15build: default PYTHON to python3 in MakefileMichaël Zasso
2021-04-11build: add pummel tests to ci runsRich Trott
2021-04-09build: update Makefile to support fat binaryAsh Cripps
2021-04-07build: package release changelog for releasesRichard Lau
2021-03-06tools: add support for mjs and cjs JS snippet lintingAntoine du Hamel
2021-03-03tools: update eslint-plugin-markdown configurationcjihrig
2021-02-22tools: run doctool tests on GitHub Actions CIAntoine du Hamel
2021-01-20tools,doc: list the stability status of each APIZijian Liu
2021-01-11build: refactor Makefileraisinten
2020-12-15build: fix make test-npmRuy Adorno
2020-12-05tools: remove bashisms from macOS release scriptsAntoine du Hamel
2020-11-27build: fix typo in Makefileraisinten
2020-11-19build: replace which with command -vraisinten
2020-11-03build: fix lint-js-fix targetAntoine du Hamel
2020-10-30doc: recommend test-doc instead of lint-mdAntoine du Hamel
2020-10-30build,tools: add lint-js-doc targetAntoine du Hamel
2020-10-25test: refactor coverage logicbcoe
2020-10-22test: add windows and C++ coverageBenjamin Coe
2020-10-21build: use make functions instead of echoAntoine du Hamel
2020-10-19build: do not pass mode option to test-v8 commandMichaël Zasso
2020-10-08build: improved release lint error messageShelley Vohr
2020-10-07test: fix test suite to work with npm 7Myles Borins
2020-09-06tools: fix docopen targetAntoine du HAMEL
2020-09-06doc: spruce up user journey to local docs browsingDerek Lewis
2020-09-06tools: fix doc build targetsAntoine du HAMEL
2020-08-25build,deps: add gen-openssl targetEvan Lucas
2020-08-11build: cover all benchmark addons with C++ linterAnna Henningsen
2020-07-27build: speed up source tarball creationRichard Lau
2020-07-23build: fix test-ci-js task in MakefileRich Trott
2020-07-22build: do not run benchmark tests on 'make test'Rich Trott
2020-07-14build: add benchmark tests to CI runsRich Trott
2020-07-04tools: remove lint-js.jsRich Trott
2020-06-22build: add target specific build_type variableDaniel Bevenius
2020-06-08build: add LINT_CPP_FILES to checkimports checkDaniel Bevenius
2020-05-28tools: fix check-imports.py to match on word boundariesRichard Lau
2020-05-25build: fix makefile script on windowsThomas
2020-05-23tools: add docserve targetAntoine du HAMEL
2020-05-23doc,tools: properly syntax highlight API ref docsDerek Lewis
2020-05-06Revert "src: add test/abort build tasks"Richard Lau
2020-04-11build: move doc versions JSON file out of out/docRichard Lau
2020-04-10build: fix LINT_MD_NEWER assignmentRich Trott
2020-04-06build: use tabs for indentation in MakefileLuigi Pinca
2020-04-01tools: only fetch previous versions when necessaryRichard Lau
2020-03-30doc: tests local links in markdown documentsAntoine du HAMEL
2020-03-30src: add test/abort build tasksChristian Niederer