| Commit message (Collapse) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| | | * | VERSION-tmp.txt -> VERSION.txt | Dan Engelbrecht | 2022-06-15 | 1 | -0/+0 | |
| | | | | ||||||
| | | * | version.txt -> VERSION-tmp.txt | Dan Engelbrecht | 2022-06-15 | 1 | -0/+0 | |
| | | | | ||||||
| | | * | No prefix in VERSION.txt | Dan Engelbrecht | 2022-06-15 | 2 | -4/+2 | |
| | | | | ||||||
| | | * | read VERSION.txt in zencore:on_load | Dan Engelbrecht | 2022-06-13 | 2 | -3/+9 | |
| | | | | ||||||
| | | * | automate bump version | Dan Engelbrecht | 2022-06-13 | 3 | -3/+28 | |
| | | | | ||||||
| | * | | Merge pull request #129 from EpicGames/de/better-iterate-chunksv0.1.4-pre2 | Dan Engelbrecht | 2022-06-14 | 7 | -137/+321 | |
| | |\ \ | | | | | | | | | Improved BlockStore::IterateChunks | |||||
| | | * | | Make sure we don't try to create a ZipFS IoBuffer of zero size | Dan Engelbrecht | 2022-06-15 | 2 | -1/+9 | |
| | | | | | ||||||
| | | * | | review feedback | Dan Engelbrecht | 2022-06-14 | 4 | -78/+79 | |
| | | | | | ||||||
| | | * | | small cleanup | Dan Engelbrecht | 2022-06-14 | 1 | -4/+1 | |
| | | | | | ||||||
| | | * | | clang format | Dan Engelbrecht | 2022-06-14 | 1 | -1/+1 | |
| | | | | | ||||||
| | | * | | Add validation to ZenCacheDiskLayer::CacheBucket::Scrub | Dan Engelbrecht | 2022-06-13 | 2 | -33/+128 | |
| | | | | | ||||||
| | | * | | Improved BlockStore::IterateChunks | Dan Engelbrecht | 2022-06-13 | 3 | -84/+167 | |
| | |/ / | | | | | | | | | | | | | | | | Simplified interface Go through one block at a time Report back out of range ChunkLocations | |||||
| * | | | merged from main | Stefan Boberg | 2022-06-16 | 11 | -149/+341 | |
| | | | | ||||||
| * | | | asio: added some context to error reporting | Stefan Boberg | 2022-06-16 | 1 | -2/+8 | |
| | | | | ||||||
| * | | | trivial: removed some unnecessary WriteToString in unit tests | Stefan Boberg | 2022-06-13 | 1 | -20/+15 | |
| |/ / | ||||||
| * | | added _WIN32_WINNT define to be consistent with xmake file | Stefan Boberg | 2022-06-13 | 1 | -0/+3 | |
| | | | ||||||
| * | | removed more unnecessary CasStore related code | Stefan Boberg | 2022-06-13 | 4 | -44/+0 | |
| | | | ||||||
| * | | removed unnecessary CasStore forward declarations | Stefan Boberg | 2022-06-13 | 2 | -2/+0 | |
| | | | ||||||
| * | | removed LocalProjectService prototype | Stefan Boberg | 2022-06-13 | 4 | -338/+10 | |
| |/ | ||||||
| * | Merge branch 'main' of https://github.com/EpicGames/zen | Stefan Boberg | 2022-06-11 | 24 | -187/+704 | |
| |\ | ||||||
| | * | clang-format fix | Stefan Boberg | 2022-06-10 | 1 | -2/+2 | |
| | | | ||||||
| | * | 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 | |
| | |\ | |/ |/| | ||||||