summaryrefslogtreecommitdiff
path: root/lib/libalpm/diskspace.c
AgeCommit message (Expand)Author
2012-07-10diskspace: log errors when opening the mount table failsDave Reisner
2012-06-25diskspace: only load filesystem info on demandDave Reisner
2012-06-25diskspace: dedupe code for loading FS usageDave Reisner
2012-06-25check proper variable for NULLDave Reisner
2012-06-25diskspace: canonicalize path to download dirDave Reisner
2012-04-08Fix a signed overflow error on i686 with GCC 4.7.0Dan McGee
2012-02-20Merge branch 'maint'Dan McGee
2012-02-19diskspace: ensure we match only full path componentsDan McGee
2012-02-06Remove last explicit include of config.hDan McGee
2012-01-23Merge branch 'maint'Dan McGee
2012-01-23Fix sys/mnttab.h header includeDan McGee
2012-01-19Add diskspace checking support for Solaris/IllumosDan McGee
2011-12-21include config.h via MakefilesDave Reisner
2011-10-17diskspace: create static function mount_point_list_freeDave Reisner
2011-10-17diskspace: add _alpm_check_downloadspace()Dave Reisner
2011-10-12diskspace: extract check_mountpoint() functionDan McGee
2011-09-08diskspace: fix memory leak on root mount not foundDave Reisner
2011-09-07Use more correct integer types in diskspace checksDan McGee
2011-09-02Former transaction callback rename refactorDan McGee
2011-09-02Move all callbacks up to the handle levelDan McGee
2011-08-19Remove alpm_option_get_* usage from backendDan McGee
2011-08-18Remove usages of alpm_list_next() in backendDan McGee
2011-08-15libalpm: fix a remaining old syntax of RET_ERR() macroRémy Oudompheng
2011-07-21Convert package filelists to an array instead of linked listDan McGee
2011-07-03Merge remote-tracking branch 'allan/ALPM'Dan McGee
2011-07-03diskspace: remove all libarchive usageDan McGee
2011-07-03Move alpm filelists to a struct objectDan McGee
2011-07-02Prefix _alpm_errno_t members with ALPMAllan McRae
2011-07-02Prefix alpm_transprog_t members with ALPMAllan McRae
2011-07-02Prefix alpm_loglevel_t members with ALPMAllan McRae
2011-06-28Rename pmtrans_t to alpm_trans_tAllan McRae
2011-06-28Rename pmpkg_t to alpm_pkg_tAllan McRae
2011-06-28Rename pmhandle_t to alpm_handle_tAllan McRae
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