summaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)Author
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
2017-11-06http2: improve errors thrown in header validationJoyee Cheung
2017-11-04http2: refactor multiple internalsJames M Snell
2017-11-04http: use arrow fns for lexical `this` in AgentBryan English
2017-11-04tls: accept array of protocols in TLSSocketMark S. Everitt
2017-11-04http, http2: add 103 Early Hints status codeYosuke Furukawa
2017-11-03http2: refactor settings handlingJames M Snell
2017-11-02http, tls: better support for IPv6 addressesMattias Holmlund
2017-11-03lib: refactor ES module loader for readabilityAnna Henningsen
2017-11-02dgram: migrate bufferSize to use internal/errorsJames M Snell
2017-11-02tty: convert to internal/errors using SystemErrorJames M Snell
2017-11-02os: migrate node_os.cc to internal/errorsJames M Snell
2017-11-02src: add CollectExceptionInfo & errors.SystemErrorJames M Snell
2017-11-02src: remove throws in set/getHiddenValueJames M Snell
2017-11-01test,net: remove scatological terminologyRich Trott
2017-11-01src: use internal/errors for startSigintWatchdogJames M Snell
2017-10-31repl: avoid crashing from null and undefined errorscPhost
2017-10-31module: revert #3384 DEP0019 EOLMyles Borins