summaryrefslogtreecommitdiffstats
path: root/lib/libalpm/diskspace.c
AgeCommit message (Expand)AuthorFilesLines
2016-10-12Use f_bavail for diskspace calculationsMartin Kühne1-3/+3
2016-01-04Update copyright years for 2016Allan McRae1-1/+1
2016-01-04Do not warn about missing files in NoExtractAllan McRae1-2/+4
2015-11-11Use correct format specifiersRikard Falkeborn1-1/+1
2015-03-03calculate_removed_size: ensure llstat succeedsAllan McRae1-1/+6
2015-02-01Update copyright notices for 2015Allan McRae1-1/+1
2014-12-24mount_point_list: free memory on errorAllan McRae1-3/+3
2014-08-04replace strdup with STRDUPAndrew Gregory1-3/+3
2014-08-03move _alpm_lstat into util-commonAndrew Gregory1-1/+1
2014-01-28Remove ts and sw from vim modeline when noet is setFlorian Pritz1-1/+1
2014-01-10Fix compile warnings on systems without getmntentDan McGee1-0/+3
2014-01-06Update copyright years for 2014Allan McRae1-1/+1
2013-11-15Fix whitespace and other formatting issuesJason St. John1-1/+1
2013-01-03Update copyright year for 2013Allan McRae1-1/+1
2012-07-10diskspace: log errors when opening the mount table failsDave Reisner1-0/+6
2012-06-26diskspace: only load filesystem info on demandDave Reisner1-13/+40
2012-06-26diskspace: dedupe code for loading FS usageDave Reisner1-25/+27
2012-06-26check proper variable for NULLDave Reisner1-1/+1
2012-06-26diskspace: canonicalize path to download dirDave Reisner1-0/+8
2012-04-09Fix a signed overflow error on i686 with GCC 4.7.0Dan McGee1-4/+6
2012-02-21Merge branch 'maint'Dan McGee1-1/+13
2012-02-20diskspace: ensure we match only full path componentsDan McGee1-1/+13
2012-02-06Remove last explicit include of config.hDan McGee1-2/+0
2012-01-23Merge branch 'maint'Dan McGee1-5/+51
2012-01-23Fix sys/mnttab.h header includeDan McGee1-2/+2
2012-01-19Add diskspace checking support for Solaris/IllumosDan McGee1-5/+49
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