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
path: root/src
AgeCommit message (Expand)Author
2017-05-302017-05-30, Version 8.0.0 (Current)v8.0.0James M Snell
2017-05-29src: reduce duplicate code in SafeGetenv()cjihrig
2017-05-29crypto: update root certificatesBen Noordhuis
2017-05-29inspector: --debug* deprecation and invalidationRefael Ackermann
2017-05-29crypto: return CHECK_OK in VerifyCallbackDaniel Bevenius
2017-05-29src: update NODE_MODULE_VERSION to 57Michaƫl Zasso
2017-05-28async_wrap: fix Promises with later enabled hooksAnna Henningsen
2017-05-28async_wrap,src: wrap promises directlyMatt Loring
2017-05-28async_hooks: implement C++ embedder APIAnna Henningsen
2017-05-28src: fix InspectorStarted macro guardDaniel Bevenius
2017-05-28n-api: add napi_get_versionMichael Dawson
2017-05-28src: ignore unused warning for inspector-agent.ccDaniel Bevenius
2017-05-28inspector: add missing virtual destructorEugene Ostroukhov
2017-05-28src: add comment for TicketKeyCallbackAnna Henningsen
2017-05-28lib,src: improve writev() performance for BuffersBrian White
2017-05-28crypto: remove root_cert_store from node_crypto.hDaniel Bevenius
2017-05-28src,fs: calculate fs times without truncationDaniel Pihlstrom
2017-05-28zlib: fix node crashing on invalid optionsAlexey Orlenko
2017-05-28src: make StreamBase::GetAsyncWrap pure virtualAnna Henningsen
2017-05-28src: add linux getauxval(AT_SECURE) in SafeGetenvDaniel Bevenius
2017-05-28async_wrap,src: promise hook integrationMatt Loring
2017-05-28src: allow --tls-cipher-list in NODE_OPTIONSSam Roberts
2017-05-28inspector: document bad usage for --inspect-portSam Roberts
2017-05-28src: correct endif comment SRC_NODE_API_H__Daniel Bevenius
2017-05-28vm: fix race condition with timeout paramMarcel Laverdet
2017-05-28vm: fix displayErrors in runIn.. functionsMarcel Laverdet
2017-05-28src: redirect-warnings to file, not pathSam Roberts
2017-05-28cmd: support dash as stdin aliasEbrahim Byagowi
2017-05-28crypto: remove unnecessary template classDaniel Bevenius
2017-05-28inspector: JavaScript bindings for the inspectorEugene Ostroukhov
2017-05-23src: fix typoBrian White
2017-05-23src: remove unused parametersBrian White
2017-05-23inspector: fix process._debugEnd() for inspectorEugene Ostroukhov
2017-05-23src: assert that uv_async_init() succeedscjihrig
2017-05-23src: remove unnecessary forward declarationDaniel Bevenius
2017-05-23src: check IsConstructCall in TLSWrap constructorDaniel Bevenius
2017-05-23src: remove unnecessary return statementDaniel Bevenius
2017-05-23src: remove unused node_buffer.h includeDaniel Bevenius
2017-05-21dns: fix `resolve` failed starts without networkXadillaX
2017-05-20url: update IDNA error conditionsRajaram Gaunker
2017-05-20url: fix C0 control and whitespace handlingTimothy Gu
2017-05-20async_wrap: add `asyncReset` to `TLSWrap`Refael Ackermann
2017-05-20n-api: Retain last code when getting error infoJason Ginchereau
2017-05-19src: check if --icu-data-dir= points to valid dirBen Noordhuis
2017-05-19src: split CryptoPemCallback into two functionsDaniel Bevenius
2017-05-19buffer: fix indexOf for empty searchesAnna Henningsen
2017-05-19dns: fix crash using dns.setServers after resolve4XadillaX
2017-05-17src: whitelist new options for NODE_OPTIONSSam Roberts
2017-05-17src: fix --abort_on_uncaught_exception arg parsingSam Roberts
2017-05-16src: only call FatalException if not verboseDaniel Bevenius