aboutsummaryrefslogtreecommitdiff
path: root/src/zenutil/include
Commit message (Collapse)AuthorAgeFilesLines
* cache log sessionid (#297)Stefan Boberg2023-05-231-0/+28
| | | | | | | | | | | * implemented structured cache logging to be used as audit trail to help analyse potential cache pollution/corruption * added common header to all known log targets * made Oid::operator bool explicit to avoid logging/text format mishaps * HttpClient::operator bool -> explicit * changed cache logs to not rotate on start in order to retain more history * added CacheRequestContext * properly initialize request context * log session id and request id on zencacehstore get/put * changelog
* Added some comments to ZenServerInstance etcStefan Boberg2023-05-151-10/+18
|
* moved source directories into `/src` (#264)Stefan Boberg2023-05-027-0/+881
* moved source directories into `/src` * updated bundle.lua for new `src` path * moved some docs, icon * removed old test trees