summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2017-12-30src: use AliasedBuffer for TickInfoAnatoli Papirovski
2017-12-27http2: keep session objects alive during Http2ScopeAnna Henningsen
2017-12-27http2: fix compiling with `--debug-http2`Anna Henningsen
2017-12-28fs: throw fs.close errors in JSJoyee Cheung
2017-12-28fs: simplify the error context collection in C++Joyee Cheung
2017-12-28src: expose uv.errmap to bindingJoyee Cheung
2017-12-27async_hooks: use typed array stack as fast pathAnna Henningsen
2017-12-27buffer: optimize readDouble and readFloat methodsBen Noordhuis
2017-12-27crypto: add ocsp_request ClientHelloParser::ResetDaniel Bevenius
2017-12-27perf_hooks: refactor internalsJames M Snell
2017-12-27inspector: make Coverity happyEugene Ostroukhov
2017-12-26timers: make setImmediate() immune to tamperingBen Noordhuis
2017-12-24async_hooks: use CHECK instead of throwing errorJon Moss
2017-12-24module: print better message on esm import errorMichaël Zasso
2017-12-24process: refactor nextTick for clarityAnatoli Papirovski
2017-12-23lib, src: use process.config instead of regexJon Moss
2017-12-23vm: allow modifying context name in inspectorTimothy Gu
2017-12-22http2: convert Http2Settings to an AsyncWrapJames M Snell
2017-12-22fs: move type checking to jsJames M Snell
2017-12-22crypto: warn on invalid authentication tag lengthTobias Nießen
2017-12-21src: remove redundant `JSStream::DoAfterWrite`Anna Henningsen
2017-12-20crypto: reuse variable instead of reevaluationTobias Nießen
2017-12-20src: remove unused async hooks methodsAnna Henningsen
2017-12-19http2: refactor outgoing write mechanismAnna Henningsen
2017-12-19http2: remove redundant write indirectionAnna Henningsen
2017-12-19async_hooks: use scope for defaultTriggerAsyncIdAndreas Madsen
2017-12-19async_hooks: separate missing from default contextAndreas Madsen
2017-12-19async_hooks: rename initTriggerIdAndreas Madsen
2017-12-19crypto: remove unused header in clienthello.hDaniel Bevenius
2017-12-19src: remove nonexistent method from header fileAnna Henningsen
2017-12-18n-api: fix memory leak in napi_async_destroy()alnyan
2017-12-18fs: remove unused macroJames M Snell
2017-12-18fs: refactor After for easier maintainabilityJames M Snell
2017-12-18fs: refactor FSReqWrap and AfterJames M Snell
2017-12-18http2: cleanup Http2Stream/Http2Session destroyJames M Snell
2017-12-18http2: be sure to destroy the Http2StreamJames M Snell
2017-12-18net,src: refactor writeQueueSize trackingAnatoli Papirovski
2017-12-17src: replace SetAccessor w/ SetAccessorPropertyJure Triglav
2017-12-16src: rename `On*` -> `Emit*` for stream callbacksAnna Henningsen
2017-12-16src: remove unused strings from env.hAnna Henningsen
2017-12-15src: remove unused functioncjihrig
2017-12-15url: added url fragment lookup tableHakan Kimeiga
2017-12-15src: fix -Wundefined-inline warningsBen Noordhuis
2017-12-15src: fix compile warnings introduced in 73ad3f9beaBen Noordhuis
2017-12-14events: remove reaches into _events internalsAnatoli Papirovski
2017-12-13fs: remove unnecessary throw on fs.mkdtempJames M Snell
2017-12-13fs: move type checking for fs.read to jsJames M Snell
2017-12-13fs: move type checking in fs.futimes to jsJames M Snell
2017-12-13fs: move type checking for fs.fchown to jsJames M Snell
2017-12-13fs: move type checking for fs.fchmod to jsJames M Snell