summaryrefslogtreecommitdiffstats
path: root/src/server/fileutil.c
Commit message (Collapse)AuthorAgeFilesLines
* [SERVER] Make sparse file mode actually workSimon Rettberg2018-03-161-4/+11
|
* [SERVER] rpc: Support querying storage size + available spaceSimon Rettberg2017-10-111-4/+10
|
* [SERVER] Helper function for loading line based space separated data from fileSimon Rettberg2017-10-011-0/+33
|
* dnbd3server build success on freebsd :)Sebastian2016-02-111-1/+7
|
* cleanup commitsSebastian2016-02-111-2/+2
|
* [SERVER] Support looking on disk if an unknown image is requestedSimon Rettberg2015-12-121-1/+2
|
* [SERVER] Crank up warning levels of gcc and fix them all (mostly sign ↵Simon Rettberg2015-01-141-1/+1
| | | | | | | compare and some unused params) Also allow newline at end of alt-servers file without complaining about it not being a valid alt server definition.
* [SERVER] Use stdbool.h for booleans; minor refactoring of variable and ↵Simon Rettberg2014-12-311-18/+18
| | | | function names
* Improve uplink handling, add code to debug thread creation/destruction, ↵Simon Rettberg2014-06-161-3/+3
| | | | change stupid convention of freeDiskSpace returning 0 on error, which is ambiguous to the disk simply being full...
* [SERVER] Fix free disk space checkSimon Rettberg2013-12-041-1/+1
|
* [SERVER] Copy CRC-32 list from uplink server if availableSimon Rettberg2013-08-281-0/+75
Split up helper.c, move file/disk related functions to fileutil.c Uplink: Make sure relayed requests are at least 1MiB