summaryrefslogtreecommitdiffstats
path: root/lib/libalpm/diskspace.c
AgeCommit message (Expand)AuthorFilesLines
2011-12-22include config.h via MakefilesDave Reisner1-2/+0
2011-10-17diskspace: create static function mount_point_list_freeDave Reisner1-11/+14
2011-10-17diskspace: add _alpm_check_downloadspace()Dave Reisner1-0/+49
2011-10-12diskspace: extract check_mountpoint() functionDan McGee1-17/+23
2011-09-08diskspace: fix memory leak on root mount not foundDave Reisner1-1/+3
2011-09-08Use more correct integer types in diskspace checksDan McGee1-14/+15
2011-09-03Former transaction callback rename refactorDan McGee1-3/+3
2011-09-03Move all callbacks up to the handle levelDan McGee1-3/+3
2011-08-20Remove alpm_option_get_* usage from backendDan McGee1-1/+1
2011-08-18Remove usages of alpm_list_next() in backendDan McGee1-3/+3
2011-08-15libalpm: fix a remaining old syntax of RET_ERR() macroRémy Oudompheng1-1/+1
2011-07-21Convert package filelists to an array instead of linked listDan McGee1-8/+16
2011-07-03Merge remote-tracking branch 'allan/ALPM'Dan McGee1-16/+16
2011-07-03diskspace: remove all libarchive usageDan McGee1-41/+7
2011-07-03Move alpm filelists to a struct objectDan McGee1-3/+4
2011-07-01Prefix _alpm_errno_t members with ALPMAllan McRae1-6/+6
2011-07-01Prefix alpm_transprog_t members with ALPMAllan McRae1-3/+3
2011-07-01Prefix alpm_loglevel_t members with ALPMAllan McRae1-11/+11
2011-06-28Rename pmtrans_t to alpm_trans_tAllan McRae1-1/+1
2011-06-28Rename pmpkg_t to alpm_pkg_tAllan McRae1-4/+4
2011-06-28Rename pmhandle_t to alpm_handle_tAllan McRae1-4/+4
2011-06-27Fix several -Wshadow warningsDan McGee1-4/+4
2011-06-14Switch all logging to use handle directlyDan McGee1-11/+11
2011-06-14Move pm_errno onto the handleDan McGee1-7/+7
2011-06-09Require handle argument to all alpm_option_(get|set)_*() methodsDan McGee1-1/+1
2011-06-03Remove global handle from diskspace.cDan McGee1-12/+10
2011-06-03Push down extern handle variable to files that need itDan McGee1-0/+3
2011-04-21syntax: if/while statements should have no trailing spaceDan McGee1-3/+3
2011-04-16Merge branch 'maint'Dan McGee1-2/+2
2011-04-06diskspace: add the actually used statfs type in ifdefsRémy Oudompheng1-2/+2
2011-03-21Style change: return(x) --> return xDan McGee1-11/+11
2011-03-17Ensure we have a root partition when checking spaceDan McGee1-2/+13
2011-03-17Add missing newline to warning messageAllan McRae1-2/+2
2011-03-02libalpm/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-12Call archive_read_data_skip() while checking diskspaceDan McGee1-0/+7
2011-01-12Add 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-08Fix some more simple conversion "errors"Dan McGee1-10/+10
2011-01-08Use size_t for alpm_list sizesAllan McRae1-3/+3
2011-01-08Update copyright years for 2011Allan McRae1-1/+1
2010-12-21Only check diskspace availability if needs more than zeroAllan McRae1-1/+2
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