summaryrefslogtreecommitdiff
path: root/lib/libalpm/diskspace.c
Commit message (Expand)AuthorAge
* Update copyright yearsAllan McRae2017-01-04
* Use f_bavail for diskspace calculationsMartin Kühne2016-10-12
* Update copyright years for 2016Allan McRae2016-01-04
* Do not warn about missing files in NoExtractAllan McRae2016-01-04
* Use correct format specifiersRikard Falkeborn2015-11-11
* calculate_removed_size: ensure llstat succeedsAllan McRae2015-03-03
* Update copyright notices for 2015Allan McRae2015-02-01
* mount_point_list: free memory on errorAllan McRae2014-12-24
* replace strdup with STRDUPAndrew Gregory2014-08-04
* move _alpm_lstat into util-commonAndrew Gregory2014-08-03
* Remove ts and sw from vim modeline when noet is setFlorian Pritz2014-01-28
* Fix compile warnings on systems without getmntentDan McGee2014-01-10
* Update copyright years for 2014Allan McRae2014-01-06
* Fix whitespace and other formatting issuesJason St. John2013-11-15
* Update copyright year for 2013Allan McRae2013-01-03
* diskspace: log errors when opening the mount table failsDave Reisner2012-07-10
* diskspace: only load filesystem info on demandDave Reisner2012-06-25
* diskspace: dedupe code for loading FS usageDave Reisner2012-06-25
* check proper variable for NULLDave Reisner2012-06-25
* diskspace: canonicalize path to download dirDave Reisner2012-06-25
* Fix a signed overflow error on i686 with GCC 4.7.0Dan McGee2012-04-08
* Merge branch 'maint'Dan McGee2012-02-20
|\
| * diskspace: ensure we match only full path componentsDan McGee2012-02-19
* | Remove last explicit include of config.hDan McGee2012-02-06
* | Merge branch 'maint'Dan McGee2012-01-23
|\|
| * Fix sys/mnttab.h header includeDan McGee2012-01-23
| * Add diskspace checking support for Solaris/IllumosDan McGee2012-01-19
* | include config.h via MakefilesDave Reisner2011-12-21
* | diskspace: create static function mount_point_list_freeDave Reisner2011-10-17
* | diskspace: add _alpm_check_downloadspace()Dave Reisner2011-10-17
* | diskspace: extract check_mountpoint() functionDan McGee2011-10-12
|/
* diskspace: fix memory leak on root mount not foundDave Reisner2011-09-08
* Use more correct integer types in diskspace checksDan McGee2011-09-07
* Former transaction callback rename refactorDan McGee2011-09-02
* Move all callbacks up to the handle levelDan McGee2011-09-02
* Remove alpm_option_get_* usage from backendDan McGee2011-08-19
* Remove usages of alpm_list_next() in backendDan McGee2011-08-18
* libalpm: fix a remaining old syntax of RET_ERR() macroRémy Oudompheng2011-08-15
* Convert package filelists to an array instead of linked listDan McGee2011-07-21
* Merge remote-tracking branch 'allan/ALPM'Dan McGee2011-07-03
|\
| * Prefix _alpm_errno_t members with ALPMAllan McRae2011-07-02
| * Prefix alpm_transprog_t members with ALPMAllan McRae2011-07-02
| * Prefix alpm_loglevel_t members with ALPMAllan McRae2011-07-02
* | diskspace: remove all libarchive usageDan McGee2011-07-03
* | Move alpm filelists to a struct objectDan McGee2011-07-03
|/
* Rename pmtrans_t to alpm_trans_tAllan McRae2011-06-28
* Rename pmpkg_t to alpm_pkg_tAllan McRae2011-06-28
* Rename pmhandle_t to alpm_handle_tAllan McRae2011-06-28
* Fix several -Wshadow warningsDan McGee2011-06-27
* Switch all logging to use handle directlyDan McGee2011-06-13