summaryrefslogtreecommitdiff
path: root/lib/libalpm/diskspace.c
Commit message (Expand)AuthorAge
* 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
* Move pm_errno onto the handleDan McGee2011-06-13
* Require handle argument to all alpm_option_(get|set)_*() methodsDan McGee2011-06-09
* Remove global handle from diskspace.cDan McGee2011-06-03
* Push down extern handle variable to files that need itDan McGee2011-06-03
* syntax: if/while statements should have no trailing spaceDan McGee2011-04-20
* Merge branch 'maint'Dan McGee2011-04-15
|\
| * diskspace: add the actually used statfs type in ifdefsRémy Oudompheng2011-04-06
* | Style change: return(x) --> return xDan McGee2011-03-20
|/
* Ensure we have a root partition when checking spaceDan McGee2011-03-17
* Add missing newline to warning messageAllan McRae2011-03-16
* libalpm/diskspace.c: remove bogus parenthesisXavier Chantry2011-03-01
* diskspace: allow used flag to be toggled for both remove and installDan McGee2011-02-11
* Check mountpoint read-only status when checking spaceDan McGee2011-02-11
* diskspace: use calloc instead of mallocDan McGee2011-02-11
* Fix mount dir length calculationDan McGee2011-02-11
* Skip diskspace checking for symlinks and directories in all casesDan McGee2011-02-08
* Call archive_read_data_skip() while checking diskspaceDan McGee2011-01-11
* Add error message stating which partition is fullDan McGee2011-01-11
* Ensure we use local package when calculating removed sizeDan McGee2011-01-10
* Remove need for floating point division in backendDan McGee2011-01-10
* Fix some more simple conversion "errors"Dan McGee2011-01-07
* Use size_t for alpm_list sizesAllan McRae2011-01-07
* Update copyright years for 2011Allan McRae2011-01-07