index
:
pacman
master
threads
working
working-maint
Main repository is at http://projects.archlinux.org/pacman.git/
Florian Pritz
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
lib
/
libalpm
/
diskspace.c
Age
Commit message (
Expand
)
Author
Files
Lines
2012-07-10
diskspace: log errors when opening the mount table fails
Dave Reisner
1
-0
/
+6
2012-06-26
diskspace: only load filesystem info on demand
Dave Reisner
1
-13
/
+40
2012-06-26
diskspace: dedupe code for loading FS usage
Dave Reisner
1
-25
/
+27
2012-06-26
check proper variable for NULL
Dave Reisner
1
-1
/
+1
2012-06-26
diskspace: canonicalize path to download dir
Dave Reisner
1
-0
/
+8
2012-04-09
Fix a signed overflow error on i686 with GCC 4.7.0
Dan McGee
1
-4
/
+6
2012-02-21
Merge branch 'maint'
Dan McGee
1
-1
/
+13
2012-02-20
diskspace: ensure we match only full path components
Dan McGee
1
-1
/
+13
2012-02-06
Remove last explicit include of config.h
Dan McGee
1
-2
/
+0
2012-01-23
Merge branch 'maint'
Dan McGee
1
-5
/
+51
2012-01-23
Fix sys/mnttab.h header include
Dan McGee
1
-2
/
+2
2012-01-19
Add diskspace checking support for Solaris/Illumos
Dan McGee
1
-5
/
+49
2011-12-22
include config.h via Makefiles
Dave Reisner
1
-2
/
+0
2011-10-17
diskspace: create static function mount_point_list_free
Dave Reisner
1
-11
/
+14
2011-10-17
diskspace: add _alpm_check_downloadspace()
Dave Reisner
1
-0
/
+49
2011-10-12
diskspace: extract check_mountpoint() function
Dan McGee
1
-17
/
+23
2011-09-08
diskspace: fix memory leak on root mount not found
Dave Reisner
1
-1
/
+3
2011-09-08
Use more correct integer types in diskspace checks
Dan McGee
1
-14
/
+15
2011-09-03
Former transaction callback rename refactor
Dan McGee
1
-3
/
+3
2011-09-03
Move all callbacks up to the handle level
Dan McGee
1
-3
/
+3
2011-08-20
Remove alpm_option_get_* usage from backend
Dan McGee
1
-1
/
+1
2011-08-18
Remove usages of alpm_list_next() in backend
Dan McGee
1
-3
/
+3
2011-08-15
libalpm: fix a remaining old syntax of RET_ERR() macro
Rémy Oudompheng
1
-1
/
+1
2011-07-21
Convert package filelists to an array instead of linked list
Dan McGee
1
-8
/
+16
2011-07-03
Merge remote-tracking branch 'allan/ALPM'
Dan McGee
1
-16
/
+16
2011-07-03
diskspace: remove all libarchive usage
Dan McGee
1
-41
/
+7
2011-07-03
Move alpm filelists to a struct object
Dan McGee
1
-3
/
+4
2011-07-01
Prefix _alpm_errno_t members with ALPM
Allan McRae
1
-6
/
+6
2011-07-01
Prefix alpm_transprog_t members with ALPM
Allan McRae
1
-3
/
+3
2011-07-01
Prefix alpm_loglevel_t members with ALPM
Allan McRae
1
-11
/
+11
2011-06-28
Rename pmtrans_t to alpm_trans_t
Allan McRae
1
-1
/
+1
2011-06-28
Rename pmpkg_t to alpm_pkg_t
Allan McRae
1
-4
/
+4
2011-06-28
Rename pmhandle_t to alpm_handle_t
Allan McRae
1
-4
/
+4
2011-06-27
Fix several -Wshadow warnings
Dan McGee
1
-4
/
+4
2011-06-14
Switch all logging to use handle directly
Dan McGee
1
-11
/
+11
2011-06-14
Move pm_errno onto the handle
Dan McGee
1
-7
/
+7
2011-06-09
Require handle argument to all alpm_option_(get|set)_*() methods
Dan McGee
1
-1
/
+1
2011-06-03
Remove global handle from diskspace.c
Dan McGee
1
-12
/
+10
2011-06-03
Push down extern handle variable to files that need it
Dan McGee
1
-0
/
+3
2011-04-21
syntax: if/while statements should have no trailing space
Dan McGee
1
-3
/
+3
2011-04-16
Merge branch 'maint'
Dan McGee
1
-2
/
+2
2011-04-06
diskspace: add the actually used statfs type in ifdefs
Rémy Oudompheng
1
-2
/
+2
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
[next]