| Commit message (Expand) | Author | Age | Files | Lines |
* | benchmark: fix timeout in write-stream-throughput | Anatoli Papirovski | 2018-02-12 | 1 | -4/+4 |
* | url: adding WHATWG URL support | James M Snell | 2018-02-12 | 11 | -0/+632 |
* | benchmark,path: remove unused variables | 薛定谔的猫 | 2017-12-19 | 1 | -1/+1 |
* | test: reduce run time for misc benchmark tests | Rich Trott | 2017-11-28 | 3 | -0/+6 |
* | crypto: fix Node_SignFinal | David Benjamin | 2017-10-25 | 1 | -1/+1 |
* | benchmark: use smaller n value in some http tests | Peter Marshall | 2017-10-25 | 2 | -2/+2 |
* | benchmark: fix dgram/bind-params.js benchmark | Rich Trott | 2017-09-20 | 1 | -3/+12 |
* | benchmark: convert var to es6 const | Sebastian Murphy | 2017-09-20 | 3 | -57/+51 |
* | benchmark: fix typo in inspect-proxy | Vse Mozhet Byt | 2017-09-05 | 1 | -1/+1 |
* | tools: remove legacy indentation linting | Rich Trott | 2017-09-05 | 3 | -11/+11 |
* | doc: conform to rules for eslint-plugin-markdown | Vse Mozhet Byt | 2017-07-30 | 1 | -17/+22 |
* | addons: remove semicolons from after module definition | Gabriel Schulhof | 2017-07-11 | 1 | -1/+1 |
* | benchmark: update an obsolete path | Vse Mozhet Byt | 2017-07-11 | 1 | -1/+1 |
* | test: fix flakyness with `yes.exe` | Refael Ackermann | 2017-07-11 | 1 | -3/+12 |
* | test: move WPT to its own testing module | Rich Trott | 2017-07-11 | 1 | -2/+2 |
* | child_process: fix deoptimizing use of arguments | Vse Mozhet Byt | 2017-07-11 | 1 | -0/+146 |
* | benchmark,windows: TCP.readStart() meaningful only after completion | Refael Ackermann | 2017-07-11 | 1 | -2/+2 |
* | benchmark: add final clean-up to module-loader.js | Vse Mozhet Byt | 2017-07-11 | 1 | -0/+2 |
* | benchmark: terminate child process on Windows | Rich Trott | 2017-05-17 | 1 | -2/+8 |
* | benchmark: cleanup child_process IPC benchmark | Yuya Tanaka | 2017-05-09 | 1 | -8/+13 |
* | benchmark: fix fs\bench-realpathSync.js | Vse Mozhet Byt | 2017-04-18 | 1 | -0/+2 |
* | stream: avoid additional validation for Buffers | Brian White | 2017-04-18 | 1 | -0/+23 |
* | tools: update ESLint to current version | Rich Trott | 2017-03-08 | 1 | -3/+3 |
* | fs: improve performance for sync stat() functions | Brian White | 2017-03-08 | 1 | -7/+25 |
* | os: improve loadavg() performance | Brian White | 2017-03-08 | 1 | -0/+17 |
* | process: improve memoryUsage() performance | Brian White | 2017-03-08 | 1 | -0/+16 |
* | benchmark: add more thorough timers benchmarks | Jeremiah Senkpiel | 2017-03-08 | 5 | -0/+126 |
* | benchmark: add benchmark for object properties | Michaël Zasso | 2017-03-08 | 1 | -0/+81 |
* | querystring: improve unescapeBuffer performance | Brian White | 2017-03-08 | 1 | -0/+23 |
* | querystring: improve parse() performance | Brian White | 2017-03-08 | 1 | -21/+12 |
* | buffer: improve compare() performance | Brian White | 2017-03-08 | 1 | -9/+63 |
* | buffer: improve toJSON() performance | Brian White | 2017-03-08 | 1 | -0/+18 |
* | util: improve readability of normalizeEncoding | Joyee Cheung | 2017-03-08 | 1 | -0/+65 |
* | benchmark: move punycode benchmark out of net | Brian White | 2017-03-08 | 1 | -0/+0 |
* | benchmark: move setImmediate benchmarks to timers | Joshua Colvin | 2017-03-08 | 4 | -0/+0 |
* | benchmark: add assert.deep[Strict]Equal benchmarks | Joyee Cheung | 2017-03-08 | 4 | -47/+134 |
* | benchmark: add dgram bind(+/- params) benchmark | Vse Mozhet Byt | 2017-03-08 | 1 | -0/+38 |
* | benchmark: improve readability of net benchmarks | Brian White | 2017-03-08 | 3 | -30/+30 |
* | benchmark: refactor buffer benchmarks | Troy Connor | 2017-01-31 | 2 | -11/+18 |
* | benchmark: split timers benchmark and refactor | Rich Trott | 2016-12-21 | 3 | -41/+40 |
* | benchmark: reformat code for clarity | Rich Trott | 2016-12-20 | 16 | -73/+190 |
* | benchmark: add microbenchmarks for ES Map | Rod Vagg | 2016-11-22 | 1 | -0/+96 |
* | test,lib,benchmark: match function names | Rich Trott | 2016-11-15 | 1 | -1/+1 |
* | test,benchmark: fix lint errors on v6.x | Jeremiah Senkpiel | 2016-10-11 | 3 | -3/+0 |
* | benchmark: add benchmarks for `Buffer.from()` | Anna Henningsen | 2016-10-11 | 1 | -0/+86 |
* | benchmark: use 'yes' instead of echo in a loop | Bartosz Sosnowski | 2016-10-11 | 1 | -2/+1 |
* | benchmark: add benchmark for destructuring object | Fangdun Cai (Fundon) | 2016-10-11 | 1 | -0/+49 |
* | tools: add additional ESLint rules | Teddy Katz | 2016-10-11 | 1 | -2/+2 |
* | tools: replace custom ESLint rule with built-in | Rich Trott | 2016-09-13 | 3 | -3/+3 |
* | benchmark: add benches for fs.stat & fs.statSync | Anna Henningsen | 2016-09-13 | 2 | -0/+44 |