aboutsummaryrefslogtreecommitdiffstats
path: root/storage/src/vespa/storage/frameworkimpl/status/statuswebserver.cpp
Commit message (Expand)AuthorAgeFilesLines
* Update copyrightJon Bratseth2023-10-091-1/+1
* Add metrics tracking failed RPC and status page capability checksTor Brede Vekterli2023-02-171-0/+2
* - Include only the parts from the storageframework that you really need.Henning Baldersheim2023-02-061-1/+3
* Deinline large destructors and clean up some code based on clion hints.Henning Baldersheim2023-02-011-10/+16
* Remove stacksize from the thread pools and thread executors.Henning Baldersheim2022-12-201-1/+4
* Allow path prefix alias for legacy content status pagesTor Brede Vekterli2022-09-161-2/+13
* Unify to_string for PeerCredentials to match other typesTor Brede Vekterli2022-08-291-1/+1
* Add capability filtering for content layer status pages and metricsTor Brede Vekterli2022-08-291-15/+38
* Reduce code visibility and include only what you need from config library.Henning Baldersheim2022-02-061-4/+6
* Update 2017 copyright notices.gjoranv2021-10-071-1/+1
* use size literals in storageArne Juul2021-02-151-1/+2
* GC unuse code and use std::mutex/std:condition_variable over vespalib::MonitorHenning Baldersheim2020-10-141-6/+4
* Use std::_Exit instead of std::quick_exit.Tor Egge2019-08-061-1/+1
* remove fastlib webserverHåvard Pettersen2019-01-151-1/+0
* improve path/query handlingHåvard Pettersen2019-01-141-14/+2
* Quck bail out when port can not be listened to.Henning Baldersheim2019-01-041-2/+8
* log status server exceptionsHåvard Pettersen2019-01-041-0/+1
* move-construct function memberHåvard Pettersen2019-01-041-1/+1
* use portal in storage webserverHåvard Pettersen2019-01-021-186/+56
* Expose exception information. If totally unknown, generate core.Henning Baldersheim2018-10-091-4/+0
* WE must listen to everyone who wants to stop.Henning Baldersheim2017-09-051-5/+7
* Request shutdown instead of doing a std::quick_exit.Henning Baldersheim2017-09-051-3/+2
* Revert "Request shutdown instead of doing a std::quick_exit."Henning Baldersheim2017-09-051-2/+3
* Request shutdown instead of doing a std::quick_exit.Henning Baldersheim2017-09-051-3/+2
* Update copyright headersJon Bratseth2017-06-141-1/+1
* Revert "Update copyright headers"Jon Bratseth2017-06-141-1/+1
* Update copyright headersJon Bratseth2017-06-141-1/+1
* Revert "Copyright header"Jon Bratseth2017-06-131-1/+1
* Copyright headerJon Bratseth2017-06-131-1/+1
* split log and bufferedlogHenning Baldersheim2017-06-071-0/+1
* Fix up some minor codestyle issuesHenning Baldersheim2017-05-311-5/+5
* Use forward declarations to avoid pulling in the whole world when it is not n...Henning Baldersheim2017-05-311-6/+5
* If you can not reconfigure, just make a note of it and exit quicklyHenning Baldersheim2017-05-311-63/+43
* - Optimize includes.Henning Baldersheim2017-04-251-1/+1
* Revert "Balder/enforce override 2"Arne H Juul2017-04-241-1/+1
* Including storage now builds fine with override enforcement.Henning Baldersheim2017-04-231-1/+1
* add override in storage/frameworkimpl moduleArne H Juul2017-04-111-3/+1
* Avoid pulling in all of slobrok and config everywhere.Henning Baldersheim2016-12-121-5/+2
* Include asciistream in implementation only.Henning Baldersheim2016-12-121-2/+3
* We only need one vtagHenning Baldersheim2016-10-211-2/+1
* PublishJon Bratseth2016-06-151-0/+357