aboutsummaryrefslogtreecommitdiff
path: root/zenstore/include
Commit message (Expand)AuthorAgeFilesLines
...
| * Merged mainMartin Ridgers2021-10-281-0/+18
| |\
| * | std::fs::path cannot be forward declared.Martin Ridgers2021-10-131-3/+1
| * | Moved zencore/windows.h include from basicfile.h to basicfile.cppMartin Ridgers2021-10-131-4/+0
| * | Misplaced nodiscard attributeMartin Ridgers2021-10-121-3/+3
| * | Only include zencore/windows.h on WindowsMartin Ridgers2021-10-122-2/+8
| * | Corrected incorrect casing of include statementsMartin Ridgers2021-10-121-1/+1
* | | Fixed bug in z$ service returning partial cache records and enable small obje...Per Larsson2021-12-142-2/+3
* | | Remove Cid to CAS chunk mapping after GC.Per Larsson2021-12-133-0/+16
* | | Fixed bug in z$ GC.Per Larsson2021-12-131-3/+3
* | | Refactored z$ GC.Per Larsson2021-12-131-0/+4
* | | Added support for triggering GC with different params and refactored GC sched...Per Larsson2021-12-121-18/+30
* | | Added size to GcStorage.Per Larsson2021-12-101-2/+8
* | | Set GC default enabled and interval set to zero (off).Per Larsson2021-12-101-7/+5
* | | Format fix.Per Larsson2021-12-091-5/+5
* | | Added options for Z$ max duration and whether to collect small objects.Per Larsson2021-12-091-3/+5
* | | GC default off.Per Larsson2021-12-091-1/+1
* | | Added support for time based eviction policy in structured cache.Per Larsson2021-12-071-1/+23
* | | Added simple GC interval scheduling.Per Larsson2021-12-052-11/+41
* | | Added naive container CAS GC support.Per Larsson2021-12-011-0/+3
* | | Added CacheStore and CAS store sizes to status endpoint.Per Larsson2021-11-301-0/+1
* | | Added CAS total size.Per Larsson2021-11-301-0/+9
* | | Moved GC to background thread and added endpoint to trigger/status GC.Per Larsson2021-11-291-1/+21
* | | gc: implemented CID remapping for GCStefan Boberg2021-11-011-0/+6
* | | cid: Added RemapCid() for use in GCStefan Boberg2021-11-011-0/+2
* | | gc: added DeletionMode flag to allow gc dry runsStefan Boberg2021-11-011-0/+3
* | | caslog: Added GetLogSize, fixed issue with append offset computationStefan Boberg2021-11-011-0/+1
* | | gc: CollectGarbage implementationStefan Boberg2021-11-011-1/+1
* | | Merged from mainStefan Boberg2021-10-291-0/+18
|\ \ \ | | |/ | |/|
| * | Lockfile implementation (#24)Stefan Boberg2021-10-271-0/+18
| |/
* | general: Fixed up some vcxproj files which had a warning level setStefan Boberg2021-10-241-1/+4
* | filecas: Added commit log, chunk gcStefan Boberg2021-10-213-1/+17
* | gc: Added GcStorage base class and hooked it up to CasGcStefan Boberg2021-10-212-6/+24
* | gc: commentStefan Boberg2021-10-191-0/+9
* | gc: Made ref tracking optional on `ZEN_USE_REF_TRACKING`Stefan Boberg2021-10-191-44/+45
* | Merge from mainStefan Boberg2021-10-191-41/+43
|\ \
| * | Some gc interface stubsStefan Boberg2021-10-181-2/+4
* | | cas: Hooked up GC to structured cacheStefan Boberg2021-10-192-3/+24
|/ /
* / gc: moved GcContect from CAS into gc filesStefan Boberg2021-10-182-18/+23
|/
* Removed invalid commentStefan Boberg2021-10-081-1/+1
* basicfile: Added Write member functions accepting MemoryView for convenienceStefan Boberg2021-10-081-0/+2
* Merged from upstreamStefan Boberg2021-10-051-20/+32
* cas: added some GC stubsStefan Boberg2021-10-011-0/+14
* clang-formatStefan Boberg2021-09-271-2/+2
* Reimplemented CasLogFile in terms of BasicFileStefan Boberg2021-09-261-5/+5
* Various BasicFile improvementsStefan Boberg2021-09-261-0/+2
* Added TemporaryFile implementation, provides a simple abstraction around temp...Stefan Boberg2021-09-251-2/+36
* cidstore: added some implementation notesStefan Boberg2021-09-231-0/+5
* Encapsulated containers in CasChunkSet to allow for more efficient udpates/qu...Stefan Boberg2021-09-211-5/+9
* Wired up scrubbing to more higher level servicesStefan Boberg2021-09-212-3/+15
* Added more scrub stubs in higher level servicesStefan Boberg2021-09-201-0/+1