| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | retry file create (#383) | Dan Engelbrecht | 2023-09-04 | 1 | -0/+16 |
| | | | | | | * add retry logic when creating files * only write disk usage log if disk writes are allowed * changelog | ||||
| * | buffered file reading for oplog (#366) | Dan Engelbrecht | 2023-08-21 | 1 | -0/+194 |
| | | | | | | * add BasicFileBuffer for buffered read of BasicFile * Use BasicFileBuffer when reading oplog * changelog | ||||
| * | * added file sharing control to BasicFile (required to implement lockfiles) | Stefan Boberg | 2023-06-30 | 1 | -13/+42 |
| | | | | | | * added delete-on-close support to BasicFile * added BasicFile::ReadRange() | ||||
| * | BasicFile::ReadAll should handle zero-sized files gracefully | Stefan Boberg | 2023-05-25 | 1 | -3/+10 |
| | | |||||
| * | moved source directories into `/src` (#264) | Stefan Boberg | 2023-05-02 | 1 | -0/+575 |
| * moved source directories into `/src` * updated bundle.lua for new `src` path * moved some docs, icon * removed old test trees | |||||