summaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)Author
2017-08-24buffer: improve error messagesWeijia Wang
2017-08-24stream: fix Writable instanceof for subclassesAnna Henningsen
2017-08-23console: implement minimal `console.group()`Rich Trott
2017-08-23perf_hooks: implementation of the perf timing APIJames M Snell
2017-08-23dns: add `verbatim` option to dns.lookup()Ben Noordhuis
2017-08-23lib: instantiate console methods eagerlyBen Noordhuis
2017-08-23uv: improvements to process.binding('uv')James M Snell
2017-08-23fix --prof-process --preprocess flagdavidmarkclements
2017-08-21os: make EOL configurable and read onlyXadillaX
2017-08-21util: fix inspect array w. negative maxArrayLengthRuben Bridgewater
2017-08-17buffer: fix MAX_LENGTH constant exportAnna Henningsen
2017-08-17util: use proper circular reference checkingAnna Henningsen
2017-08-17inspector: enable async stack tracesMiroslav Bajtoš
2017-08-16http: don't double-fire the req error eventfengmk2
2017-08-16http2: Expose Http2ServerRequest/ResponsePini Houri
2017-08-14process: keep process prototype in inheritance chainJimmy Thomson
2017-08-14async_hooks: don't abort unnecessarilyTrevor Norris
2017-08-14async_hooks: improve comments and function namesTrevor Norris
2017-08-14errors: migrate _http_outgoingWeijia Wang
2017-08-14os: add CIDR supportMudit Ameta
2017-08-14http2: fix [kInspect]() output for Http2StreamEvan Lucas
2017-08-14lib: move deprecationWarned varDaniel Bevenius
2017-08-13assert: optimize code path for deepEqual MapsRuben Bridgewater
2017-08-13util: improve util.inspect performanceRuben Bridgewater
2017-08-13child_process: defer error to next tickTristian Flanagan
2017-08-13http2: name padding buffer fieldsAnna Henningsen
2017-08-13http2: use per-environment buffersAnna Henningsen
2017-08-13http2: improve perf of passing headers to C++Anna Henningsen
2017-08-13repl: include folder extensions in autocompleteTeddy Katz
2017-08-10process: make `this` value consistentRich Trott
2017-08-10fs: invoke callbacks with undefined contextRich Trott
2017-08-10net: use rest parameters instead of argumentsTobias Nießen
2017-08-09lib: use Timer.now() in readline moduleRich Trott
2017-08-09querystring: avoid indexOf when parsingMatteo Collina
2017-08-08child_process: fix handle passing w large payloadsAnna Henningsen
2017-08-08stream: support readable/writableHWM for DuplexGuy Margalit
2017-08-07console: coerce label to string in console.time()James M Snell
2017-08-07inspector: allow require in Runtime.evaluateJan Krems
2017-08-05inspector: fix console with inspector disabledTimothy Gu
2017-08-05encoding: rudimentary TextDecoder support w/o ICUTimothy Gu
2017-08-04http2: fix flakiness in timeoutJames M Snell
2017-08-04http2: fix linting after rebaseJames M Snell
2017-08-04http2: get trailers working with the compat apiJames M Snell
2017-08-04http2: refactor trailers APIJames M Snell
2017-08-04http2: address initial pr feedbackJames M Snell
2017-08-04http2: make writeHead behave like HTTP/1.Matteo Collina
2017-08-04http2: doc and fixes to the Compatibility APIMatteo Collina
2017-08-04http2: add range support for respondWith{File|FD}James M Snell
2017-08-04http2: fix socketOnTimeout and a segfaultJames M Snell
2017-08-04http2: refinement and test for socketErrorJames M Snell