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
2021-01-07benchmark: fix http/headers.js with test-doubleRich Trott
2020-05-23benchmark: fixing http_server_for_chunky_client.jsAdrian Estrada
2020-03-10benchmark: add `test` and `all` options and improve errors"Ruben Bridgewater
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
2020-02-06http: strip trailing OWS from header valuesSam Roberts
2020-02-03benchmark: clean up config resolution in multiple benchmarksDenys Otrishko
2020-01-29benchmark: use let and const instead of varDaniele Belardi
2019-07-31benchmark, http: refactor for code consistencyAlex Ramirez
2019-05-10tools: enable block-scoped-var eslint ruleRoman Reiss
2019-05-03async_hooks: fixup do not reuse HTTPParserGerhard Stoebich
2019-04-23benchmark: fix http bench-parser.jsRich Trott
2019-04-11benchmark: fix http headers benchmarkAnatoli Papirovski
2019-03-30benchmark,lib: change var to constRuben Bridgewater
2019-03-27benchmark,doc,lib: capitalize more commentsRuben Bridgewater
2019-02-18benchmark,test: refactoringRefael Ackermann
2019-02-13http: improve performance for incoming headersWeijia Wang
2019-02-07benchmark: refactor for consistent styleRich Trott
2018-11-20benchmark: support URL inputs in create-clientrequestJoyee Cheung
2018-10-14benchmark: add common.binding()cjihrig
2018-10-10async_hooks: add missing async_hooks destroys in AsyncResetBastian Krol
2018-08-18http: move process.binding('http_parser') to internalBindingJames M Snell
2018-04-27http: refactor outgoing headers processingAnatoli Papirovski
2018-04-22test: fix long-running http benchmarksAnatoli Papirovski
2018-02-22tools: enable eslint strict key-spacingRuben Bridgewater
2018-02-16http: simplify checkInvalidHeaderCharSeth Brenith
2018-02-01benchmark: shorten config name in http benchmarkJoyee Cheung
2018-02-01benchmark: cut down http benchmark run timeJoyee Cheung
2018-02-01benchmark: (http(2)) refactorRuben Bridgewater
2018-02-01test: move tmpdir to submodule of commonRich Trott
2018-01-27http: switch on string valuesSeth Brenith
2018-01-23benchmark: (http) use destructuringRuben Bridgewater
2017-12-16stream: add flow and buffer properties to streamsCalvin Metcalf
2017-12-12benchmark: fix http/simple.js benchmarkAnatoli Papirovski
2017-09-20benchmark: var to constRuben Bridgewater
2017-09-20benchmark: use smaller n value in some http testsPeter Marshall
2017-07-15test: make common.PIPE process uniqueRefael Ackermann
2017-06-13http: always cork outgoing writesBrian White
2017-05-13benchmark: chunky http client should exit with 0Joyee Cheung
2017-05-08benchmark: update an obsolete pathVse Mozhet Byt
2017-05-04test: move WPT to its own testing moduleRich Trott
2017-04-20benchmark: reduce string concatenationsVse Mozhet Byt
2017-04-13benchmark: replace more [].join() with ''.repeat()Vse Mozhet Byt
2017-04-09benchmark: control HTTP benchmarks run timeJoyee Cheung
2017-04-04benchmark: replace [].join() with ''.repeat()Vse Mozhet Byt
2017-01-14benchmark: add ClientRequest creation benchmarkBrian White
2017-01-11benchmark: add http header setting scenariosBrian White
2016-11-28benchmark: reformat code for clarityRich Trott
2016-08-31benchmark: support for multiple http benchmarkersBartosz Sosnowski
2016-08-10benchmark: favor === over ==Rich Trott