Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nodejs/node.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)Author
2018-06-13worker: rename to worker_threadsAnna Henningsen
2018-06-13worker: improve error (de)serializationAnna Henningsen
2018-06-13worker: enable stdioAnna Henningsen
2018-06-13worker: restrict supported extensionsTimothy Gu
2018-06-13worker: initial implementationAnna Henningsen
2018-06-13worker: implement `MessagePort` and `MessageChannel`Anna Henningsen
2018-06-13fs: do not crash when using a closed fs event watcherJoyee Cheung
2018-06-13lib: unmask mode_t values with 0o777Joyee Cheung
2018-06-13doc: fix inconsistent documentation (host vs hostname)Davis Okoth
2018-06-13src: refactor bootstrap to use bootstrap objectJames M Snell
2018-06-13fs: refactor fs moduleJames M Snell
2018-06-13fs: improve fchmod{Sync} validationcjihrig
2018-06-13lib: support ranges in validateInt32()cjihrig
2018-06-13fs: drop duplicate API in promises modeСковорода Никита Андреевич
2018-06-13lib: mask mode_t type of arguments with 0o777Joyee Cheung
2018-06-13process: backport process/methods fileMichaël Zasso
2018-06-13fs: don't limit ftruncate() length to 32 bitscjihrig
2018-06-13fs: add length validation to fs.truncate()cjihrig
2018-06-13lib: add validateInteger() validatorcjihrig
2018-06-12fs: fix promises reads with pos > 4GBcjihrig
2018-06-06zlib: removed extra util requireErnestoSalazar
2018-06-06https: removed extra _http_server requireErnestoSalazar
2018-06-06http2: fix premature destroyAnatoli Papirovski
2018-06-06stream: inline needMoreData functionMiklos Suveges
2018-06-06lib: use focused ESLint disabling in util.jsRich Trott
2018-06-06lib: introduce internal/validatorsMichaël Zasso
2018-06-01net: use object destructuringstarkewang
2018-06-01http2: force through RST_STREAM in destroyAnatoli Papirovski
2018-06-01http2: delay closing streamAnatoli Papirovski
2018-05-31stream: ensure Stream.pipeline re-throws errors without callbackBlaine Bublitz
2018-05-31util: fix inspection of module namespacesGus Caplan
2018-05-31fs: ensure options.flag defaults to 'r' in readFileUnknown
2018-05-29stream: fix removeAllListeners() for Stream.ReadableKael Zhang
2018-05-29Revert "repl: add friendly tips about how to exit repl"cjihrig
2018-05-29lib: use object destructuring for ContextifyScriptDaniel Bevenius
2018-05-29fs: fix reads with pos > 4GBMathias Buus
2018-05-25module: name anonymous function for debuggingNicholas Dangles
2018-05-25net: allow IPC servers be accessible by allBartosz Sosnowski
2018-05-25lib: remove unnecessary string interpolationDaniel Bevenius
2018-05-25assert: handle undefined filename in getErrMessageTim Seckinger
2018-05-25net: remove unnecessary variableschainhelen
2018-05-24http: fix res emit close before user finishRobert Nagy
2018-05-24lib,src,test: fix commentsTobias Nießen
2018-05-24http: fix capitalization of 418 status messageя котик пур-пур
2018-05-24http: do not rely on the 'agentRemove' eventLuigi Pinca
2018-05-24http2: fix several serious bugsAnatoli Papirovski
2018-05-24assert: fix wrong message indentationRuben Bridgewater
2018-05-22util: improve error inspectionRuben Bridgewater
2018-05-22util: fix inspected stack indentationRuben Bridgewater
2018-05-22util: remove erroneous whitespaceRuben Bridgewater