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-10build: fix various shared library build issuesWilliam Marlow
2022-02-14src: merge ToJsSet into ToV8ValueAnna Henningsen
2022-01-06src: do IWYU for some STL includesDavid Sanders
2021-09-08src: use Isolate::TryGetCurrent where appropriateAnna Henningsen
2021-06-10src: throw error in LoadBuiltinModuleSource when reading failsJoyee Cheung
2021-06-03src: add not-weak DCHECK to PersistentToLocal::StrongAnna Henningsen
2021-06-01src: fix typosbl-ue
2020-11-04crypto: pass empty passphrases to OpenSSL properlyTobias Nießen
2020-10-26src: remove ignore GCC -Wcast-function-type for v8Daniel Bevenius
2020-07-19src: avoid strcmp in SecureContext::InitTobias Nießen
2020-07-18src: snapshot Environment upon instantiationJoyee Cheung
2020-07-14src,doc,test: remove String::New default parameterAnna Henningsen
2020-06-19src: simplify alignment-handling codeAnna Henningsen
2020-06-16quic: initial QUIC implementationJames M Snell
2020-06-14worker: allow transferring/cloning generic BaseObjectsAnna Henningsen
2020-05-31src: simplify MaybeStackBuffer::capacity()Ben Noordhuis
2020-05-22src: remove unused headers in src/util.hJuan José Arboleda
2020-05-06src: retrieve binding data from the contextJoyee Cheung
2020-01-29src: fix ignore GCC -Wcast-function-type for older compilersDenys Otrishko
2020-01-26src: ignore GCC -Wcast-function-type for v8.hDaniel Bevenius
2020-01-24src: use custom fprintf alike to write errors to stderrAnna Henningsen
2019-11-12src: migrate off ArrayBuffer::GetContentsAnna Henningsen
2019-11-07src: do not use `std::function` for `OnScopeLeave`Anna Henningsen
2019-08-17fs: allow int64 offset in fs.read/readSync/fd.readZach Bjornson
2019-05-29src: use ArrayBufferViewContents more frequentlyAnna Henningsen
2019-05-29src: make UNREACHABLE variadicRefael Ackermann
2019-05-20src: update UNREACHABLE macro to take a stringNitish Sakhawalkar
2019-05-11src: extract common macro to util.hgengjiawen
2019-04-30src: prefer v8::Global over node::PersistentAnna Henningsen
2019-04-24src: apply clang-tidy rule modernize-use-equals-defaultgengjiawen
2019-04-12src: replace FromJust() with Check() when possibleSam Roberts
2019-03-29crypto: add openssl specific error propertiesSam Roberts
2019-03-18src: inline macro DISALLOW_COPY_AND_ASSIGNgengjiawen
2019-03-01src: allow not materializing ArrayBuffers from C++Anna Henningsen
2019-02-27src: apply clang-tidy rule modernize-deprecated-headersgengjiawen
2019-02-19src: apply clang-tidy rule performance-unnecessary-value-paramgengjiawen
2019-02-03src: use struct as arguments to node::AssertAnna Henningsen
2019-01-31src: simplify SlicedArgumentsAnna Henningsen
2019-01-31src: turn ROUND_UP into an inline functionAnna Henningsen
2019-01-21src: reduce includes of node_internals.hJoyee Cheung
2019-01-09src: use generic helper for splitting stringsAnna Henningsen
2019-01-08src: move per-process global variables into node::per_processJoyee Cheung
2019-01-02src: improve ToV8Value() functionsAnna Henningsen
2018-12-31process: move process.features initialization into node.jsJoyee Cheung
2018-12-26src: introduce DCHECK macrocjihrig
2018-12-24crypto: add key object APITobias Nießen
2018-12-24src: add DCHECK macroskiyomizumia
2018-12-04src: move READONLY_* macros into util.hJoyee Cheung
2018-12-01src: use arraysize instead of hardcode numberleeight
2018-11-13src: bundle persistent-to-local methods as classGabriel Schulhof