On 12/22/06, Dan McGee <dpmcgee@gmail.com> wrote:
Some more functions that are worth taking a look at on the libalpm side: add.c: _alpm_add_commit be_files.c: _alpm_db_read _alpm_db_write conflict.c: _alpm_checkconflicts _alpm_db_find_conflicts package.c: _alpm_pkg_load (getting a bit long) remove.c: _alpm_remove_commit server.c: _alpm_downloadfiles_forreal sync.c: _alpm_sync_sysupgrade (getting there) _alpm_sync_prepare _alpm_sync_commit
Thanks for the list! I will look at these this weekend, as I won't really be available (holidays and all) that much.
And some minor things I found in the code- cleaned up an extern enum, changed 'md5' variable to 'hash' as it can be either md5 or sha1, resorted db.h for clarity, and fixed some English grammar issues. Here is a patch:
Applied. Thanks!