aboutsummaryrefslogtreecommitdiff
path: root/lib/fs.c
Commit message (Collapse)AuthorAgeFilesLines
* Add functions:Joseph Hunkeler2020-04-141-0/+127
| | | | | | | | | | | touch() fslist() * Add type: struct FSList * Consolidate platform specific includes
* lib/fs.cJoseph Hunkeler2020-04-101-2/+5
|
* Fail if seek failsJoseph Hunkeler2020-04-091-1/+3
|
* Fix a few memory leaks:Joseph Hunkeler2020-03-251-0/+1
| | | | * Cannot free array of manifests successfully though... TODO
* Refactor project: build/install libspm[_static.a].so to make unit testing ↵Joseph Hunkeler2020-03-181-0/+504
possible