summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2018-03-27n-api: ensure in-module exceptions are propagatedGabriel Schulhof
2018-03-27tls: drop NPN (next protocol negotiation) supportBen Noordhuis
2018-03-27src: use `unordered_map` for perf marksAnna Henningsen
2018-03-27n-api: bump version of n-api supportedMichael Dawson
2018-03-26src: drop CNNIC+StartCom certificate whitelistingBen Noordhuis
2018-03-26crypto: update root certificatesBen Noordhuis
2018-03-26src: name all builtin init functions InitializeDaniel Bevenius
2018-03-25src: remove unused 'ares.h' include from env.hAnna Henningsen
2018-03-25src: ensure that `SetImmediate()`s have `HandleScope`sAnna Henningsen
2018-03-25src: simplify http2 perf tracking codeAnna Henningsen
2018-03-25Revert "process: add more version properties to release"Tobias Nießen
2018-03-23crypto: add ECDH.convertKey to convert public keysWei-Wei Wu
2018-03-23src: fix upcoming V8 deprecation warningsSarat Addepalli
2018-03-22process: add more version properties to releaseGus Caplan
2018-03-22vm: migrate isContext to internal/errorsdustinnewman98
2018-03-22inspector: migrate errors from C++ to JSMichaël Zasso
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