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-09-20lib: simplify 'processChunkSync'MaleDong
2018-09-20fs: ensure readdir() callback is only called oncecjihrig
2018-09-20lib: remove unnecessary symbolsMaleDong
2018-09-20crypto: rename symbols to match guidelinesTobias Nießen
2018-09-20assert: align argument namesRuben Bridgewater
2018-09-11net: port isIPv6 to JSWeijia Wang
2018-09-07errors: decapitalize PBKDF2 errorTobias Nießen
2018-09-06coverage: expose native V8 coverageBenjamin Coe
2018-09-06http2: don't expose the original socket through the socket proxySzymon Marczak
2018-09-06worker: display MessagePort status in util.inspect()Anna Henningsen
2018-09-06cli: more flexible width when printing `--help`Anna Henningsen
2018-09-06assert: fix loose set and map comparisonRuben Bridgewater
2018-09-06tls: improve debugging assertionAnna Henningsen
2018-09-06os: don't use getCheckedFunction() in userInfo()cjihrig
2018-09-06stream: update emit readable debug statementDaniel Bevenius
2018-09-06cli: generate --help text in JSAnna Henningsen
2018-09-06lib: merge onread handlers for http2 streams & net.SocketAshok
2018-09-06src: remove calls to deprecated v8 functions (Uint32Value)Ujjwal Sharma
2018-09-06crypto: fix incorrect use of INT_MAX in validationTobias Nießen
2018-09-06src: remove calls to deprecated v8 functions (BooleanValue)Ujjwal Sharma
2018-09-06child_process: fix handling of incorrect uid/gid in spawnDenys Otrishko
2018-09-06vm: add bindings for v8::CompileFunctionInContextUjjwal Sharma
2018-09-06fs: update read to work with any TypedArray/DataViewSarat Addepalli
2018-09-06child_process: allow typed arrays for inputSarat Addepalli
2018-09-06http2: graduate from experimentalJames M Snell
2018-09-06process: add allowedNodeEnvironmentFlags propertyChristopher Hiller
2018-09-06lib,src: standardize `owner_symbol` for handlesAnna Henningsen
2018-09-06http2: throw better error when accessing unbound socket proxyJames M Snell
2018-09-06deps: import acorn@5.7.2Sam Ruby
2018-09-06lib: extract validateNumber validatorJon Moss
2018-09-03os: add os.{get,set}Priority()cjihrig
2018-09-03util: restore all information in inspectRuben Bridgewater
2018-09-03worker: remove redundant function call to `setupPortReferencing`Ouyang Yadong
2018-09-03repl: tab auto complete big arraysRuben Bridgewater
2018-09-03http: adding doc and debug for calling empty string on write functionAnto Aravinth
2018-09-03stream: restore flow if there are 'data' handlers after once('readable')Matteo Collina
2018-09-03util: Fix number format for `pad`MaleDong
2018-09-03os: destructure ERR_SYSTEM_ERROR properlycjihrig
2018-09-03os: improve networkInterfaces performanceRuben Bridgewater
2018-09-03util,assert: improve performanceRuben Bridgewater
2018-09-03util: mark special entries as suchRuben Bridgewater
2018-09-03util: escape symbol and non-enumerable keysRuben Bridgewater
2018-09-03util: improve empty typed array inspectionRuben Bridgewater
2018-09-03util: properly indent special propertiesRuben Bridgewater
2018-09-03util: harden util.inspectRuben Bridgewater
2018-09-03fs: readdir optionally returning type informationBryan English
2018-09-03src: perform integrity checks on built-in code cacheJoyee Cheung
2018-09-03http2: emit timeout on compat request and responseJames M Snell
2018-09-03lib: remove unused exec paramMaleDong
2018-09-03util,assert: improve comparison performanceRuben Bridgewater