summaryrefslogtreecommitdiff
path: root/src/devices/file
Commit message (Collapse)AuthorAge
* Improve error messageBen Bridle2024-06-09
|
* Hide all dot-prefixed files from directory listingsBen Bridle2024-06-09
| | | | | | This is a temporary fix to make directories more navigable. This will be removed when Cobalt can hide dot-prefixed filenames from directory listings by itself.
* Sort directory children in case-agnostic alphabetic orderBen Bridle2024-05-30
|
* Flush file contents each frame and when closing the fileBen Bridle2024-04-24
|
* Update devices to match new specificationsBen Bridle2024-04-16
|
* Implement new file device interfaceBen Bridle2024-01-31
This is a complete redesign of the file device. The most notable addition is the ability to ascend and descend the file tree.