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-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
2018-05-22util: wrap error in brackets without stackRuben Bridgewater
2018-05-22net,http2: refactor _write and _writevUjjwal Sharma
2018-05-22perf_hooks: always set bootstrapCompleteJames M Snell
2018-05-22repl: make console, module and require non-enumerableRuben Bridgewater
2018-05-22util: support inspecting namespaces of unevaluated modulesGus Caplan
2018-05-22lib,src: use V8 API for collection inspectionAnna Henningsen
2018-05-22assert: fix EOL issue in messages on WindowsRuben Bridgewater
2018-05-22console: .table fall back to logging for function tooohbarye
2018-05-22repl: add friendly tips about how to exit replmonkingxue
2018-05-22net: lazy load dnsRuben Bridgewater
2018-05-22stream: lazy load end-of-streamRuben Bridgewater
2018-05-22console: lazy load cliRuben Bridgewater
2018-05-22stream: lazy load ReadableAsyncIteratorRuben Bridgewater
2018-05-22lib: do not call performance hooksRuben Bridgewater
2018-05-22async_hooks: lazy loading for startup performanceRuben Bridgewater
2018-05-22assert,util: lazy load comparison functionsRuben Bridgewater
2018-05-22tools: stricter eslint rule for globalsRuben Bridgewater
2018-05-22lib: remove unnecessary requireRuben Bridgewater
2018-05-22lib: use capital letters in commentsRuben Bridgewater
2018-05-22lib: lazy loadedRuben Bridgewater
2018-05-22cluster: remove obsolete array allocationRuben Bridgewater
2018-05-22lib: lazy load necessary loadersRuben Bridgewater
2018-05-22lib: only load inspector stuff if necessaryRuben Bridgewater
2018-05-22dns: lazy loadedRuben Bridgewater
2018-05-22os: lazy loadedRuben Bridgewater
2018-05-22readline: lazy loadedRuben Bridgewater
2018-05-22querystring: lazy loadedRuben Bridgewater
2018-05-22string_decoder: lazy loadedRuben Bridgewater
2018-05-22url: introduce `URL_FLAGS_IS_DEFAULT_SCHEME_PORT` flagAyush Gupta
2018-05-22stream: refactor getHighWaterMark in state.jsDaniel Bevenius
2018-05-22child_process: fix exec set stdout.setEncodingkillagu
2018-05-22fs: lazy load createPromise/promiseResolveJames M Snell
2018-05-22fs: lazy load the promises implJames M Snell
2018-05-22fs: consistent constants use and cleanupJames M Snell
2018-05-22http2: fix end without readAnatoli Papirovski
2018-05-22module: introduce defaultModuleName in module.jsDaniel Bevenius
2018-05-22http2: avoid bind and properly clean up in compatRobert Nagy
2018-05-22fs: refactor promises version of lchown and lchmodcjihrig
2018-05-22assert: support symbols as assertion messagescjihrig
2018-05-22stream: simplify writable's validChunk()cjihrig
2018-05-14stream: simplify Writable.prototype.cork()cjihrig
2018-05-14fs: use _final() for fs.WriteStreamJackson Tian