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-10-28tls: allow reading data into a static bufferAndrey Pechkurov
2020-03-30benchmark: use let instead of var in tlsDaniele Belardi
2020-03-10benchmark: add `test` and `all` options and improve errors"Ruben Bridgewater
2020-03-06benchmark: remove problematic tls paramsBrian White
2020-02-29tls: reduce memory copying and number of BIO buffer allocationsRusty Conover
2020-02-13benchmark: swap var for let in benchmarksAlex Ramirez
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-06-10test: move test_[key|ca|cert] to fixtures/keys/Alex Aubuchon
2019-06-06Revert "test: move all test keys/certs under `test/fixtures/keys/`"Sam Roberts
2019-06-05test: move test_[key|ca|cert] to fixtures/keys/Alex Aubuchon
2019-03-30benchmark,lib: change var to constRuben Bridgewater
2019-02-07benchmark: refactor for consistent styleRich Trott
2018-12-17doc,lib,test: capitalize comment sentencesRuben Bridgewater
2018-05-17tls: move convertNPNProtocols to End-of-LifeJames M Snell
2018-05-16benchmark: add tls benchmark for legacy SecurePairAlex Fernández
2018-02-22tools: enable eslint one-var ruleRuben Bridgewater
2018-02-04test: add test for tls benchmarksAnatoli Papirovski
2018-02-01benchmark: refactorRuben Bridgewater
2018-02-01benchmark: fix variables not being setRuben Bridgewater
2018-01-23benchmark: (tls) use destructuringRuben Bridgewater
2017-09-20benchmark: var to constRuben Bridgewater
2017-04-20benchmark: reduce string concatenationsVse Mozhet Byt
2017-04-04benchmark: replace [].join() with ''.repeat()Vse Mozhet Byt
2017-03-06benchmark: remove forced optimization from tlsBartosz Sosnowski
2016-11-28benchmark: reformat code for clarityRich Trott
2016-07-26benchmark: missing process.exit after bench.endAndreas Madsen
2016-06-21tls: avoid calling Buffer.byteLength multiple timesJames M Snell
2016-03-16buffer: add .from(), .alloc() and .allocUnsafe()James M Snell
2016-03-03benchmark: fix lint errorsRich Trott
2016-02-28tools,benchmark: increase lint complianceRich Trott
2016-02-22benchmark: use strict modeRich Trott
2013-12-07benchmark: fixate `ciphers` in tls benchmarksFedor Indutny
2013-02-20bench: Simplify duration arguments to benchmarksisaacs
2013-02-20bench: Replace tls-fragmentation with tls/throughputisaacs
2013-02-20bench: Move tls-connect into benchmark/tlsisaacs