aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* | | | | | | 5.5.19v5.5.19Dan Engelbrecht2025-02-261-1/+1
* | | | | | | 5.5.19-pre0v5.5.19-pre0Dan Engelbrecht2025-02-261-1/+1
* | | | | | | builds upload command (#278)Dan Engelbrecht2025-02-2624-61/+9169
* | | | | | | improvements and infrastructure for upcoming builds api command line (#284)Dan Engelbrecht2025-02-2521-271/+399
* | | | | | | 5.5.18v5.5.18Dan Engelbrecht2025-02-241-1/+1
* | | | | | | 5.5.18-pre0v5.5.18-pre0Dan Engelbrecht2025-02-241-1/+1
* | | | | | | strip leading path separator when creating workspace shares (#285)Dan Engelbrecht2025-02-242-1/+16
| |/ / / / / |/| | | | |
* | | | | | move WriteToTempFile to basicfile.h (#283)Dan Engelbrecht2025-02-123-63/+111
* | | | | | moving and small refactor of chunk blocks to prepare for builds api (#282)Dan Engelbrecht2025-02-1214-243/+334
* | | | | | improved builds api interface in jupiter (#281)Dan Engelbrecht2025-02-125-163/+518
* | | | | | Fix workspace shares reply array (#280)Tomasz Obrębski2025-02-031-3/+3
| |_|_|_|/ |/| | | |
| * | | | Change to PutResult structurezousar2025-06-248-166/+258
| * | | | Establish TODOs and unit test for rejected PUT propagationzousar2025-03-243-2/+78
| * | | | 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-222-4/+17
* | | | 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-162-10/+16
* | | export oplog to zen target url (#274)Dan Engelbrecht2025-01-163-4/+9
* | | move basicfile.h/cpp -> zencore (#273)Dan Engelbrecht2025-01-1642-53/+54
* | | 5.5.17v5.5.17Dan Engelbrecht2025-01-151-1/+1
* | | 5.5.17-pre2v5.5.17-pre2Dan Engelbrecht2025-01-131-1/+1
* | | Suppress progress report callback if oplog import detects zero op oplog (#271)Dan Engelbrecht2025-01-137-11/+29
|/ /
* | 5.5.17-pre1v5.5.17-pre1Dan Engelbrecht2024-12-191-1/+1
* | increase limit for mmap path to 8kb (#270)Dan Engelbrecht2024-12-192-1/+2
* | don't add overhead of verifying oplog presence on disk for "getchunks" rpc ca...Dan Engelbrecht2024-12-182-3/+6
* | Miscellaneous minor LLM fixes (#268)v5.5.17-pre0Stefan Boberg2024-12-174-4/+9
* | 5.5.17-pre0Dan Engelbrecht2024-12-171-1/+1
* | batch fetch record cache values (#266)Dan Engelbrecht2024-12-174-22/+97
* | 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
* | 5.5.16v5.5.16Dan Engelbrecht2024-12-131-1/+1
* | 5.5.16-pre4v5.5.16-pre4Dan Engelbrecht2024-12-131-1/+1
* | fix trailing path separator in workspace commands (#265)Dan Engelbrecht2024-12-132-0/+16
* | 5.5.16-pre3v5.5.16-pre3Dan Engelbrecht2024-12-131-1/+1
* | change log update for oplog key fix which was accidentally committed to main ...Stefan Boberg2024-12-131-0/+1
* | 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
* | changelogDan Engelbrecht2024-12-131-2/+3
* | 5.5.16-pre2v5.5.16-pre2Dan Engelbrecht2024-12-131-1/+1
* | Dashboard: view -> list rename, table style fix, file name appended to downlo...Martin Ridgers2024-12-126-5/+12
* | 5.5.16-pre1v5.5.16-pre1Dan Engelbrecht2024-12-121-1/+1
* | Builds API remote project store (#258)Dan Engelbrecht2024-12-1214-310/+1488