aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Fixed unused variable warningsMartin Ridgers2021-11-151-2/+2
* GCC does not like CacheKey member being named the same as its typeMartin Ridgers2021-11-153-45/+45
* Merged mainMartin Ridgers2021-11-152-15/+38
|\
| * Handle 'partial on error' cache policy.Per Larsson2021-11-152-15/+38
* | Merged mainMartin Ridgers2021-11-1517-225/+1618
|\|
| * Updated cache policy according to UE.Per Larsson2021-11-152-17/+61
| * Removed sorting of chunk requests.Per Larsson2021-11-141-2/+0
| * Fixed typo in object key.Per Larsson2021-11-141-1/+1
| * Parse chunk ID from chunk request.Per Larsson2021-11-141-5/+11
| * Fixed bug in upstream jupiter endpoint.Per Larsson2021-11-131-2/+2
| * Format fix.Per Larsson2021-11-131-1/+1
| * Merge branch 'main' into zcache-batchPer Larsson2021-11-136-64/+1841
| |\
| | * Remote Apply: Get Expire timeout from workerJoe Kirchoff2021-11-122-5/+5
| * | Cleanup attachment validation.Per Larsson2021-11-131-48/+82
| * | Relax constraint on partial cache records.Per Larsson2021-11-121-72/+60
| * | Format fix.Per Larsson2021-11-122-2/+2
| * | Cleanup test.Per Larsson2021-11-121-87/+31
| * | Added test for cache policy SkipAttachments.Per Larsson2021-11-121-73/+49
| * | Fixed bug when cloning CbObject.Per Larsson2021-11-124-29/+198
| * | Movec cache utility types to zenutil and fixed unit tests.Per Larsson2021-11-1212-187/+239
| * | Changed from batch to RPC.Per Larsson2021-11-113-11/+11
| * | Merge branch 'main' into zcache-batchPer Larsson2021-11-11123-34/+44
| |\ \
| * | | Handle batch requests asynchronously.Per Larsson2021-11-111-144/+120
| * | | Correct content type when invoking RPC.Per Larsson2021-11-111-1/+1
| * | | Fixed stats.Per Larsson2021-11-111-92/+119
| * | | Removed batch result.Per Larsson2021-11-112-27/+26
| * | | Format and remove unused type.Per Larsson2021-11-113-6/+2
| * | | Added batch API to upstream endpoints.Per Larsson2021-11-117-148/+413
| * | | Honor cache policy.Per Larsson2021-11-101-24/+48
| * | | Changed RPC keys to camel case.Per Larsson2021-11-102-43/+43
| * | | Handle cache record policy.Per Larsson2021-11-104-21/+87
| * | | Sort cache keys when resolving payload ID's.Per Larsson2021-11-096-48/+228
| * | | Added batched get chunk(s).Per Larsson2021-11-084-123/+276
| * | | Added upstream batch API.Per Larsson2021-11-029-140/+462
| * | | Merge branch 'main' into zcache-batchPer Larsson2021-11-0121-263/+583
| |\ \ \
| * | | | First pass batch request.Per Larsson2021-10-293-0/+176
* | | | | Fixed up FileSystemTranersal visitor to use std::fs::pathMartin Ridgers2021-11-151-7/+7
* | | | | Used unused variablesMartin Ridgers2021-11-151-0/+6
* | | | | Deleted unused codeMartin Ridgers2021-11-151-14/+0
* | | | | Use Zen's GetCurrentThreadId()Martin Ridgers2021-11-151-2/+2
* | | | | Implemented a basic Concurrency::parallel_invoke() for Linux and MacMartin Ridgers2021-11-151-0/+20
* | | | | Fixed "move prevents copy elision" compiler warningMartin Ridgers2021-11-151-1/+1
* | | | | Temporarily if-def'd out unused project clientMartin Ridgers2021-11-151-0/+4
* | | | | Fixed OpenSSL link errors (xmake-related, see comment)Martin Ridgers2021-11-151-0/+15
* | | | | Wrapped "upstream apply" in ZEN_WITH_COMPUTE_SERVICESMartin Ridgers2021-11-122-0/+11
* | | | | Merged mainMartin Ridgers2021-11-1211-82/+1866
|\ \ \ \ \ | | |_|_|/ | |/| | |
| * | | | Horde remote execute (#25)Joe Kirchoff2021-11-116-64/+1841
| | |_|/ | |/| |
| * | | Format fix.Per Larsson2021-11-115-18/+25
* | | | Fixed dlopen/close() unresolved symbolsMartin Ridgers2021-11-121-0/+4
* | | | Use add_syslinks() instead of add_link() for system librariesMartin Ridgers2021-11-122-3/+3