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
2020-03-10benchmark: add `test` and `all` options and improve errors"Ruben Bridgewater
2020-02-13benchmark: use let instead of varDaniele Belardi
2020-02-11Revert "benchmark: add `test` and `all` options and improve errors"Anna Henningsen
2020-02-09benchmark: add `test` and `all` options and improve errorsRuben Bridgewater
2019-12-20benchmark: add clear connections to secure-pairDiego Lafuente
2019-10-11benchmark: remove double word "then" in commentsNick Schonning
2019-08-24net: allow reading data into a static bufferBrian White
2019-03-27benchmark,doc,lib: capitalize more commentsRuben Bridgewater
2019-03-10benchmark,doc,lib,test: capitalize commentsRuben Bridgewater
2019-02-28benchmark,doc,lib,test: capitalize commentsRuben Bridgewater
2019-02-07benchmark: refactor for consistent styleRich Trott
2018-12-29benchmark: fix net-wrap-js-stream-passthroughRich Trott
2018-12-17doc,lib,test: capitalize comment sentencesRuben Bridgewater
2018-12-10tools: capitalize sentencesRuben Bridgewater
2018-10-28src: improve StreamBase write throughputAnna Henningsen
2018-10-24src: improve StreamBase read throughputAnna Henningsen
2018-10-14benchmark: add common.binding()cjihrig
2018-08-19stream: move process.binding('stream_wrap') to internalBindingJames M Snell
2018-02-14src: refactor WriteWrap and ShutdownWrapsAnna Henningsen
2018-01-23benchmark: (net) use destructuringRuben Bridgewater
2018-01-10benchmark: add JSStreamWrap benchmarkAnna Henningsen
2017-11-28async_wrap: add provider types for net serverAndreas Madsen
2017-09-20benchmark: var to constRuben Bridgewater
2017-04-20benchmark: reduce string concatenationsVse Mozhet Byt
2017-04-14benchmark,windows: TCP.readStart() meaningful only after completionRefael Ackermann
2017-04-04benchmark: replace [].join() with ''.repeat()Vse Mozhet Byt
2017-01-05benchmark: improve readability of net benchmarksBrian White
2017-01-05benchmark: move punycode benchmark out of netBrian White
2016-07-26benchmark: missing process.exit after bench.endAndreas Madsen
2016-06-30net: use icu's punycode implementationJames M Snell
2016-04-28benchmark: Fix crash in net benchmarksMatt Loring
2016-03-16buffer: add .from(), .alloc() and .allocUnsafe()James M Snell
2016-02-28tools,benchmark: increase lint complianceRich Trott
2016-02-22benchmark: use strict modeRich Trott
2016-02-09streams: 5% throughput gain when sending small chunksMatteo Collina
2016-01-29dgram: support dgram.send with multiple buffersMatteo Collina
2015-04-03benchmark: fix chunky client benchmark executionBrian White
2015-03-09benchmark: chunky http client benchmark variationRudi Cilibrasi
2015-01-18benchmark: fix tcp bench after internal api changeYosuke Furukawa
2014-01-29stream_wrap: use `uv_try_write` where possibleFedor Indutny
2013-07-20bench: fix up benchmarks after internal api changeBen Noordhuis
2013-07-09benchmark: update callbacks only receive dataTrevor Norris
2013-03-20bench: add dgram send/recv benchmarkBen Noordhuis
2013-02-20bench: Simplify duration arguments to benchmarksisaacs
2013-02-20bench: net benchmarks using common scriptisaacs
2013-02-20bench: Move net-pipe into benchmark/netisaacs