aboutsummaryrefslogtreecommitdiffstats
path: root/fbench
Commit message (Collapse)AuthorAgeFilesLines
* fix default cycle time in fbench-usage to 0chgzm2023-12-112-2/+2
|
* - Use std::string for pattern to avoid apparent gcc13 bug incorrectly ↵Henning Baldersheim2023-12-061-12/+12
| | | | thinking pattern can become nullptr.
* Exit if there is a missing pattern argument.Henning Baldersheim2023-11-291-0/+4
|
* Update copyrightJon Bratseth2023-10-0936-36/+36
|
* re-apply "remove fastos"Håvard Pettersen2023-03-013-3/+0
| | | | This reverts commit 003f019d7579e49f4ec7609ef8eac26ada6ae753.
* Revert "remove fastos"Harald Musum2023-02-283-0/+3
|
* remove fastosHåvard Pettersen2023-02-283-3/+0
|
* Use snprintf instead of sprintf.Tor Egge2023-01-311-2/+3
|
* Include cstdint to get declaration of fixed width integer types.Tor Egge2023-01-281-0/+1
|
* remove some whitespace at end of linesArne Juul2023-01-223-6/+6
|
* Change from typedef to using in misc C++ code.Geir Storli2022-12-212-4/+4
|
* include exception message as wellHåvard Pettersen2022-11-101-2/+4
|
* fail on bad base64 POST dataHåvard Pettersen2022-11-101-1/+6
|
* Clean up remaining fbench perl scripts no longer used.Henning Baldersheim2022-09-165-308/+0
|
* GC resultfilter.Henning Baldersheim2022-09-162-11/+0
|
* Use bash instead of perlHenning Baldersheim2022-09-162-9/+4
|
* Set default cycle time to 0Henning Baldersheim2022-08-311-1/+1
|
* Default content-type is json when using post.Henning Baldersheim2022-08-111-4/+11
|
* Fold staging_vespalib into vespalibHenning Baldersheim2022-05-201-1/+0
|
* use getopt/getopt_long directlyHåvard Pettersen2022-04-015-57/+35
|
* 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
|