| Commit message (Expand) | Author | Age | Files | Lines |
* | lib: add ASCII fast path to getStringWidth() | Anna Henningsen | 2019-09-04 | 1 | -0/+26 |
* | doc: remove multiple consecutive blank lines | Nick Schonning | 2019-09-04 | 1 | -2/+0 |
* | process: improve nextTick performance | Brian White | 2019-09-04 | 6 | -6/+6 |
* | events: improve once() performance | Brian White | 2019-09-04 | 1 | -8/+44 |
* | net: allow reading data into a static buffer | Brian White | 2019-09-03 | 1 | -11/+46 |
* | buffer: improve equals() performance | Brian White | 2019-09-03 | 1 | -0/+22 |
* | buffer: improve copy() performance | Brian White | 2019-08-19 | 1 | -0/+19 |
* | benchmark: allow easy passing of process flags | Brian White | 2019-08-19 | 1 | -0/+4 |
* | benchmark, http: refactor for code consistency | Alex Ramirez | 2019-08-02 | 4 | -5/+5 |
* | benchmark: swap var for let in buffer benchmarks | Alex Ramirez | 2019-08-02 | 18 | -25/+25 |
* | benchmark: swap var for let in util benchmarks | Alex Ramirez | 2019-08-02 | 5 | -5/+5 |
* | benchmark: swap var for let in url benchmarks | Alex Ramirez | 2019-08-02 | 14 | -22/+22 |
* | tools: update eslint | Ruben Bridgewater | 2019-07-02 | 1 | -1/+0 |
* | benchmark: refactor buffer benchmarks | Ruben Bridgewater | 2019-07-02 | 23 | -105/+80 |
* | test: move test_[key|ca|cert] to fixtures/keys/ | Alex Aubuchon | 2019-06-17 | 3 | -18/+12 |
* | Revert "test: move all test keys/certs under `test/fixtures/keys/`" | Sam Roberts | 2019-06-17 | 3 | -12/+18 |
* | test: move test_[key|ca|cert] to fixtures/keys/ | Alex Aubuchon | 2019-06-17 | 3 | -18/+12 |
* | tools: enable block-scoped-var eslint rule | Roman Reiss | 2019-05-10 | 5 | -8/+11 |
* | async_hooks: fixup do not reuse HTTPParser | Gerhard Stoebich | 2019-05-04 | 1 | -2/+3 |
* | lib: remove Reflect.apply where appropriate | Anatoli Papirovski | 2019-04-30 | 1 | -0/+42 |
* | benchmark: add benchmark for node -p | Joyee Cheung | 2019-04-29 | 1 | -0/+59 |
* | benchmark: fix http bench-parser.js | Rich Trott | 2019-04-27 | 1 | -1/+1 |
* | benchmark: fix buffer-base64-decode.js | Rich Trott | 2019-04-18 | 1 | -2/+3 |
* | benchmark: add benchmark for dns.promises.lookup() | Rich Trott | 2019-04-18 | 1 | -0/+31 |
* | benchmark: fix http headers benchmark | Anatoli Papirovski | 2019-04-11 | 1 | -1/+3 |
* | lib: faster FreeList | Anatoli Papirovski | 2019-04-11 | 1 | -1/+3 |
* | benchmark: remove deprecated argument | Rich Trott | 2019-04-06 | 1 | -1/+1 |
* | buffer: add {read|write}Big[U]Int64{BE|LE} methods | Nikolai Vavilov | 2019-04-06 | 2 | -0/+25 |
* | lib: remove `env: node` in eslint config for lib files | Joyee Cheung | 2019-04-06 | 1 | -0/+4 |
* | lib: make queueMicrotask faster | Anatoli Papirovski | 2019-04-05 | 2 | -0/+38 |
* | querystring: simplify stringify method | ZYSzys | 2019-04-04 | 1 | -2/+7 |
* | benchmark: improve module-loader benchmark | Ruben Bridgewater | 2019-04-04 | 1 | -32/+28 |
* | benchmark: add new module loading benchmarks | Ruben Bridgewater | 2019-04-04 | 1 | -0/+51 |
* | src: port bootstrap/cache.js to C++ | Joyee Cheung | 2019-04-04 | 1 | -7/+4 |
* | benchmark,lib: change var to const | Ruben Bridgewater | 2019-03-30 | 9 | -12/+9 |
* | benchmark: tidy up eslint ignore in foreach-bench.js | gengjiawen | 2019-03-29 | 1 | -6/+4 |
* | benchmark: remove unused field in class BenchmarkProgress | gengjiawen | 2019-03-29 | 1 | -1/+0 |
* | benchmark,doc,lib: capitalize more comments | Ruben Bridgewater | 2019-03-27 | 15 | -17/+17 |
* | benchmark: replace deprecated and eliminate var in buffer-from.js | gengjiawen | 2019-03-21 | 1 | -12/+10 |
* | benchmark: use gfm for clarity | gengjiawen | 2019-03-19 | 1 | -165/+27 |
* | benchmark,doc,lib,test: capitalize comments | Ruben Bridgewater | 2019-03-10 | 9 | -16/+16 |
* | benchmark,lib: add process.hrtime.bigint benchmark | Anna Henningsen | 2019-03-05 | 1 | -15/+26 |
* | benchmark: refactor path benchmarks | Ruben Bridgewater | 2019-03-05 | 21 | -62/+86 |
* | benchmark,doc,lib,test: capitalize comments | Ruben Bridgewater | 2019-02-28 | 11 | -14/+14 |
* | benchmark,test: refactoring | Refael Ackermann | 2019-02-18 | 3 | -36/+44 |
* | http: improve performance for incoming headers | Weijia Wang | 2019-02-13 | 2 | -1/+39 |
* | http2: improve compat performance | Matteo Collina | 2019-02-11 | 1 | -0/+35 |
* | benchmark: remove unreachable return | ZYSzys | 2019-02-07 | 5 | -6/+0 |
* | tools: apply more stringent lint rules for benchmark code | Rich Trott | 2019-02-06 | 1 | -0/+10 |
* | benchmark: refactor for consistent style | Rich Trott | 2019-02-06 | 96 | -164/+158 |