summaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)Author
2019-04-03lib: remove Atomics.wakeGus Caplan
2019-04-04process: patch more process properties during pre-executionJoyee Cheung
2019-04-03lib: force using primordials for JSON, Math and ReflectMichaël Zasso
2019-04-03module: fix repl require calling the same file againRuben Bridgewater
2019-04-03readline: make Symbol.asyncIterator support stableMatteo Collina
2019-04-03stream: make Symbol.asyncIterator support stableMatteo Collina
2019-04-03dgram: add support for UDP connected socketsSantiago Gimeno
2019-04-03process: run RunBootstrapping in CreateEnvironmentJoyee Cheung
2019-04-03path: refactor for less indentationRuben Bridgewater
2019-04-03util: improve error property inspectionRuben Bridgewater
2019-04-03util: improve `inspect()` compact number modeRuben Bridgewater
2019-04-03module: mark DEP0019 as End-of-LifeRuben Bridgewater
2019-04-03util: `inspect()` should not exceed `breakLength`Ruben Bridgewater
2019-04-02fs: remove experimental warning for fs.promisesAnna Henningsen
2019-04-01dns: refactor lib/internal/dns/utils.jsRich Trott
2019-03-31stream: do not unconditionally call `_read()` on `resume()`Anna Henningsen
2019-03-31module: simpler esm loadingRuben Bridgewater
2019-03-30worker: use copy of process.envAnna Henningsen
2019-03-30readline: replace quadratic regex with linear oneThomas
2019-03-30buffer: use stricter `from()` input validationRuben Bridgewater
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