aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
...
| * fixed Linux build issueStefan Boberg2022-06-101-2/+2
| |
| * Update CODING.mdStefan Boberg2022-06-101-0/+3
| |
| * fixed issue in CbPackage marshaling of local referencesStefan Boberg2022-06-101-1/+3
| |
| * Merge branch 'main' of https://github.com/EpicGames/zenStefan Boberg2022-06-102-6/+8
| |\
| | * namespace/bucket validation now uses AsciiSet for more efficient validation ↵Stefan Boberg2022-06-102-6/+8
| | | | | | | | | | | | (#127)
| * | clang-format fixesStefan Boberg2022-06-103-3/+5
| |/
| * extended zen print command to also handle CbPackage and CompressedBuffer ↵Stefan Boberg2022-06-101-9/+91
| | | | | | | | format payloads
| * cbpackage: added initial support for marshaling of attachment by local referenceStefan Boberg2022-06-102-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 typeStefan Boberg2022-06-101-0/+2
| |
| * frontend: simplified content-type logicStefan Boberg2022-06-101-26/+15
| |
| * fixed issue where projects would not be discovered via DiscoverProjects due ↵Stefan Boberg2022-06-102-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 scheduledStefan Boberg2022-06-101-1/+1
| |
| * sentry: added logging of sentry_init error codeStefan Boberg2022-06-101-1/+1
| |
| * zenserver: removed unimplemented SOS interfaceStefan Boberg2022-06-102-66/+0
| |
| * build: added catch2 optionStefan Boberg2022-06-101-1/+11
| | | | | | | | also added some comments for the vfs option
| * core: added ReadStdInStefan Boberg2022-06-102-0/+21
| | | | | | | | implements a simple wrapper around reading stdin until EOF
| * http: added some more content-type aliases/suffixesStefan Boberg2022-06-101-10/+27
| |
| * http: fixed extension parsing logicStefan Boberg2022-06-102-2/+2
| | | | | | | | the previous version did not remove the trailing dot from the extension-less URI
| * added API noteStefan Boberg2022-06-101-0/+6
| |
| * added IoBuffer::MutableData()Stefan Boberg2022-06-101-0/+6
| |
| * update CHANGELOG.mdv0.1.3Dan Engelbrecht2022-06-081-0/+1
| |
| * Merge pull request #126 from EpicGames/de/remove-namespace-hack-for-zen-upstreamDan Engelbrecht2022-06-081-24/+23
| |\ | | | | | | Enable adding namespace to URI based upstream requests
| | * Enable adding namespace to URI based upstream requestsDan Engelbrecht2022-06-081-24/+23
| |/
* / fixed mac build ("unused" variable)Stefan Boberg2022-06-111-0/+2
|/
* Update README.mdStefan Boberg2022-06-081-6/+5
|
* Update README.mdStefan Boberg2022-06-081-9/+9
|
* Corrected some typos in log messagesStefan Boberg2022-06-081-3/+5
|
* Merge pull request #125 from EpicGames/de/add-log-for-invalid-namesDan Engelbrecht2022-06-082-1/+9
|\ | | | | add warnings on illegal namespace/bucket names
| * Merge branch 'main' into de/add-log-for-invalid-namesDan Engelbrecht2022-06-085-17/+12
| |\ | |/ |/|
* | Merge pull request #123 from EpicGames/de/fix-gc-over-multiple-namespacesDan Engelbrecht2022-06-084-16/+13
|\ \ | | | | | | We need to make each Cache Key contribution per bucket unique across namespaces
| * | Use m_BucketDir for cache key contextDan Engelbrecht2022-06-081-2/+2
| | | | | | | | | | | | Easier to debug and no conflicts
| * | changelogDan Engelbrecht2022-06-071-0/+3
| | |
| * | We need to make each Cache Key contribution per bucket unique even across ↵Dan Engelbrecht2022-06-073-16/+10
| | | | | | | | | | | | namespaces
* | | Fix invalid xmake links in README (#124)ruki2022-06-081-1/+1
| | |
| | * updated changelogDan Engelbrecht2022-06-081-0/+5
| | |
| | * add warnings on illegal namespace/bucket namesDan Engelbrecht2022-06-081-0/+5
| |/ |/|
* | asio: added some logging to indicate concurrencyStefan Boberg2022-06-071-0/+4
| |
* | Update xmake.luaStefan Boberg2022-06-071-1/+1
| | | | | | Lock catch2 to 2.13.8 to sidestep build issues with 3.x
* | Update README.mdStefan Boberg2022-06-071-3/+9
| |
* | Update .editorconfigStefan Boberg2022-06-071-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.2Dan Engelbrecht2022-06-032-13/+44
|\ | | | | Speculative fix for 'failed to finalize file'
| * update changelogDan Engelbrecht2022-06-031-0/+6
| |
| * Don't hold index lock while reading standalone valuesDan Engelbrecht2022-06-031-0/+2
| | | | | | | | Can cause deadlock
| * hardening of ZenCacheDiskLayer::CacheBucket::PutStandaloneCacheValueDan Engelbrecht2022-06-031-13/+36
|/
* clang formatDan Engelbrecht2022-06-031-2/+2
|
* Merge pull request #119 from EpicGames/de/test-git-version-tagDan Engelbrecht2022-06-032-1/+6
|\ | | | | Pull version for GitHub action if available
| * remove debug printDan Engelbrecht2022-06-021-1/+0
| |
| * move envv0.1.2-pre1Dan Engelbrecht2022-06-022-2/+3
| |
| * add debug print for nowv0.1.2-pre0Dan Engelbrecht2022-06-021-0/+1
| |
| * pick up version number from env variable set by githubDan Engelbrecht2022-06-022-1/+5
| |