summaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)Author
2019-03-30benchmark,lib: change var to constRuben Bridgewater
2019-03-30net: remove usage of require('util')dnlup
2019-03-30util: add subclass and null prototype support for errors in inspectRuben Bridgewater
2019-03-30url: add ws: and wss: to slashedProtocol setLuigi Pinca
2019-03-30esm: use primordialsMyles Borins
2019-03-29src: do not call into JS in the maxAsyncCallStackDepthChanged interruptJoyee Cheung
2019-03-29dns: make dns.promises enumerablecjihrig
2019-03-29dns: remove dns.promises experimental warningcjihrig
2019-03-29repl: remove usage of require('util') in `repl.js`dnlup
2019-03-29path: remove dead codeRuben Bridgewater
2019-03-29util: fix map entries inspectionRuben Bridgewater
2019-03-28crypto: add crypto.sign() and crypto.verify()Brian White
2019-03-28tls: return an OpenSSL error from renegotiateSam Roberts
2019-03-28errors: make range mandatory in ERR_OUT_OF_RANGERuben Bridgewater
2019-03-28util: only the first line of the error messageSimon Zünd
2019-03-28crypto: allow undefined for saltLength and paddingTobias Nießen
2019-03-28process: remove protection for SyncWriteStream destroy in stdioMatteo Collina
2019-03-28util: improve proxy inspectionRuben Bridgewater
2019-03-28path: fix win32 parse regressionRuben Bridgewater
2019-03-28crypto: rename generateKeyPairEdDSATobias Nießen
2019-03-27console: remove unreachable codeRich Trott
2019-03-27util: don't set the prototype of callbackified functionsRuben Bridgewater
2019-03-27util: rename callbackified functionRuben Bridgewater
2019-03-27util: increase function length when using `callbackify()`Ruben Bridgewater
2019-03-27esm: phase two of new esm implementationguybedford
2019-03-27benchmark,doc,lib: capitalize more commentsRuben Bridgewater
2019-03-27module: throw an error for invalid package.json main entriesRuben Bridgewater
2019-03-27lib: consolidate arrayBufferView validationRuben Bridgewater
2019-03-27crypto: remove obsolete encoding checkRuben Bridgewater
2019-03-27http2: rename function for clarityRuben Bridgewater
2019-03-27url: refactor validateHostnameRuben Bridgewater
2019-03-27http2: remove side effects from validateSettingsRuben Bridgewater
2019-03-27child_process: rename _validateStdtio to getValidStdioRuben Bridgewater
2019-03-27timers: rename validateTimerDuration to getTimerDurationRuben Bridgewater
2019-03-27lib: remove return values from validation functionsRuben Bridgewater
2019-03-27lib: rename validateMode to parseModeRuben Bridgewater
2019-03-27Revert "console: use consolePropAttributes for k-bind properties in constructor"Daniel Bevenius
2019-03-27console: use consolePropAttributes for k-bind properties in constructorBeni von Cheni
2019-03-26process: handle --expose-internals during pre-executionJoyee Cheung
2019-03-26tools: remove eslint rule no-let-in-for-declarationgengjiawen
2019-03-26process: global.process, global.Buffer gettersGuy Bedford
2019-03-26errors: remove usage of require('util')dnlup
2019-03-26lib: reduce usage of require('util')dnlup
2019-03-26fs: reduce usage of require('util')toshi1127
2019-03-25tools: enable getter-return lint rulecjihrig
2019-03-25repl: fix terminal default settingRuben Bridgewater
2019-03-25net: do not manipulate potential user codeRuben Bridgewater
2019-03-25process: make stdout and stderr emit 'close' on destroyMatteo Collina
2019-03-24Revert "net: remove usage of require('util')"Rich Trott
2019-03-25crypto: add support for x25119 and x448 KeyObjectsFilip Skokan