| Commit message (Expand) | Author | Age | Files | Lines |
| * | net: allow reading data into a static buffer | Brian White | 2019-08-23 | 1 | -11/+46 |
| * | benchmark,doc,lib: capitalize more comments | Ruben Bridgewater | 2019-03-27 | 5 | -5/+5 |
| * | benchmark,doc,lib,test: capitalize comments | Ruben Bridgewater | 2019-03-10 | 6 | -11/+11 |
| * | benchmark,doc,lib,test: capitalize comments | Ruben Bridgewater | 2019-02-28 | 3 | -4/+4 |
| * | benchmark: refactor for consistent style | Rich Trott | 2019-02-06 | 8 | -21/+21 |
| * | benchmark: fix net-wrap-js-stream-passthrough | Rich Trott | 2018-12-29 | 1 | -1/+1 |
| * | doc,lib,test: capitalize comment sentences | Ruben Bridgewater | 2018-12-17 | 4 | -10/+10 |
| * | tools: capitalize sentences | Ruben Bridgewater | 2018-12-10 | 1 | -1/+1 |
| * | src: improve StreamBase write throughput | Anna Henningsen | 2018-10-28 | 4 | -4/+4 |
| * | src: improve StreamBase read throughput | Anna Henningsen | 2018-10-24 | 3 | -16/+16 |
| * | benchmark: add common.binding() | cjihrig | 2018-10-14 | 3 | -12/+18 |
| * | stream: move process.binding('stream_wrap') to internalBinding | James M Snell | 2018-08-19 | 3 | -105/+111 |
| * | src: refactor WriteWrap and ShutdownWraps | Anna Henningsen | 2018-02-14 | 3 | -7/+7 |
| * | benchmark: (net) use destructuring | Ruben Bridgewater | 2018-01-23 | 8 | -238/+142 |
| * | benchmark: add JSStreamWrap benchmark | Anna Henningsen | 2018-01-09 | 1 | -0/+107 |
| * | async_wrap: add provider types for net server | Andreas Madsen | 2017-11-28 | 3 | -9/+9 |
| * | benchmark: var to const | Ruben Bridgewater | 2017-09-19 | 7 | -82/+82 |
| * | benchmark: reduce string concatenations | Vse Mozhet Byt | 2017-04-20 | 7 | -7/+7 |
| * | benchmark,windows: TCP.readStart() meaningful only after completion | Refael Ackermann | 2017-04-14 | 1 | -2/+2 |
| * | benchmark: replace [].join() with ''.repeat() | Vse Mozhet Byt | 2017-04-04 | 7 | -14/+14 |
| * | benchmark: improve readability of net benchmarks | Brian White | 2017-01-05 | 3 | -30/+30 |
| * | benchmark: move punycode benchmark out of net | Brian White | 2017-01-05 | 1 | -75/+0 |
| * | benchmark: missing process.exit after bench.end | Andreas Madsen | 2016-07-26 | 7 | -0/+7 |
| * | net: use icu's punycode implementation | James M Snell | 2016-06-29 | 1 | -0/+75 |
| * | benchmark: Fix crash in net benchmarks | Matt Loring | 2016-04-27 | 4 | -0/+4 |
| * | buffer: add .from(), .alloc() and .allocUnsafe() | James M Snell | 2016-03-16 | 7 | -14/+7 |
| * | tools,benchmark: increase lint compliance | Rich Trott | 2016-02-27 | 7 | -10/+3 |
| * | benchmark: use strict mode | Rich Trott | 2016-02-22 | 7 | -0/+7 |
| * | streams: 5% throughput gain when sending small chunks | Matteo Collina | 2016-02-09 | 1 | -0/+96 |
| * | dgram: support dgram.send with multiple buffers | Matteo Collina | 2016-01-29 | 1 | -61/+0 |
| * | benchmark: fix chunky client benchmark execution | Brian White | 2015-04-03 | 2 | -149/+0 |
| * | benchmark: chunky http client benchmark variation | Rudi Cilibrasi | 2015-03-09 | 2 | -0/+149 |
| * | benchmark: fix tcp bench after internal api change | Yosuke Furukawa | 2015-01-18 | 3 | -10/+21 |
| * | stream_wrap: use `uv_try_write` where possible | Fedor Indutny | 2014-01-29 | 2 | -3/+8 |
| * | bench: fix up benchmarks after internal api change | Ben Noordhuis | 2013-07-20 | 3 | -104/+103 |
| * | benchmark: update callbacks only receive data | Trevor Norris | 2013-07-08 | 3 | -11/+8 |
| * | bench: add dgram send/recv benchmark | Ben Noordhuis | 2013-03-20 | 1 | -0/+61 |
| * | bench: Simplify duration arguments to benchmarks | isaacs | 2013-02-19 | 6 | -6/+6 |
| * | bench: net benchmarks using common script | isaacs | 2013-02-19 | 6 | -65/+711 |
| * | bench: Move net-pipe into benchmark/net | isaacs | 2013-02-19 | 1 | -0/+114 |