aboutsummaryrefslogtreecommitdiff
path: root/src/zenserver/storage/storageconfig.h
Commit message (Collapse)AuthorAgeFilesLines
* Merge branch 'main' into lm/restrict-content-typeLiam Mitchell2026-03-091-0/+3
|\
| * Merge branch 'main' into lm/oidctoken-exe-pathLiam Mitchell2026-03-091-0/+2
| |\
| * | Allow external OidcToken executable to be specified unless disabled via ↵Liam Mitchell2026-03-041-0/+1
| | | | | | | | | | | | command line or config
| * | Pass command-line OidcToken option through config rather than env variables, ↵Liam Mitchell2026-01-151-0/+2
| | | | | | | | | | | | and add lua option
* | | Merge branch 'main' into lm/restrict-content-typeLiam Mitchell2026-03-091-0/+2
|\ \ \ | | |/ | |/|
| * | unity build fixes (#802)Stefan Boberg2026-03-041-0/+1
| | | | | | | | | | | | | | | Various fixes to make cpp files build in unity build mode as an aside using Unity build doesn't really seem to work on Linux, unsure why but it leads to link-time issues
| * | structured compute basics (#714)Stefan Boberg2026-02-181-0/+1
| |/ | | | | | | | | | | | | | | | | this change adds the `zencompute` component, which can be used to distribute work dispatched from UE using the DDB (Derived Data Build) APIs via zenserver this change also adds a distinct zenserver compute mode (`zenserver compute`) which is intended to be used for leaf compute nodes to exercise the compute functionality without directly involving UE, a `zen exec` subcommand is also added, which can be used to feed replays through the system all new functionality is considered *experimental* and disabled by default at this time, behind the `zencompute` option in xmake config
* / Allow requests with invalid content-types unless specified in command line ↵Liam Mitchell2026-03-041-0/+1
|/ | | | or config
* Change default limit-overwrite behavior to truezousar2025-12-171-1/+1
|
* restructured zenserver configuration (#575)Stefan Boberg2025-10-151-19/+31
| | | this breaks out the configuration logic to allow multiple applications to share common configuration and initialization logic whilst customizing chosen aspects of the process
* move all storage-related services into storage tree (#571)Stefan Boberg2025-10-141-0/+203
* move all storage-related services into storage tree * move config into config/ * also move admin service into storage since it mostly has storage related functionality * header consolidation