aboutsummaryrefslogtreecommitdiff
path: root/zenstore
Commit message (Expand)AuthorAgeFilesLines
* Added trace scopes.Per Larsson2021-12-151-0/+5
* Added preprocessing config file and removed Visual Studio files.Per Larsson2021-12-152-160/+0
* Initialize CidStore to null.Per Larsson2021-12-151-1/+1
* Deleted unused statically-linked functionMartin Ridgers2021-12-151-2/+0
* Paths are not wide on non-Windows so WideToUtf8() cannot be usedMartin Ridgers2021-12-151-5/+5
* Corrected include statement caseMartin Ridgers2021-12-151-1/+1
* std::fs::path cannot be forward declaredMartin Ridgers2021-12-151-3/+1
* Missing includeMartin Ridgers2021-12-151-0/+1
* Include header files when generating solution.Per Larsson2021-12-141-1/+2
* Merged main.Per Larsson2021-12-1416-33/+225
|\
| * Do not block when trying to lock a lock file (POSIX)Martin Ridgers2021-12-021-1/+1
| * Remove a LockFile's lock on destructionMartin Ridgers2021-12-021-0/+6
| * CAS.cpp/h -> cas.cpp/h to keep Zen's file casing consistentMartin Ridgers2021-10-2912-11/+11
| * 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