aboutsummaryrefslogtreecommitdiffstats
path: root/logd/src
Commit message (Expand)AuthorAgeFilesLines
* Update to protobuf 5.26.1 (C++ API).Tor Egge2024-04-051-1/+3
* Update copyrightJon Bratseth2023-10-0935-35/+35
* GC unused assert includesHenning Baldersheim2023-05-171-0/+1
* use ref_counted in fnetHåvard Pettersen2023-03-062-2/+2
* Reduce transitive includes.Henning Baldersheim2023-03-011-0/+1
* Stop using throw() as noexcept specifier.Tor Egge2023-02-081-1/+1
* Deinline destructors in metrics, fnet, jrt_test logdHenning Baldersheim2023-02-012-21/+26
* Use snprintf instead of sprintf.Tor Egge2023-01-311-1/+1
* GC som compiler pragmas not needed anymore.Henning Baldersheim2023-01-301-7/+0
* Remove stacksize from the thread pools and thread executors.Henning Baldersheim2022-12-201-1/+1
* avoid perl, use /usr/bin/stat from coreutilsArne Juul2022-09-121-1/+1
* remove unused configArne H Juul2022-06-081-8/+0
* Remove most use of vespalib::rmdirTor Egge2022-06-031-5/+6
* Move state_server, metrivs and some all executors from staging_vespalib too v...Henning Baldersheim2022-05-181-4/+4
* Silence log message since we throw anyway.Henning Baldersheim2022-04-301-1/+1
* Reduce code visibility and include only what you need from config library.Henning Baldersheim2022-02-063-2/+4
* use less CPU in retention-enforcerArne H Juul2022-01-131-2/+13
* less log spamKristian Aune2021-12-201-1/+1
* check more often if we should remove old logsArne H Juul2021-12-101-1/+6
* Update 2019 Oath copyrights.gjoranv2021-10-2712-12/+12
* Update 2018 copyright notices.gjoranv2021-10-071-1/+1
* Update 2017 copyright notices.gjoranv2021-10-0722-22/+22
* forward events to logserver by defaultArne H Juul2021-09-291-1/+1
* allow generated PB files outside source treeArne H Juul2021-09-221-1/+1
* use size literals in logdArne Juul2021-02-153-3/+6
* Misc cleanup of includes and code healthHenning Baldersheim2020-12-013-1/+11
* Use std::mutex over vespalib::Lock and reduce code visibility.Henning Baldersheim2020-10-081-0/+1
* Add noexcept as indicated by -WnoeexceptHenning Baldersheim2020-10-072-2/+2
* Consolidate suppress warnings for protobuf sources.Tor Egge2020-08-181-4/+1
* Consolidate search for GTest.Tor Egge2020-07-074-4/+0
* avoid naked exitArne Juul2020-07-031-1/+2
* Merge pull request #13729 from vespa-engine/arnej/filter-invalid-utf8Geir Storli2020-06-302-1/+18
|\
| * use common filtering functionArne Juul2020-06-301-9/+1
| * allow Utf8Writer to target std::string as wellArne Juul2020-06-291-3/+2
| * Utf8Reader does the surrogate filtering; unit test that it worksArne Juul2020-06-292-6/+2
| * filter invalid UTF-8 (including encoded surrogates) to make protobuf happyArne Juul2020-06-262-1/+31
* | Use find_package to find gtest library.Tor Egge2020-06-294-4/+8
|/
* Add source target per module for generated sources.Tor Egge2020-06-231-0/+2
* only do aggressive removal if spamming detected at least 3 timesArne Juul2020-04-161-7/+15
* remove latest vespa.log if it is filling the disk too quicklyArne Juul2020-04-081-1/+7
* Ensure RPC target is freed if exception thrown in ctorTor Brede Vekterli2020-04-072-7/+11
* Use vespalib::count_sHenning Baldersheim2019-12-191-38/+9
* Drop timestamp.hHenning Baldersheim2019-12-163-31/+31
* FastOS_Time -> std::chrono.Henning Baldersheim2019-11-201-1/+1
* milliseconds in config.Henning Baldersheim2019-11-201-4/+2
* use chrono instead of fastos timeHåvard Pettersen2019-11-191-0/+1
* The _server must be destructed before the components it refer.Henning Baldersheim2019-11-152-3/+3
* Avoid the last usages of time(0/NULL/nullptr) in the codebase.Henning Baldersheim2019-08-261-3/+3
* Suppress array bounds warning when compiling generated protobuf code.Tor Egge2019-08-231-2/+2
* Fix forward declarations.Tor Egge2019-05-271-1/+1