aboutsummaryrefslogtreecommitdiff
path: root/lib/internal
AgeCommit message (Expand)Author
2018-07-18crypto: add better scrypt option aliasesAnna Henningsen
2018-07-18crypto: prevent Sign::SignFinal from crashingTobias Nießen
2018-07-16lib,src: replace all C++ promises with JS promisesRuben Bridgewater
2018-07-16process: refactor emitWarningRuben Bridgewater
2018-07-16http2: remove `waitTrailers` listener after closing a streamRidgeA
2018-07-15src: make heap snapshot & embedder graph accessible for testsAnna Henningsen
2018-07-15fs: throw ERR_INVALID_ARG_VALUE when buffer being written is emptyAdityaSrivast
2018-07-14lib: refactor cli tableRuben Bridgewater
2018-07-14worker: exit after uncaught exceptionDenys Otrishko
2018-07-14process: fix process.exitCode handling for fatalExceptionDenys Otrishko
2018-07-13errors: fix undefined HTTP2 and tls errorsShailesh Shekhawat
2018-07-12tools: add no-duplicate-requires ruleGus Caplan
2018-07-11workers: fix invalid exit code in parent upon uncaught exceptionDenys Otrishko
2018-07-10http2: order declarations in core.jsRich Trott
2018-07-10fs: fix fsPromises.lchmod error on non-MacMasashi Hirano
2018-07-09lib: consolidate redundant require() callscjihrig
2018-07-08test,util: add missing tests and conditionsMaleDong
2018-07-07inspector: expose original consoleMatteo Collina
2018-07-05http2: pass incoming set-cookie header as arrayGerhard Stoebich
2018-07-04fs: support pseudofiles in promises.readFileTimothy Gu
2018-07-03messaging: use actual DOMException for DataCloneErrorTimothy Gu
2018-06-30errors: fix ERR_MISSING_DYNAMIC_INSTANTIATE_HOOKСковорода Никита Андреевич
2018-06-30esm: loader hook URL validation and error messagesguybedford
2018-06-29lib: fix segfault with --without-intlRich Trott
2018-06-29workers: replace message types string by constantsWeijia Wang
2018-06-27per_context: add warning to Atomics.wakeGus Caplan
2018-06-27src: move context bootstrap to jsGus Caplan
2018-06-27fs: undeprecate lchown()cjihrig
2018-06-27build: speed up startup with V8 code cacheJoyee Cheung
2018-06-27worker: support relative pathsitaysabato
2018-06-24src: refactor timers to remove TimerWrapAnatoli Papirovski
2018-06-24process: avoid using the same fd for ipc and stdiocjihrig
2018-06-24util: fix comment typosRenée Kooi
2018-06-22src: introduce inspect-brk-nodeDaniel Bevenius
2018-06-21module: experimental modules runMain separationguybedford
2018-06-20dns: remove Resolver#cancel() from promises APIcjihrig
2018-06-20dns: add promisified dns modulecjihrig
2018-06-21process: split bootstrappers by threads that can run themJoyee Cheung
2018-06-20process: remove unused arguments in setup()Joyee Cheung
2018-06-18loader: remove unused error code in module_jobGus Caplan
2018-06-17process: implement process.hrtime.bigint()Joyee Cheung
2018-06-15perf_hooks: remove less useful bootstrap marksJames M Snell
2018-06-15perf_hooks: set bootstrap complete in only one placeJames M Snell
2018-06-14lib,src: make `StatWatcher` a `HandleWrap`Anna Henningsen
2018-06-13esm: ensure require.main for CJS top-level loadsGuy Bedford
2018-06-13lib: rename checkIsArrayBufferView()Ben Noordhuis
2018-06-13lib: replace checkUint() with validateInt32()Ben Noordhuis
2018-06-13crypto: drop Math.pow(), use static exponentationBen Noordhuis
2018-06-13crypto: refactor randomBytes()Ben Noordhuis
2018-06-13crypto: refactor pbkdf2() and pbkdf2Sync() methodsBen Noordhuis