| Commit message (Expand) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Implemented support for storing compressed buffers as values in structured ca... | Stefan Boberg | 2022-01-25 | 1 | -0/+4 |
| * | Format fix. | Per Larsson | 2022-01-22 | 1 | -1/+1 |
| * | Use ExtendablePathBuilders | zousar | 2022-01-21 | 1 | -3/+3 |
| * | Fixed missing object in cache bucket manifest. | Per Larsson | 2022-01-21 | 1 | -1/+5 |
| * | Moved "concepts" include to zencore.h as toolchain support is spotty | Martin Ridgers | 2022-01-13 | 1 | -2/+0 |
| * | 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 | 1 | -10/+8 |
| * | Changed timestamp to atomic int64. | Per Larsson | 2022-01-03 | 1 | -22/+19 |
| * | Added trace scopes. | Per Larsson | 2021-12-15 | 1 | -0/+9 |
| * | 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 | 1 | -119/+0 |
| * | Removed duplicate unguarded Windows include statement | Martin Ridgers | 2021-12-15 | 1 | -1/+0 |
| * | Merged main. | Per Larsson | 2021-12-14 | 1 | -22/+28 |
| |\ | |||||
| | * | Merged main | Martin Ridgers | 2021-11-12 | 1 | -5/+10 |
| | |\ | |||||
| | * | | 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 | 1 | -10/+10 |
| | * | | Merged main | Martin Ridgers | 2021-11-01 | 1 | -91/+31 |
| | |\ \ | |||||
| | * | | | 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 | 1 | -11/+82 |
| | |\ \ \ \ | |||||
| | * | | | | | Fixed up Windows-specific include statements | Martin Ridgers | 2021-10-29 | 1 | -1/+4 |
| * | | | | | | Fixed bug in z$ GC. | Per Larsson | 2021-12-13 | 1 | -34/+36 |
| * | | | | | | Refactored z$ GC. | Per Larsson | 2021-12-13 | 1 | -128/+163 |
| * | | | | | | Added size to GcStorage. | Per Larsson | 2021-12-10 | 1 | -12/+12 |
| * | | | | | | Disabled cache tracker. | Per Larsson | 2021-12-09 | 1 | -0/+4 |
| * | | | | | | 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 | 1 | -3/+95 |
| * | | | | | | Added support for time based eviction policy in structured cache. | Per Larsson | 2021-12-07 | 1 | -111/+213 |
| * | | | | | | Added CacheStore and CAS store sizes to status endpoint. | Per Larsson | 2021-11-30 | 1 | -7/+9 |
| * | | | | | | Added z$ memory/disk layer size. | Per Larsson | 2021-11-29 | 1 | -5/+151 |
| * | | | | | | Fixed up some merge fallout | Stefan Boberg | 2021-11-18 | 1 | -36/+28 |
| * | | | | | | merge from main | Stefan Boberg | 2021-11-18 | 1 | -29/+37 |
| |\ \ \ \ \ \ | | |_|_|_|/ | |/| | | | | |||||
| | * | | | | | Format fix. | Per Larsson | 2021-11-11 | 1 | -5/+10 |
| | | |_|_|/ | |/| | | | |||||
| | * | | | | Moved declaration of ZenDiskCacheLayer::CacheBucket in the .h | Martin Ridgers | 2021-11-01 | 1 | -91/+31 |
| | | |_|/ | |/| | | |||||
| | * | | | Fixed possible undefined use error | Martin Ridgers | 2021-11-01 | 1 | -1/+1 |
| | | |/ | |/| | |||||
| * | | | z$: basic access tracking | Stefan Boberg | 2021-11-03 | 1 | -13/+23 |
| * | | | projectstore: added validation of oplog data during initialization | Stefan Boberg | 2021-11-01 | 1 | -4/+21 |
| * | | | Merged from main | Stefan Boberg | 2021-10-29 | 1 | -1/+67 |
| |\| | | |||||
| | * | | Minor cleanup | Stefan Boberg | 2021-10-29 | 1 | -37/+2 |
| | * | | z$: hooked up bucket traversal for gc | Stefan Boberg | 2021-10-29 | 1 | -11/+117 |
| | |/ | |||||
| * | | gc: Added GcStorage base class and hooked it up to CasGc | Stefan Boberg | 2021-10-21 | 1 | -9/+9 |
| * | | gc: Made ref tracking optional on `ZEN_USE_REF_TRACKING` | Stefan Boberg | 2021-10-19 | 1 | -1/+1 |
| * | | cas: Hooked up GC to structured cache | Stefan Boberg | 2021-10-19 | 1 | -16/+36 |
| * | | gc: moved GcContect from CAS into gc files | Stefan Boberg | 2021-10-18 | 1 | -1/+7 |
| |/ | |||||
| * | structured cache: Implemented GarbageCollect() for disk and memory buckets | Stefan Boberg | 2021-10-16 | 1 | -26/+87 |
| * | structured cache: fixed mistake in back-off logic | Stefan Boberg | 2021-10-15 | 1 | -9/+14 |
| * | clang-format | Stefan Boberg | 2021-10-15 | 1 | -1/+1 |