| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | moved source directories into `/src` (#264) | Stefan Boberg | 2023-05-02 | 1 | -158/+0 |
| | | | | | | | * moved source directories into `/src` * updated bundle.lua for new `src` path * moved some docs, icon * removed old test trees | ||||
| * | Experimental ObjectStore/CDN like endpoint | Per Larsson | 2023-02-16 | 1 | -0/+13 |
| | | |||||
| * | removed experimental mesh code | Stefan Boberg | 2023-01-26 | 1 | -7/+0 |
| | | | | | should be replaced with a proper implementation later | ||||
| * | Size based gc trigger (#197) | Dan Engelbrecht | 2022-12-02 | 1 | -0/+1 |
| | | | | | | - Feature: Disk size triggered GC, a soft disk usage limit for cache data. - Feature: New option `--gc-disk-size-soft-limit` (command line), `gc.cache.disksizesoftlimit` (lua config) controlling limit for soft disk usage limit. Defaults to zero which disables soft disk usage limit. - Improvement: Disk write pressure in GC log and cleaned up clutter in GC logging. | ||||
| * | Configure OpenID providers from cmd line and Lua cfg. (#189) | Per Larsson | 2022-11-14 | 1 | -0/+13 |
| | | |||||
| * | remove legacy derived data interface for Jupiter (#152) | Dan Engelbrecht | 2022-08-31 | 1 | -1/+0 |
| | | | | * remove legacy derived data interface for Jupiter | ||||
| * | removed LocalProjectService prototype | Stefan Boberg | 2022-06-13 | 1 | -4/+0 |
| | | |||||
| * | Make it possible to configure GC monitoring interval | Dan Engelbrecht | 2022-06-01 | 1 | -4/+5 |
| | | | | | | command line: --gc-monitor-interval-seconds lua: monitorintervalseconds | ||||
| * | Horde execute storage config (#75) | Joe Kirchoff | 2022-04-14 | 1 | -0/+8 |
| | | |||||
| * | Make gc reserve a global resource | Dan Engelbrecht | 2022-04-01 | 1 | -0/+1 |
| | | |||||
| * | Enable Horde compute code on Linux & Mac (#61) | Joe Kirchoff | 2022-03-22 | 1 | -4/+1 |
| | | |||||
| * | Update horde compute to use Jupiter for storage (#60) | Joe Kirchoff | 2022-03-17 | 1 | -0/+15 |
| | | |||||
| * | Added option to enable websockets. | Per Larsson | 2022-02-21 | 1 | -11/+13 |
| | | |||||
| * | Added AES encryption key/IV cli options. | Per Larsson | 2022-02-03 | 1 | -0/+2 |
| | | |||||
| * | Added upstream auth config and removed the possibility to add endpoints via ↵ | Per Larsson | 2022-02-02 | 1 | -4/+4 |
| | | | | | REST. | ||||
| * | Fixed issue with missing endpoint name when configuring upstream cache from Lua. | Per Larsson | 2022-01-26 | 1 | -0/+2 |
| | | |||||
| * | Refactored upstream cache to better handle different states in prep for ↵ | Per Larsson | 2022-01-24 | 1 | -1/+0 |
| | | | | | dynamic auth tokens. | ||||
| * | Added option to disable Sentry crash handler. | Per Larsson | 2022-01-11 | 1 | -0/+1 |
| | | |||||
| * | Added trace scopes. | Per Larsson | 2021-12-15 | 1 | -4/+0 |
| | | |||||
| * | Merged main. | Per Larsson | 2021-12-14 | 1 | -0/+10 |
| |\ | |||||
| | * | Merged main | Martin Ridgers | 2021-11-29 | 1 | -28/+24 |
| | |\ | |||||
| | * | | Initial integration of Trace from UE5 via the --zentrace=y xmake config | Martin Ridgers | 2021-11-18 | 1 | -0/+4 |
| | | | | |||||
| | * | | Merged main | Martin Ridgers | 2021-11-17 | 1 | -3/+5 |
| | |\ \ | |||||
| | * \ \ | Merged main | Martin Ridgers | 2021-11-01 | 1 | -0/+1 |
| | |\ \ \ | |||||
| | * | | | | Missing include | Martin Ridgers | 2021-10-29 | 1 | -0/+1 |
| | | | | | | |||||
| * | | | | | Fixed bug in z$ service returning partial cache records and enable small ↵ | Per Larsson | 2021-12-14 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | | | | | | | object GC by default. | ||||
| * | | | | | Set GC default enabled and interval set to zero (off). | Per Larsson | 2021-12-10 | 1 | -2/+2 |
| | | | | | | |||||
| * | | | | | Added options for Z$ max duration and whether to collect small objects. | Per Larsson | 2021-12-09 | 1 | -7/+8 |
| | | | | | | |||||
| * | | | | | GC default off. | Per Larsson | 2021-12-09 | 1 | -1/+1 |
| | | | | | | |||||
| * | | | | | Added simple GC interval scheduling. | Per Larsson | 2021-12-05 | 1 | -0/+25 |
| | | | | | | |||||
| * | | | | | Merged main. | Per Larsson | 2021-11-25 | 1 | -24/+20 |
| |\ \ \ \ \ | | |_|_|/ | |/| | | | |||||
| | * | | | | Added support for loading Lua config file from CLI option and merged ↵ | Per Larsson | 2021-11-25 | 1 | -24/+20 |
| | | |_|/ | |/| | | | | | | | | | | server/service config. | ||||
| * | | | | merge from main | Stefan Boberg | 2021-11-18 | 1 | -3/+5 |
| |\| | | | |||||
| | * | | | Added upstream connect/transfer timeout options. | Per Larsson | 2021-11-16 | 1 | -3/+5 |
| | | |/ | |/| | |||||
| * / | | projectstore: added validation of oplog data during initialization | Stefan Boberg | 2021-11-01 | 1 | -0/+8 |
| |/ / | | | | | | | also added validation during writing | ||||
| * / | Added option --zen-upstream-dns that will be resolved to one or more endpoint. | Per Larsson | 2021-10-29 | 1 | -0/+1 |
| |/ | |||||
| * | zenserver: Tweaked state initialization so we know when we're running for ↵ | Stefan Boberg | 2021-10-21 | 1 | -0/+1 |
| | | | | | the first time and don't need to log about missing manifests | ||||
| * | zencore: Enabled MSC warning 4668 to get warnings when preprocessor macros ↵ | Stefan Boberg | 2021-10-15 | 1 | -0/+4 |
| | | | | | | | | | are used without an explicit definition Also fixed up various code to compile with this, by using ZEN_THIRD_PARTY_INCLUDES_START/ZEN_THIRD_PARTY_INCLUDES_END macros Removed prewindows.h/postwindows.h since they are no longer to be used due to the above | ||||
| * | asio HTTP implementation (#23) | Stefan Boberg | 2021-10-14 | 1 | -1/+2 |
| | | | | asio-based HTTP implementation | ||||
| * | Added option to specify path to logfile. | Per Larsson | 2021-10-06 | 1 | -0/+1 |
| | | |||||
| * | Added support for choosing best ZEN upstream endpoint based on latency. | Per Larsson | 2021-10-02 | 1 | -1/+1 |
| | | |||||
| * | Added simple stats HTML dashboard with route /dashboard. | Per Larsson | 2021-10-01 | 1 | -0/+1 |
| | | |||||
| * | mesh: Hide mesh functionality behind ZEN_ENABLE_MESH define | Stefan Boberg | 2021-09-27 | 1 | -4/+5 |
| | | | | | This enables us to hide it from users until it's actually useful | ||||
| * | Added --upstream-jupiter-prod for easy production settings. | Per Larsson | 2021-09-23 | 1 | -0/+1 |
| | | |||||
| * | Simpler upstream stats. Enabled with --upstream-stats. | Per Larsson | 2021-09-23 | 1 | -0/+1 |
| | | |||||
| * | Merge branch 'main' of https://github.com/EpicGames/zen | Stefan Boberg | 2021-09-17 | 1 | -1/+9 |
| |\ | |||||
| | * | Added upstream cache policy command line option ↵ | Per Larsson | 2021-09-17 | 1 | -1/+9 |
| | | | | | | | | | (read|write,readonly,writeonly,disabled). | ||||
| * | | Implemented basics for Windows server support (not yet 100% - needs to ↵ | Stefan Boberg | 2021-09-17 | 1 | -6/+8 |
| |/ | | | | properly report service state etc to the OS) | ||||
| * | Added options for indicating a server is running in "dedicated" mode | Stefan Boberg | 2021-09-15 | 1 | -7/+8 |
| | | | | | I.e running on a host to serve *remote* clients | ||||
| * | Support for switching between storing derived data using the legacy DDC ↵ | Per Larsson | 2021-09-06 | 1 | -1/+2 |
| | | | | | endpoint and the Commmon Blob Store endpoint. | ||||