aboutsummaryrefslogtreecommitdiff
path: root/src/zenutil
Commit message (Expand)AuthorAgeFilesLines
...
* reinstate formatter settings for file sink (#631)Stefan Boberg2024-01-171-0/+9
* release RPC recording memory early (#627)Stefan Boberg2023-12-201-2/+7
* separate RPC processing from HTTP processing (#626)Stefan Boberg2023-12-203-0/+992
* cache RPC recorder threading fixes (#617)Stefan Boberg2023-12-191-39/+48
* Make sure we initialize the pattern of FileSink before it is added as a usabl...Dan Engelbrecht2023-12-181-12/+8
* fixed v2 rpc recording issue with >4GB data per segment (#612)Stefan Boberg2023-12-153-32/+203
* implement cache recording segment split by age (#611)Stefan Boberg2023-12-141-12/+27
* fix crash at log exit (#605)Dan Engelbrecht2023-12-131-7/+5
* premature logging shutdown fix (#603)v0.2.36Stefan Boberg2023-12-121-0/+9
* Make sure that PathFromHandle don't hide true error when throwing exceptions ...Dan Engelbrecht2023-12-111-9/+23
* multi-line logging improvements (#597)Stefan Boberg2023-12-112-72/+112
* logging configuration via command line options (#589)Stefan Boberg2023-12-061-4/+5
* safe threadpool shutdown (#584)Dan Engelbrecht2023-12-041-0/+6
* global thread worker pools (#577)Dan Engelbrecht2023-11-292-0/+110
* fixed file logger pattern (#579)Stefan Boberg2023-11-291-1/+1
* optimized index snapshot reading/writing (#561)Stefan Boberg2023-11-274-11/+139
* moved process handling code into separate h/cpp (#555)Stefan Boberg2023-11-201-0/+1
* use dynamic port assignment for tests (#545)Stefan Boberg2023-11-172-44/+77
* blocking queue fix (#550)Dan Engelbrecht2023-11-162-11/+37
* add doctest listener so we can output when test/subtests begin (#538)Dan Engelbrecht2023-11-151-0/+1
* fix race contdition when signaling shutdown of process and waiting for comple...Dan Engelbrecht2023-11-151-1/+9
* gc history log (#519)Dan Engelbrecht2023-11-131-59/+10
* fix bad access to unlocked state (#527)Dan Engelbrecht2023-11-101-0/+1
* factored out some compiler definitions etc into zenbase (#517)Stefan Boberg2023-11-072-1/+3
* spdlog implementation hiding (#498)Stefan Boberg2023-11-064-47/+186
* statsd for cas (#511)Dan Engelbrecht2023-11-061-0/+34
* fixed issue where file log sink would get the wrong pattern assigned (#513)Stefan Boberg2023-11-061-12/+12
* added missing includes (#504)Stefan Boberg2023-10-274-0/+7
* eliminate redundant logging code (#499)Stefan Boberg2023-10-255-412/+710
* New rotating file logger that keeps on running regardless of errors (#495)Dan Engelbrecht2023-10-252-1/+35
* more cleanup from sb/protoStefan Boberg2023-10-203-16/+30
* Cache (rpc) activitity recording improvements (#482)Stefan Boberg2023-10-202-27/+697
* faster oplog iteration (#471)Dan Engelbrecht2023-10-132-1/+18
* added logging utility functions (from sb/proto) (#469)Stefan Boberg2023-10-122-0/+549
* added thread names (#441)Stefan Boberg2023-10-041-0/+2
* Make sure error logging or destructors don't throw exception when trying to g...Dan Engelbrecht2023-09-121-2/+6
* retry file create (#383)Dan Engelbrecht2023-09-042-0/+17
* fix zen server state mac mmap (#380)Dan Engelbrecht2023-08-311-1/+1
* crash in process cache (#375)Dan Engelbrecht2023-08-231-36/+70
* Fix construction order in OpenProcessCache (#374)Dan Engelbrecht2023-08-221-1/+1
* buffered file reading for oplog (#366)Dan Engelbrecht2023-08-212-0/+217
* Cache process handles for FormatPackageMessage (#360)Dan Engelbrecht2023-08-172-0/+189
* update vcpkg dependencies (#356)Dan Engelbrecht2023-08-111-1/+1
* minor: set_group('libs') on zenutil for consistency with zencore etcStefan Boberg2023-08-091-0/+1
* * added file sharing control to BasicFile (required to implement lockfiles)Stefan Boberg2023-06-302-19/+60
* added ZenServerInstance::SpawnServerAndWait (#334)Stefan Boberg2023-06-162-6/+62
* BasicFile::ReadAll should handle zero-sized files gracefullyStefan Boberg2023-05-251-3/+10
* cache log sessionid (#297)Stefan Boberg2023-05-231-0/+28
* Added some comments to ZenServerInstance etcStefan Boberg2023-05-151-10/+18
* Remove ATL header usage (#306)Stefan Boberg2023-05-151-1/+0