aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
...
* 0.1.7Dan Engelbrecht2022-10-041-1/+1
|
* Merge branch 'release/0.1.6'Dan Engelbrecht2022-10-042-1/+5
|\ | | | | | | | | | | | | # Conflicts: # CHANGELOG.md # VERSION.txt # zenserver/upstream/upstreamcache.cpp
| * 0.1.6Dan Engelbrecht2022-10-041-1/+1
| |
| * changelogDan Engelbrecht2022-10-041-0/+3
| |
| * Use bucket/key to get inline value in upstream for chunks without a chunkidDan Engelbrecht2022-10-041-2/+5
| |
* | 0.1.6-pre11v0.1.6-pre11v0.1.6Dan Engelbrecht2022-09-301-1/+1
| |
* | changelogDan Engelbrecht2022-09-301-0/+1
| |
* | Handle zero size file mapping (#177)Dan Engelbrecht2022-09-302-2/+13
| | | | | | | | * Handle edgecase with zero size memory mapping of file * changelog
* | De/reduce buffer creation in parsepackedmessage (#175)Dan Engelbrecht2022-09-304-19/+46
| | | | | | | | | | * Don't create call CreateBuffer for attachement data that we only read and not keep * changelog * don't read oplog attachments into memory just to do a redundant store of them
* | Use bucket/key to get inline value in upstream for chunks without a chunkid ↵Dan Engelbrecht2022-09-302-3/+7
| | | | | | | | (#176)
* | Format all rpc package responses using `FormatPackageMessageBuffer` to avoid ↵Dan Engelbrecht2022-09-296-45/+60
| | | | | | | | | | memory copy (#174) When reading upstream, fall back to old rpc response to handle older instances.
* | De/more upstream details (#168)v0.1.6-pre9v0.1.6-pre10Dan Engelbrecht2022-09-225-193/+291
| | | | | | | | | | | | * Pass along endpoint info for each upstream request * Add more timing details in log * more log details for single item upstream fetch * DISABLEDQUERY over SKIP
* | Add elapsed seconds per individual request from upstream (#167)Dan Engelbrecht2022-09-212-13/+35
| |
* | logging - don't do formatting of messages the will not be logged (#169)Dan Engelbrecht2022-09-211-72/+40
| |
* | editorconfig: our lua files use spaces for indentationStefan Boberg2022-09-201-0/+3
| | | | | | | | this was not a conscious decision but it seems reasonable to make it explicit with this config setting, at least for now
* | Use BLAKE3 port from vcpkg (#141)Stefan Boberg2022-09-2089-44583/+13
| | | | | | | | use BLAKE3 port from vcpkg instead of in-tree binaries
* | rename URI chunk requests from value -> chunk (#166)Dan Engelbrecht2022-09-196-31/+31
| |
* | LoadCompactBinary gracefully handles read failures and sizes larger than the ↵Dan Engelbrecht2022-09-193-25/+72
| | | | | | | | | | | | | | | | archive (#165) * add failing test * CompactBinary: Fixed LoadCompactBinary to gracefully handle read failures and sizes larger than the archive From https://p4-swarm.epicgames.net/changes/21983905 * changelog
* | 0.1.6-pre8v0.1.6-pre8Dan Engelbrecht2022-09-151-1/+1
| |
* | adjusted logging to be more in line with current configDan Engelbrecht2022-09-151-3/+7
| |
* | 0.1.6-pre7v0.1.6-pre7Dan Engelbrecht2022-09-151-1/+1
| |
* | fix log messageDan Engelbrecht2022-09-151-1/+1
| |
* | Add pkg-config requirement to README.mdDan Engelbrecht2022-09-131-0/+6
| |
* | 0.1.6-pre6v0.1.6-pre6Dan Engelbrecht2022-09-121-1/+1
| |
* | enable json log file (#164)Dan Engelbrecht2022-09-124-23/+179
| | | | | | | | | | | | * Include source location on ZEN_ERROR and ZEN_CRITICAL * Use proper logging for sentry init status * format file logger as json if .json extension is given * changelog
* | create release in Sentry and set version string in executable (#162)Dan Engelbrecht2022-09-124-7/+26
|/ | | | | | | | | | | | | | | | | | | | | | | | | | | * create release in Sentry and set version string in executable * changelog * 0.1.6-pre0 * sentr-cli install dir * 0.1.6-pre1 * include org and project when creating Sentry release * 0.1.6-pre2 * move org and project options * 0.1.6-pre3 * need to first to "new", then finalize * 0.1.6-pre4 * read version before creating release * 0.1.6-pre5
* Merge branch 'main' of https://github.com/EpicGames/zenv0.1.6-pre5v0.1.6-pre3v0.1.6-pre2v0.1.6-pre1v0.1.6-pre0v0.1.5zousar2022-09-092-1/+11
|\
| * only try to parse payload hash if header exists (#163)Dan Engelbrecht2022-09-092-1/+11
| | | | | | | | * only try to parse payload hash if header exists * changelog
* | 0.1.5zousar2022-09-091-1/+1
|/ | | | 0.1.5
* 0.1.4v0.1.4Dan Engelbrecht2022-09-081-1/+1
|
* Adjust errors vs warnings messages (#160)Dan Engelbrecht2022-09-0810-41/+42
| | | | * demote a number of ZEN_ERROR to ZEN_WARN * changelog
* Remove legacy code (#161)Dan Engelbrecht2022-09-084-234/+11
| | | | * changelog * remove obsolete legacy code
* 0.1.4-pre27v0.1.4-pre27Dan Engelbrecht2022-09-081-1/+1
|
* Added CloudCacheSession::GetInlineBlob to properly get CacheValues (#159)Dan Engelbrecht2022-09-074-4/+60
| | | | | * Added CloudCacheSession::GetInlineBlob to properly get CacheValues from Horde Issue #UE-162151 * validate uncompressed binary from Horde "application/x-jupiter-inline" response
* Implement proper GetCacheValues upstream (#155)Dan Engelbrecht2022-09-066-35/+298
| | | | * Implement proper GetCacheValues upstream * changelog
* updated codeowners (#157)Dan Engelbrecht2022-09-051-1/+7
|
* Fix/safer html folder detection (#153)v0.1.4-pre26Dan Engelbrecht2022-09-052-9/+20
| | | | * safer detection of html folder for frontend in debug mode * changelog
* Don't use -r option for 7z, it is not needed and picks up more than you ↵Dan Engelbrecht2022-09-051-1/+1
| | | | expect (#156)
* 0.1.4-pre24v0.1.4-pre25Dan Engelbrecht2022-09-021-1/+1
|
* 0.1.4Dan Engelbrecht2022-09-021-1/+1
|
* changelogDan Engelbrecht2022-09-021-18/+18
|
* remove legacy derived data interface for Jupiter (#152)Dan Engelbrecht2022-08-316-118/+7
| | | * remove legacy derived data interface for Jupiter
* update changelog with changes since 0.1.3 (#151)Dan Engelbrecht2022-08-291-0/+20
|
* Add sentry log sink to capture error/critical log statements (#147)Dan Engelbrecht2022-08-263-6/+62
| | | | Attach log file to sentry error reports Log ERROR when std::terminate() is called
* Use "\\?\" prefixed paths and fix hardcoded path delimiters (#149)Dan Engelbrecht2022-08-266-46/+77
| | | | | | * use "\\?\" prefix for windows paths * fix path delimiters * disable vcpkg caching * Workaround for spdlog not being able to create directories prefixed with `\\?\`
* redefine vcpkg cache namingDan Engelbrecht2022-08-262-6/+6
|
* 0.1.4-pre24v0.1.4-pre24Dan Engelbrecht2022-08-261-1/+1
|
* Upload symbol information to Sentry when creating release (#148)Dan Engelbrecht2022-08-262-1/+31
| | | * enable sentry upload
* Build script cleanup (#150)v0.1.4-pre23v0.1.4-pre20Dan Engelbrecht2022-08-253-52/+68
| | | | | * always do 'config' to avoid user input problems in CI * always bundle on validate release, remove separate build release * bump vcpkg cache
* re-enable MacOS build (#144)v0.1.4-pre19v0.1.4-pre14v0.1.4-pre13v0.1.4-pre11Dan Engelbrecht2022-08-222-121/+121
| | | | * re-enable MacOS build * bump vcpkg version