Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | daemon: Use stdint UINT64_C instead of <const>ULL. | Richard W.M. Jones | 2010-10-23 | 1 | -4/+5 |
| | | | | (cherry picked from commit cd29c50ca820a03b9cecb300a84fb884425cb565) | ||||
* | daemon/Win32: Implement statvfs using GetDiskFreeSpaceEx. | Richard Jones | 2009-11-25 | 1 | -1/+119 |
| | | | | | | | At the time of writing Gnulib didn't support Win32 for its fsusage API. Therefore this patch uses GetDiskFreeSpaceEx if it's available (on Windows) otherwise falls back to using Gnulib fsusage. | ||||
* | daemon: Move statvfs code into separate file. | Richard Jones | 2009-11-25 | 1 | -0/+68 |
This makes no functional change to the code. It just moves the statvfs-related code out of daemon/stat.c into a new file called daemon/statvfs.c. |