summaryrefslogtreecommitdiffstats
path: root/src/server/fileutil.h
Commit message (Collapse)AuthorAgeFilesLines
* [SERVER] Make sparse file mode actually workSimon Rettberg2018-03-161-0/+1
|
* [SERVER] rpc: Support querying storage size + available spaceSimon Rettberg2017-10-111-1/+1
|
* [SERVER] Helper function for loading line based space separated data from fileSimon Rettberg2017-10-011-1/+3
|
* [SERVER] Use stdbool.h for booleans; minor refactoring of variable and ↵Simon Rettberg2014-12-311-4/+4
| | | | function names
* Improve uplink handling, add code to debug thread creation/destruction, ↵Simon Rettberg2014-06-161-1/+1
| | | | change stupid convention of freeDiskSpace returning 0 on error, which is ambiguous to the disk simply being full...
* [SERVER] Copy CRC-32 list from uplink server if availableSimon Rettberg2013-08-281-0/+14
Split up helper.c, move file/disk related functions to fileutil.c Uplink: Make sure relayed requests are at least 1MiB