summaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)Author
2018-04-30errors: minor (SystemError) refactoringRuben Bridgewater
2018-04-30dns: report out of memory properlyRuben Bridgewater
2018-04-29stream: fix error handling with async iterationJulien Fontanet
2018-04-29test: fix a TODO and remove obsolete TODOsRuben Bridgewater
2018-04-29http2: fix ping callbackRuben Bridgewater
2018-04-29assert: make skipping indicator blueRuben Bridgewater
2018-04-29assert: minor error message improvementsRuben Bridgewater
2018-04-29http,https,tls: switch to WHATWG URL parserHackzzila
2018-04-29child_process: fix leak when passing http socketsSantiago Gimeno
2018-04-29buffer: do not always use defaultsRuben Bridgewater
2018-04-29timers: reschedule interval even if it threwAnatoli Papirovski
2018-04-28http2: fix responses to long payload reqsAnatoli Papirovski
2018-04-28fs: point isFd to isUint32Daniel Bevenius
2018-04-28stream: only check options once in Duplex ctorDaniel Bevenius
2018-04-28util: fix isInsideNodeModules inside errorAnatoli Papirovski
2018-04-27console: fix console.table() display edge caseRich Trott
2018-04-27http: refactor outgoing headers processingAnatoli Papirovski
2018-04-27tls: specify options.name in validateKeyCertDaniel Bevenius
2018-04-26process: migrate methods to throw errors with codeMichaël Zasso
2018-04-26lib: introduce internal/validatorsMichaël Zasso
2018-04-26http: added aborted property to requestRobert Nagy
2018-04-26crypto: make pbkdf2 use checkIsArrayBufferViewDaniel Bevenius
2018-04-26crypto: add checkIsArrayBufferViewDaniel Bevenius
2018-04-26crypto: add getIntOption function to reduce duplDaniel Bevenius
2018-04-26crypto: simplify diffiehellman getFormat functionDaniel Bevenius
2018-04-25src: assign ERR_SCRIPT_EXECUTION_* codes in C++Joyee Cheung
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