summaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)Author
2017-11-22async_hooks: remove deprecated APIAndreas Madsen
2017-11-21module: replace default paths in require.resolve()cjihrig
2017-11-21inspector: no async tracking for promisesAnna Henningsen
2017-11-21http2: major update to internalsJames M Snell
2017-11-20async_hooks: deprecate undocumented APIAndreas Madsen
2017-11-19domain: re-implement domain over async_hookvladimir
2017-11-18stream: use arrow fns for 'this' in readableVipin Menon
2017-11-18zlib: fix assert fail for bad write in object modeKevin Locke
2017-11-18util: escaping object keys in util.inspect()buji
2017-11-18buffer: don't predefine errorbuji
2017-11-18zlib: fix decompression of empty data streamsAnna Henningsen
2017-11-18errors: consistent format for error messageAnatoli Papirovski
2017-11-18console: add support for console.debugBenjamin Zaslavsky
2017-11-18timers: cross JS/C++ border less frequentlyAnna Henningsen
2017-11-17lib: replace string concatenation with templateVijayalakshmi Kannan
2017-11-16util: runtime deprecation for custom .inspect()Rich Trott
2017-11-16util: emit deprecation code only onceRich Trott
2017-11-16repl: support top-level awaitTimothy Gu
2017-11-16repl: add async and await as keywordsTimothy Gu
2017-11-16repl: add an internal "paused" modeTimothy Gu
2017-11-16path: remove obsolete commentRich Trott
2017-11-16async_hooks: add destroy event for gced AsyncResourcesSebastian Mayr
2017-11-16async_hooks: add trace events to async_hooksAndreas Madsen
2017-11-15http, stream: writeHWM -> writableHighWaterMarkMatteo Collina
2017-11-15stream: remove usage of *State.highWaterMarkCalvin Metcalf
2017-11-15tty: fix 'resize' event regressionBen Noordhuis
2017-11-15module: speed up package.json parsing moreBen Noordhuis
2017-11-15module: speed up package.json parsingBen Noordhuis
2017-11-14tty: refactor exportscjihrig
2017-11-14events: remove emit micro-optimizationsAnatoli Papirovski
2017-11-13build: runtime-deprecate requiring depsTimothy Gu
2017-11-13lib: replace string concatenation with templateSuryanarayana Murthy N
2017-11-13lib: guard inspector console using process varDaniel Bevenius
2017-11-12lib: improve the usage of TypeError[INVALID_ARG_TYPE]Weijia Wang
2017-11-11tls: implement clientCertEngine optionjoelostrowski
2017-11-11lib: change concatenated string to templatePawan Jangid
2017-11-11lib: replace String concatenation with templatesaiHemak
2017-11-11lib: change concatenated string to templateNayana Das K
2017-11-11lib: replace string concatenation with templateJayashree S Kumar
2017-11-11lib: replace string concatenation with templateChandrakala
2017-11-11lib: replace string concatenation with templatesubrahmanya chari p
2017-11-11crypto: deprecate {ecdhCurve: false}David Benjamin
2017-11-09fs: expose realpath(3) bindingsBen Noordhuis
2017-11-08console: avoid adding infinite error listenersMatteo Collina
2017-11-07repl: show proxies as Proxy objectsBen Noordhuis
2017-11-07http2: simplify subsequent rstStream callsAnatoli Papirovski
2017-11-07lib: shuffle v8_prof_polyfill.js for unit testingBen Noordhuis
2017-11-07lib: fix version check in tick processorBen Noordhuis
2017-11-06http: use 'connect' event only if socket is connectingLuigi Pinca
2017-11-06http: improve errors thrown in header validationJoyee Cheung