| Commit message (Expand) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| * | Moved "concepts" include to zencore.h as toolchain support is spotty | Martin Ridgers | 2022-01-13 | 1 | -2/+0 | |
| * | Handle PartialOnError cache policy when using z$ rest endpoint. | Per Larsson | 2022-01-12 | 1 | -63/+71 | |
| * | Fixed missing content type when storing cache values. | Per Larsson | 2022-01-11 | 1 | -7/+7 | |
| * | LLVM-12 C++ lib's emplace_back() doesn't like classes all that much | Martin Ridgers | 2022-01-10 | 1 | -1/+4 | |
| * | Fixed unused-lambda-capture compile errors | Martin Ridgers | 2022-01-10 | 1 | -3/+3 | |
| * | Removed ZEN_UNUSED() statement that is unnecessary | Martin Ridgers | 2022-01-10 | 1 | -1/+0 | |
| * | Compiler support for C++20's using-enum is wildly incomplete | Martin Ridgers | 2022-01-10 | 1 | -18/+10 | |
| * | Deleted two unused include statements | Martin Ridgers | 2022-01-10 | 1 | -2/+0 | |
| * | Converted use of _format UDL to fmt::format | Martin Ridgers | 2022-01-10 | 3 | -19/+10 | |
| * | Allow for "Values" member of structured cache records that is equivalent to "... | Zousar Shaker | 2022-01-04 | 1 | -0/+11 | |
| * | Changed timestamp to atomic int64. | Per Larsson | 2022-01-03 | 2 | -29/+55 | |
| * | Added trace scopes. | Per Larsson | 2021-12-15 | 2 | -0/+14 | |
| * | Commented out unused local variables | Martin Ridgers | 2021-12-15 | 1 | -2/+2 | |
| * | GCC has trouble parsing this sizeof expression without parentheses | Martin Ridgers | 2021-12-15 | 1 | -1/+1 | |
| * | Fixed "incomplete type" error. | Martin Ridgers | 2021-12-15 | 2 | -120/+120 | |
| * | Removed duplicate unguarded Windows include statement | Martin Ridgers | 2021-12-15 | 1 | -1/+0 | |
| * | Merged main. | Per Larsson | 2021-12-14 | 5 | -60/+76 | |
| |\ | ||||||
| | * | 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 | 1 | -11/+11 | |
| | * | Merged main | Martin Ridgers | 2021-11-15 | 1 | -15/+35 | |
| | |\ | ||||||
| | * \ | Merged main | Martin Ridgers | 2021-11-15 | 2 | -164/+463 | |
| | |\ \ | ||||||
| | * \ \ | Merged main | Martin Ridgers | 2021-11-12 | 2 | -8/+13 | |
| | |\ \ \ | ||||||
| | * | | | | ZenCacheDiskLayer::DiscoverBuckets() was using wstring for paths | Martin Ridgers | 2021-11-02 | 1 | -3/+7 | |
| | * | | | | CacheBucket::BuildPath() uses a PathBuilder instead of a WideStrBuilder | Martin Ridgers | 2021-11-02 | 2 | -12/+12 | |
| | * | | | | Unused variables fix | Martin Ridgers | 2021-11-02 | 1 | -11/+14 | |
| | * | | | | Merged main | Martin Ridgers | 2021-11-01 | 2 | -92/+116 | |
| | |\ \ \ \ | ||||||
| | * | | | | | CacheBucket is going to get defined else where in an upcoming merge | Martin Ridgers | 2021-11-01 | 1 | -3/+1 | |
| | * | | | | | Unhandled switch(enum) cases warning | Martin Ridgers | 2021-11-01 | 1 | -0/+3 | |
| | * | | | | | Merged main | Martin Ridgers | 2021-11-01 | 1 | -1/+1 | |
| | |\ \ \ \ \ | ||||||
| | * \ \ \ \ \ | Merged main | Martin Ridgers | 2021-11-01 | 4 | -28/+86 | |
| | |\ \ \ \ \ \ | ||||||
| | * | | | | | | | Gave ZenCacheDiskLayer::CacheBucket a body | Martin Ridgers | 2021-10-29 | 1 | -1/+3 | |
| | * | | | | | | | Use THIRDPARTY_START/END instead of MSVC pragmas | Martin Ridgers | 2021-10-29 | 1 | -3/+2 | |
| | * | | | | | | | CAS.cpp/h -> cas.cpp/h to keep Zen's file casing consistent | Martin Ridgers | 2021-10-29 | 1 | -1/+1 | |
| | * | | | | | | | Fixed up Windows-specific include statements | Martin Ridgers | 2021-10-29 | 1 | -1/+4 | |
| * | | | | | | | | Fixed bug in z$ service returning partial cache records and enable small obje... | Per Larsson | 2021-12-14 | 1 | -9/+19 | |
| * | | | | | | | | Fixed bug in z$ GC. | Per Larsson | 2021-12-13 | 1 | -34/+36 | |
| * | | | | | | | | Refactored z$ GC. | Per Larsson | 2021-12-13 | 2 | -134/+182 | |
| * | | | | | | | | Added size to GcStorage. | Per Larsson | 2021-12-10 | 3 | -30/+24 | |
| * | | | | | | | | Format fix. | Per Larsson | 2021-12-09 | 1 | -1/+3 | |
| * | | | | | | | | Disabled cache tracker. | Per Larsson | 2021-12-09 | 2 | -5/+14 | |
| * | | | | | | | | Added options for Z$ max duration and whether to collect small objects. | Per Larsson | 2021-12-09 | 1 | -155/+134 | |
| * | | | | | | | | Fixed bug in z$ garbage collection. | Per Larsson | 2021-12-09 | 1 | -117/+150 | |
| * | | | | | | | | Added z$ GC tests. | Per Larsson | 2021-12-09 | 1 | -28/+140 | |
| * | | | | | | | | Added support for z$ small object garbage collection. | Per Larsson | 2021-12-08 | 1 | -42/+205 | |
| * | | | | | | | | First pass of z$ garbage collection. | Per Larsson | 2021-12-07 | 2 | -4/+99 | |
| * | | | | | | | | Added support for time based eviction policy in structured cache. | Per Larsson | 2021-12-07 | 2 | -116/+215 | |
| * | | | | | | | | Merge branch 'gc' of https://github.com/EpicGames/zen into gc | Per Larsson | 2021-12-01 | 1 | -12/+28 | |
| |\ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | Fixed crash in cache tracker. | Per Larsson | 2021-11-30 | 1 | -12/+28 | |
| * | | | | | | | | | Added naive container CAS GC support. | Per Larsson | 2021-12-01 | 1 | -1/+0 | |
| |/ / / / / / / / | ||||||
| * | | | | | | | | Added CacheStore and CAS store sizes to status endpoint. | Per Larsson | 2021-11-30 | 2 | -7/+27 | |