summaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)Author
2019-04-06lib: remove `env: node` in eslint config for lib filesJoyee Cheung
2019-04-06src: port coverage serialization to C++Joyee Cheung
2019-04-05lib: make queueMicrotask fasterAnatoli Papirovski
2019-04-05async_hooks: improve AsyncResource performanceAnatoli Papirovski
2019-04-04crypto: remove legacy native handlesTobias Nießen
2019-04-04async_hooks: minor cleanup and improvementsAnatoli Papirovski
2019-04-04crypto: fix crash of encrypted private key export without cipherFilip Skokan
2019-04-04querystring: simplify stringify methodZYSzys
2019-04-04buffer: fix concat error messageRuben Bridgewater
2019-04-04module: add extra caching layerRuben Bridgewater
2019-04-04module: add path to the module objectRuben Bridgewater
2019-04-04module: inline try catchRuben Bridgewater
2019-04-04errors: add more information in case of invalid callbacksRuben Bridgewater
2019-04-04util: use minimal object inspection with %s specifierRuben Bridgewater
2019-04-04src: port bootstrap/cache.js to C++Joyee Cheung
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