summaryrefslogtreecommitdiff
path: root/content/fs_backing_store.c
Commit message (Collapse)AuthorAgeFilesLines
* Update the core to use the split operations table headersVincent Sanders2014-10-161-1/+0
| | | | Second in the series to decouple the core API usage from the frontends.
* version 1.1 of the backing store disc layout using base32 encodedVincent Sanders2014-07-041-61/+64
| | | | filenames to allow for case insensitive filenames.
* extend file table with mkdir all and make fs backing store use it.Vincent Sanders2014-06-051-2/+6
| | | | enable fs backing store for RISC OS.
* Avoid signed vs unsigned comparason warning.Michael Drake2014-06-041-1/+1
|
* turn off debugging and add some comments and todo from dsilversVincent Sanders2014-06-031-8/+9
|
* write a cache tag file as an aid to backup softwareVincent Sanders2014-05-301-0/+39
|
* Check return value from write() to avoid build warnings.Michael Drake2014-05-241-2/+14
|
* Add filesystem based backing storeVincent Sanders2014-05-131-0/+1197