Home
Packages
Forums
Bugs
Mailing List
Download
Arch Linux Official
Send patches - preferably formatted by
git format-patch
- to
patches at archlinux32 dot org
.
index
:
pacman
auto-pentium4
master
Archlinux32 fork of pacman
gitolite user
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
lib
/
libalpm
/
diskspace.c
Age
Commit message (
Expand
)
Author
2012-02-06
Remove last explicit include of config.h
Dan McGee
2012-01-23
Merge branch 'maint'
Dan McGee
2012-01-23
Fix sys/mnttab.h header include
Dan McGee
2012-01-19
Add diskspace checking support for Solaris/Illumos
Dan McGee
2011-12-21
include config.h via Makefiles
Dave Reisner
2011-10-17
diskspace: create static function mount_point_list_free
Dave Reisner
2011-10-17
diskspace: add _alpm_check_downloadspace()
Dave Reisner
2011-10-12
diskspace: extract check_mountpoint() function
Dan McGee
2011-09-08
diskspace: fix memory leak on root mount not found
Dave Reisner
2011-09-07
Use more correct integer types in diskspace checks
Dan McGee
2011-09-02
Former transaction callback rename refactor
Dan McGee
2011-09-02
Move all callbacks up to the handle level
Dan McGee
2011-08-19
Remove alpm_option_get_* usage from backend
Dan McGee
2011-08-18
Remove usages of alpm_list_next() in backend
Dan McGee
2011-08-15
libalpm: fix a remaining old syntax of RET_ERR() macro
Rémy Oudompheng
2011-07-21
Convert package filelists to an array instead of linked list
Dan McGee
2011-07-03
Merge remote-tracking branch 'allan/ALPM'
Dan McGee
2011-07-03
diskspace: remove all libarchive usage
Dan McGee
2011-07-03
Move alpm filelists to a struct object
Dan McGee
2011-07-02
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-06-28
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-27
Fix several -Wshadow warnings
Dan McGee
2011-06-13
Switch all logging to use handle directly
Dan McGee
2011-06-13
Move pm_errno onto the handle
Dan McGee
2011-06-09
Require handle argument to all alpm_option_(get|set)_*() methods
Dan McGee
2011-06-03
Remove global handle from diskspace.c
Dan McGee
2011-06-03
Push down extern handle variable to files that need it
Dan McGee
2011-04-20
syntax: if/while statements should have no trailing space
Dan McGee
2011-04-15
Merge branch 'maint'
Dan McGee
2011-04-06
diskspace: add the actually used statfs type in ifdefs
Rémy Oudompheng
2011-03-20
Style change: return(x) --> return x
Dan McGee
2011-03-17
Ensure we have a root partition when checking space
Dan McGee
2011-03-16
Add missing newline to warning message
Allan McRae
2011-03-01
libalpm/diskspace.c: remove bogus parenthesis
Xavier Chantry
2011-02-11
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-08
Skip diskspace checking for symlinks and directories in all cases
Dan McGee
2011-01-11
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-10
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-07
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
[next]