aboutsummaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
...
* | | | | Control overwrite enforcement with a config settingzousar2025-03-026-47/+154
* | | | | Move utility methods in cachedisklayerzousar2025-02-261-38/+38
* | | | | Enforce Overwrite Prevention According To Cache Policyzousar2025-02-267-130/+311
* | | | | Expand and fix unit tests for overwrite behaviorzousar2025-02-261-7/+82
* | | | | Add unit test for overwrite behaviorzousar2025-02-181-0/+102
|/ / / /
* | | | handle special backslash followed by quote for paths (#279)Dan Engelbrecht2025-01-221-4/+16
* | | | Add multithreading directory scanning in core/filesystem (#277)Dan Engelbrecht2025-01-2216-131/+290
* | | | jupiter code cleanup (#276)Dan Engelbrecht2025-01-2216-1102/+1007
| |_|/ |/| |
* | | add missing statsd.enabled and gc.projectstore.duration.seconds (#275)Dan Engelbrecht2025-01-161-10/+13
* | | export oplog to zen target url (#274)Dan Engelbrecht2025-01-162-4/+5
* | | move basicfile.h/cpp -> zencore (#273)Dan Engelbrecht2025-01-1642-53/+54
* | | Suppress progress report callback if oplog import detects zero op oplog (#271)Dan Engelbrecht2025-01-136-11/+28
|/ /
* | increase limit for mmap path to 8kb (#270)Dan Engelbrecht2024-12-191-1/+1
* | don't add overhead of verifying oplog presence on disk for "getchunks" rpc ca...Dan Engelbrecht2024-12-181-3/+5
* | Miscellaneous minor LLM fixes (#268)v5.5.17-pre0Stefan Boberg2024-12-174-4/+9
* | batch fetch record cache values (#266)Dan Engelbrecht2024-12-173-21/+90
* | remove all referenced attachments in op from pending chunk references (#267)Dan Engelbrecht2024-12-171-5/+7
* | more memory tagging and fixes (#263)Stefan Boberg2024-12-169-8/+272
* | fix trailing path separator in workspace commands (#265)Dan Engelbrecht2024-12-131-0/+15
* | Implemented temporary workaround for long paths in ComputeOpKeyStefan Boberg2024-12-131-3/+72
* | added test verification of XXH3_128Stream vs XXH3_128::HashMemoryStefan Boberg2024-12-131-0/+2
* | fixed XXH3_128Stream so it initializes the state properlyStefan Boberg2024-12-134-5/+42
* | added ComputeOpKey so all instances of mapping key -> Oid is in a single placeStefan Boberg2024-12-132-24/+33
* | added xxhash unit tests (which currently fail)Stefan Boberg2024-12-132-0/+46
* | Dashboard: view -> list rename, table style fix, file name appended to downlo...Martin Ridgers2024-12-125-5/+8
* | Builds API remote project store (#258)Dan Engelbrecht2024-12-1213-310/+1465
* | Memory tracking improvements (#262)Stefan Boberg2024-12-114-1/+21
* | reduce oplog job name (#261)Dan Engelbrecht2024-12-111-2/+2
* | improved payload validation in HttpClient (#259)Dan Engelbrecht2024-12-102-1259/+1510
* | auth fixes (#260)Dan Engelbrecht2024-12-103-32/+43
* | global open process cache for projectstore (#257)Dan Engelbrecht2024-12-056-31/+64
* | projectstore getchunks rpc with modtag (#244)Dan Engelbrecht2024-12-0511-233/+1848
* | Unity build fixes (#253)Stefan Boberg2024-12-057-71/+79
* | ODR fixStefan Boberg2024-12-031-3/+3
* | ODR violation fixStefan Boberg2024-12-031-2/+2
* | reduce memory churn (#248)Stefan Boberg2024-12-025-11/+23
* | validate that root path exists for workspace before adding it (#250)Dan Engelbrecht2024-12-021-0/+5
* | fix time regression on CI - iteratechunks block size (#249)Dan Engelbrecht2024-12-022-12/+12
* | added support for dynamic LLM tags (#245)Stefan Boberg2024-12-0227-34/+449
* | 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