| Commit message (Expand) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | NameSpaceMap -> NamespaceMap | Dan Engelbrecht | 2022-05-25 | 1 | -2/+2 |
| * | namespace drop | Dan Engelbrecht | 2022-05-25 | 1 | -2/+5 |
| * | Make sure ZenCacheMemoryLayer handles dropped buckets correctly (just like Ze... | Dan Engelbrecht | 2022-05-25 | 1 | -4/+8 |
| * | If a bucket is in m_BucketMap it is OK, no need for separate flag | Dan Engelbrecht | 2022-05-25 | 1 | -3/+1 |
| * | Use rename/delete and keep pointer for dropped buckets | Dan Engelbrecht | 2022-05-24 | 1 | -24/+25 |
| * | Automatically create namespaces on requests (if enabled via configuration) | Dan Engelbrecht | 2022-05-20 | 1 | -1/+10 |
| * | migrate legacy cache folders to ue4.ddc namespace | Dan Engelbrecht | 2022-05-19 | 1 | -1/+2 |
| * | use ns_ prefix on disk only | Dan Engelbrecht | 2022-05-16 | 1 | -2/+2 |
| * | use "default" as the default namespace | Dan Engelbrecht | 2022-05-16 | 1 | -2/+2 |
| * | Tests for HttpRequestParseRelativeUri | Dan Engelbrecht | 2022-05-12 | 1 | -0/+1 |
| * | remove use of Ref<> in ZenCacheStore | Dan Engelbrecht | 2022-05-06 | 1 | -3/+3 |
| * | review feedback and cleanup | Dan Engelbrecht | 2022-05-06 | 1 | -4/+7 |
| * | revert back constructor order for ZenCacheStore | Dan Engelbrecht | 2022-05-05 | 1 | -1/+1 |
| * | cleanup and review feedback | Dan Engelbrecht | 2022-05-05 | 1 | -4/+6 |
| * | cleanup | Dan Engelbrecht | 2022-05-04 | 1 | -5/+28 |
| * | collectgarbage for compactcas and structured cache uses shared implementation | Dan Engelbrecht | 2022-05-01 | 1 | -8/+4 |
| * | correct expire vs contribute | Dan Engelbrecht | 2022-04-12 | 1 | -1/+3 |
| * | cleaner GatherReferences | Dan Engelbrecht | 2022-04-12 | 1 | -1/+1 |
| * | structured cache with block store | Dan Engelbrecht | 2022-04-12 | 1 | -40/+53 |
| * | Retain flags for small objects in structured cache (#68) | Dan Engelbrecht | 2022-03-30 | 1 | -0/+1 |
| * | clang-format | Stefan Boberg | 2022-02-02 | 1 | -7/+7 |
| * | Implemented support for storing compressed buffers as values in structured ca... | Stefan Boberg | 2022-01-25 | 1 | -4/+10 |
| * | Changed timestamp to atomic int64. | Per Larsson | 2022-01-03 | 1 | -7/+36 |
| * | Fixed "incomplete type" error. | Martin Ridgers | 2021-12-15 | 1 | -1/+120 |
| * | Merged main. | Per Larsson | 2021-12-14 | 1 | -1/+1 |
| |\ | |||||
| | * | Merged main | Martin Ridgers | 2021-11-12 | 1 | -3/+3 |
| | |\ | |||||
| | * | | CacheBucket::BuildPath() uses a PathBuilder instead of a WideStrBuilder | Martin Ridgers | 2021-11-02 | 1 | -2/+2 |
| | * | | Merged main | Martin Ridgers | 2021-11-01 | 1 | -1/+85 |
| | |\ \ | |||||
| | * | | | CacheBucket is going to get defined else where in an upcoming merge | Martin Ridgers | 2021-11-01 | 1 | -3/+1 |
| | * | | | Merged main | Martin Ridgers | 2021-11-01 | 1 | -3/+4 |
| | |\ \ \ | |||||
| | * | | | | 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 |
| * | | | | | Refactored z$ GC. | Per Larsson | 2021-12-13 | 1 | -6/+19 |
| * | | | | | Added size to GcStorage. | Per Larsson | 2021-12-10 | 1 | -16/+10 |
| * | | | | | Disabled cache tracker. | Per Larsson | 2021-12-09 | 1 | -5/+10 |
| * | | | | | First pass of z$ garbage collection. | Per Larsson | 2021-12-07 | 1 | -1/+4 |
| * | | | | | Added support for time based eviction policy in structured cache. | Per Larsson | 2021-12-07 | 1 | -5/+2 |
| * | | | | | Added z$ memory/disk layer size. | Per Larsson | 2021-11-29 | 1 | -13/+26 |
| * | | | | | explicitly delete some unnecessary class members to ensure proper usage | Stefan Boberg | 2021-11-18 | 1 | -0/+9 |
| * | | | | | Fixed up some merge fallout | Stefan Boberg | 2021-11-18 | 1 | -83/+2 |
| * | | | | | merge from main | Stefan Boberg | 2021-11-18 | 1 | -1/+84 |
| |\ \ \ \ \ | | |_|_|/ | |/| | | | |||||
| | * | | | | Format fix. | Per Larsson | 2021-11-11 | 1 | -3/+3 |
| | | |_|/ | |/| | | |||||
| | * | | | Moved declaration of ZenDiskCacheLayer::CacheBucket in the .h | Martin Ridgers | 2021-11-01 | 1 | -1/+85 |
| | | |/ | |/| | |||||
| * | | | z$: basic access tracking | Stefan Boberg | 2021-11-03 | 1 | -6/+8 |
| * | | | Merged from main | Stefan Boberg | 2021-10-29 | 1 | -1/+3 |
| |\| | | |||||
| | * | | z$: hooked up bucket traversal for gc | Stefan Boberg | 2021-10-29 | 1 | -3/+4 |
| | |/ | |||||
| * | | general: Fixed up some vcxproj files which had a warning level set | Stefan Boberg | 2021-10-24 | 1 | -3/+2 |
| * | | gc: Added GcStorage base class and hooked it up to CasGc | Stefan Boberg | 2021-10-21 | 1 | -4/+4 |
| * | | cas: Hooked up GC to structured cache | Stefan Boberg | 2021-10-19 | 1 | -11/+15 |
| |/ | |||||
| * | Merged from upstream | Stefan Boberg | 2021-10-05 | 1 | -2/+29 |