summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2018-04-04fs: refactor stats array to be more genericJoyee Cheung
2018-04-04buffer: use v8::TypedArray::kMaxLength as buffer::kMaxLengthJoyee Cheung
2018-04-03perf_hooks: simplify perf_hooksJames M Snell
2018-04-03vm: move options checks from C++ to JSMichaël Zasso
2018-04-03n-api: back up env before finalizeGabriel Schulhof
2018-04-03src: rename req_wrap with -async/-sync suffixDaniel Bevenius
2018-04-02inspector: report client-visible host and portEugene Ostroukhov
2018-03-30src: fix warnings in aliased_bufferKyle Farnung
2018-03-30src: general C++ cleanup in node_url.ccAnna Henningsen
2018-03-30src: clean up `req.bytes` trackingAnna Henningsen
2018-03-30net: track bytesWritten in C++ landAnna Henningsen
2018-03-30async_wrap: fix use-after-free for inspector sessionAnna Henningsen
2018-03-29src: sort ENVIRONMENT_STRONG_PERSISTENT_PROPERTIESDaniel Bevenius
2018-03-29src: rename fs_req_wrap -> FSReqWrapSyncDaniel Bevenius
2018-03-28inspector: do not allow host namesEugene Ostroukhov
2018-03-28inspector: check Host header for local connectionsEugene Ostroukhov
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