| Commit message (Collapse) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| | * | fixed Linux build issue | Stefan Boberg | 2022-06-10 | 1 | -2/+2 | |
| | | | ||||||
| | * | Update CODING.md | Stefan Boberg | 2022-06-10 | 1 | -0/+3 | |
| | | | ||||||
| | * | fixed issue in CbPackage marshaling of local references | Stefan Boberg | 2022-06-10 | 1 | -1/+3 | |
| | | | ||||||
| | * | Merge branch 'main' of https://github.com/EpicGames/zen | Stefan Boberg | 2022-06-10 | 2 | -6/+8 | |
| | |\ | ||||||
| | | * | namespace/bucket validation now uses AsciiSet for more efficient validation ↵ | Stefan Boberg | 2022-06-10 | 2 | -6/+8 | |
| | | | | | | | | | | | | | (#127) | |||||
| | * | | clang-format fixes | Stefan Boberg | 2022-06-10 | 3 | -3/+5 | |
| | |/ | ||||||
| | * | extended zen print command to also handle CbPackage and CompressedBuffer ↵ | Stefan Boberg | 2022-06-10 | 1 | -9/+91 | |
| | | | | | | | | | format payloads | |||||
| | * | cbpackage: added initial support for marshaling of attachment by local reference | Stefan Boberg | 2022-06-10 | 2 | -30/+380 | |
| | | | | | | | | | this mode allows local clients to avoid unnecessary copying of data from zen and instead reference data directly | |||||
| | * | cidstore: propagate the correct content type | Stefan Boberg | 2022-06-10 | 1 | -0/+2 | |
| | | | ||||||
| | * | frontend: simplified content-type logic | Stefan Boberg | 2022-06-10 | 1 | -26/+15 | |
| | | | ||||||
| | * | fixed issue where projects would not be discovered via DiscoverProjects due ↵ | Stefan Boberg | 2022-06-10 | 2 | -11/+102 | |
| | | | | | | | | | | | | | to use of stem() vs filename() added /prj/{project}/oplog/{log}/{op} endpoint to allow retrieval of an op entry by LSN. Supports returning CbObject or CbPackage format payloads | |||||
| | * | gc: improved message indicating no GC is scheduled | Stefan Boberg | 2022-06-10 | 1 | -1/+1 | |
| | | | ||||||
| | * | sentry: added logging of sentry_init error code | Stefan Boberg | 2022-06-10 | 1 | -1/+1 | |
| | | | ||||||
| | * | zenserver: removed unimplemented SOS interface | Stefan Boberg | 2022-06-10 | 2 | -66/+0 | |
| | | | ||||||
| | * | build: added catch2 option | Stefan Boberg | 2022-06-10 | 1 | -1/+11 | |
| | | | | | | | | | also added some comments for the vfs option | |||||
| | * | core: added ReadStdIn | Stefan Boberg | 2022-06-10 | 2 | -0/+21 | |
| | | | | | | | | | implements a simple wrapper around reading stdin until EOF | |||||
| | * | http: added some more content-type aliases/suffixes | Stefan Boberg | 2022-06-10 | 1 | -10/+27 | |
| | | | ||||||
| | * | http: fixed extension parsing logic | Stefan Boberg | 2022-06-10 | 2 | -2/+2 | |
| | | | | | | | | | the previous version did not remove the trailing dot from the extension-less URI | |||||
| | * | added API note | Stefan Boberg | 2022-06-10 | 1 | -0/+6 | |
| | | | ||||||
| | * | added IoBuffer::MutableData() | Stefan Boberg | 2022-06-10 | 1 | -0/+6 | |
| | | | ||||||
| | * | update CHANGELOG.mdv0.1.3 | Dan Engelbrecht | 2022-06-08 | 1 | -0/+1 | |
| | | | ||||||
| | * | Merge pull request #126 from EpicGames/de/remove-namespace-hack-for-zen-upstream | Dan Engelbrecht | 2022-06-08 | 1 | -24/+23 | |
| | |\ | | | | | | | Enable adding namespace to URI based upstream requests | |||||
| | | * | Enable adding namespace to URI based upstream requests | Dan Engelbrecht | 2022-06-08 | 1 | -24/+23 | |
| | |/ | ||||||
| * / | fixed mac build ("unused" variable) | Stefan Boberg | 2022-06-11 | 1 | -0/+2 | |
| |/ | ||||||
| * | Update README.md | Stefan Boberg | 2022-06-08 | 1 | -6/+5 | |
| | | ||||||
| * | Update README.md | Stefan Boberg | 2022-06-08 | 1 | -9/+9 | |
| | | ||||||
| * | Corrected some typos in log messages | Stefan Boberg | 2022-06-08 | 1 | -3/+5 | |
| | | ||||||
| * | Merge pull request #125 from EpicGames/de/add-log-for-invalid-names | Dan Engelbrecht | 2022-06-08 | 2 | -1/+9 | |
| |\ | | | | | add warnings on illegal namespace/bucket names | |||||
| | * | Merge branch 'main' into de/add-log-for-invalid-names | Dan Engelbrecht | 2022-06-08 | 5 | -17/+12 | |
| | |\ | |/ |/| | ||||||
| * | | Merge pull request #123 from EpicGames/de/fix-gc-over-multiple-namespaces | Dan Engelbrecht | 2022-06-08 | 4 | -16/+13 | |
| |\ \ | | | | | | | We need to make each Cache Key contribution per bucket unique across namespaces | |||||
| | * | | Use m_BucketDir for cache key context | Dan Engelbrecht | 2022-06-08 | 1 | -2/+2 | |
| | | | | | | | | | | | | | Easier to debug and no conflicts | |||||
| | * | | changelog | Dan Engelbrecht | 2022-06-07 | 1 | -0/+3 | |
| | | | | ||||||
| | * | | We need to make each Cache Key contribution per bucket unique even across ↵ | Dan Engelbrecht | 2022-06-07 | 3 | -16/+10 | |
| | | | | | | | | | | | | | namespaces | |||||
| * | | | Fix invalid xmake links in README (#124) | ruki | 2022-06-08 | 1 | -1/+1 | |
| | | | | ||||||
| | | * | updated changelog | Dan Engelbrecht | 2022-06-08 | 1 | -0/+5 | |
| | | | | ||||||
| | | * | add warnings on illegal namespace/bucket names | Dan Engelbrecht | 2022-06-08 | 1 | -0/+5 | |
| | |/ |/| | ||||||
| * | | asio: added some logging to indicate concurrency | Stefan Boberg | 2022-06-07 | 1 | -0/+4 | |
| | | | ||||||
| * | | Update xmake.lua | Stefan Boberg | 2022-06-07 | 1 | -1/+1 | |
| | | | | | | | Lock catch2 to 2.13.8 to sidestep build issues with 3.x | |||||
| * | | Update README.md | Stefan Boberg | 2022-06-07 | 1 | -3/+9 | |
| | | | ||||||
| * | | Update .editorconfig | Stefan Boberg | 2022-06-07 | 1 | -0/+5 | |
| |/ | | | Updated .editorconfig to better reflect to our style | |||||
| * | Merge pull request #120 from EpicGames/de/fix-failed-to-finalize-filev0.1.2-pre2v0.1.2 | Dan Engelbrecht | 2022-06-03 | 2 | -13/+44 | |
| |\ | | | | | Speculative fix for 'failed to finalize file' | |||||
| | * | update changelog | Dan Engelbrecht | 2022-06-03 | 1 | -0/+6 | |
| | | | ||||||
| | * | Don't hold index lock while reading standalone values | Dan Engelbrecht | 2022-06-03 | 1 | -0/+2 | |
| | | | | | | | | | Can cause deadlock | |||||
| | * | hardening of ZenCacheDiskLayer::CacheBucket::PutStandaloneCacheValue | Dan Engelbrecht | 2022-06-03 | 1 | -13/+36 | |
| |/ | ||||||
| * | clang format | Dan Engelbrecht | 2022-06-03 | 1 | -2/+2 | |
| | | ||||||
| * | Merge pull request #119 from EpicGames/de/test-git-version-tag | Dan Engelbrecht | 2022-06-03 | 2 | -1/+6 | |
| |\ | | | | | Pull version for GitHub action if available | |||||
| | * | remove debug print | Dan Engelbrecht | 2022-06-02 | 1 | -1/+0 | |
| | | | ||||||
| | * | move envv0.1.2-pre1 | Dan Engelbrecht | 2022-06-02 | 2 | -2/+3 | |
| | | | ||||||
| | * | add debug print for nowv0.1.2-pre0 | Dan Engelbrecht | 2022-06-02 | 1 | -0/+1 | |
| | | | ||||||
| | * | pick up version number from env variable set by github | Dan Engelbrecht | 2022-06-02 | 2 | -1/+5 | |
| | | | ||||||