aboutsummaryrefslogtreecommitdiffstats
path: root/fbench
Commit message (Collapse)AuthorAgeFilesLines
* Actually enable base64 decoding.Henning Baldersheim2021-12-031-1/+1
|
* Update 2020 Oath copyrights.gjoranv2021-10-274-4/+4
|
* Update 2017 copyright notices.gjoranv2021-10-0737-37/+37
|
* Fix forward declaration.Tor Egge2021-06-291-1/+1
|
* Do not access unique_ptrs that have been moved awayHenning Baldersheim2021-06-211-1/+1
|
* Revert "Revert "Compute percentage of zero hit queries.""Henning Baldersheim2021-06-214-86/+81
|
* Revert "Compute percentage of zero hit queries."Harald Musum2021-06-214-81/+86
|
* Compute percentage of zero hit queries.Henning Baldersheim2021-06-214-86/+81
|
* Use int for FastOS_UNIX_Application::GetOpt() return value.Tor Egge2021-04-303-3/+3
|
* handle HTTP response with Content-Length: 0Arne Juul2021-02-241-4/+5
|
* Reset _leftOvers too.Tor Egge2021-02-241-0/+1
|
* Add additional check for query file end offset.Tor Egge2021-02-241-0/+4
|
* use size literals in fbenchArne Juul2021-02-153-6/+9
|
* Provide some human-readable responses to reindexing commandsJon Marius Venstad2020-12-141-1/+1
|
* Consolidate search for GTest.Tor Egge2020-07-071-1/+0
|
* avoid naked exitArne Juul2020-07-031-1/+2
|
* Use find_package to find gtest library.Tor Egge2020-06-291-1/+2
|
* Do not forget 95pHenning Baldersheim2020-04-021-1/+1
|
* Improve alignment.Henning Baldersheim2020-04-021-1/+1
|
* Factor out to make it less verbose.Henning Baldersheim2020-04-021-14/+25
|
* Add more fine grained pecentiles add 98, 99.5,99.6, 99.7, 99.8, 99.9Henning Baldersheim2020-04-022-29/+20
|
* Move parts of interface not needing to be public to private.Henning Baldersheim2020-03-122-74/+50
| | | | Avoid complicated buffer management from the time when malloc was expensive.
* Do not aggregate header info over multiple callsHenning Baldersheim2020-03-122-21/+18
|
* Merge pull request #12292 from ↵Tor Brede Vekterli2020-02-261-2/+2
|\ | | | | | | | | vespa-engine/vekterli/move-crypto-utilty-code-out-to-vespalib Move crypto utility code out into vespalib and use for test credentials
| * Move crypto utility code out into vespalib and use for test credentialsTor Brede Vekterli2020-02-201-2/+2
| | | | | | | | | | | | | | | | | | | | | | Currently offers only the following functionality: * Generate P-256 EC private keys and export to PEM * Generate X509 certificates and export to PEM Instead of using hardcoded private key/certs for unit tests, use crypto utility code to generate new credentials once per test process. Since these certs now use a SAN of `localhost` it also means we no longer need to disable hostname validation for networked unit tests.
* | remove leftoversHåvard Pettersen2020-02-241-2/+0
| |
* | use authority for sniHåvard Pettersen2020-02-219-12/+184
|/
* Implement TLS client SNI and hostname validation in OpenSSL codecTor Brede Vekterli2020-02-171-4/+7
| | | | | | | | | | Also adds `disable-hostname-validation` config entry to TLS JSON config file parsing in C++. For the time being, hostname validation is implicitly disabled unless explicitly specified in the config file. This will be gradually changed over to be implicitly enabled by default. SNI is always sent when a valid connection spec is provided.
* extend crypto engine apiHåvard Pettersen2020-02-131-1/+3
| | | | | send spec for client connections to enable SNI as well as server name verification
* PR feedbackohad serfaty2019-11-261-2/+4
|
* Preparing for PRohad serfaty2019-11-252-2/+3
|
* Using vespa's internal base64 codeohad serfaty2019-11-252-50/+6
|
* adding d optionohad serfaty2019-11-211-1/+1
|
* compilation fixohad serfaty2019-11-211-1/+1
|
* Base 64 decode fbenchohad serfaty2019-11-214-6/+79
|
* Now fdispatch reliques can goHenning Baldersheim2019-11-162-33/+3
|
* Eliminate clang warning.Tor Egge2019-07-301-3/+3
|
* Update vespa-fbench install doc.Arnstein Ressem2019-07-251-18/+29
|
* added option to use default crypto engine as fallbackHåvard Pettersen2019-07-122-6/+17
| | | | this will enable picking up TLS configuration from the environment
* Add missing includes.Tor Egge2019-06-111-0/+1
|
* Remove fbench-formatter.pyBjørn Christian Seime2019-05-021-391/+0
| | | | Not linted, packaged or referred from doc.
* Fix format strings in fbench module.Tor Egge2019-03-122-2/+4
|
* Adjust forward declaration in fbench.Tor Egge2019-02-081-1/+1
|
* use crypto engine and sync crypto socket in http clientHåvard Pettersen2018-10-128-33/+70
|
* set up crypto engine based on command line parametersHåvard Pettersen2018-10-112-3/+90
|
* fix minor usage inconsistenciesHåvard Pettersen2018-10-111-2/+2
|
* depend on dynamic fastos and vespalibHåvard Pettersen2018-10-103-2/+6
|
* Use fallthrough attributes.Tor Egge2018-05-271-1/+1
|
* Remove more clutter in fastos/types.hHenning Baldersheim2017-08-183-2/+3
|
* Include only what you need.Henning Baldersheim2017-08-187-11/+21
|