aboutsummaryrefslogtreecommitdiff
path: root/zenserver/cache/structuredcachestore.h
Commit message (Collapse)AuthorAgeFilesLines
* bump cache large object size limit to 128Kb (#191)Dan Engelbrecht2022-11-211-1/+1
| | | | * bump cache large object size limit to 128Kb * changelog
* move BasicFile to zenutil to remove zenstore dependency from zen command (#190)Dan Engelbrecht2022-11-171-1/+0
|
* Remove legacy code (#161)Dan Engelbrecht2022-09-081-12/+10
| | | | * changelog * remove obsolete legacy code
* Make cas storage an hidden implementation detail of CidStore (#130)v0.1.4-pre6v0.1.4-pre5Dan Engelbrecht2022-06-171-5/+5
| | | | | | | | | | | | | | | | | | - Bumped ZEN_SCHEMA_VERSION - CasStore no longer a public API, it is hidden behind CidStore - Moved cas.h from public header folder - CidStore no longer maps from Cid -> Cas, we store entries in Cas under RawHash - CasStore now decompresses data to validate content (matching against RawHash) - CasChunkSet renames to HashKeySet and put in separate header/cpp file - Disabled "Chunk" command for now as it relied on CAS being exposed as a service - Changed CAS http service to Cid http server - Moved "Run" command completely inside ZEN_WITH_EXEC_SERVICES define - Removed "cas.basic" test - Uncommented ".exec.basic" test and added return-skip at start of test - Moved ScrubContext to separate header file - Renamed CasGC to GcManager - Cleaned up configuration passing in cas store classes - Removed CAS stuff from GcContext and clarified naming in class - Remove migration code
* removed unnecessary CasStore forward declarationsStefan Boberg2022-06-131-1/+0
|
* NameSpaceMap -> NamespaceMapDan Engelbrecht2022-05-251-2/+2
|
* namespace dropDan Engelbrecht2022-05-251-2/+5
|
* Make sure ZenCacheMemoryLayer handles dropped buckets correctly (just like ↵Dan Engelbrecht2022-05-251-4/+8
| | | | ZenCacheDiskLayer)
* If a bucket is in m_BucketMap it is OK, no need for separate flagDan Engelbrecht2022-05-251-3/+1
|
* Use rename/delete and keep pointer for dropped bucketsDan Engelbrecht2022-05-241-24/+25
|
* Automatically create namespaces on requests (if enabled via configuration)Dan Engelbrecht2022-05-201-1/+10
|
* migrate legacy cache folders to ue4.ddc namespaceDan Engelbrecht2022-05-191-1/+2
| | | | | map default namespace to at runtime ue4.ddc use a non-valid name for the default namespace so we avoid any collision or accidental creation of folder for that
* use ns_ prefix on disk onlyDan Engelbrecht2022-05-161-2/+2
|
* use "default" as the default namespaceDan Engelbrecht2022-05-161-2/+2
| | | | remove ns_ prefix for namespaces on disk and in requests
* Tests for HttpRequestParseRelativeUriDan Engelbrecht2022-05-121-0/+1
|
* remove use of Ref<> in ZenCacheStoreDan Engelbrecht2022-05-061-3/+3
| | | | naming cleanup
* review feedback and cleanupDan Engelbrecht2022-05-061-4/+7
|
* revert back constructor order for ZenCacheStoreDan Engelbrecht2022-05-051-1/+1
|
* cleanup and review feedbackDan Engelbrecht2022-05-051-4/+6
|
* cleanupDan Engelbrecht2022-05-041-5/+28
|
* collectgarbage for compactcas and structured cache uses shared implementationDan Engelbrecht2022-05-011-8/+4
|
* correct expire vs contributeDan Engelbrecht2022-04-121-1/+3
|
* cleaner GatherReferencesDan Engelbrecht2022-04-121-1/+1
|
* structured cache with block storeDan Engelbrecht2022-04-121-40/+53
|
* Retain flags for small objects in structured cache (#68)Dan Engelbrecht2022-03-301-0/+1
|
* clang-formatStefan Boberg2022-02-021-7/+7
|
* Implemented support for storing compressed buffers as values in structured ↵Stefan Boberg2022-01-251-4/+10
| | | | cache store
* Changed timestamp to atomic int64.Per Larsson2022-01-031-7/+36
|
* Fixed "incomplete type" error.Martin Ridgers2021-12-151-1/+120
| | | | | GCC throws this error when using forward-declared type as a value type for an std::pair (implicitly via a std::map).
* Merged main.Per Larsson2021-12-141-1/+1
|\
| * Merged mainMartin Ridgers2021-11-121-3/+3
| |\
| * | CacheBucket::BuildPath() uses a PathBuilder instead of a WideStrBuilderMartin Ridgers2021-11-021-2/+2
| | |
| * | Merged mainMartin Ridgers2021-11-011-1/+85
| |\ \
| * | | CacheBucket is going to get defined else where in an upcoming mergeMartin Ridgers2021-11-011-3/+1
| | | |
| * | | Merged mainMartin Ridgers2021-11-011-3/+4
| |\ \ \
| * | | | Gave ZenCacheDiskLayer::CacheBucket a bodyMartin Ridgers2021-10-291-1/+3
| | | | |
| * | | | Use THIRDPARTY_START/END instead of MSVC pragmasMartin Ridgers2021-10-291-3/+2
| | | | |
* | | | | Refactored z$ GC.Per Larsson2021-12-131-6/+19
| | | | |
* | | | | Added size to GcStorage.Per Larsson2021-12-101-16/+10
| | | | |
* | | | | Disabled cache tracker.Per Larsson2021-12-091-5/+10
| | | | |
* | | | | First pass of z$ garbage collection.Per Larsson2021-12-071-1/+4
| | | | |
* | | | | Added support for time based eviction policy in structured cache.Per Larsson2021-12-071-5/+2
| | | | |
* | | | | Added z$ memory/disk layer size.Per Larsson2021-11-291-13/+26
| | | | |
* | | | | explicitly delete some unnecessary class members to ensure proper usageStefan Boberg2021-11-181-0/+9
| | | | |
* | | | | Fixed up some merge falloutStefan Boberg2021-11-181-83/+2
| | | | |
* | | | | merge from mainStefan Boberg2021-11-181-1/+84
|\ \ \ \ \ | | |_|_|/ | |/| | |
| * | | | Format fix.Per Larsson2021-11-111-3/+3
| | |_|/ | |/| |
| * | | Moved declaration of ZenDiskCacheLayer::CacheBucket in the .hMartin Ridgers2021-11-011-1/+85
| | |/ | |/| | | | | | | | | | | | | GCC fails to compile if CacheBucket is only forward-declared within the class, issuing an "incomplete type" error in relation to the m_Buckets unordered map.
* | | z$: basic access trackingStefan Boberg2021-11-031-6/+8
| | |
* | | Merged from mainStefan Boberg2021-10-291-1/+3
|\| |