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-02-27fs: cleanup fd lchown and lchownSyncJames M Snell
2018-02-27lib: fix typo in trace_events_async_hooks.jsGilles De Mey
2018-02-27fs: fix options.end of fs.ReadStream()陈刚
2018-02-27cluster: resolve relative unix socket pathslaino
2018-02-27path: fix path.normalize for relative pathsWeijia Wang
2018-02-27lib: enable dot-notation eslint ruleAnatoli Papirovski
2018-02-19module: add builtinModulesJon Moss
2018-02-19dns: fix crash while setting server during queryXadillaX
2018-02-08http: add rawPacket in err of `clientError` eventXadillaX
2018-01-27module: replace default paths in require.resolve()cjihrig
2018-01-27http, stream: writeHWM -> writableHighWaterMarkMatteo Collina
2018-01-26http, tls: better support for IPv6 addressesMattias Holmlund
2018-01-24http: remove duplicate exportEvan Lucas
2018-01-24repl: fix coloring of `process.versions`Ben Noordhuis
2018-01-24tls: comment about old-style errorsxortiz
2018-01-24net: remove ADDRCONFIG DNS hint on WindowsBartosz Sosnowski
2018-01-24http: remove adapter frame from onParserExecuteBen Noordhuis
2018-01-22tools: add lowercase-name-for-primitive eslint ruleWeijia Wang
2018-01-19process: improve unhandled rejection messageMadara Uchiha
2018-01-19async_hooks,http: set HTTPParser trigger to socketAndreas Madsen
2018-01-19async_hooks: update defaultTriggerAsyncIdScope for perfAnatoli Papirovski
2018-01-19async_hooks: use typed array stack as fast pathAnna Henningsen
2018-01-19async_hooks: use scope for defaultTriggerAsyncIdAndreas Madsen
2018-01-19async_hooks: separate missing from default contextAndreas Madsen
2018-01-19async_hooks: rename initTriggerIdAndreas Madsen
2018-01-19async_wrap: add provider types for net serverAndreas Madsen
2018-01-19trace_events: add executionAsyncId to init eventsAndreas Madsen
2018-01-19async_hooks: deprecate undocumented APIAndreas Madsen
2018-01-19timers: cross JS/C++ border less frequentlyAnna Henningsen
2018-01-19async_hooks: add destroy event for gced AsyncResourcesSebastian Mayr
2018-01-19async_hooks: add trace events to async_hooksAndreas Madsen
2018-01-16stream: remove usage of *State.highWaterMarkCalvin Metcalf
2018-01-16console: add support for console.debugBenjamin Zaslavsky
2018-01-16http: support generic `Duplex` streamsAnna Henningsen
2017-12-21repl: remove internal frames from runtime errorsLance Ball
2017-12-21tty: fix 'resize' event regressionBen Noordhuis
2017-12-20util: fix negative 0 check in inspectGus Caplan
2017-12-20util: remove check for global.processGus Caplan
2017-12-20doc: document tls.checkServerIdentityHannes Magnusson
2017-12-20internal: add emitExperimentalWarning functionCody Deckard
2017-12-20module: fix for #17130 shared loader cjs depGuy Bedford
2017-12-20module: be lazy when creating CJS facadesBradley Farias
2017-12-20http: do not assign intermediate variableJon Moss
2017-12-20benchmark,path: remove unused variables薛定谔的猫
2017-12-20fs: use arrow functions instead of `.bind` and `self`Weijia Wang
2017-12-20inspector: no async tracking for promisesAnna Henningsen
2017-12-20stream: use arrow fns for 'this' in readableVipin Menon
2017-12-20lib: replace string concatenation with templateVijayalakshmi Kannan
2017-12-20path: remove obsolete commentRich Trott
2017-12-20errors,tools: ASCIIbetical instead of alphabeticalRefael Ackermann