summaryrefslogtreecommitdiff
path: root/lib/libalpm/diskspace.c
AgeCommit message (Expand)Author
2018-05-14Remove all modelines from the projectEli Schwartz
2018-03-14Update coyrights for 2018Allan McRae
2017-01-04Update copyright yearsAllan McRae
2016-10-12Use f_bavail for diskspace calculationsMartin Kühne
2016-01-04Update copyright years for 2016Allan McRae
2016-01-04Do not warn about missing files in NoExtractAllan McRae
2015-11-11Use correct format specifiersRikard Falkeborn
2015-03-03calculate_removed_size: ensure llstat succeedsAllan McRae
2015-02-01Update copyright notices for 2015Allan McRae
2014-12-24mount_point_list: free memory on errorAllan McRae
2014-08-04replace strdup with STRDUPAndrew Gregory
2014-08-03move _alpm_lstat into util-commonAndrew Gregory
2014-01-28Remove ts and sw from vim modeline when noet is setFlorian Pritz
2014-01-10Fix compile warnings on systems without getmntentDan McGee
2014-01-06Update copyright years for 2014Allan McRae
2013-11-15Fix whitespace and other formatting issuesJason St. John
2013-01-03Update copyright year for 2013Allan McRae
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