summaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)Author
2019-04-12lib,src,doc: add --heapsnapshot-signal CLI flagcjihrig
2019-04-12console: remove trace frameRuben Bridgewater
2019-04-12lib: enforce the use of Object from primordialsMichaël Zasso
2019-04-12child_process: harden fork arguments validationZYSzys
2019-04-11net: inline maybeDestroy()Luigi Pinca
2019-04-11lib: faster FreeListAnatoli Papirovski
2019-04-10report: improve signal name validationcjihrig
2019-04-10lib: add signal name validatorcjihrig
2019-04-10stream: remove dead codeMarcos Casagrande
2019-04-10test: cover thenables when we check for promisesszabolcsit
2019-04-10module: remove usage of require('util')dnlup
2019-04-10util: change inspect compact and breakLength defaultRuben Bridgewater
2019-04-10util: improve inspect edge casesRuben Bridgewater
2019-04-10lib: move DEP0021 to end of lifecjihrig
2019-04-09child_process: use non-infinite maxBuffer defaultskohta ito
2019-04-08fs: warn on non-portable mkdtemp() templatescjihrig
2019-04-08module: remove dead codeRuben Bridgewater
2019-04-08lib: use safe methods from primordialsMichaël Zasso
2019-04-08crypto: add support for RSA-PSS keysTobias Nießen
2019-04-08buffer: fix custom inspection with extra propertiesRuben Bridgewater
2019-04-08lib: fix outdated commentVse Mozhet Byt
2019-04-07assert: fix rejects stack trace and operatorRuben Bridgewater
2019-04-07fs: improve readFile performanceRuben Bridgewater
2019-04-06buffer: add {read|write}Big[U]Int64{BE|LE} methodsNikolai Vavilov
2019-04-06tools: print a better message for unexpected use of globalsMichaël Zasso
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