summaryrefslogtreecommitdiff
path: root/lib/libalpm/diskspace.c
AgeCommit message (Expand)Author
2011-06-27Fix several -Wshadow warningsDan McGee
2011-06-13Switch all logging to use handle directlyDan McGee
2011-06-13Move pm_errno onto the handleDan McGee
2011-06-09Require handle argument to all alpm_option_(get|set)_*() methodsDan McGee
2011-06-03Remove global handle from diskspace.cDan McGee
2011-06-03Push down extern handle variable to files that need itDan McGee
2011-04-20syntax: if/while statements should have no trailing spaceDan McGee
2011-04-15Merge branch 'maint'Dan McGee
2011-04-06diskspace: add the actually used statfs type in ifdefsRémy Oudompheng
2011-03-20Style change: return(x) --> return xDan McGee
2011-03-17Ensure we have a root partition when checking spaceDan McGee
2011-03-16Add missing newline to warning messageAllan McRae
2011-03-01libalpm/diskspace.c: remove bogus parenthesisXavier Chantry
2011-02-11diskspace: allow used flag to be toggled for both remove and installDan McGee
2011-02-11Check mountpoint read-only status when checking spaceDan McGee
2011-02-11diskspace: use calloc instead of mallocDan McGee
2011-02-11Fix mount dir length calculationDan McGee
2011-02-08Skip diskspace checking for symlinks and directories in all casesDan McGee
2011-01-11Call archive_read_data_skip() while checking diskspaceDan McGee
2011-01-11Add error message stating which partition is fullDan McGee
2011-01-10Ensure we use local package when calculating removed sizeDan McGee
2011-01-10Remove need for floating point division in backendDan McGee
2011-01-07Fix some more simple conversion "errors"Dan McGee
2011-01-07Use size_t for alpm_list sizesAllan McRae
2011-01-07Update copyright years for 2011Allan McRae
2010-12-20Only check diskspace availability if needs more than zeroAllan McRae
2010-12-15Add a cushion for diskspace checkingDan McGee
2010-12-12diskspace style cleanups and small fixesDan McGee
2010-12-12Refactor statfs/statvfs type checkDan McGee
2010-12-12Display progress bar for disk space checkingAllan McRae
2010-12-12Implement disk space checkingAllan McRae
2010-12-12Add functions to calculate approximate disk usage by packagesAllan McRae
2010-12-12Add function to match file to mount pointAllan McRae
2010-12-12Add function for listing system mount pointsAllan McRae
2010-12-12Prototype disk space checking functionalityAllan McRae