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
2015-02-07benchmark: bump eventemitter number of iterationsBen Noordhuis
2015-02-06benchmark: add more EventEmitter benchmarksBrian White
2015-02-05benchmark: allow compare via fine-grained filtersBrian White
2015-02-04benchmark: don't use template stringsEvan Lucas
2015-02-03benchmark: clean up common.jsBrendan Ashworth
2015-01-31benchmark: remove extra spacing in http optionsBrendan Ashworth
2015-01-29doc: add more info to benchmark/README.mdFishrock123
2015-01-28buffer: implement `iterable` interfaceVladimir Kurchatkin
2015-01-21benchmark: print score to five decimal placesYosuke Furukawa
2015-01-18benchmark: fix tcp bench after internal api changeYosuke Furukawa
2015-01-18benchmark: stop v8 benchmark clobbering RegExpBen Noordhuis
2015-01-17benchmark: add filter option for benchmarkYosuke Furukawa
2015-01-14benchmark: fix command name in benchmark scriptsYosuke Furukawa
2015-01-13Remove excessive copyright/license boilerplateisaacs
2014-12-20lib: micro-optimize url.resolve()Ben Noordhuis
2014-12-20benchmark: rename url.parse() benchmarkBen Noordhuis
2014-12-20lib: micro-optimize EventEmitter#removeListener()Ben Noordhuis
2014-12-20benchmark: fix printing of large numbersBen Noordhuis
2014-12-20benchmark: pre-optimize url.parse() before startBen Noordhuis
2014-12-19fs: deprecate exists() and existsSync()cjihrig
2014-12-12domain: forward args to .run(fn)micnic
2014-12-10benchmark: add url benchmarksBen Noordhuis
2014-09-25benchmark: add test for module loaderRobert Kowalski
2014-06-05bench: fix buffers/buffer-base64-encode benchmarkBen Noordhuis
2014-05-28doc: Add a README for benchmark testsRaymond Feng
2014-05-28benchmark: Add a test to measure Buffer.slice perfRaymond Feng
2014-04-29buffer: add compare and equals methodsSean McArthur
2014-04-02buffer: improve {read,write}{U}Int* methodsNick Apperson
2014-02-25benchmark: update to use new wrkTimothy J Fontaine
2014-01-29stream_wrap: use `uv_try_write` where possibleFedor Indutny
2013-12-07benchmark: fixate `ciphers` in tls benchmarksFedor Indutny
2013-11-06benchmark: Correct the bufferSize to highWaterMarkJackson Tian
2013-11-01benchmark: add http chunked encoding benchmarksBen Noordhuis
2013-09-01Merge remote-tracking branch 'ry/v0.10'isaacs
2013-09-01benchmark: Fix execArgv handlingisaacs
2013-08-31Merge remote-tracking branch 'ry/v0.10'isaacs
2013-08-31benchmark: Support passing v8 flags to benchmarksisaacs
2013-08-20fixes #6031 spelling errorsMatthew Aynalem
2013-08-02benchmark: update misc to new v8 APITrevor Norris
2013-07-20bench: fix up benchmarks after internal api changeBen Noordhuis
2013-07-09benchmark: update callbacks only receive dataTrevor Norris
2013-05-28Merge remote-tracking branch 'ry/v0.10'isaacs
2013-05-23http: save roundtrips, convert buffers to stringsBen Noordhuis
2013-05-18Merge remote-tracking branch 'ry/v0.10' into masterisaacs
2013-05-14benchmark: hash streamisaacs
2013-04-27benchmark: add chunked-encoding benchmarkFedor Indutny
2013-03-25bench: add child process read perf benchmarkBen Noordhuis
2013-03-20bench: compare binaries equal timesTrevor Norris
2013-03-20bench: add dgram send/recv benchmarkBen Noordhuis
2013-03-14http: Don't hot-path end() for large buffersisaacs