aboutsummaryrefslogtreecommitdiff
path: root/src/zenserver/vfs/vfsservice.h
Commit message (Collapse)AuthorAgeFilesLines
* builds url discovery (#334)Dan Engelbrecht2025-04-011-3/+6
| | | | | - 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)
* factored out some compiler definitions etc into zenbase (#517)Stefan Boberg2023-11-071-1/+1
| | | | | this is a header-only library which mostly contains definitions to support different platforms and compilers. It is part of the zen codebase but is intended to be consumable separately to zenbase etc to support standalone transport plug-ins and similar.
* VFS implementation for local storage service (#396)Stefan Boberg2023-09-201-0/+52
currently, only Windows (using Projected File System) is supported