summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2019-03-07crypto: simplify GetPublicOrPrivateKeyFromJsTobias Nießen
2019-03-07src: make parameter name const reference in method TriggerNodeReportgengjiawen
2019-03-07src: remove redundant call in inspector_io.ccgengjiawen
2019-03-07buffer: do not affect memory after target for utf16 writeAnna Henningsen
2019-03-07src: remove redundant cast in string_search.hgengjiawen
2019-03-07src: remove unused function in cares_wrap.ccgengjiawen
2019-03-07src: fix wrong enum reference in node.ccgengjiawen
2019-03-07src: use the config binding to carry --no-browser-globalsJoyee Cheung
2019-03-07crypto: add KeyObject.asymmetricKeySizePatrick Gansterer
2019-03-06doc: fix the example implementation of MemoryRetainerJoyee Cheung
2019-03-06src: fix build when NODE_USE_V8_PLATFORM is not definedNitish Sakhawalkar
2019-03-06src: remove unused variable in node_http2.ccgengjiawen
2019-03-06src: remove unused variable in node_native_module.ccgengjiawen
2019-03-05src: fix more extra-semi warningsJeremy Apthorp
2019-03-05src: forbid handle allocations from Platform tasksAnna Henningsen
2019-03-05src: allow running tasks without `Environment`Anna Henningsen
2019-03-05src: prefer to get `Environment` from `Context`Anna Henningsen
2019-03-05src: refactor `Environment::GetCurrent(isolate)` usageAnna Henningsen
2019-03-05report: refactor configuration managementcjihrig
2019-03-05crypto: allow deriving public from private keysTobias Nießen
2019-03-04report: support RUSAGE_SELF stats on Windowscjihrig
2019-03-05crypto: don't call SSL_CTX_set_ciphersuites on boringsslJeremy Apthorp
2019-03-05src: fix if indent in node_http2.ccgengjiawen
2019-03-05src: remove unused namespaceAymen Naghmouchi
2019-03-05src: use object to pass `Environment` to functionsAnna Henningsen
2019-03-04src: document DoWrite() usage expectationsSam Roberts
2019-03-04tools: roll inspector_protocol to f67ec5Pavel Feldman
2019-03-04bootstrap: experimental --frozen-intrinsics flagGuy Bedford
2019-03-04src: fix typo in callback.ccgengjiawen
2019-03-04src: extra-semi warning in node_platform.hJeremy Apthorp
2019-03-04src: reduce to simple `const char*` in OptionsParserZYSzys
2019-03-04inspector: print all listening addressesBen Noordhuis
2019-03-03src: fix warnings around node_optionsRefael Ackermann
2019-03-03src: refactor node options parsers to mitigate MSVC bugRefael Ackermann
2019-03-03report: rename location to triggercjihrig
2019-03-03src: remove unused variablecjihrig
2019-03-03report: use triggerReport() to handle signalscjihrig
2019-03-03src: remove unnecessary function declarationcjihrig
2019-03-03report: use triggerReport() to handle exceptionscjihrig
2019-03-03src: remove already elevated Isolate namespceJuan José Arboleda
2019-03-03src: remove unused macro in env.ccgengjiawen
2019-03-02worker: provide process.execArgvAnna Henningsen
2019-03-02src: remove unused macro in node_http2.hgengjiawen
2019-03-02src: remove redundant cast in PipeWrap::Fchmodgengjiawen
2019-03-02console: prevent constructing console methodsThomas
2019-03-02report: add fallback for uv_getnameinfo() failuresRichard Lau
2019-03-01src: simplify native immediate by using v8::GlobalAnna Henningsen
2019-03-01dns: refactor QueryWrap lifetime managementAnna Henningsen
2019-03-01test: verify heap buffer allocations occurAnna Henningsen
2019-03-01src: allow not materializing ArrayBuffers from C++Anna Henningsen