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-07build: fix various shared library build issuesWilliam Marlow
2021-10-11deps,test,src,doc,tools: update to OpenSSL 3.0Daniel Bevenius
2021-06-16tools: fix typoHoussem Chebab
2021-04-09build: move OPENSSL_API_COMPAT to else clauseDaniel Bevenius
2021-03-19deps: add ngtcp2 and nghttp3James M Snell
2021-03-16src,test: support dynamically linking OpenSSL 3.0Daniel Bevenius
2021-02-26crypto: make FIPS related options always awailableVít Ondruch
2021-01-30quic: remove quicJames M Snell
2020-06-16quic: initial QUIC implementationJames M Snell
2020-03-19tools: update V8 gypfiles for 8.1Matheus Marchini
2020-02-08build: add configure option to debug only Node.js part of the binaryAnna Henningsen
2020-02-01src: use __executable_start for linux hugepagesBen Noordhuis
2019-12-27build: switch realpath to pwdbcoe
2019-12-22src: make --use-largepages a runtime optionGabriel Schulhof
2019-12-14build: auto-load ICU data from --with-icu-default-data-dirStephen Gallagher
2019-10-02build: do not link against librt on linuxSam Roberts
2019-09-20http: remove legacy parserAnna Henningsen
2019-08-20build: enable linux large pages LLVM lld linkage supportDavid Carlier
2019-07-19build: fix building with d8Michaël Zasso
2019-07-15build: remove broken intel vtune supportBen Noordhuis
2019-07-12build: do not always build the default V8 snapshotMichaël Zasso
2019-06-01build,v8: sync V8 gypfiles with 7.5Refael Ackermann
2019-04-17build: run `mkcodecache` as an actionRefael Ackermann
2019-04-12build,win: put all compilation artifacts into `out`Refael Ackermann
2019-03-28build,deps: move gypfiles out 2/2 - movingRefael Ackermann
2019-03-28deps: sync V8 gypfiles with 7.4Ujjwal Sharma
2019-03-14build,win: mark x86 image as not SAFESEHRefael Ackermann
2019-02-14build,win: always build with PCHRefael Ackermann
2019-02-14build,src: add PCH to node.gypiRefael Ackermann
2019-02-08perf_hooks: implement histogram based apiJames M Snell
2019-01-17build: introduce --openssl-is-fips flagDaniel Bevenius
2019-01-05zlib: add brotli supportAnna Henningsen
2018-12-09http: switch default parser to llhttpAnna Henningsen
2018-12-06http: make parser choice a runtime flagAnna Henningsen
2018-12-01build: fix c++ code coverage on macOSRefael Ackermann
2018-11-11deps: introduce `llhttp`Fedor Indutny
2018-10-31build: add -Werror=undefined-inline to clang buildsRefael Ackermann
2018-10-19src: initial large page (2M) supportSuresh Srinivas
2018-10-04build,deps: refactor and fix v8.gypRefael Ackermann
2018-10-03build: reduce chance of unneeded rebuildRefael Ackermann
2018-09-12build,win: WHOLEARCHIVE needs just lib nameRefael Ackermann
2018-05-31http2: switch to new runtime-controlled debugging systemAnna Henningsen
2018-05-14build: add '-z relro -z now' linker flagsShao,Ting
2018-04-11deps: split v8_monolith target into separate fileYang Guo
2018-04-11build: add option to build v8 with GNYang Guo
2018-04-11build: update node.gyp to reference gypfiles/v8.gypJoyee Cheung
2018-03-13test: shared lib build doesn't handle SIGPIPEYihong Wang
2018-02-04build: include the libuv and zlib into nodeYihong Wang
2018-02-02build: fix coverage buildYihong Wang
2018-02-01build: make gyp user defined variables lowercaseDaniel Bevenius