| Commit message (Expand) | Author | Age |
* | Merge remote-tracking branch 'allan/ALPM' | Dan McGee | 2011-07-03 |
|\ |
|
| * | Prefix _alpm_errno_t members with ALPM | Allan McRae | 2011-07-02 |
| * | Prefix alpm_transprog_t members with ALPM | Allan McRae | 2011-07-02 |
| * | Prefix alpm_loglevel_t members with ALPM | Allan McRae | 2011-07-02 |
* | | diskspace: remove all libarchive usage | Dan McGee | 2011-07-03 |
* | | Move alpm filelists to a struct object | Dan McGee | 2011-07-03 |
|/ |
|
* | Rename pmtrans_t to alpm_trans_t | Allan McRae | 2011-06-28 |
* | Rename pmpkg_t to alpm_pkg_t | Allan McRae | 2011-06-28 |
* | Rename pmhandle_t to alpm_handle_t | Allan McRae | 2011-06-28 |
* | Fix several -Wshadow warnings | Dan McGee | 2011-06-27 |
* | Switch all logging to use handle directly | Dan McGee | 2011-06-13 |
* | Move pm_errno onto the handle | Dan McGee | 2011-06-13 |
* | Require handle argument to all alpm_option_(get|set)_*() methods | Dan McGee | 2011-06-09 |
* | Remove global handle from diskspace.c | Dan McGee | 2011-06-03 |
* | Push down extern handle variable to files that need it | Dan McGee | 2011-06-03 |
* | syntax: if/while statements should have no trailing space | Dan McGee | 2011-04-20 |
* | Merge branch 'maint' | Dan McGee | 2011-04-15 |
|\ |
|
| * | diskspace: add the actually used statfs type in ifdefs | Rémy Oudompheng | 2011-04-06 |
* | | Style change: return(x) --> return x | Dan McGee | 2011-03-20 |
|/ |
|
* | Ensure we have a root partition when checking space | Dan McGee | 2011-03-17 |
* | Add missing newline to warning message | Allan McRae | 2011-03-16 |
* | libalpm/diskspace.c: remove bogus parenthesis | Xavier Chantry | 2011-03-01 |
* | diskspace: allow used flag to be toggled for both remove and install | Dan McGee | 2011-02-11 |
* | Check mountpoint read-only status when checking space | Dan McGee | 2011-02-11 |
* | diskspace: use calloc instead of malloc | Dan McGee | 2011-02-11 |
* | Fix mount dir length calculation | Dan McGee | 2011-02-11 |
* | Skip diskspace checking for symlinks and directories in all cases | Dan McGee | 2011-02-08 |
* | Call archive_read_data_skip() while checking diskspace | Dan McGee | 2011-01-11 |
* | Add error message stating which partition is full | Dan McGee | 2011-01-11 |
* | Ensure we use local package when calculating removed size | Dan McGee | 2011-01-10 |
* | Remove need for floating point division in backend | Dan McGee | 2011-01-10 |
* | Fix some more simple conversion "errors" | Dan McGee | 2011-01-07 |
* | Use size_t for alpm_list sizes | Allan McRae | 2011-01-07 |
* | Update copyright years for 2011 | Allan McRae | 2011-01-07 |
* | Only check diskspace availability if needs more than zero | Allan McRae | 2010-12-20 |
* | Add a cushion for diskspace checking | Dan McGee | 2010-12-15 |
* | diskspace style cleanups and small fixes | Dan McGee | 2010-12-12 |
* | Refactor statfs/statvfs type check | Dan McGee | 2010-12-12 |
* | Display progress bar for disk space checking | Allan McRae | 2010-12-12 |
* | Implement disk space checking | Allan McRae | 2010-12-12 |
* | Add functions to calculate approximate disk usage by packages | Allan McRae | 2010-12-12 |
* | Add function to match file to mount point | Allan McRae | 2010-12-12 |
* | Add function for listing system mount points | Allan McRae | 2010-12-12 |
* | Prototype disk space checking functionality | Allan McRae | 2010-12-12 |