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
2020-02-17src: use custom fprintf alike to write errors to stderrAnna Henningsen
2020-02-17src: fix ignore GCC -Wcast-function-type for older compilersDenys Otrishko
2020-02-17src: ignore GCC -Wcast-function-type for v8.hDaniel Bevenius
2019-11-21src: migrate off ArrayBuffer::GetContentsAnna Henningsen
2019-11-17src: 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
2018-10-24src: add direct dependency on `*-inl.h` fileRefael Ackermann
2018-10-20crypto: reduce memory usage of SignFinalTobias Nießen
2018-10-12src: fix bug in MallocedBuffer constructorTobias Nießen
2018-10-12src: replace NO_RETURN with [[noreturn]]Refael Ackermann
2018-10-02util: update definition of DISALLOW_COPY_AND_ASSIGN macroNitish Sakhawalkar
2018-09-10src: make `FIXED_ONE_BYTE_STRING` an inline fnAnna Henningsen
2018-09-01src: make CLI options programatically accesibleAnna Henningsen
2018-08-01src: refactor default trace writer out of agentAnna Henningsen
2018-06-25http2: track memory allocated by nghttp2Anna Henningsen
2018-06-06worker: implement `MessagePort` and `MessageChannel`Anna Henningsen
2018-05-31src: implement debug output utilitiesAnna Henningsen
2018-05-26src: add CHECK_NULL/CHECK_NOT_NULL macrosTobias Nießen
2018-05-26src: add CHECK_IMPLIES macroTobias Nießen
2018-05-25src: fix MallocedBuffer move assignment operatorAnna Henningsen
2018-05-25src: move DeleteFnPtr into util.hAnna Henningsen
2018-05-14src: replace `template<` → `template <`Anna Henningsen
2018-05-10src: fix typo in util.h commentAnna Henningsen
2018-05-10src: keep track of open requestsAnna Henningsen