aboutsummaryrefslogtreecommitdiffstats
path: root/logd/src/logd/proto_converter.cpp
Commit message (Expand)AuthorAgeFilesLines
* Update copyrightJon Bratseth2023-10-091-1/+1
* Update 2019 Oath copyrights.gjoranv2021-10-271-1/+1
* 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-291-4/+0
* filter invalid UTF-8 (including encoded surrogates) to make protobuf happyArne Juul2020-06-261-1/+15
* Implement functions for converting log messages to protobuf objects.Geir Storli2019-03-261-0/+65