aboutsummaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
...
* | Insights-compatible memory tracking (#214)Stefan Boberg2024-11-2558-169/+5988
* | fix inconsistencies in filecas due to failing to remove payload file during G...Dan Engelbrecht2024-11-224-429/+438
* | fixed off-by-one in GetPidStatus (Linux) which might cause spurious errors (#...Stefan Boberg2024-11-221-2/+2
* | fix crash on corrupt oplog block (#223)Dan Engelbrecht2024-11-211-0/+16
* | memory/string support cleanup and additions (#220)Stefan Boberg2024-11-199-181/+188
* | some fixes to timestamp caching in logging (#219)Stefan Boberg2024-11-182-7/+13
* | fix oplog chunk batch get (#221)Dan Engelbrecht2024-11-181-5/+7
* | Dashboard: oplog tree view (#217)Martin Ridgers2024-11-1816-1385/+1682
* | oplog prep gc fix (#216)Dan Engelbrecht2024-11-1518-453/+1494
* | fixed some issues with ZenServerInstance::SpawnServer (#218)Stefan Boberg2024-11-142-17/+27
* | Self-hosted dashboard: Searchable oplog and links between oplog entry depende...v5.5.12-pre0Martin Ridgers2024-11-1110-372/+1000
* | memory leak fix (GetBatchHandle) (#215)Stefan Boberg2024-11-081-0/+4
* | Make op key and file path matching in `zen oplog-mirror` case insensitive (#212)Dan Engelbrecht2024-11-061-3/+18
* | project name list improvement (#211)Dan Engelbrecht2024-11-061-3/+33
* | oplog capture new attachments for gc (#210)Dan Engelbrecht2024-11-062-7/+11
* | project details cmd resolve prj oplog (#209)Dan Engelbrecht2024-11-063-35/+23
* | Improved oplog import/export progress indicator at commandline (#206)Dan Engelbrecht2024-11-0612-150/+457
* | sponsor process attach hardening (#208)Dan Engelbrecht2024-11-043-6/+11
* | workspace share security (#192)Dan Engelbrecht2024-10-2314-654/+1688
* | fix gc date (#204)Dan Engelbrecht2024-10-221-1/+1
* | Use a smaller thread pool during pre-cache phase of GC to reduce memory press...Dan Engelbrecht2024-10-221-7/+11
* | bucket size queries (#203)Dan Engelbrecht2024-10-218-14/+258
* | validate compact binary rpc requests before trying to parse them (#200)Dan Engelbrecht2024-10-161-1/+10
* | safer path from handle (#195)Dan Engelbrecht2024-10-169-65/+104
* | add --dryrun instructions to projectstore drop (#199)Dan Engelbrecht2024-10-161-9/+15
* | make sure to initialize stats in file, jupiter and zen remote stores (#198)Dan Engelbrecht2024-10-163-21/+21
* | Mirror command: fix utf8 paths mapping to native code page (#197)Matt Peters2024-10-151-2/+2
* | Dashboard: oplog entry data download, more detail, styling tweaks. (#194)Martin Ridgers2024-10-147-104/+221
* | Add ability to read the oplog's ReferencedSet, as written by the cook… (#190)v5.5.9-pre7Matt Peters2024-10-117-37/+410
* | oplog mirror and vfs utf8 paths (#189)Dan Engelbrecht2024-10-102-6/+6
* | Dashboard: alignment of complex stats & logo goes home (#187)Martin Ridgers2024-10-103-57/+78
* | don't read chunks into memory during cache batch fetch unless we may cache th...Dan Engelbrecht2024-10-092-13/+14
* | Mrp/referencedset (#174)Matt Peters2024-10-047-15/+15
* | add automatic decompression to cache-get (default on) and oplog-mirror (defau...Dan Engelbrecht2024-10-044-3/+35
* | improve naming and feedback in zen commands (#185)Dan Engelbrecht2024-10-033-13/+18
* | remove gc v1 (#121)Dan Engelbrecht2024-10-0320-3120/+115
* | - Improvement: Self-hosted dashboard (#181)Martin Ridgers2024-10-035-161/+1161
* | cache get command (#183)Dan Engelbrecht2024-10-038-45/+200
* | simplified CleanDirectory implementation (#182)Stefan Boberg2024-10-031-26/+8
* | gc block size target max size (#180)Dan Engelbrecht2024-10-024-42/+67
* | Porject -> ProjectStefan Boberg2024-10-021-1/+1
* | optimize gc reference sort (#179)Dan Engelbrecht2024-10-012-37/+40
* | use alternate IoHash comparision function (#177)v5.5.8-pre5Dan Engelbrecht2024-09-301-4/+23
* | gc command attachment options (#176)Dan Engelbrecht2024-09-3012-42/+100
* | optimize startup time (#175)Dan Engelbrecht2024-09-306-41/+32
* | Fixing compilation errors with fmt v11 (#172)Dmytro Ivanov2024-09-271-0/+1
* | work around issues compiling fmt::join call on mac (#170)Stefan Boberg2024-09-271-1/+9
* | reduce lock time for memcache trim (#171)Dan Engelbrecht2024-09-273-109/+130
* | CSS colours in one place + small modal dialog fix. (#169)Martin Ridgers2024-09-263-23/+53
* | Add `gc-attachment-passes` option to zenserver (#167)Dan Engelbrecht2024-09-2512-56/+201