aboutsummaryrefslogtreecommitdiff
path: root/zenstore
Commit message (Expand)AuthorAgeFilesLines
...
| * Alphebetical include orderMartin Ridgers2021-10-281-1/+1
| * LockFile implementation for LinuxMartin Ridgers2021-10-281-0/+22
| * Merged mainMartin Ridgers2021-10-282-0/+66
| |\
| * | Implemented filecas.cpp for POSIX platformsMartin Ridgers2021-10-251-2/+92
| * | open() flags were incorrect and it would not create new filesMartin Ridgers2021-10-251-1/+1
| * | Compile fixes due to std::fs::path's differing character typesMartin Ridgers2021-10-201-4/+7
| * | Fixed concrete Visitor to use the correct argument typesMartin Ridgers2021-10-201-2/+2
| * | Cross-platform argument to ZEN_DEBUG()Martin Ridgers2021-10-201-1/+1
| * | Use cross-platform ExtPathBuilder instead of ExtWideStrBuilderMartin Ridgers2021-10-182-6/+6
| * | Merged mainMartin Ridgers2021-10-161-7/+2
| |\ \
| * \ \ Merged mainMartin Ridgers2021-10-152-5/+5
| |\ \ \
| * | | | Implemented basicfile.cpp for POSIX platformsMartin Ridgers2021-10-141-0/+54
| * | | | std::fs::path cannot be forward declared.Martin Ridgers2021-10-131-3/+1
| * | | | Signed/unsigned comparison mismatchMartin Ridgers2021-10-131-1/+1
| * | | | Moved zencore/windows.h include from basicfile.h to basicfile.cppMartin Ridgers2021-10-132-4/+4
| * | | | Replaced use of DWORD with uint32_tMartin Ridgers2021-10-132-2/+2
| * | | | Misplaced nodiscard attributeMartin Ridgers2021-10-121-3/+3
| * | | | Only include zencore/windows.h on WindowsMartin Ridgers2021-10-124-7/+18
| * | | | Corrected incorrect casing of include statementsMartin Ridgers2021-10-127-9/+9
* | | | | Fixed bug in z$ service returning partial cache records and enable small obje...Per Larsson2021-12-145-12/+23
* | | | | Remove Cid to CAS chunk mapping after GC.Per Larsson2021-12-138-11/+166
* | | | | Fixed bug in z$ GC.Per Larsson2021-12-132-18/+25
* | | | | Refactored z$ GC.Per Larsson2021-12-132-6/+31
* | | | | Added support for triggering GC with different params and refactored GC sched...Per Larsson2021-12-122-72/+157
* | | | | Added size to GcStorage.Per Larsson2021-12-106-20/+26
* | | | | Set GC default enabled and interval set to zero (off).Per Larsson2021-12-102-39/+52
* | | | | Format fix.Per Larsson2021-12-091-5/+5
* | | | | Added options for Z$ max duration and whether to collect small objects.Per Larsson2021-12-093-13/+20
* | | | | GC default off.Per Larsson2021-12-091-1/+1
* | | | | Added tombstone flag to file cas.Per Larsson2021-12-082-4/+17
* | | | | Added support for time based eviction policy in structured cache.Per Larsson2021-12-072-6/+49
* | | | | Fixed bug in container GC.Per Larsson2021-12-051-1/+1
* | | | | Check available disk space before GC.Per Larsson2021-12-052-2/+31
* | | | | Added simple GC interval scheduling.Per Larsson2021-12-054-33/+180
* | | | | Added naive container CAS GC support.Per Larsson2021-12-015-45/+221
* | | | | Added CacheStore and CAS store sizes to status endpoint.Per Larsson2021-11-303-1/+8
* | | | | Added CAS total size.Per Larsson2021-11-306-12/+130
* | | | | Moved GC to background thread and added endpoint to trigger/status GC.Per Larsson2021-11-292-2/+48
* | | | | gc: implemented CID remapping for GCStefan Boberg2021-11-012-2/+50
* | | | | cid: Added RemapCid() for use in GCStefan Boberg2021-11-012-0/+19
* | | | | gc: added DeletionMode flag to allow gc dry runsStefan Boberg2021-11-013-0/+27
* | | | | cidstore: implemented validation of data during index initializationStefan Boberg2021-11-011-9/+24
* | | | | caslog: Added GetLogSize, fixed issue with append offset computationStefan Boberg2021-11-012-1/+8
* | | | | Merge branch 'gc' of https://github.com/EpicGames/zen into gcStefan Boberg2021-11-011-10/+60
|\ \ \ \ \
| * | | | | filecas: Fixed debug loggingStefan Boberg2021-11-011-10/+60
| * | | | | Merge remote-tracking branch 'origin/main' into gcStefan Boberg2021-10-282-0/+66
| |\ \ \ \ \ | | | |_|_|/ | | |/| | |
* | | | | | gc: CollectGarbage implementationStefan Boberg2021-11-012-1/+18
* | | | | | Merged from mainStefan Boberg2021-10-292-0/+66
|\ \ \ \ \ \ | |/ / / / / |/| / / / / | |/ / / /
| * | | / Lockfile implementation (#24)Stefan Boberg2021-10-272-0/+66
| | |_|/ | |/| |
* | | | cas: minor improvement to CasLogFile::Open error handlingStefan Boberg2021-10-251-1/+1