1
0
mirror of https://github.com/moparisthebest/pacman synced 2025-01-08 12:28:00 -05:00
pacman/lib/libalpm
Dave Reisner 6e29f02e94 diskspace: add _alpm_check_downloadspace()
This function determines if the given cachedir has at least the given
amount of free space on it. This will be later used in the sync code to
preemptively halt downloads.

Signed-off-by: Dave Reisner <dreisner@archlinux.org>
Signed-off-by: Dan McGee <dan@archlinux.org>
2011-10-17 08:39:04 -05:00
..
po Final Transifex update before 4.0 2011-10-12 13:42:12 -05:00
.gitignore
add.c Move infrequently used path variables off the stack 2011-10-12 14:01:25 -05:00
add.h
alpm_list.c Remove alpm_list_getdata wrapper function 2011-10-12 14:22:49 -05:00
alpm_list.h Remove alpm_list_getdata wrapper function 2011-10-12 14:22:49 -05:00
alpm.c Initialize cURL library on first use 2011-09-28 13:01:03 -05:00
alpm.h Introduce alpm_time_t type 2011-10-12 14:01:25 -05:00
backup.c
backup.h
base64.c
base64.h
be_local.c Introduce alpm_time_t type 2011-10-12 14:01:25 -05:00
be_package.c Add _alpm_process_siglist() logic to failed package validation 2011-09-22 10:35:52 -05:00
be_sync.c Refactor download payload reset and free 2011-09-28 13:01:03 -05:00
conflict.c Make _alpm_filelist_contains() NULL-safe 2011-10-14 14:50:27 -05:00
conflict.h
db.c
db.h Introduce alpm_time_t type 2011-10-12 14:01:25 -05:00
delta.c
delta.h
deps.c _alpm_splitdep: use malloc instead of calloc 2011-09-27 17:52:38 -05:00
deps.h
diskspace.c diskspace: add _alpm_check_downloadspace() 2011-10-17 08:39:04 -05:00
diskspace.h diskspace: add _alpm_check_downloadspace() 2011-10-17 08:39:04 -05:00
dload.c curl_gethost() potential bug fixups 2011-10-13 15:16:10 -05:00
dload.h Merge branch 'maint' 2011-10-14 08:16:18 -05:00
error.c
graph.c
graph.h
group.c
group.h Rename internal functions with grp in their name 2011-06-29 15:52:33 +10:00
handle.c Move default siglevel value from backend to frontend 2011-09-22 10:32:30 -05:00
handle.h Initialize cURL library on first use 2011-09-28 13:01:03 -05:00
log.c
log.h
Makefile.am
md5.c Update MD5 routines with changes from PolarSSL 2011-08-11 20:17:21 -05:00
md5.h Update MD5 routines with changes from PolarSSL 2011-08-11 20:17:21 -05:00
package.c Introduce alpm_time_t type 2011-10-12 14:01:25 -05:00
package.h Introduce alpm_time_t type 2011-10-12 14:01:25 -05:00
pkghash.c alpm_list: use malloc instead of calloc 2011-09-27 17:49:27 -05:00
pkghash.h
rawstr.c
remove.c Large performance improvement for check for owned directories 2011-10-14 14:58:12 -05:00
remove.h Be smarter about running ldconfig during removal transactions 2011-09-19 13:18:42 -05:00
sha2.c
sha2.h
signing.c Add user-visible warning message if public keyring not found 2011-10-12 17:54:08 -05:00
signing.h signing: add a process and retry loop for database signatures 2011-09-20 10:23:11 -05:00
sync.c Convert MALLOC to actually call malloc() 2011-10-12 14:01:25 -05:00
sync.h
trans.c Refactor _alpm_runscriptlet() 2011-09-30 10:55:58 -05:00
trans.h Refactor _alpm_runscriptlet() 2011-09-30 10:55:58 -05:00
util.c Fix some strict 32-bit gcc warnings 2011-10-13 16:25:21 -05:00
util.h Convert MALLOC to actually call malloc() 2011-10-12 14:01:25 -05:00
version.c