summaryrefslogtreecommitdiffstats
path: root/lib/libalpm/diskspace.c
AgeCommit message (Expand)AuthorFilesLines
2010-12-15Add a cushion for diskspace checkingDan McGee1-3/+8
2010-12-13diskspace style cleanups and small fixesDan McGee1-48/+53
2010-12-13Refactor statfs/statvfs type checkDan McGee1-34/+17
2010-12-13Display progress bar for disk space checkingAllan McRae1-2/+17
2010-12-13Implement disk space checkingAllan McRae1-1/+42
2010-12-13Add functions to calculate approximate disk usage by packagesAllan McRae1-0/+100
2010-12-13Add function to match file to mount pointAllan McRae1-0/+28
2010-12-13Add function for listing system mount pointsAllan McRae1-0/+119
2010-12-13Prototype disk space checking functionalityAllan McRae1-0/+28