summaryrefslogtreecommitdiffstats
path: root/src/server/fileutil.c
Commit message (Collapse)AuthorAgeFilesLines
* [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