summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2019-02-09src: remove unused method in env.hgengjiawen
2019-02-08src: pass along errors from StreamBase req obj creationsAnna Henningsen
2019-02-08src: pass along errors from fs object creationsAnna Henningsen
2019-02-08src: pass along errors from http2 object creationAnna Henningsen
2019-02-08src: pass along errors from tls object creationAnna Henningsen
2019-02-08perf_hooks: implement histogram based apiJames M Snell
2019-02-08report: use uv_getnameinfo() for socket endpointscjihrig
2019-02-08report: widen scope of #ifndefcjihrig
2019-02-08report: remove unnecessary case block scopescjihrig
2019-02-08report: remove empty string stream insertioncjihrig
2019-02-08src: nullcheck on trace controllerGireesh Punathil
2019-02-08src: allow --perf-prof-unwinding-info in NODE_OPTIONSTom Gallacher
2019-02-08src: allow --perf-basic-prof-only-functions in NODE_OPTIONSTom Gallacher
2019-02-08src: make watchdog async callback a lambdaGireesh Punathil
2019-02-08src: make deleted function public in agent.hgengjiawen
2019-02-08lib: use `internal/options` to query `--abort-on-uncaught-exception`Joyee Cheung
2019-02-07src: use bool instead of integer literal in connection_wrap.ccgengjiawen
2019-02-07src: refactor to nullptr in cpp codegengjiawen
2019-02-07src: clean unused code in agent.hgengjiawen
2019-02-07src: use NULL check macros to check nullptrZYSzys
2019-02-07src: fix compiler warnings in node_buffer.ccDaniel Bevenius
2019-02-06perf_hooks: only enable GC tracking when it's requestedJoyee Cheung
2019-02-06report: include information about event loop itselfAnna Henningsen
2019-02-06src: remove redundant method in node_worker.hgengjiawen
2019-02-06src: delete unreachable code in node_perf.hgengjiawen
2019-02-06src: move process.reallyExit impl into node_process_methods.ccJoyee Cheung
2019-02-06src: fix data type in node_crypto.ccgengjiawen
2019-02-05tls: in-line comments and other cleanupsSam Roberts
2019-02-05src: const_cast is necessary for 1.1.1, not 0.9.7Sam Roberts
2019-02-05src: refactor SSLError case statementSam Roberts
2019-02-05src: organize TLSWrap declarations by parentSam Roberts
2019-02-05src: remove unused TLWrap::EnableTrace()Sam Roberts
2019-02-05worker: add mutex lock to MessagePort ctorAnna Henningsen
2019-02-05src: split ownsProcessState off isMainThreadAnna Henningsen
2019-02-05src: add PrintLibuvHandleInformation debug helperAnna Henningsen
2019-02-05report: print libuv handle addresses as hexcjihrig
2019-02-05worker,etw: only enable ETW on the main threadAnna Henningsen
2019-02-05report: use libuv calls for OS and machine infocjihrig
2019-02-05crypto: don't crash X509ToObject on errorDavid Benjamin
2019-02-05crypto: fix malloc mixing in X509ToObjectDavid Benjamin
2019-02-05src: use `visibility("default")` exports on POSIXJeremy Apthorp
2019-02-04src: fix race condition in `~NodeTraceBuffer`Anna Henningsen
2019-02-04src: remove unimplemented method in node_http2.hgengjiawen
2019-02-04src: use nullptr in node_buffer.ccgengjiawen
2019-02-03src: remove main_isolateAnna Henningsen
2019-02-03src,lib: remove dead `process.binding()` codeAnna Henningsen
2019-02-03inspector,vm: remove --eval wrapperAnna Henningsen
2019-02-03src: handle errors while printing error objectsAnna Henningsen
2019-02-03src: use struct as arguments to node::AssertAnna Henningsen
2019-02-01tls: introduce client 'session' eventSam Roberts