aboutsummaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
...
* | make sure we don't throw exception from worker thread (#247)Dan Engelbrecht2024-11-284-339/+447
* | fix oplog index path reading error (#246)Dan Engelbrecht2024-11-281-30/+41
* | Dashboard CSS fixes and archival of a partial treemap view (#242)Martin Ridgers2024-11-284-6/+194
* | set content type correctly for getchunkrange (#241)Dan Engelbrecht2024-11-281-3/+3
* | add validation of payload responses in http client (#240)Dan Engelbrecht2024-11-271-220/+292
* | use plain sorted array instead of map of vectors (#237)Dan Engelbrecht2024-11-272-22/+33
* | add missing shard lock in filecas compact (#239)Dan Engelbrecht2024-11-271-1/+6
* | skip rawsize/size in getchunksinfo if chunk is missing (#238)Dan Engelbrecht2024-11-261-2/+2
* | Dashboard: display package data sizes in oplog entry and tree views. (#232)Martin Ridgers2024-11-268-42/+168
* | snapshot crash (#234)Dan Engelbrecht2024-11-252-2/+102
* | fix oplog snapshot deadlock (#233)Dan Engelbrecht2024-11-251-31/+57
* | /chunkinfo /files response size and rawsize size consistency (#230)Dan Engelbrecht2024-11-251-39/+54
* | caller controls threshold for bulk-loading chunks in IterateChunks (#222)Dan Engelbrecht2024-11-2512-28/+50
* | stronger validation of payload existance (#229)Dan Engelbrecht2024-11-256-101/+197
* | add missing projectstore expire time in gc log (#227)Dan Engelbrecht2024-11-251-0/+1
* | split zencore/memory.h -> memoryview.h, memcmp.h (#228)Stefan Boberg2024-11-2522-55/+69
* | 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