aboutsummaryrefslogtreecommitdiff
path: root/zenserver
Commit message (Expand)AuthorAgeFilesLines
...
* Added more scrub stubs in higher level servicesStefan Boberg2021-09-207-4/+72
* Made use of mimalloc controlled by defineStefan Boberg2021-09-201-2/+8
* Corrected some issues in the HttpProjectService comments to eliminate some po...Stefan Boberg2021-09-201-4/+4
* clang-formatStefan Boberg2021-09-202-31/+27
* Resolved merge from mainStefan Boberg2021-09-201-21/+37
|\
| * Respect skip attachments when retrieved from upstream cache.Per Larsson2021-09-201-0/+12
| * Merge branch 'main' of https://github.com/EpicGames/zenPer Larsson2021-09-202-4/+7
| |\
| * | Added support for skipping package attachments.Per Larsson2021-09-201-21/+25
* | | Moved more code into zen namespace, for consistencyStefan Boberg2021-09-2011-176/+184
| |/ |/|
* | Merge branch 'main' of https://github.com/EpicGames/zenStefan Boberg2021-09-203-2/+12
|\|
| * Try authenticate with Jupiter instance when initializing upstream cache.Per Larsson2021-09-203-2/+12
* | It's not possible to compile out testsStefan Boberg2021-09-202-4/+7
|/
* Merge branch 'main' of https://github.com/EpicGames/zenPer Larsson2021-09-2010-25/+777
|\
| * clang-format againStefan Boberg2021-09-191-1/+1
| * Eliminated some redundant logger configurationStefan Boberg2021-09-171-2/+0
| * Changed file logging to use a rotating log strategyStefan Boberg2021-09-171-1/+18
| * zenserver can now run as a Windows service. We'll still need to improve how d...Stefan Boberg2021-09-173-166/+180
| * Merge branch 'main' of https://github.com/EpicGames/zenStefan Boberg2021-09-177-38/+209
| |\
| * | Implemented basics for Windows server support (not yet 100% - needs to proper...Stefan Boberg2021-09-178-9/+722
| * | Removed WindowsException from public headersStefan Boberg2021-09-171-5/+5
| * | clang-formatStefan Boberg2021-09-171-1/+11
* | | Probe upstream Zen server when initializing upstream cache.Per Larsson2021-09-203-2/+28
| |/ |/|
* | Added upstream cache policy command line option (read|write,readonly,writeonl...Per Larsson2021-09-175-23/+72
* | Initial support for cache policies.Per Larsson2021-09-172-17/+139
|/
* Added namespace scopes to more includes for better consistencyStefan Boberg2021-09-171-0/+6
* Moved zenserverprocess into zenutil/zenserverprocess.hStefan Boberg2021-09-172-1/+7
* clang-formatStefan Boberg2021-09-161-3/+9
* Merge branch 'main' of https://github.com/EpicGames/zenPer Larsson2021-09-161-21/+66
|\
| * Merge branch 'main' of https://github.com/EpicGames/zenStefan Boberg2021-09-166-152/+455
| |\
| * | Changed how sponsor processes are managedStefan Boberg2021-09-161-21/+66
* | | zcache - minor cleanup.Per Larsson2021-09-161-28/+24
| |/ |/|
* | Compact binary package caching support (#9)Per Larsson2021-09-166-152/+455
|/
* Fixed logging in structured cache (did not end up getting routed right)Stefan Boberg2021-09-161-0/+1
* Fixed marshaling of outputs including sanity checks, loggingStefan Boberg2021-09-162-2/+21
* Fixed up mesh loggingStefan Boberg2021-09-162-6/+11
* Fixed some unreferenced variable warnings (why don't we get these in sln buil...Stefan Boberg2021-09-161-10/+20
* Added more context to missing chunk exceptionsStefan Boberg2021-09-151-3/+4
* Tweaked logging to streamline access, and simplified setup code for new loggersStefan Boberg2021-09-151-6/+9
* Changed `std::exception` into `std::runtime_error` since `std::exception` doe...Stefan Boberg2021-09-155-9/+9
* Switched some Jupiter logging to not use `_format` - this is handled by the l...Stefan Boberg2021-09-151-1/+1
* Changed logging implementationStefan Boberg2021-09-1519-218/+226
* Changed direct includes of spdlog/spdlog.h into zencore/logging.h to make it ...Stefan Boberg2021-09-1515-22/+20
* Changed so more loggers go via the zen::loggers interfaceStefan Boberg2021-09-1510-104/+32
* Added options for indicating a server is running in "dedicated" modeStefan Boberg2021-09-153-8/+13
* Updated function service to new package management APIStefan Boberg2021-09-141-21/+29
* oplog: added handling of new attachment typesStefan Boberg2021-09-141-3/+28
* Implemented intended package streaming API flow (but currently it "streams" f...Stefan Boberg2021-09-131-4/+3
* Added client implementation of CbPackage filter/transactStefan Boberg2021-09-131-0/+10
* Changed interface for httpServerRequest::SessionId()/RequestId() so they shar...Stefan Boberg2021-09-132-16/+39
* Package filtering related test codeStefan Boberg2021-09-132-2/+57