aboutsummaryrefslogtreecommitdiffstats
path: root/logd/src/logd/watcher.cpp
Commit message (Expand)AuthorAgeFilesLines
* Update copyrightJon Bratseth2023-10-091-1/+1
* Reduce transitive includes.Henning Baldersheim2023-03-011-0/+1
* less log spamKristian Aune2021-12-201-1/+1
* check more often if we should remove old logsArne H Juul2021-12-101-1/+6
* Update 2017 copyright notices.gjoranv2021-10-071-1/+1
* use size literals in logdArne Juul2021-02-151-1/+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
* Use vespalib::count_sHenning Baldersheim2019-12-191-38/+9
* Drop timestamp.hHenning Baldersheim2019-12-161-23/+22
* FastOS_Time -> std::chrono.Henning Baldersheim2019-11-201-1/+1
* use chrono instead of fastos timeHÃ¥vard Pettersen2019-11-191-0/+1
* Avoid the last usages of time(0/NULL/nullptr) in the codebase.Henning Baldersheim2019-08-261-3/+3
* Remove the legacy protocol between logd and logserver.Geir Storli2019-05-091-2/+0
* Change Watcher to not pass newline to forwardLine().Tor Egge2019-04-031-1/+1
* Integrate rpc forwarder and use it when logd config says so.Geir Storli2019-04-011-0/+1
* Clear padding in donecache.Tor Egge2019-03-291-1/+2
* Initialize donecacheHenning Baldersheim2019-03-291-0/+1
* Implement initial version of forwarder that uses RPC to send protobuf encoded...Geir Storli2019-03-281-1/+1
* Create interface for a Forwarder as seen from the log file Watcher.Geir Storli2019-03-211-2/+3
* Rename Forwarder -> LegacyForwarder in preparation for something new and better.Geir Storli2019-03-211-2/+2
* Make _badLines private.Geir Storli2019-03-211-3/+3
* Rename errhandle.h -> exceptions.h.Geir Storli2019-03-201-1/+1
* Rename watch.{h,cpp} -> watcher.{h,cpp}.Geir Storli2019-03-201-0/+383