aboutsummaryrefslogtreecommitdiff
path: root/zenserver
Commit message (Expand)AuthorAgeFilesLines
...
* 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
| |\
| * | Added custom cpr::Response formatter and removed duplicate logging code.Per Larsson2021-09-073-85/+78
* | | Further xmake file cleanupStefan Boberg2021-09-071-1/+7
* | | Added compilation switch for vfs related codeStefan Boberg2021-09-072-2/+2
| |/ |/|
* | Compile out experimental VFS code by default (not currently useful/functional)Stefan Boberg2021-09-072-12/+16
* | Merge branch 'main' of https://github.com/EpicGames/zenStefan Boberg2021-09-071-1/+8
|\ \
| * | Restructured xmake filesStefan Boberg2021-09-061-1/+8
| |/
* / Cleaned up sentry integration somewhat, to make it easier to enable/disable a...Stefan Boberg2021-09-071-6/+24
|/
* Support for switching between storing derived data using the legacy DDC endpo...Per Larsson2021-09-066-20/+48
* Merge branch 'main' of https://github.com/EpicGames/zenPer Larsson2021-09-061-5/+7
|\
| * Merge branch 'main' of https://github.com/EpicGames/zenStefan Boberg2021-09-062-1/+19
| |\
| * | Changed so function service commits compressed buffersStefan Boberg2021-09-061-5/+7
* | | Changed Jupiter endpoint to dev environment.Per Larsson2021-09-061-1/+1
| |/ |/|
* | Cleaned up log messageStefan Boberg2021-09-041-1/+1
* | xmake build files (experimental)Stefan Boberg2021-09-041-0/+18
|/
* Removed legacy key-value cache (may be reinstated in another form in the future)Stefan Boberg2021-09-037-283/+0
* Cleaned up project configurationStefan Boberg2021-09-031-4/+4
* Zen upstream support (#7)Per Larsson2021-09-0312-265/+712
* Removed #pragma once from cpp files (copy pasta fail)Stefan Boberg2021-09-032-4/+0
* IoHash::HashMemory -> IoHash::HashBuffer for consistency with UE5 codeStefan Boberg2021-09-024-8/+8
* Introduced support for compressed buffer attachmentsStefan Boberg2021-09-022-3/+3
* Fixed a race in bucket open/create logicStefan Boberg2021-08-311-10/+24
* Compilation fix again (downloaded_bytes is integral since a while back)Stefan Boberg2021-08-311-1/+1
* Format fix.Per Larsson2021-08-311-1/+1
* Asynchronous upstream caching to JupiterPer Larsson2021-08-3115-286/+926
* Eliminated rocksdb referenceStefan Boberg2021-08-311-2/+0
* Merge branch 'main' of https://github.com/EpicGames/zenStefan Boberg2021-08-283-69/+303
|\
| * Basic implementation of function evaluationStefan Boberg2021-08-283-69/+303