aboutsummaryrefslogtreecommitdiff
path: root/zenserver
Commit message (Expand)AuthorAgeFilesLines
* 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
* Implemented generic CbPackage attachments filteringStefan Boberg2021-09-131-22/+1
* clang-format fixesStefan Boberg2021-09-121-2/+6
* HttpResponse enum -> HttpResponseCodeStefan Boberg2021-09-128-108/+92
* Merge branch 'cbpackage-update' of https://github.com/EpicGames/zen into cbpa...Stefan Boberg2021-09-101-5/+2
|\
| * Tweaked some test mode logic -- always instantiate http services since they a...Stefan Boberg2021-09-101-5/+2
* | Added beginnings of a uWS http front-endStefan Boberg2021-09-101-1/+2
|/
* clang-formatStefan Boberg2021-09-099-12/+12
* Improved VFS feature toggle logicStefan Boberg2021-09-092-2/+6
* Factored out http server related code into zenhttp module since it feels out ...Stefan Boberg2021-09-0915-13/+22
* HttpServer::AddEndpoint -> HttpServer::RegisterServiceStefan Boberg2021-09-091-9/+9
* Made HttpServer an abstract interface, and moved remaining implementation spe...Stefan Boberg2021-09-091-13/+14
* Merge branch 'main' into cbpackage-updateStefan Boberg2021-09-094-5/+5
|\
| * Fixed a number of unreferenced variable warningsStefan Boberg2021-09-094-5/+5
* | Introduced dedicated HTTP testing service, used during development to exercis...Stefan Boberg2021-09-085-2/+100
|/
* Mesh should not default to onStefan Boberg2021-09-081-1/+1
* Moved a bunch of logging code into zencoreStefan Boberg2021-09-083-56/+5
* Merge branch 'main' of https://github.com/EpicGames/zenStefan Boberg2021-09-086-56/+177
|\
| * Minor fixup and formatting.Per Larsson2021-09-074-11/+11
| * Updated upstream stats calculation.Per Larsson2021-09-072-57/+34
| * Return stats from Zen/Jupiter HTTP client.Per Larsson2021-09-076-50/+194
* | Changed logging defaults to be more suitable for productionStefan Boberg2021-09-081-3/+30
|/
* Merge branch 'main' of https://github.com/EpicGames/zenStefan Boberg2021-09-073-85/+78
|\
| * Merge branch 'main' of https://github.com/EpicGames/zenPer Larsson2021-09-074-19/+48
| |\