| Commit message (Expand) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Fixed unused variable warnings | Martin Ridgers | 2021-11-15 | 1 | -2/+2 |
| * | GCC does not like CacheKey member being named the same as its type | Martin Ridgers | 2021-11-15 | 3 | -45/+45 |
| * | Merged main | Martin Ridgers | 2021-11-15 | 2 | -15/+38 |
| |\ | |||||
| | * | Handle 'partial on error' cache policy. | Per Larsson | 2021-11-15 | 2 | -15/+38 |
| * | | Merged main | Martin Ridgers | 2021-11-15 | 17 | -225/+1618 |
| |\| | |||||
| | * | Updated cache policy according to UE. | Per Larsson | 2021-11-15 | 2 | -17/+61 |
| | * | Removed sorting of chunk requests. | Per Larsson | 2021-11-14 | 1 | -2/+0 |
| | * | Fixed typo in object key. | Per Larsson | 2021-11-14 | 1 | -1/+1 |
| | * | Parse chunk ID from chunk request. | Per Larsson | 2021-11-14 | 1 | -5/+11 |
| | * | Fixed bug in upstream jupiter endpoint. | Per Larsson | 2021-11-13 | 1 | -2/+2 |
| | * | Format fix. | Per Larsson | 2021-11-13 | 1 | -1/+1 |
| | * | Merge branch 'main' into zcache-batch | Per Larsson | 2021-11-13 | 6 | -64/+1841 |
| | |\ | |||||
| | | * | Remote Apply: Get Expire timeout from worker | Joe Kirchoff | 2021-11-12 | 2 | -5/+5 |
| | * | | Cleanup attachment validation. | Per Larsson | 2021-11-13 | 1 | -48/+82 |
| | * | | Relax constraint on partial cache records. | Per Larsson | 2021-11-12 | 1 | -72/+60 |
| | * | | Format fix. | Per Larsson | 2021-11-12 | 2 | -2/+2 |
| | * | | Cleanup test. | Per Larsson | 2021-11-12 | 1 | -87/+31 |
| | * | | Added test for cache policy SkipAttachments. | Per Larsson | 2021-11-12 | 1 | -73/+49 |
| | * | | Fixed bug when cloning CbObject. | Per Larsson | 2021-11-12 | 4 | -29/+198 |
| | * | | Movec cache utility types to zenutil and fixed unit tests. | Per Larsson | 2021-11-12 | 12 | -187/+239 |
| | * | | Changed from batch to RPC. | Per Larsson | 2021-11-11 | 3 | -11/+11 |
| | * | | Merge branch 'main' into zcache-batch | Per Larsson | 2021-11-11 | 123 | -34/+44 |
| | |\ \ | |||||
| | * | | | Handle batch requests asynchronously. | Per Larsson | 2021-11-11 | 1 | -144/+120 |
| | * | | | Correct content type when invoking RPC. | Per Larsson | 2021-11-11 | 1 | -1/+1 |
| | * | | | Fixed stats. | Per Larsson | 2021-11-11 | 1 | -92/+119 |
| | * | | | Removed batch result. | Per Larsson | 2021-11-11 | 2 | -27/+26 |
| | * | | | Format and remove unused type. | Per Larsson | 2021-11-11 | 3 | -6/+2 |
| | * | | | Added batch API to upstream endpoints. | Per Larsson | 2021-11-11 | 7 | -148/+413 |
| | * | | | Honor cache policy. | Per Larsson | 2021-11-10 | 1 | -24/+48 |
| | * | | | Changed RPC keys to camel case. | Per Larsson | 2021-11-10 | 2 | -43/+43 |
| | * | | | Handle cache record policy. | Per Larsson | 2021-11-10 | 4 | -21/+87 |
| | * | | | Sort cache keys when resolving payload ID's. | Per Larsson | 2021-11-09 | 6 | -48/+228 |
| | * | | | Added batched get chunk(s). | Per Larsson | 2021-11-08 | 4 | -123/+276 |
| | * | | | Added upstream batch API. | Per Larsson | 2021-11-02 | 9 | -140/+462 |
| | * | | | Merge branch 'main' into zcache-batch | Per Larsson | 2021-11-01 | 21 | -263/+583 |
| | |\ \ \ | |||||
| | * | | | | First pass batch request. | Per Larsson | 2021-10-29 | 3 | -0/+176 |
| * | | | | | Fixed up FileSystemTranersal visitor to use std::fs::path | Martin Ridgers | 2021-11-15 | 1 | -7/+7 |
| * | | | | | Used unused variables | Martin Ridgers | 2021-11-15 | 1 | -0/+6 |
| * | | | | | Deleted unused code | Martin Ridgers | 2021-11-15 | 1 | -14/+0 |
| * | | | | | Use Zen's GetCurrentThreadId() | Martin Ridgers | 2021-11-15 | 1 | -2/+2 |
| * | | | | | Implemented a basic Concurrency::parallel_invoke() for Linux and Mac | Martin Ridgers | 2021-11-15 | 1 | -0/+20 |
| * | | | | | Fixed "move prevents copy elision" compiler warning | Martin Ridgers | 2021-11-15 | 1 | -1/+1 |
| * | | | | | Temporarily if-def'd out unused project client | Martin Ridgers | 2021-11-15 | 1 | -0/+4 |
| * | | | | | Fixed OpenSSL link errors (xmake-related, see comment) | Martin Ridgers | 2021-11-15 | 1 | -0/+15 |
| * | | | | | Wrapped "upstream apply" in ZEN_WITH_COMPUTE_SERVICES | Martin Ridgers | 2021-11-12 | 2 | -0/+11 |
| * | | | | | Merged main | Martin Ridgers | 2021-11-12 | 11 | -82/+1866 |
| |\ \ \ \ \ | | |_|_|/ | |/| | | | |||||
| | * | | | | Horde remote execute (#25) | Joe Kirchoff | 2021-11-11 | 6 | -64/+1841 |
| | | |_|/ | |/| | | |||||
| | * | | | Format fix. | Per Larsson | 2021-11-11 | 5 | -18/+25 |
| * | | | | Fixed dlopen/close() unresolved symbols | Martin Ridgers | 2021-11-12 | 1 | -0/+4 |
| * | | | | Use add_syslinks() instead of add_link() for system libraries | Martin Ridgers | 2021-11-12 | 2 | -3/+3 |