summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
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
2019-02-17n-api: turn NAPI_CALL_INTO_MODULE into a functionAnna Henningsen
2019-02-17n-api: do not call into JS when that is not allowedAnna Henningsen
2019-02-17src: add debug CHECKs against empty handlesAnna Henningsen
2019-02-17src: check HasCaught() in JSStream callsAnna Henningsen
2019-02-17inspector: forward errors from InspectorConsoleCallAnna Henningsen
2019-02-17vm: do not overwrite error when creating contextAnna Henningsen
2019-02-17worker: do not add removed methods to MessagePortAnna Henningsen
2019-02-17src: remove unused macro in node_file.ccgengjiawen
2019-02-16inspector: make sure timer handles are cleaned upAnna Henningsen
2019-02-16worker: remove duplicate callGireesh Punathil
2019-02-16src: use same parameter name in node_report.ccgengjiawen