aboutsummaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* implement --dedicated option on asio http server (#679)Dan Engelbrecht2025-12-054-45/+101
* catch exception leaks in windows thread pool (#677)Dan Engelbrecht2025-12-051-4/+18
* exists must be called before equivalent (#678)Dan Engelbrecht2025-12-051-1/+1
* batch op not in destructor (#676)Dan Engelbrecht2025-12-046-343/+553
* add checks to protect against access violation due to failed disk read (#675)Dan Engelbrecht2025-12-042-0/+17
* add missing patterns to objectstore service http routing (#674)Dan Engelbrecht2025-12-031-3/+7
* make sure we use exclusive lock in projectstore when flushing/writing snapsho...Dan Engelbrecht2025-12-012-12/+37
* use scope guards to secure that BasicFile::Detach is called even on exception...Dan Engelbrecht2025-12-012-11/+6
* fix crash when parsing empty key in httpstats service (#671)Dan Engelbrecht2025-12-011-2/+1
* automatic scrub on startup (#667)Dan Engelbrecht2025-11-2726-467/+748
* remove bad assert (#670)Dan Engelbrecht2025-11-271-4/+0
* fix stream decompress (#668)Dan Engelbrecht2025-11-271-10/+14
* RawOffset can be anything and we expect an empty buffer to be returned along ...Dan Engelbrecht2025-11-263-21/+224
* remove 'auto' option for zen builds download (#665)Dan Engelbrecht2025-11-252-52/+4
* logging improvements (#664)Stefan Boberg2025-11-244-21/+34
* Add regex-free route matching support (#662)Stefan Boberg2025-11-242-50/+474
* update state when wildcard (#657)Dan Engelbrecht2025-11-2413-1028/+2037
* 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