summaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)Author
2018-06-27worker: support relative pathsitaysabato
2018-06-24util: recover from maximum call stack sizeRuben Bridgewater
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-22net: report uv_tcp_open() errorscjihrig
2018-06-22net: validate fds passed to Socket constructorcjihrig
2018-06-22src: introduce inspect-brk-nodeDaniel Bevenius
2018-06-21module: experimental modules runMain separationguybedford
2018-06-20crypto: refer to correct deprecation id in commentMichaël Zasso
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-20child_process: change windowsHide default to truecjihrig
2018-06-20process: remove unused arguments in setup()Joyee Cheung
2018-06-18loader: remove unused error code in module_jobGus Caplan
2018-06-18net: emit 'close' when socket ends before connectBrett Kiefer
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-14v8: replace Buffer with FastBuffer in deserializeUjjwal Sharma
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
2018-06-13crypto: add scrypt() and scryptSync() methodsBen Noordhuis
2018-06-13crypto: DRY type checkingBen Noordhuis
2018-06-10http: remove a pair of outdated commentsMark S. Everitt
2018-06-10tools: add BigInt to globalsNikolai Vavilov
2018-06-08dns: improve setServers() errors and performanceJamie Davis
2018-06-08stream: make the pipeline callback mandatoryRuben Bridgewater
2018-06-08lib,src: remove openssl feature conditionalsBen Noordhuis
2018-06-07fs: support BigInt in fs.*stat and fs.watchFileJoyee Cheung
2018-06-07child_process: swallow errors in internal communicationAnatoli Papirovski
2018-06-07fs: fix promises reads with pos > 4GBcjihrig
2018-06-06worker: rename to worker_threadsAnna Henningsen
2018-06-06worker: improve error (de)serializationAnna Henningsen
2018-06-06worker: enable stdioAnna Henningsen
2018-06-06worker: restrict supported extensionsTimothy Gu
2018-06-06worker: initial implementationAnna Henningsen
2018-06-06worker: implement `MessagePort` and `MessageChannel`Anna Henningsen
2018-06-05zlib: removed extra util requireErnestoSalazar
2018-06-05https: removed extra _http_server requireErnestoSalazar
2018-06-03fs: do not crash when using a closed fs event watcherJoyee Cheung
2018-06-03http2: fix premature destroyAnatoli Papirovski
2018-06-02stream: inline needMoreData functionMiklos Suveges
2018-06-02lib: use focused ESLint disabling in util.jsRich Trott