aboutsummaryrefslogtreecommitdiff
path: root/src/zenserver/objectstore/objectstore.h
Commit message (Collapse)AuthorAgeFilesLines
* move all storage-related services into storage tree (#571)Stefan Boberg2025-10-141-53/+0
| | | | | | * 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
* builds url discovery (#334)Dan Engelbrecht2025-04-011-2/+5
| | | | | - Feature: Added `--host` option to use Jupiters list of cloud host and zen servers to resolve best hosts - Feature: Use local zenserver as builds cache if it has the `builds` service enabled and `--cloud-discovery-host` is provided and no remote zenserver cache hosts can be found - Improvement: Added `--override-host` option as a replacement for `--url` (`--url` still works, but `--override-host` is preferred)
* reduced memory churn using fixed_xxx containers (#236)Stefan Boberg2025-03-061-2/+2
| | | | | | * Added EASTL to help with eliminating memory allocations * Applied EASTL to eliminate memory allocations, primarily by using `fixed_vector` et al to use stack allocations / inline struct allocations Reduces memory events in traces by close to a factor of 10 in test scenario (starting editor for project F)
* Make object store endpoint S3 compatible. (#535)Per Larsson2023-11-151-3/+5
| | | | | * Make object store endpoint S3 compatible. * Removed XML pretty printing and set object store endpoint disabled by default.
* Change default port to 8558zousar2023-10-111-1/+1
| | | | Changes the default port without altering config for shared instances.
* moved source directories into `/src` (#264)Stefan Boberg2023-05-021-0/+48
* moved source directories into `/src` * updated bundle.lua for new `src` path * moved some docs, icon * removed old test trees