aboutsummaryrefslogtreecommitdiffstats
path: root/vbench/src/vbench
Commit message (Collapse)AuthorAgeFilesLines
* Correct copyright headersJon Bratseth2023-10-091-1/+1
|
* Update copyrightJon Bratseth2023-10-0990-90/+90
|
* Merge pull request #26055 from vespa-engine/havardpe/use-std-thread-directlyHenning Baldersheim2023-02-168-9/+11
|\ | | | | use std::thread directly
| * use std::thread directlyHåvard Pettersen2023-02-158-9/+11
| | | | | | | | | | | | also add very simple ThreadPool class to run multiple threads at once make an effort to only join once
* | - [[noreturn]] is standard.Henning Baldersheim2023-02-151-8/+2
|/ | | | - gnu printf format specification is defacto standard.
* stop using fastos thread more placesHåvard Pettersen2023-02-149-30/+42
| | | | | | | | | | - also stop using std::jthread - remove Active and Joinable interfaces - remove stop, stopped and slumber - remove currentThread - make start function static - override start for Runnable w/init or custom function - explicit stop/slumber where needed
* Change from typedef to using in misc C++ code.Geir Storli2022-12-2112-15/+15
|
* remove unused doxygen setup filesArne Juul2022-08-291-1162/+0
|
* Remove inlining warnings (vbench).Tor Egge2022-02-266-0/+9
|
* _executor -> _threadHenning Baldersheim2021-12-092-7/+7
|
* Add init_fun to vespalib::Thread too to figure out what the thread is used for.Henning Baldersheim2021-12-095-8/+14
|
* Update 2017 copyright notices.gjoranv2021-10-0791-92/+92
|
* use size literals in vbenchArne Juul2021-02-151-1/+2
|
* Hold lock when signalingHenning Baldersheim2020-10-141-1/+1
|
* vespalib::Monitor -> std:.mutex/std::condition_variableHenning Baldersheim2020-10-144-20/+24
|
* - GC the last usages of vespalib::Lock.Henning Baldersheim2020-10-081-1/+0
| | | | - Now it is only vespalib::Monitor left
* Use std::mutexHenning Baldersheim2020-10-082-7/+6
|
* Use vespalib::Lock -> std::mutexHenning Baldersheim2020-10-083-6/+5
|
* Add noexcept as indicated by -WnoeexceptHenning Baldersheim2020-10-072-4/+8
|
* Implement TLS client SNI and hostname validation in OpenSSL codecTor Brede Vekterli2020-02-171-5/+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-132-2/+3
| | | | | send spec for client connections to enable SNI as well as server name verification
* use chrono in vbenchHåvard Pettersen2019-11-202-8/+8
|
* Add missing includes.Tor Egge2019-06-111-0/+1
|
* Remove unused variables.Tor Egge2019-03-173-7/+3
|
* Eliminate some clang 7 warnings.Tor Egge2019-02-2512-15/+27
|
* portal/tls in vbench app testHåvard Pettersen2019-01-253-3/+34
| | | | | vbench app now supports tls via config file (dumpurl app still plaintext only).
* TLS support in vbenchHåvard Pettersen2019-01-2511-31/+47
| | | | | | | | - vbench/dumpurl applications explicitly run without encryption for now (config file/command line options should be added). - configstatus tool uses default encryption which will pick up local settings via environment where applicable.
* Factor out CountDownLatch and Gate to separate header files.Tor Egge2017-12-111-0/+1
|
* All you need is make_string.Henning Baldersheim2017-08-231-9/+0
|
* Use locale insensitive strtod and strtof.Henning Baldersheim2017-06-191-1/+2
|
* Update copyright headersJon Bratseth2017-06-1491-92/+92
|
* Revert "Update copyright headers"Jon Bratseth2017-06-1491-91/+91
|
* Update copyright headersJon Bratseth2017-06-1491-91/+91
|
* Revert "Copyright header"Jon Bratseth2017-06-1391-92/+92
|
* Copyright headerJon Bratseth2017-06-1391-92/+92
|
* Deinline as compiler makes the best choices.Henning Baldersheim2017-05-091-0/+1
|
* Fix warnings hidden earlier due to including application headers as system ↵Henning Baldersheim2017-05-0214-20/+34
| | | | includes
* No virtual on override.Henning Baldersheim2017-04-2665-203/+73
| | | | Optimize includes.
* Revert "Balder/enforce override 2"Arne H Juul2017-04-2426-67/+141
|
* Use overrideHenning Baldersheim2017-04-2326-141/+67
|
* let socket handle handle more socket stuffHaavard2017-04-216-95/+41
| | | | | | very simple Socket/SimpleSocket stop using fastos sockets in websocket experimental code stop using fastos sockets in vbench
* add override in vbench moduleArne H Juul2017-04-1019-41/+41
|
* use mapped file input from vespalibHaavard2017-02-076-86/+19
|
* use new input/output model in vbenchHaavard2017-02-0326-446/+46
|
* simplify Input/Output APIsHaavard2017-01-2016-47/+41
|
* Only include what you need.Henning Baldersheim2016-12-222-0/+3
|
* It is better to just remove the code that was intended to help development.Henning Baldersheim2016-08-293-30/+0
|
* Tell gcc to avoid warning on unused-functio here. It is expected.Henning Baldersheim2016-08-293-0/+6
|
* use cmathArne Juul2016-06-272-5/+4
| | | | | * avoid using #include <math.h> * add std:: namespace prefix when calling <cmath> functions
* PublishJon Bratseth2016-06-15114-0/+4990