aboutsummaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)Author
2018-04-23lib: make sure `console` is writableKyle Farnung
2018-04-23net: honor default values in Socket constructorSantiago Gimeno
2018-04-23http: remove duplicate parser unsetAnatoli Papirovski
2018-04-23http: cleanup parser propertiesAnatoli Papirovski
2018-04-23http: remove duplicate commentAnatoli Papirovski
2018-04-23http: cleanup _http_common.jsAnatoli Papirovski
2018-04-23fs: return stats to JS in sync methodsJoyee Cheung
2018-04-23crypto: remove rsaPrivate and rename rsaPublicDaniel Bevenius
2018-04-23crypto: add addCipherPrototypeFunctions functionDaniel Bevenius
2018-04-23crypto: add createCipher/WithIV functionsDaniel Bevenius
2018-04-22lib: remove unnecessary assignment of exportsDaniel Bevenius
2018-04-22lib: remove unused binding constDaniel Bevenius
2018-04-22http: simplify connection: close searchAnatoli Papirovski
2018-04-22http: use switch in matchHeaderAnatoli Papirovski
2018-04-22http: simplify isCookieFieldAnatoli Papirovski
2018-04-20Revert "process: add version constants and compare"Rod Vagg
2018-04-20buffer: fix deprecation warning emitAnatoli Papirovski
2018-04-20stream: prevent 'end' to be emitted after 'error'Matteo Collina
2018-04-20console: fix class inheritance regressionAnatoli Papirovski
2018-04-20assert: validate the block return typeRuben Bridgewater
2018-04-20util: improve inspect performanceRuben Bridgewater
2018-04-19http: fix _dump regressionAnatoli Papirovski
2018-04-19lib: remove duplicate require calls in tls.jsDaniel Bevenius
2018-04-19lib: make c, ca and certs const in _tls_commonDaniel Bevenius
2018-04-19lib: use object destructuring tls.jsDaniel Bevenius
2018-04-18repl: hide top-level await feature behind a flagTimothy Gu
2018-04-17domain: converted anonymous to named functionDaven Casia
2018-04-17trace_events: adds a new trace_events apiJames M Snell
2018-04-17http: fix undefined error in parser eventAnatoli Papirovski
2018-04-17timers: call destroy on interval errorAnatoli Papirovski
2018-04-17timers: fix subsequent enroll calls not workingAnatoli Papirovski
2018-04-17errors: alter ERR_INVALID_CURSOR_POSdavidmarkclements
2018-04-16http2: refactor how trailers are doneJames M Snell
2018-04-16util: fix inspect performance bugRuben Bridgewater
2018-04-16errors: alter ERR_INVALID_PROTOCOLdavidmarkclements
2018-04-16stream: add pipeline and finishedMathias Buus
2018-04-16fs: add 'close' event to FSWatcherAlec Larson
2018-04-16http: relax requirements on upgrade listenerAnatoli Papirovski
2018-04-16errors: alter ERR_INVALID_DOMAIN_NAMEdavidmarkclements
2018-04-16timers: fix clearInterval to work with timers from setTimeoutRĂ©mi Berson
2018-04-16tools: add eslintrc rule for `assert.rejects`Ruben Bridgewater
2018-04-16assert: add direct promises support in rejectsRuben Bridgewater
2018-04-15fs: handle long files reading in fs.promisesAntoine du HAMEL
2018-04-15lib: fix coverage reportingAnna Henningsen
2018-04-14errors: alter ERR_HTTP2_PSEUDOHEADER_NOT_ALLOWEDdavidmarkclements
2018-04-14stream: fix incorrect comment in _stream_readable.jsSnehil Verma
2018-04-14errors: alter and test ERR_INVALID_REPL_EVAL_CONFIGdavidmarkclements
2018-04-14errors: alter ERR_INVALID_IP_ADDRESSdavidmarkclements
2018-04-14assert: remove `errorDiff` propertyRuben Bridgewater
2018-04-14assert: improve default error messagesRuben Bridgewater