summaryrefslogtreecommitdiffstats
path: root/lib/libalpm/diskspace.h
AgeCommit message (Expand)AuthorFilesLines
2011-10-17diskspace: add _alpm_check_downloadspace()Dave Reisner1-0/+2
2011-09-08Use more correct integer types in diskspace checksDan McGee1-2/+5
2011-06-28Rename pmhandle_t to alpm_handle_tAllan McRae1-1/+1
2011-06-03Remove global handle from diskspace.cDan McGee1-1/+1
2011-02-11diskspace: allow used flag to be toggled for both remove and installDan McGee1-1/+6
2011-02-11Check mountpoint read-only status when checking spaceDan McGee1-0/+1
2011-02-08Skip diskspace checking for symlinks and directories in all casesDan McGee1-0/+1
2011-01-08Update copyright years for 2011Allan McRae1-1/+1
2010-12-13diskspace style cleanups and small fixesDan McGee1-2/+2
2010-12-13Refactor statfs/statvfs type checkDan McGee1-7/+4
2010-12-13Add function for listing system mount pointsAllan McRae1-0/+20
2010-12-13Prototype disk space checking functionalityAllan McRae1-0/+29