summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2018-03-20n-api: add napi_fatal_exceptionMathias Buus
2018-03-20src: remove unused stdlib.h includeDaniel Bevenius
2018-03-19perf_hooks,trace_events: fix timescale on bootstrap marksJames M Snell
2018-03-19fs: improve errors in watchFile and unwatchFileJoyee Cheung
2018-03-19fs: fix memory leak in WriteStringJoyee Cheung
2018-03-18src: fix minor typo in comment stream_base.hDaniel Bevenius
2018-03-18http2: some general code improvementsJames M Snell
2018-03-18http2: clean up Http2SettingsJames M Snell
2018-03-18http2: don't aggressively inlineJames M Snell
2018-03-18src: fix indentation of params in env-inl.hDaniel Bevenius
2018-03-18src: make AsyncWrap constructors delegateDaniel Bevenius
2018-03-16n-api: add missing exception checkingMichael Dawson
2018-03-16perf_hooks,trace_events: emit perf milestone trace eventsJames M Snell
2018-03-16src: remove unused uv.h include from async_wrap.ccDaniel Bevenius
2018-03-16src: fix indenting of wrap->EmitTraceEventBeforeDaniel Bevenius
2018-03-16src: add extractPromiseWrap functionDaniel Bevenius
2018-03-15src: simplify Environment::HandleCleanupJoyee Cheung
2018-03-15src: call CleanupHandles in FreeEnvironmentJoyee Cheung
2018-03-15src: put bootstrappers in lib/internal/bootstrap/Joyee Cheung
2018-03-15http: align parser with StreamBase interface changesAnna Henningsen
2018-03-15src: use ObjectTemplate for creating stream req objsAnna Henningsen
2018-03-15http2: use native pipe instead of synchronous I/OAnna Henningsen
2018-03-15src: introduce native-layer stream pipingAnna Henningsen
2018-03-15src: add helper for before/after scope without JS callsAnna Henningsen
2018-03-15src: give StreamBases the capability to ask for dataAnna Henningsen
2018-03-15src: make `FileHandle` a (readonly) `StreamBase`Anna Henningsen
2018-03-15src: tighten handle scopes for stream operationsAnna Henningsen
2018-03-14n-api: take n-api out of experimentalMichael Dawson
2018-03-14src: refactor emit before/after/promiseResolveDaniel Bevenius
2018-03-12test: shared lib build doesn't handle SIGPIPEYihong Wang
2018-03-12vm: add code generation optionsGus Caplan
2018-03-11http2: simplify timeout trackingAnna Henningsen
2018-03-11tls: expose Finished messages in TLSSocketAnton Salikhmetov
2018-03-11src: add convenience ctor for async trigger id scopeAnna Henningsen
2018-03-11src: avoid duplicate Before/AtExitCallback structsDaniel Bevenius
2018-03-11src: init emit_env_nonstring_warning_Daniel Bevenius
2018-03-11src: move `Environment` ctor/dtor into env.ccAnna Henningsen
2018-03-11fs: simplify FSReqBase slightlyAnna Henningsen
2018-03-09src: add tracing category macrosJames M Snell
2018-03-09src: add incr/decr operators for ReferenceDaniel Bevenius
2018-03-09crypto: use bool over int consistentlyTobias Nießen
2018-03-08src: use smart pointer in AsyncWrap::WeakCallbackDaniel Bevenius
2018-03-07src: fix deprecation id for non-string env valueSakthipriyan Vairamani (thefourtheye)
2018-03-07process: doc-only deprecate non-string env valueTimothy Gu
2018-03-07src: standardise context embedder indicesGus Caplan
2018-03-08fs: improve errors thrown from fs.watch()Joyee Cheung
2018-03-07src: request code cache explicitlyMythri Alle
2018-03-07src: update NODE_MODULE_VERSION to 62Michaël Zasso
2018-03-06perf_hooks: fix timingTimothy Gu
2018-03-06src: move internal loaders out of bootstrap_node.jsJoyee Cheung