1
0
mirror of https://github.com/moparisthebest/pacman synced 2024-08-13 17:03:46 -04:00
pacman/lib/libalpm
Allan McRae 5b2de3d8ec Separate be_files into be_sync and be_local
The file be_files.c is "split" to be_local.c and be_sync.c in order
to achieve separate handling of sync and local databases.

Some basic clean-up of functions that are only of use for local or
sync databases has been performed and some rough function renaming
in duplicated code has been performed to prevent compilation errors.
However, most of the clean-up and final separation of sync and local
db handling occurs in following patches.

Signed-off-by: Allan McRae <allan@archlinux.org>
2010-10-14 13:17:38 +10:00
..
po Separate be_files into be_sync and be_local 2010-10-14 13:17:38 +10:00
.gitignore Remove unnecessary entries from .gitignore files 2007-07-16 16:49:28 -04:00
add.c Separate be_files into be_sync and be_local 2010-10-14 13:17:38 +10:00
add.h Bump copyright dates to 2010 2010-03-14 19:46:59 -05:00
alpm_list.c alpm_list_diff_sorted - make some arguments const 2010-03-25 21:31:37 -05:00
alpm_list.h alpm_list_diff_sorted - make some arguments const 2010-03-25 21:31:37 -05:00
alpm.c Fix libfetch configure checking 2010-09-06 11:20:51 -05:00
alpm.h Check return value of fwrite when copying files 2010-06-30 23:49:48 -05:00
backup.c Bump copyright dates to 2010 2010-03-14 19:46:59 -05:00
backup.h Bump copyright dates to 2010 2010-03-14 19:46:59 -05:00
be_local.c Separate be_files into be_sync and be_local 2010-10-14 13:17:38 +10:00
be_package.c Move changelog functions to callback struct 2010-10-13 23:53:18 +10:00
be_sync.c Separate be_files into be_sync and be_local 2010-10-14 13:17:38 +10:00
conflict.c Move the cache stuff where it should be 2010-10-13 23:53:18 +10:00
conflict.h Bump copyright dates to 2010 2010-03-14 19:46:59 -05:00
db.c Separate be_files into be_sync and be_local 2010-10-14 13:17:38 +10:00
db.h Separate be_files into be_sync and be_local 2010-10-14 13:17:38 +10:00
delta.c More consistent printing of off_t and time_t 2010-03-25 21:58:35 -05:00
delta.h Bump copyright dates to 2010 2010-03-14 19:46:59 -05:00
deps.c Move the cache stuff where it should be 2010-10-13 23:53:18 +10:00
deps.h Partial fix for the phonon/qt issue 2010-05-18 11:33:00 -05:00
dload.c Fix libfetch configure checking 2010-09-06 11:20:51 -05:00
dload.h Bump copyright dates to 2010 2010-03-14 19:46:59 -05:00
error.c Fix libfetch configure checking 2010-09-06 11:20:51 -05:00
graph.h Bump copyright dates to 2010 2010-03-14 19:46:59 -05:00
group.c Bump copyright dates to 2010 2010-03-14 19:46:59 -05:00
group.h Bump copyright dates to 2010 2010-03-14 19:46:59 -05:00
handle.c Bump copyright dates to 2010 2010-03-14 19:46:59 -05:00
handle.h Bump copyright dates to 2010 2010-03-14 19:46:59 -05:00
log.c Bump copyright dates to 2010 2010-03-14 19:46:59 -05:00
log.h Bump copyright dates to 2010 2010-03-14 19:46:59 -05:00
Makefile.am Separate be_files into be_sync and be_local 2010-10-14 13:17:38 +10:00
md5.c libalpm md5: use larger and dynamic buffer 2010-09-02 10:33:21 -05:00
md5.h libalpm/md5: Fix license header 2008-06-03 21:31:31 -05:00
package.c Fix documentation syntax and typo 2010-10-13 23:53:18 +10:00
package.h Complete rework of package accessor logic 2010-10-13 23:53:18 +10:00
remove.c Separate be_files into be_sync and be_local 2010-10-14 13:17:38 +10:00
remove.h Bump copyright dates to 2010 2010-03-14 19:46:59 -05:00
sync.c Move the cache stuff where it should be 2010-10-13 23:53:18 +10:00
sync.h Bump copyright dates to 2010 2010-03-14 19:46:59 -05:00
trans.c Move the cache stuff where it should be 2010-10-13 23:53:18 +10:00
trans.h Bump copyright dates to 2010 2010-03-14 19:46:59 -05:00
util.c Use OpenSSL MD5 crypto functions if available 2010-09-02 12:05:23 -05:00
util.h use execv to avoid using sh just to run ldconfig 2010-08-27 11:19:15 -05:00
version.c Remove call to function logger 2010-05-04 23:38:52 -05:00