aboutsummaryrefslogtreecommitdiff
path: root/src/zenutil
Commit message (Expand)AuthorAgeFilesLines
* improved assert (#37)Dan Engelbrecht2024-04-043-14/+14
* hardening parsepackagemessage (#38)Dan Engelbrecht2024-04-041-31/+70
* Use multithreading to fetch size/rawsize of entries in `/prj/{project}/oplog/...Dan Engelbrecht2024-03-282-4/+30
* consistent paths encoding (#24)Dan Engelbrecht2024-03-251-1/+1
* re-enable partial cache chunks (#21)v5.4.2-pre9v5.4.2-pre12v5.4.2-pre11v5.4.2-pre10Dan Engelbrecht2024-03-222-7/+10
* harden attach sponsor process (#14)Dan Engelbrecht2024-03-211-10/+7
* add support for responding with partial cache chunks (#11)Dan Engelbrecht2024-03-213-5/+8
* improved process monitoring behaviour with invalid pids (#16)Stefan Boberg2024-03-211-1/+8
* special treatment large oplog attachments v2 (#5)Dan Engelbrecht2024-03-142-3/+12
* clean up test linking (#4)Dan Engelbrecht2024-03-145-84/+260
* fix zenserver state macos (#669)Dan Engelbrecht2024-03-101-1/+5
* respond with BadRequest result instead of throwing exception on bad request i...Dan Engelbrecht2024-02-051-8/+8
* added robin-map dependency to zenutilStefan Boberg2024-02-011-1/+1
* changed RPC recording to MPSC setup (#638)Stefan Boberg2024-01-312-70/+174
* exception on basicfile read error (#642)Dan Engelbrecht2024-01-291-8/+28
* make sure to advance read buffer pointer in BasicFileWriter::Write (#633)Dan Engelbrecht2024-01-221-1/+3
* 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