bottle/lib/libalpm
Allan McRae 44e9fdd0e8 Check empty subdirectory ownership
When checking if a package owns a directory, it is important to check
not only that all the files in the directory are part of the package,
but also if the directory is part of a package.  This catches empty
subdirectories during conflict checking for directory to file/symlink
replacements.

Signed-off-by: Allan McRae <allan@archlinux.org>
Signed-off-by: Dan McGee <dan@archlinux.org>
2012-07-10 08:31:48 -05:00
..
po Updates from Transifex 2012-04-07 10:13:37 -05:00
.gitignore
add.c Ensure pre_upgrade scriptlet gets old package version 2012-05-04 11:41:40 -05:00
add.h
alpm_list.c Fix rare segfault on package removal 2012-01-31 11:22:30 -06:00
alpm_list.h
alpm.c Initialize cURL library on first use 2011-09-28 13:01:03 -05:00
alpm.h Fix a handful of comment typos or misspellings 2012-02-06 22:12:11 -06:00
backup.c
backup.h
base64.c Update base64 PolarSSL code 2011-08-15 06:24:49 -05:00
base64.h Update base64 PolarSSL code 2011-08-15 06:24:49 -05:00
be_local.c Use _alpm_local_db_pkgpath in _cache_changelog_open 2011-09-30 11:08:49 -05:00
be_package.c Fix a potential memory leak in filelist creation 2012-03-05 11:44:34 -06:00
be_sync.c Introduce ALPM_BUFFER_SIZE constant 2011-10-27 14:59:24 -05:00
conflict.c Check empty subdirectory ownership 2012-07-10 08:31:48 -05:00
conflict.h
db.c Fix bogus string cast in search debug message 2011-12-29 14:24:08 -06:00
db.h Revamp scriptlet path formation for scriptlets in local database 2011-09-30 10:55:58 -05:00
delta.c account for partial delta files in download size 2011-09-11 19:10:48 -05:00
delta.h
deps.c Revert "Add -S --recursive operation" 2012-02-15 15:58:07 -06:00
deps.h Be more robust when copying package data 2011-08-19 11:09:57 -05:00
diskspace.c diskspace: ensure we match only full path components 2012-02-19 23:04:12 -06:00
diskspace.h Use more correct integer types in diskspace checks 2011-09-07 21:05:04 -05:00
dload.c Fix issues with unintialized variable value usage 2012-04-09 00:46:54 -05:00
dload.h Add missing #ifdef around cURL error code in download struct 2011-10-14 07:38:58 -05:00
error.c
graph.c
graph.h
group.c
group.h
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 Add sha2 (sha256) routines from PolarSSL 2011-08-15 07:07:13 -05:00
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 Revert "libalpm: compare pkgname with strcoll" 2011-09-27 20:24:04 -05:00
package.h Pass package signature data up one more level 2011-09-20 10:23:11 -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 Update copyright on changed files since beginning of year 2012-01-18 22:25:27 -06:00
remove.h Be smarter about running ldconfig during removal transactions 2011-09-19 13:18:42 -05:00
sha2.c Add sha2 (sha256) routines from PolarSSL 2011-08-15 07:07:13 -05:00
sha2.h Add sha2 (sha256) routines from PolarSSL 2011-08-15 07:07:13 -05:00
signing.c Fix issues with unintialized variable value usage 2012-04-09 00:46:54 -05:00
signing.h signing: add a process and retry loop for database signatures 2011-09-20 10:23:11 -05:00
sync.c sync: fix crash on failed downloads 2012-04-07 10:13:38 -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 Update copyright on changed files since beginning of year 2012-01-18 22:25:27 -06:00
util.h Introduce ALPM_BUFFER_SIZE constant 2011-10-27 14:59:24 -05:00
version.c vercmp: ensure 2.0a and 2.0.a do not compare equal 2011-08-23 01:49:29 -05:00