aboutsummaryrefslogtreecommitdiff
path: root/src/zenremotestore/include
Commit message (Expand)AuthorAgeFilesLines
* fix potential race with stats counters missing when to Stop filtered values (...Dan Engelbrecht5 days1-4/+8
* Misc small fixes (#897)Stefan Boberg8 days1-0/+2
* revise oplog block arrangement (#842)Dan Engelbrecht2026-03-162-34/+58
* block scavenge of other downloads that uses an older state file (#822)Dan Engelbrecht2026-03-111-0/+5
* updated chunk–block analyser (#818)Dan Engelbrecht2026-03-091-40/+3
* Dashboard overhaul, compute integration (#814)Stefan Boberg2026-03-091-0/+1
* add fallback for zencache multirange (#816)Dan Engelbrecht2026-03-097-70/+72
* Eliminate spdlog dependency (#773)Stefan Boberg2026-03-091-13/+11
* zenstore bug-fixes from static analysis pass (#815)Stefan Boberg2026-03-064-15/+15
* use multi range requests (#800)Dan Engelbrecht2026-03-037-30/+80
* use partial blocks for oplog import (#780)Dan Engelbrecht2026-02-249-46/+93
* move partial chunk block anailsys to chunkblock.h/cpp (#767)Dan Engelbrecht2026-02-202-46/+98
* convert ZEN_ASSERTs to exception to handle corrupt data gracefully (#760)Dan Engelbrecht2026-02-181-1/+2
* only disable backlog scheduling when downloaded payload is not on disk (#741)Dan Engelbrecht2026-02-021-1/+2
* Avoid conversion from JSon to compact binary when querying for builds to avoi...Dan Engelbrecht2026-01-282-2/+2
* allow download specification for zen builds download (#734)Dan Engelbrecht2026-01-272-13/+30
* avoid big ioworker backlog (#733)Dan Engelbrecht2026-01-261-2/+2
* builds scanning cache (#727)v5.7.19-pre0Dan Engelbrecht2026-01-234-1/+65
* make sure new blocks generated by a part is accessible to following parts (#732)Dan Engelbrecht2026-01-231-2/+4
* builds multipart upload (#722)Dan Engelbrecht2026-01-203-9/+137
* fix init of buildpart id in zen oplog-download (#711)Dan Engelbrecht2026-01-151-1/+1
* added options to configure exclude folders and extensions to zen build comman...Dan Engelbrecht2026-01-132-1/+2
* optimize scavenge part 2 (#699)Dan Engelbrecht2026-01-081-0/+11
* Merge branch 'main' into zs/limit-overwrite-defaultZousar Shaker2025-12-192-8/+16
|\
| * optimize scavenge (#697)Dan Engelbrecht2025-12-192-8/+16
* | Ensure upstream put propagation includes overwritezousar2025-12-191-1/+6
|/
* add boost-worker oplog import export options (#693)Dan Engelbrecht2025-12-163-3/+57
* oplog download size (#690)Dan Engelbrecht2025-12-153-27/+39
* show download source data (#689)Dan Engelbrecht2025-12-123-2/+20
* remove direct console output from code that is used from service mode (#688)Dan Engelbrecht2025-12-112-1/+6
* update state when wildcard (#657)Dan Engelbrecht2025-11-244-66/+143
* loose chunk filtering bug when using wildcards (#654)Dan Engelbrecht2025-11-181-0/+12
* control cache upload (#646)Dan Engelbrecht2025-11-123-0/+5
* Change curl defaults on MacOS (#645)Stefan Boberg2025-11-113-3/+4
* add `--boost-worker-memory` option to zen builds (#639)Dan Engelbrecht2025-11-101-0/+1
* add check that we have enough free space to complete the builds download (#640)Dan Engelbrecht2025-11-101-0/+2
* get oplog attachments (#622)Dan Engelbrecht2025-11-072-0/+108
* move progress bar to separate file (#638)Dan Engelbrecht2025-11-071-13/+1
* remotestore op refactorings (#637)Dan Engelbrecht2025-11-063-90/+138
* abort build upload if we fail to finalize a build part (#623)Dan Engelbrecht2025-11-031-1/+2
* fix clean directory and make them use effective threading where appropriate (...v5.7.8-pre5v5.7.8-pre3v5.7.8-pre2Dan Engelbrecht2025-11-031-0/+119
* Various fixes to address issues flagged by gcc / non-UE toolchain build (#621)Stefan Boberg2025-11-014-19/+19
* fixed progress bar when scanning changed local files (#608)Dan Engelbrecht2025-10-241-0/+12
* add host discovery and zen cache support for oplog import (#601)Dan Engelbrecht2025-10-236-6/+55
* add `zen builds prime-cache` command (#598)Dan Engelbrecht2025-10-222-0/+44
* make validation of completed sequences in builds download optional (#596)Dan Engelbrecht2025-10-221-0/+3
* updated chunking strategy (#589)Dan Engelbrecht2025-10-203-142/+39
* exclude .sym and .psym (#585)Dan Engelbrecht2025-10-171-2/+4
* builds download progress include validate (#582)Dan Engelbrecht2025-10-161-0/+3
* refactor builds cmd part4 (#579)Dan Engelbrecht2025-10-161-21/+95