aboutsummaryrefslogtreecommitdiff
path: root/src/zenremotestore
Commit message (Expand)AuthorAgeFilesLines
* add checks to protect against access violation due to failed disk read (#675)Dan Engelbrecht2025-12-041-0/+5
* use scope guards to secure that BasicFile::Detach is called even on exception...Dan Engelbrecht2025-12-011-1/+1
* automatic scrub on startup (#667)Dan Engelbrecht2025-11-274-45/+17
* remove bad assert (#670)Dan Engelbrecht2025-11-271-4/+0
* update state when wildcard (#657)Dan Engelbrecht2025-11-249-665/+1475
* changelog (#661)Dan Engelbrecht2025-11-241-1/+1
* increase timeout and add retry when testing host connectivity (#659)Dan Engelbrecht2025-11-214-8/+8
* loose chunk filtering bug when using wildcards (#654)Dan Engelbrecht2025-11-183-0/+475
* control cache upload (#646)Dan Engelbrecht2025-11-126-14/+23
* Change curl defaults on MacOS (#645)Stefan Boberg2025-11-117-19/+86
* add `--boost-worker-memory` option to zen builds (#639)Dan Engelbrecht2025-11-102-4/+5
* fix parsing of assume http2 from server discovery (#643)Dan Engelbrecht2025-11-101-1/+1
* add check that we have enough free space to complete the builds download (#640)Dan Engelbrecht2025-11-102-6/+56
* switch to xmake for package management (#611)Stefan Boberg2025-11-071-3/+3
* get oplog attachments (#622)Dan Engelbrecht2025-11-074-18/+1054
* move progress bar to separate file (#638)Dan Engelbrecht2025-11-073-72/+2
* remotestore op refactorings (#637)Dan Engelbrecht2025-11-066-555/+913
* merge 5.7.8 minimal release (#635)Dan Engelbrecht2025-11-061-0/+2
* compress partial file chunks in blocks if appropriate (#632)v5.7.9-pre8v5.7.9-pre7v5.7.9-pre6v5.7.9-pre5v5.7.9-pre4v5.7.9-pre3v5.7.9-pre11v5.7.9-pre1v5.7.9-pre0v5.7.8-pre11v5.7.8-pre10v5.7.8Dan Engelbrecht2025-11-041-13/+17
* refactor MergeChunkedFolderContents to not reallocate Result.ChunkedContent.C...Dan Engelbrecht2025-11-041-9/+35
* abort build upload if we fail to finalize a build part (#623)Dan Engelbrecht2025-11-032-14/+55
* fix clean directory and make them use effective threading where appropriate (...v5.7.8-pre5v5.7.8-pre3v5.7.8-pre2Dan Engelbrecht2025-11-033-28/+55
* Various fixes to address issues flagged by gcc / non-UE toolchain build (#621)Stefan Boberg2025-11-0110-55/+64
* fix --zentrace=no compile errors (#616)Stefan Boberg2025-10-281-1/+1
* 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-2313-108/+500
* add `zen builds prime-cache` command (#598)Dan Engelbrecht2025-10-224-0/+322
* make validation of completed sequences in builds download optional (#596)Dan Engelbrecht2025-10-222-2527/+2576
* fix jupiter payload validation with allow redirect (#594)Dan Engelbrecht2025-10-201-5/+8
* updated chunking strategy (#589)Dan Engelbrecht2025-10-207-414/+518
* exclude .sym and .psym (#585)Dan Engelbrecht2025-10-172-15/+47
* missing update of m_DiskStats.WriteByteCount in WriteSequenceChunkToCache (#583)Dan Engelbrecht2025-10-161-13/+3
* builds download progress include validate (#582)Dan Engelbrecht2025-10-162-37/+82
* fix log progress quotes (#580)Dan Engelbrecht2025-10-161-5/+14
* refactor builds cmd part4 (#579)Dan Engelbrecht2025-10-162-740/+804
* move builds state functions to buildsavedstate.h/cpp (#577)Dan Engelbrecht2025-10-155-183/+582
* move file i/o related files to separate file and remove duplicated code (#576)Dan Engelbrecht2025-10-153-502/+902
* refactor builds cmd part3 (#573)Dan Engelbrecht2025-10-142-179/+620
* refactor builds cmd part2 (#572)Dan Engelbrecht2025-10-143-25/+2655
* refactor builds cmd (#566)Dan Engelbrecht2025-10-133-1/+5132
* add ability to limit concurrency (#565)Stefan Boberg2025-10-101-3/+2
* added Hidden option to oidctoken creation with oidc token exe (#556)Dan Engelbrecht2025-10-064-6/+13
* speed up tests (#555)Dan Engelbrecht2025-10-061-2/+6
* remove zenutil dependency in zenremotestore (#547)Dan Engelbrecht2025-10-0314-24/+1270
* move chunking code to zenremotestore lib (#545)Dan Engelbrecht2025-10-0315-4/+3070
* move zenutil builds code to zenremotestore (#543)Dan Engelbrecht2025-10-038-1/+1980
* move remoteproject to remotestorelib (#542)Dan Engelbrecht2025-10-0310-0/+5423
* add zenremotestore lib (#540)Dan Engelbrecht2025-10-023-0/+40