summaryrefslogtreecommitdiff
path: root/lib/internal
AgeCommit message (Expand)Author
2018-06-10tools: add BigInt to globalsNikolai Vavilov
2018-06-08stream: make the pipeline callback mandatoryRuben Bridgewater
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-03fs: do not crash when using a closed fs event watcherJoyee Cheung
2018-06-03http2: fix premature destroyAnatoli Papirovski
2018-06-01lib: unmask mode_t values with 0o777Joyee Cheung
2018-06-01http2: force through RST_STREAM in destroyAnatoli Papirovski
2018-06-01http2: delay closing streamAnatoli Papirovski
2018-05-31src: refactor bootstrap to use bootstrap objectJames M Snell
2018-05-31stream: ensure Stream.pipeline re-throws errors without callbackBlaine Bublitz
2018-05-30fs: ensure options.flag defaults to 'r' in readFileUnknown
2018-05-27lib: use object destructuring for ContextifyScriptDaniel Bevenius
2018-05-25fs: don't limit ftruncate() length to 32 bitscjihrig
2018-05-25lib: add validateInteger() validatorcjihrig
2018-05-25module: name anonymous function for debuggingNicholas Dangles
2018-05-24lib: remove unnecessary string interpolationDaniel Bevenius
2018-05-22timers: use only a single TimerWrap instanceAnatoli Papirovski
2018-05-22lib: add internal PriorityQueue classAnatoli Papirovski
2018-05-22http2: fix several serious bugsAnatoli Papirovski
2018-05-20fs: refactor fs moduleJames M Snell
2018-05-19lib: support ranges in validateInt32()cjihrig
2018-05-20net,http2: refactor _write and _writevUjjwal Sharma
2018-05-19perf_hooks: always set bootstrapCompleteJames M Snell
2018-05-19fs: drop duplicate API in promises modeСковорода Никита Андреевич
2018-05-19lib,src: use V8 API for collection inspectionAnna Henningsen
2018-05-18stream: lazy load end-of-streamRuben Bridgewater
2018-05-18lib: do not call performance hooksRuben Bridgewater
2018-05-18async_hooks: lazy loading for startup performanceRuben Bridgewater
2018-05-18lib: remove unnecessary requireRuben Bridgewater
2018-05-18lib: use capital letters in commentsRuben Bridgewater
2018-05-18lib: lazy loadedRuben Bridgewater
2018-05-18cluster: remove obsolete array allocationRuben Bridgewater
2018-05-18lib: lazy load necessary loadersRuben Bridgewater
2018-05-18lib: only load inspector stuff if necessaryRuben Bridgewater
2018-05-18os: lazy loadedRuben Bridgewater
2018-05-18querystring: lazy loadedRuben Bridgewater
2018-05-18string_decoder: lazy loadedRuben Bridgewater
2018-05-18url: introduce `URL_FLAGS_IS_DEFAULT_SCHEME_PORT` flagAyush Gupta
2018-05-18stream: refactor getHighWaterMark in state.jsDaniel Bevenius
2018-05-17http2: fix end without readAnatoli Papirovski
2018-05-17lib: mask mode_t type of arguments with 0o777Joyee Cheung
2018-05-16module: introduce defaultModuleName in module.jsDaniel Bevenius