summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2019-02-15fs, src, lib: fix `blksize` & `blocks` on WindowsRichard Lau
2019-02-14trace_events: fix trace events JS API writingKelvin Jin
2019-02-14src: use more stable cast where possibleGireesh Punathil
2019-02-14src: remove redundant cast in node_http2.hgengjiawen
2019-02-13worker: set stack size for worker threadsAnna Henningsen
2019-02-13os,report: use UV_MAXHOSTNAMESIZEcjihrig
2019-02-13lib: move per_context.js under lib/internal/bootstrapJoyee Cheung
2019-02-12src: add lock to inspector `MainThreadHandle` dtorAnna Henningsen
2019-02-12src: add WeakReference utilityAnna Henningsen
2019-02-12process: normalize process.execPath in CreateProcessObject()Joyee Cheung
2019-02-12report: make more items programmatically accessibleAnna Henningsen
2019-02-11n-api: finalize during second-pass callbackGabriel Schulhof
2019-02-11worker: set up child Isolate inside Worker threadAnna Henningsen
2019-02-11worker: pre-allocate thread idAnna Henningsen
2019-02-11src: remove unused method in class Http2Streamgengjiawen
2019-02-11http2: improve compat performanceMatteo Collina
2019-02-11src: remove redundant cast in node_file.ccgengjiawen
2019-02-11src: remove unused class in node_errors.hgengjiawen
2019-02-10src: remove redundant voidgengjiawen
2019-02-09src: fix return type in Hashgengjiawen
2019-02-09src: refactor macro to std::min in node_buffer.ccgengjiawen
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