Age | Commit message (Expand) | Author | Files | Lines |
2011-03-21 | Style change: return(x) --> return x | Dan McGee | 1 | -11/+11 |
2011-03-17 | Ensure we have a root partition when checking space | Dan McGee | 1 | -2/+13 |
2011-03-17 | Add missing newline to warning message | Allan McRae | 1 | -2/+2 |
2011-03-02 | libalpm/diskspace.c: remove bogus parenthesis | Xavier Chantry | 1 | -1/+1 |
2011-02-11 | diskspace: allow used flag to be toggled for both remove and install | Dan McGee | 1 | -2/+3 |
2011-02-11 | Check mountpoint read-only status when checking space | Dan McGee | 1 | -4/+20 |
2011-02-11 | diskspace: use calloc instead of malloc | Dan McGee | 1 | -10/+2 |
2011-02-11 | Fix mount dir length calculation | Dan McGee | 1 | -3/+3 |
2011-02-08 | Skip diskspace checking for symlinks and directories in all cases | Dan McGee | 1 | -42/+43 |
2011-01-12 | Call archive_read_data_skip() while checking diskspace | Dan McGee | 1 | -0/+7 |
2011-01-12 | Add error message stating which partition is full | Dan McGee | 1 | -7/+10 |
2011-01-10 | Ensure we use local package when calculating removed size | Dan McGee | 1 | -5/+7 |
2011-01-10 | Remove need for floating point division in backend | Dan McGee | 1 | -10/+10 |
2011-01-08 | Fix some more simple conversion "errors" | Dan McGee | 1 | -10/+10 |
2011-01-08 | Use size_t for alpm_list sizes | Allan McRae | 1 | -3/+3 |
2011-01-08 | Update copyright years for 2011 | Allan McRae | 1 | -1/+1 |
2010-12-21 | Only check diskspace availability if needs more than zero | Allan McRae | 1 | -1/+2 |
2010-12-15 | Add a cushion for diskspace checking | Dan McGee | 1 | -3/+8 |
2010-12-13 | diskspace style cleanups and small fixes | Dan McGee | 1 | -48/+53 |
2010-12-13 | Refactor statfs/statvfs type check | Dan McGee | 1 | -34/+17 |
2010-12-13 | Display progress bar for disk space checking | Allan McRae | 1 | -2/+17 |
2010-12-13 | Implement disk space checking | Allan McRae | 1 | -1/+42 |
2010-12-13 | Add functions to calculate approximate disk usage by packages | Allan McRae | 1 | -0/+100 |
2010-12-13 | Add function to match file to mount point | Allan McRae | 1 | -0/+28 |
2010-12-13 | Add function for listing system mount points | Allan McRae | 1 | -0/+119 |
2010-12-13 | Prototype disk space checking functionality | Allan McRae | 1 | -0/+28 |