aboutsummaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
...
* changelog (#661)Dan Engelbrecht2025-11-241-1/+1
* GetSystemMetrics for Mac,Linux (#660)Stefan Boberg2025-11-242-5/+151
* increase timeout and add retry when testing host connectivity (#659)Dan Engelbrecht2025-11-214-8/+8
* fix block store file appender (#658)Dan Engelbrecht2025-11-201-3/+43
* Merge pull request #653 from ue-foundation/lm/service-install-permissionsLiam Mitchell2025-11-191-0/+4
|\
| * Make files writeable after full service install to avoid issues when attempti...Liam Mitchell2025-11-171-0/+4
* | loose chunk filtering bug when using wildcards (#654)Dan Engelbrecht2025-11-186-26/+529
* | Added actions to drop all projects or all z$ namespaces. (#655)Martin Ridgers2025-11-183-2/+54
|/
* add append-only buffering of BlockStoreFile (#652)Dan Engelbrecht2025-11-171-9/+124
* Include version string on the dashboard's start page. (#651)Martin Ridgers2025-11-174-2/+26
* fix wildcard matching (#650)Dan Engelbrecht2025-11-171-0/+10
* remove local-directory prefix for wildcards (#647)Dan Engelbrecht2025-11-121-0/+5
* control cache upload (#646)Dan Engelbrecht2025-11-1211-24/+65
* Change curl defaults on MacOS (#645)Stefan Boberg2025-11-1112-28/+146
* fix missing auth (#644)v5.7.9-pre18v5.7.9-pre17Dan Engelbrecht2025-11-112-17/+5
* add `--boost-worker-memory` option to zen builds (#639)Dan Engelbrecht2025-11-106-56/+82
* 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
* fix lost assume-http2 option when resolving host in zen builds / project comm...Dan Engelbrecht2025-11-102-3/+17
* switch to xmake for package management (#611)Stefan Boberg2025-11-0728-94/+334
* get oplog attachments (#622)Dan Engelbrecht2025-11-0711-290/+1558
* move progress bar to separate file (#638)Dan Engelbrecht2025-11-0710-618/+591
* remotestore op refactorings (#637)Dan Engelbrecht2025-11-067-748/+927
* 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
* add `--verbose-http` option to builds commands (#630)Dan Engelbrecht2025-11-044-4/+70
* 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-035-92/+76
* missing return statement in zen workspace create command (#628)Dan Engelbrecht2025-11-031-0/+1
* allow --zen-cache-host option when using builds filestore (for testing) (#627)Dan Engelbrecht2025-11-031-0/+32
* added MacOS-native IterateCommandlineArgs (#624)Stefan Boberg2025-11-031-1/+15
* Various fixes to address issues flagged by gcc / non-UE toolchain build (#621)Stefan Boberg2025-11-0141-166/+201
* fix use-after-free in TEST_CASE("compactcas.threadedinsert") (#620)v5.7.8-pre1Stefan Boberg2025-10-301-6/+8
* fix minor memory leak in command line parsing (#619)Stefan Boberg2025-10-291-0/+5
* make sure OpenProcessCache is initialized before use (#618)Stefan Boberg2025-10-291-4/+4
* fix for Latch race (#617)Stefan Boberg2025-10-292-29/+19
* fix --zentrace=no compile errors (#616)Stefan Boberg2025-10-2814-29/+40
* optimize blockstore flush (#614)Dan Engelbrecht2025-10-273-35/+66
* use already built lookup when verifying folder (#615)Dan Engelbrecht2025-10-271-3/+2
* optimize filecas write file (#613)Dan Engelbrecht2025-10-241-16/+10
* optimize blockstore filesize (#612)Dan Engelbrecht2025-10-241-1/+11
* fix gc disk load graph (#610)Dan Engelbrecht2025-10-241-3/+3
* move cpr in-tree (#605)Stefan Boberg2025-10-247-10/+14
* fixed progress bar when scanning changed local files (#608)Dan Engelbrecht2025-10-242-23/+40
* gracefully handle broken gc dlog (#606)Dan Engelbrecht2025-10-241-0/+8
* refactor CasContainerStrategy::IterateOneBlock to make it more readable (#607)Dan Engelbrecht2025-10-243-92/+104
* in-tree spdlog (#602)Stefan Boberg2025-10-247-12/+11
* if we are low on disk space, only run GC if it will remove any data (#603)Dan Engelbrecht2025-10-232-90/+160
* add host discovery and zen cache support for oplog import (#601)Dan Engelbrecht2025-10-2317-332/+625