| Commit message (Expand) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | always keep full log but read from index snapshot location if available | Dan Engelbrecht | 2022-04-04 | 1 | -16/+18 |
| * | rename EMode to Mode | Dan Engelbrecht | 2022-04-01 | 1 | -6/+6 |
| * | linux compilation fixes | Dan Engelbrecht | 2022-04-01 | 1 | -1/+1 |
| * | linux fixes | Dan Engelbrecht | 2022-04-01 | 1 | -2/+2 |
| * | Don hard fail on removing files we no longer care about | Dan Engelbrecht | 2022-03-31 | 1 | -1/+2 |
| * | improved logging for gc/migration | Dan Engelbrecht | 2022-03-31 | 1 | -1/+12 |
| * | Migration now works in larger disk IO chunks | Dan Engelbrecht | 2022-03-31 | 1 | -6/+6 |
| * | Retain flags for small objects in structured cache (#68) | Dan Engelbrecht | 2022-03-30 | 1 | -2/+2 |
| * | Merge pull request #67 from EpicGames/de/cache-lock-fixes | Dan Engelbrecht | 2022-03-30 | 1 | -6/+11 |
| |\ | |||||
| | * | cleanup | Dan Engelbrecht | 2022-03-30 | 1 | -7/+4 |
| | * | Fix bucket creation race condition in ZenCacheMemoryLayer::Put | Dan Engelbrecht | 2022-03-30 | 1 | -1/+9 |
| | * | No need to take exclusive lock while gathering references | Dan Engelbrecht | 2022-03-30 | 1 | -1/+1 |
| * | | Clear gathered Cid array periodically and add just the new ones | Dan Engelbrecht | 2022-03-29 | 1 | -3/+6 |
| |/ | |||||
| * | 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 |
| | | |_|/ | |/| | | |||||