aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Added a PathToUtf8(path, string-buffer) overloadMartin Ridgers2021-11-162-0/+11
|
* ToUtf8() -> PathToUtf8() as the latter is less ambiguousMartin Ridgers2021-11-166-12/+12
|
* Renamed operator<<(bool) to AppendBool() to avoid subtle errorsMartin Ridgers2021-11-161-9/+13
| | | | | | | Pointers will get implicitly cast to a boolean type which is unlikely to be the intention when building strings. In particular, left-shifting in a wchar_t* into a char-bacled string builder will end up writing 'true' into the string instead of the intended wchar_t string's value.
* libcrypto links again libdl so the latter also needs careful handling in xmakeMartin Ridgers2021-11-152-5/+2
|
* Deleted some debug code submitted by accidentMartin Ridgers2021-11-151-4/+0
|
* GCC did not like "size uint32_t" on this line for some reasonMartin Ridgers2021-11-151-1/+1
|
* 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
| | | | |