summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2019-02-28n-api: implement date objectJarrod Connolly
2019-02-28src: remove cast for unsupported opensslSam Roberts
2019-02-28report: fix build warning in node_report.ccRichard Lau
2019-02-28src: track memory retainer fieldsGireesh Punathil
2019-02-27src: clean unused macro in inspector_socket.ccgengjiawen
2019-02-27src: remove unimplemented method in class SSLWrapgengjiawen
2019-02-27src: apply clang-tidy rule modernize-deprecated-headersgengjiawen
2019-02-26report: use ru_stime for system CPU calculationcjihrig
2019-02-26report: simplify heap space iterationcjihrig
2019-02-26report: refactor triggerReport()cjihrig
2019-02-25src: use smart pointer in UDPWrap::OnSendDaniel Bevenius
2019-02-25src: allocate Buffer memory using ArrayBuffer allocatorAnna Henningsen
2019-02-25src: add allocation utils to envAnna Henningsen
2019-02-25src: add debugging array allocatorAnna Henningsen
2019-02-25worker: copy transferList ArrayBuffers on unknown allocatorAnna Henningsen
2019-02-25src: make IsolateData store ArrayBufferAllocatorAnna Henningsen
2019-02-23crypto: fix unencrypted DER PKCS8 parsingTobias Nießen
2019-02-23crypto: fix error condition in Verify::VerifyFinalTobias Nießen
2019-02-22worker: improve integration with native addonsAnna Henningsen
2019-02-22src: remove unimplemented method in class StreamPipegengjiawen
2019-02-21src: simplify AliasedBuffer lifetime managementAnna Henningsen
2019-02-21src: make `node::SignalWrap::OnSignal` into lambdaGireesh Punathil
2019-02-21http2: shrink memory to match read dataAnna Henningsen
2019-02-21src: simplify loop arithmetic in `GetCPUInfo`Gireesh Punathil
2019-02-21src: move function from header to source fileBen Noordhuis
2019-02-21crypto: make ConvertKey clear openssl error stackBen Noordhuis
2019-02-21process: simplify the setup of async hooks trace eventsJoyee Cheung
2019-02-20report: remove verbose settingcjihrig
2019-02-20report: simplify OnFatalError() handlingcjihrig
2019-02-20util: update set iterator entries inspectionRuben Bridgewater
2019-02-20src: simplify InspectorConsoleCallAnna Henningsen
2019-02-20src: move req_wrap_queue to base class of ReqWrapAnna Henningsen
2019-02-20src: remove `process.binding('config').fipsForced`Joyee Cheung
2019-02-20report: simplify TriggerNodeReport()cjihrig
2019-02-20src: only call .ReThrow() if not terminatingAnna Henningsen
2019-02-19process: fix calculation in process.uptime()Joyee Cheung
2019-02-19src: add missing includes for vtune buildUttam Pawar
2019-02-19tracing: use ‘real’ atomicsAnna Henningsen
2019-02-19module: revert module._compile to original state if module is patchedUjjwal Sharma
2019-02-19src: apply clang-tidy rule performance-unnecessary-value-paramgengjiawen
2019-02-19src: remove `process.binding('config').debugOptions`Joyee Cheung
2019-02-18src: unify uptime base used across the code baseJoyee Cheung
2019-02-18process: start coverage collection before bootstrapJoyee Cheung
2019-02-18worker: ignore --abort-on-uncaught-exception for terminate()Anna Henningsen
2019-02-18src: remove invalid casts in options parserAnna Henningsen
2019-02-18src: use PauseOnNextJavascriptStatement to implement --inspect-brk-nodeJoyee Cheung
2019-02-18src: apply clang-tidy rule modernize-use-overridegengjiawen
2019-02-18worker: spin uv_run twice before closing loopAnna Henningsen
2019-02-18src: remove inspector main_thread_request_ fieldAnna Henningsen
2019-02-17src: extract common sockaddr creation codeDaniel Bevenius