summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2018-08-01inspector: fixed V8InspectorClient::currentTimeMSAleksey Kozyatinskiy
2018-08-01src: rename PROVIDER_FSREQWRAP to PROVIDER_FSREQCALLBACKJon Moss
2018-08-01src,lib: rename FSReqWrap to FSReqCallbackJon Moss
2018-08-01src: clean up agent loop when exiting through destructorAnna Henningsen
2018-08-01src: use only one tracing write fs req at a timeAnna Henningsen
2018-08-01src: use unique_ptr for internal JSON trace writerAnna Henningsen
2018-08-01src: plug trace file file descriptor leakAnna Henningsen
2018-08-01src: initialize file trace writer on tracing threadAnna Henningsen
2018-08-01src: close tracing event loopAnna Henningsen
2018-08-01src: fix tracing if cwd or file path is inaccessibleAnna Henningsen
2018-08-01src: refactor default trace writer out of agentAnna Henningsen
2018-08-01src: refactor tracing agent codeAnna Henningsen
2018-08-01src: minor refactor of node_trace_events.ccAnna Henningsen
2018-08-01src: reduce unnecessary includesAnna Henningsen
2018-07-29src: rename WorkerThreadMain to PlatformWorkerThreadMichaël Zasso
2018-07-29src: use UTF-8 for naming interfaces in unixUjjwal Sharma
2018-07-29src: use kInternalized instead of kNormalUjjwal Sharma
2018-07-29src: remove calls to deprecated v8 functions (NewFromUtf8)Ujjwal Sharma
2018-07-27src: fix may be uninitialized warning in n-apiMichael Dawson
2018-07-27src: use available ReqWrap instance for libuv reqJon Moss
2018-07-27src: add proper MemoryInfoName to wrappersJoyee Cheung
2018-07-26src: add missing cmath include to traced_value.ccAnna Henningsen
2018-07-26src: use modern v8::Platform worker threads APIsGabriel Charette
2018-07-26src: update NODE_MODULE_VERSION to 65Michaël Zasso
2018-07-23n-api: guard against cond null dereferenceGabriel Schulhof
2018-07-22trace_events: add support for builtin traceJames M Snell
2018-07-22src: don't store one-use strings in variableJon Moss
2018-07-22src: remove unnecessary elseJon Moss
2018-07-22src: fix formatting of PIDsTobias Nießen
2018-07-19http2: remove unused nghttp2 error listAnna Henningsen
2018-07-19src: use offset calc. instead of `req->data` in node_fileAnna Henningsen
2018-07-19src: prepare for V8 Swallowed Rejection HookBenedikt Meurer
2018-07-18trace_events: add more process metadataJames M Snell
2018-07-18util: improve display of iterators and weak entriesRuben Bridgewater
2018-07-18src: avoid unnecessarily formatting a warningTobias Nießen
2018-07-18crypto: add support for OCB mode for AEADTobias Nießen
2018-07-17buffer: remove superfluous assignmentTobias Nießen
2018-07-17src: include cwd in chdir error messageAnna Henningsen
2018-07-16http2: fix issues with aborted `respondWithFile()`sAnna Henningsen
2018-07-16lib,src: replace all C++ promises with JS promisesRuben Bridgewater
2018-07-16console,util: avoid pair array generation in C++Anna Henningsen
2018-07-16src: fix async hooks crashing when there is no node contextJavier Gonzalez
2018-07-15src: make heap snapshot & embedder graph accessible for testsAnna Henningsen
2018-07-15src: use V8 graph heap snapshot APIAnna Henningsen
2018-07-15src: add iteration over all base objects to EnvironmentAnna Henningsen
2018-07-15src: remove defunct timer_wrap fileJon Moss
2018-07-14process: fix process.exitCode handling for fatalExceptionDenys Otrishko
2018-07-14src,tools: use https://nodejs.org URL when possible.XhmikosR
2018-07-14src: add comment on CallbackScope exception behaviourAnna Henningsen
2018-07-13inspector: split main thread interface from transportEugene Ostroukhov