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