aboutsummaryrefslogtreecommitdiff
path: root/src/zenutil
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'main' into 273-integrated-memory-tracking273-integrated-memory-trackingStefan Boberg2023-12-195-101/+313
|\
| * 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
* | added mimalloc_hooksStefan Boberg2023-12-111-0/+32
* | Merge remote-tracking branch 'origin/main' into 273-integrated-memory-trackingStefan Boberg2023-12-112-72/+112
|\|
| * multi-line logging improvements (#597)Stefan Boberg2023-12-112-72/+112
* | Merge remote-tracking branch 'origin/main' into 273-integrated-memory-trackingStefan Boberg2023-12-111-4/+5
|\|
| * logging configuration via command line options (#589)Stefan Boberg2023-12-061-4/+5
* | hide Windows stuffStefan Boberg2023-12-081-0/+4
* | implemented FlushDataOnly for MacOSStefan Boberg2023-12-071-1/+29
* | ClangFormatStefan Boberg2023-12-071-1/+1
* | added BasicFile::FlushDataOnlyStefan Boberg2023-12-072-0/+39
* | linux/mac build fixStefan Boberg2023-12-061-2/+5
* | implemented using zen run with tracking of launched subprocessStefan Boberg2023-12-062-11/+54
* | move core/process into util/processStefan Boberg2023-12-064-1/+867
|/
* 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