summaryrefslogtreecommitdiffstats
path: root/lib/libalpm/diskspace.c
AgeCommit message (Expand)AuthorFilesLines
2011-04-15Merge branch 'maint'Dan McGee1-2/+2
2011-04-06diskspace: add the actually used statfs type in ifdefsRémy Oudompheng1-2/+2
2011-03-20Style change: return(x) --> return xDan McGee1-11/+11
2011-03-17Ensure we have a root partition when checking spaceDan McGee1-2/+13
2011-03-16Add missing newline to warning messageAllan McRae1-2/+2
2011-03-01libalpm/diskspace.c: remove bogus parenthesisXavier Chantry1-1/+1
2011-02-11diskspace: allow used flag to be toggled for both remove and installDan McGee1-2/+3
2011-02-11Check mountpoint read-only status when checking spaceDan McGee1-4/+20
2011-02-11diskspace: use calloc instead of mallocDan McGee1-10/+2
2011-02-11Fix mount dir length calculationDan McGee1-3/+3
2011-02-08Skip diskspace checking for symlinks and directories in all casesDan McGee1-42/+43
2011-01-11Call archive_read_data_skip() while checking diskspaceDan McGee1-0/+7
2011-01-11Add error message stating which partition is fullDan McGee1-7/+10
2011-01-10Ensure we use local package when calculating removed sizeDan McGee1-5/+7
2011-01-10Remove need for floating point division in backendDan McGee1-10/+10
2011-01-07Fix some more simple conversion "errors"Dan McGee1-10/+10
2011-01-07Use size_t for alpm_list sizesAllan McRae1-3/+3
2011-01-07Update copyright years for 2011Allan McRae1-1/+1
2010-12-20Only check diskspace availability if needs more than zeroAllan McRae1-1/+2
2010-12-15Add a cushion for diskspace checkingDan McGee1-3/+8
2010-12-12diskspace style cleanups and small fixesDan McGee1-48/+53
2010-12-12Refactor statfs/statvfs type checkDan McGee1-34/+17
2010-12-12Display progress bar for disk space checkingAllan McRae1-2/+17
2010-12-12Implement disk space checkingAllan McRae1-1/+42
2010-12-12Add functions to calculate approximate disk usage by packagesAllan McRae1-0/+100
2010-12-12Add function to match file to mount pointAllan McRae1-0/+28
2010-12-12Add function for listing system mount pointsAllan McRae1-0/+119
2010-12-12Prototype disk space checking functionalityAllan McRae1-0/+28