aboutsummaryrefslogtreecommitdiff
path: root/src/zenstore
Commit message (Expand)AuthorAgeFilesLines
* blobstore size limit (#342)Dan Engelbrecht2025-04-042-13/+255
* build store save access times (#341)v5.6.3-pre0Dan Engelbrecht2025-04-033-30/+304
* use oidctoken executable to generate auth (#336)Dan Engelbrecht2025-04-021-13/+0
* reduce disk io during gc (#335)Dan Engelbrecht2025-04-011-20/+8
* long filename support (#330)Dan Engelbrecht2025-03-319-117/+117
* optional compress of block chunks (#326)Dan Engelbrecht2025-03-271-5/+26
* zen build cache service (#318)Dan Engelbrecht2025-03-2611-46/+1738
* reduced memory churn using fixed_xxx containers (#236)Stefan Boberg2025-03-067-108/+143
* improvements and infrastructure for upcoming builds api command line (#284)Dan Engelbrecht2025-02-251-2/+2
* moving and small refactor of chunk blocks to prepare for builds api (#282)Dan Engelbrecht2025-02-124-997/+0
* Add multithreading directory scanning in core/filesystem (#277)Dan Engelbrecht2025-01-226-71/+51
* move basicfile.h/cpp -> zencore (#273)Dan Engelbrecht2025-01-166-6/+6
* Suppress progress report callback if oplog import detects zero op oplog (#271)Dan Engelbrecht2025-01-131-6/+16
* Miscellaneous minor LLM fixes (#268)v5.5.17-pre0Stefan Boberg2024-12-172-1/+4
* batch fetch record cache values (#266)Dan Engelbrecht2024-12-173-21/+90
* more memory tagging and fixes (#263)Stefan Boberg2024-12-161-0/+16
* Builds API remote project store (#258)Dan Engelbrecht2024-12-121-2/+2
* Memory tracking improvements (#262)Stefan Boberg2024-12-111-1/+0
* projectstore getchunks rpc with modtag (#244)Dan Engelbrecht2024-12-051-15/+17
* Unity build fixes (#253)Stefan Boberg2024-12-054-63/+76
* ODR violation fixStefan Boberg2024-12-031-2/+2
* reduce memory churn (#248)Stefan Boberg2024-12-021-5/+5
* validate that root path exists for workspace before adding it (#250)Dan Engelbrecht2024-12-021-0/+5
* added support for dynamic LLM tags (#245)Stefan Boberg2024-12-028-0/+191
* make sure we don't throw exception from worker thread (#247)Dan Engelbrecht2024-11-281-3/+17
* 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
* caller controls threshold for bulk-loading chunks in IterateChunks (#222)Dan Engelbrecht2024-11-259-18/+31
* stronger validation of payload existance (#229)Dan Engelbrecht2024-11-253-57/+87
* 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-252-2/+2
* Insights-compatible memory tracking (#214)Stefan Boberg2024-11-251-1/+1
* fix inconsistencies in filecas due to failing to remove payload file during G...Dan Engelbrecht2024-11-223-427/+436
* oplog prep gc fix (#216)Dan Engelbrecht2024-11-156-239/+525
* memory leak fix (GetBatchHandle) (#215)Stefan Boberg2024-11-081-0/+4
* workspace share security (#192)Dan Engelbrecht2024-10-232-383/+890
* 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-215-14/+106
* 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-161-31/+41
* don't read chunks into memory during cache batch fetch unless we may cache th...Dan Engelbrecht2024-10-092-13/+14
* remove gc v1 (#121)Dan Engelbrecht2024-10-0314-2819/+99
* 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-304-17/+48
* optimize startup time (#175)Dan Engelbrecht2024-09-304-35/+26
* reduce lock time for memcache trim (#171)Dan Engelbrecht2024-09-272-104/+129
* Add `gc-attachment-passes` option to zenserver (#167)Dan Engelbrecht2024-09-256-45/+166