| Commit message (Collapse) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| * | | | cas: Hooked up GC to structured cache | Stefan Boberg | 2021-10-19 | 2 | -3/+24 | |
| |/ / | ||||||
| * / | gc: moved GcContect from CAS into gc files | Stefan Boberg | 2021-10-18 | 2 | -18/+23 | |
| |/ | ||||||
| * | Removed invalid comment | Stefan Boberg | 2021-10-08 | 1 | -1/+1 | |
| | | ||||||
| * | basicfile: Added Write member functions accepting MemoryView for convenience | Stefan Boberg | 2021-10-08 | 1 | -0/+2 | |
| | | ||||||
| * | Merged from upstream | Stefan Boberg | 2021-10-05 | 1 | -20/+32 | |
| | | ||||||
| * | cas: added some GC stubs | Stefan Boberg | 2021-10-01 | 1 | -0/+14 | |
| | | ||||||
| * | clang-format | Stefan Boberg | 2021-09-27 | 1 | -2/+2 | |
| | | ||||||
| * | Reimplemented CasLogFile in terms of BasicFile | Stefan Boberg | 2021-09-26 | 1 | -5/+5 | |
| | | | | | This removes another ATL dependency in favour of something more platform independent | |||||
| * | Various BasicFile improvements | Stefan Boberg | 2021-09-26 | 1 | -0/+2 | |
| | | | | | | | | * BasicFile::Open clears error_code on entry, and exits early on failure to avoid initialization of m_FileHandle * Made BasicFile::Read handle large reads * Made BasicFile::Write handle large writes * Added BasicFile::WriteAll which may be optimized in the future to handle what is essentially a file copy more efficiently | |||||
| * | Added TemporaryFile implementation, provides a simple abstraction around ↵ | Stefan Boberg | 2021-09-25 | 1 | -2/+36 | |
| | | | | | temporary files | |||||
| * | cidstore: added some implementation notes | Stefan Boberg | 2021-09-23 | 1 | -0/+5 | |
| | | ||||||
| * | Encapsulated containers in CasChunkSet to allow for more efficient ↵ | Stefan Boberg | 2021-09-21 | 1 | -5/+9 | |
| | | | | | udpates/queries | |||||
| * | Wired up scrubbing to more higher level services | Stefan Boberg | 2021-09-21 | 2 | -3/+15 | |
| | | | | | Also moved sharding logic for filecas into a function to redduce cut/pasta | |||||
| * | Added more scrub stubs in higher level services | Stefan Boberg | 2021-09-20 | 1 | -0/+1 | |
| | | ||||||
| * | Moved more code into zen namespace, for consistency | Stefan Boberg | 2021-09-20 | 1 | -1/+1 | |
| | | | | | Also removed snapshot_manifest (remnants of vfs prototype) | |||||
| * | Implemented BasicFile::StreamByteRange | Stefan Boberg | 2021-09-19 | 1 | -0/+1 | |
| | | ||||||
| * | Implemended basic scrubbing / detection of disk corruption. Still needs more ↵ | Stefan Boberg | 2021-09-19 | 1 | -12/+9 | |
| | | | | | code to propagate errors and make adjustments to account for them in higher level data structures | |||||
| * | Added BasicFile::StreamFile helper function to support reading large files ↵ | Stefan Boberg | 2021-09-19 | 1 | -2/+4 | |
| | | | | | in a chunked fashion (will be using memory-mapped strategy in the future where it makes sense) | |||||
| * | Changed some code over from ATL to BasicFile and added Scrub() stubs. | Stefan Boberg | 2021-09-19 | 1 | -1/+2 | |
| | | ||||||
| * | Added zenstore.h and made headers use it | Stefan Boberg | 2021-09-19 | 4 | -1/+18 | |
| | | ||||||
| * | Changed BasicFile implementation | Stefan Boberg | 2021-09-19 | 1 | -6/+15 | |
| | | | | | | | * No longer uses ATL on Windows (we just use raw Win32 API) * Added non-throwing Open() implementation * Added beginnings of a test suite, for verifying cross-platform implementation | |||||
| * | Compact binary package caching support (#9) | Per Larsson | 2021-09-16 | 1 | -5/+12 | |
| | | ||||||
| * | Extended CidStore implementation with some helper functions | Stefan Boberg | 2021-09-14 | 1 | -4/+9 | |
| | | ||||||
| * | Asynchronous upstream caching to Jupiter | Per Larsson | 2021-08-31 | 1 | -0/+1 | |
| | | | | | Co-authored-by: Stefan Boberg <[email protected]> | |||||
| * | Added missing lock to side channel InsertChunk() implementation | Stefan Boberg | 2021-08-26 | 1 | -0/+9 | |
| | | | | | Previously, this could cause file contention as two threads would try to create the same chunk file | |||||
| * | Implemented more formalised CAS chunk filtering (with plenty of room for ↵ | Stefan Boberg | 2021-08-23 | 1 | -0/+14 | |
| | | | | | optimization) | |||||
| * | Implemented support for dropping z$ buckets while online | Stefan Boberg | 2021-08-17 | 1 | -0/+1 | |
| | | ||||||
| * | Implemented Flush() operation for CID/CAS store interfaces | Stefan Boberg | 2021-08-11 | 2 | -2/+6 | |
| | | ||||||
| * | clang-format | Stefan Boberg | 2021-06-02 | 1 | -3/+3 | |
| | | ||||||
| * | Removed pointer-based InsertChunk from CAS store interface. | Stefan Boberg | 2021-05-25 | 1 | -1/+0 | |
| | | | | | All code must now use the IoBuffer path | |||||
| * | Implemented simple persistence for CidStore, which stores CID->CAS mappings | Stefan Boberg | 2021-05-24 | 1 | -3/+7 | |
| | | ||||||
| * | Added TODO to CasLogFile::Append | Stefan Boberg | 2021-05-24 | 1 | -1/+7 | |
| | | ||||||
| * | Added CidStore, currently used to track relationships between compressed and ↵ | Stefan Boberg | 2021-05-24 | 1 | -0/+34 | |
| | | | | | | | uncompressed chunk hashes This first implementation is in-memory only, persistence is next | |||||
| * | Tiny comment fix | Stefan Boberg | 2021-05-23 | 1 | -1/+1 | |
| | | ||||||
| * | clang-format | Stefan Boberg | 2021-05-22 | 1 | -1/+1 | |
| | | ||||||
| * | Renamed CasBlobFile -> BasicFile | Stefan Boberg | 2021-05-21 | 1 | -1/+5 | |
| | | ||||||
| * | Moved CasBlobFile into basicfile.h | Stefan Boberg | 2021-05-21 | 2 | -20/+30 | |
| | | ||||||
| * | Adding zenservice code | Stefan Boberg | 2021-05-11 | 4 | -0/+214 | |