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
AgeCommit message (Expand)Author
2017-03-29Revert "Revert "repl: disable Ctrl+C support..."Myles Borins
2017-03-29deps: fix CLEAR_HASH macro to be usable as a single statementSam Roberts
2017-03-29deps: upgrade zlib to 1.2.11Sam Roberts
2017-03-29crypto: fix memory leak if certificate is revokedTom Atkinson
2017-03-29deps: backport e427300 from upstream V8Michaël Zasso
2017-03-29deps: cherry-pick b9f682b from upstream V8Michaël Zasso
2017-03-29deps: backport 2cabc86 from upstream V8Michaël Zasso
2017-03-22Working on v6.10.2Myles Borins
2017-03-212017-03-21, Version 6.10.1 'Boron' (LTS)v6.10.1Myles Borins
2017-03-10doc: restrict the ES.Next features usage in testsDavidCai
2017-03-09doc: add missing entry in v6 changelog tableLuigi Pinca
2017-03-09tools: remove custom align-function-arguments ruleRich Trott
2017-03-09tools: update ESLint to current versionRich Trott
2017-03-09benchmark,lib,test: adjust for lintingRich Trott
2017-03-09fs: improve performance for sync stat() functionsBrian White
2017-03-09os: improve loadavg() performanceBrian White
2017-03-09process: improve memoryUsage() performanceBrian White
2017-03-09dgram: fix possibly deoptimizing use of argumentsVse Mozhet Byt
2017-03-09test: increase setMulticastLoopback() coveragecjihrig
2017-03-09test: increase dgram ref()/unref() coveragecjihrig
2017-03-09dgram: remove this aliasescjihrig
2017-03-09test: add an exception test to http-write-headYuta Hiroto
2017-03-09test: add known_issues test for #10223AnnaMag
2017-03-09test: guarantee test runs in test-readline-keysRich Trott
2017-03-09test: check error message in test-http-outgoing-protoAlex Ling
2017-03-09http: make request.abort() destroy the socketLuigi Pinca
2017-03-09doc: remove Chris Dickinson from active releasersBen Noordhuis
2017-03-09doc: for style, remove "isn't" contractionSam Roberts
2017-03-09test: increase coverage for stream's duplexabouthiroppy
2017-03-09test: allow for slow hosts in spawnSync() testRich Trott
2017-03-09benchmark: add more thorough timers benchmarksJeremiah Senkpiel
2017-03-09test: expand test coverage of fs.jsVinícius do Carmo
2017-03-09test: expand test coverage of events.jsVinícius do Carmo
2017-03-09benchmark: add benchmark for object propertiesMichaël Zasso
2017-03-09test: check noAssert option in buf.write*()larissayvette
2017-03-09test: expand test coverage of fs.jsVinícius do Carmo
2017-03-09test: enhance test-timersRich Trott
2017-03-09tools,doc: add Google Analytics tracking.Phillip Johnsen
2017-03-09doc: update http.md for consistency and clarityLance Ball
2017-03-09test: increase coverage for exec() functionscjihrig
2017-03-09test: add process.assert's testabouthiroppy
2017-03-09querystring: improve unescapeBuffer performanceBrian White
2017-03-09querystring: improve stringify() performanceBrian White
2017-03-09querystring: improve parse() performanceBrian White
2017-03-09buffer: improve compare() performanceBrian White
2017-03-09buffer: fix comments in bidirectionalIndexOfdcposch@dcpos.ch
2017-03-09doc: clarify Buffer.indexOf/lastIndexOf edge casesdcposch@dcpos.ch
2017-03-09test: update Buffer.lastIndexOfdcposch@dcpos.ch
2017-03-09crypto: return the retval of HMAC_UpdateTravis Meisenheimer
2017-03-09test: improve code in test-crypto-verifyAdrian Estrada