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
2022-05-06build: fix indeterminacy of icu_locales valueSergey Nazaryev
2022-05-04test: fix test-crypto-fips.js under shared OpenSSLVita Batrla
2022-04-24build: enable V8's shared read-only heapMichaël Zasso
2022-04-12tools: update V8 gypfiles for 10.1Michaël Zasso
2022-04-12build: add configure option --v8-enable-short-builtin-callsdaomingq
2022-04-05build: windows/arm64 native compilation supportNiyas Sait
2022-03-31tools: fixed bug causing JSON format to be brokenmawaregetsuka
2022-03-31build: add --node-snapshot-main configure optionJoyee Cheung
2022-02-15build: use zoslib_include_dir provided by node-gypalexcfyung
2022-02-11build: remove broken x32 arch supportBen Noordhuis
2022-01-19build: add --v8-enable-hugepage flagDaoming Qiu
2022-01-18build: add loong64 configureShi Pujin
2022-01-15build: fix node build failures in WSL UbuntuMrJithil
2022-01-06build: start build on z/OSalexcfyung
2022-01-05src: add kNoBrowserGlobals flag for EnvironmentCheng Zhao
2022-01-05build: use list for mutable retval rather than tupleRich Trott
2022-01-01build: remove Python 2 workaroundRich Trott
2021-12-05build: add `--without-corepack`Jonah Snider
2021-10-21deps,build,tools: fix openssl-is-fips for ninja buildsDaniel Bevenius
2021-10-11deps,test,src,doc,tools: update to OpenSSL 3.0Daniel Bevenius
2021-09-26build: pass a tuple of alternatives to str.endswith()Christian Clauss
2021-07-29build: override python executable path on configurelegendecas
2021-07-26build: fix `host_arch_cc()` for AIX/IBM iRichard Lau
2021-07-14build: add `library_files` to gyp variableshimself65
2021-07-11build: add riscv into host_arch_ccLu Yahan
2021-06-10tools: update V8 gypfiles for 9.1Michaël Zasso
2021-05-25build: allow LTO with Clang 3.9.1+Jesse Chan
2021-05-14build,src,test,doc: enable FIPS for OpenSSL 3.0Daniel Bevenius
2021-05-12build: add workaround for V8 buildsRichard Lau
2021-05-10build: remove dependency on `distutils.spawn`Richard Lau
2021-04-16build: remove support for Python 2Christian Clauss
2021-04-14build: add riscv64 configureluyahan
2021-03-28build: warn for gcc versions earlier than 8.3.0Richard Lau
2021-03-19deps: add ngtcp2 and nghttp3James M Snell
2021-03-19tools: partially detect quic support in shared_opensslJames M Snell
2021-01-30quic: remove quicJames M Snell
2020-12-22tools: revise line in configure.py for clarityRich Trott
2020-12-17tools: remove unused variable in configure.pyRich Trott
2020-12-11build,lib,test: change whitelist to allowlistMichaël Zasso
2020-11-12build: refactor configure.py to use argparseraisinten
2020-11-07tools: don't print gold linker warning w/o flagMyles Borins
2020-10-01build: add support for section orderingGabriel Schulhof
2020-09-23build: remove --build-v8-with-gn configure optionYang Guo
2020-08-16build: add build flag for OSS-Fuzz integrationdavkor
2020-08-12build: set --v8-enable-object-print by defaultMary Marchini
2020-08-10build: add flag to build V8 with OBJECT_PRINTMary Marchini
2020-06-25configure: account for CLANG_VENDOR when checking for llvm versionNathan Blair
2020-06-25build: configure byte order for mips targetsBen Noordhuis
2020-06-16quic: initial QUIC implementationJames M Snell
2020-06-08src,build: add --openssl-default-cipher-listDaniel Bevenius