aboutsummaryrefslogtreecommitdiff
path: root/src/zenremotestore/include
Commit message (Expand)AuthorAgeFilesLines
* 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
* move builds state functions to buildsavedstate.h/cpp (#577)Dan Engelbrecht2025-10-152-0/+62
* refactor builds cmd part3 (#573)Dan Engelbrecht2025-10-141-9/+66
* refactor builds cmd part2 (#572)Dan Engelbrecht2025-10-141-5/+240
* refactor builds cmd (#566)Dan Engelbrecht2025-10-131-0/+389
* added Hidden option to oidctoken creation with oidc token exe (#556)Dan Engelbrecht2025-10-062-2/+4
* remove zenutil dependency in zenremotestore (#547)Dan Engelbrecht2025-10-035-1/+277
* move chunking code to zenremotestore lib (#545)Dan Engelbrecht2025-10-037-3/+467
* move zenutil builds code to zenremotestore (#543)Dan Engelbrecht2025-10-034-0/+178
* move remoteproject to remotestorelib (#542)Dan Engelbrecht2025-10-035-0/+280
* add zenremotestore lib (#540)Dan Engelbrecht2025-10-021-0/+13