1
0
mirror of https://github.com/moparisthebest/pacman synced 2024-08-13 17:03:46 -04:00
pacman/lib/libalpm
Dan McGee 5ea4706f57 Move locking functions to where they are needed
We only call these from the transaction init and teardown, so move them
to that file, mark them static, and push more of the logic of handle
manipulation into these functions.

Signed-off-by: Dan McGee <dan@archlinux.org>
2011-02-28 10:43:36 -06:00
..
po Merge branch 'maint' 2011-02-06 12:52:20 -06:00
.gitignore Remove unnecessary entries from .gitignore files 2007-07-16 16:49:28 -04:00
add.c Remove trans->skip_add 2011-02-22 16:48:51 -06:00
add.h Update copyright years for 2011 2011-01-07 18:47:37 -06:00
alpm_list.c Add new alpm_list_remove_item() function 2011-02-04 09:55:46 +10:00
alpm_list.h Add new alpm_list_remove_item() function 2011-02-04 09:55:46 +10:00
alpm.c Remove need to explicitly register the local DB 2011-01-29 12:13:56 -06:00
alpm.h alpm: alpm_db_get_pkgcache_list => alpm_db_get_pkgcache 2011-02-25 09:46:36 -06:00
backup.c Update copyright years for 2011 2011-01-07 18:47:37 -06:00
backup.h Update copyright years for 2011 2011-01-07 18:47:37 -06:00
be_local.c Fix some database size estimation problems 2011-02-15 16:58:08 -06:00
be_package.c Don't generate filelist unless we are going to use it 2011-02-16 20:57:07 -06:00
be_sync.c Fix some database size estimation problems 2011-02-15 16:58:08 -06:00
conflict.c alpm: alpm_db_get_pkgcache_list => alpm_db_get_pkgcache 2011-02-25 09:46:36 -06:00
conflict.h Conflict checking code cleanup 2011-02-16 20:57:07 -06:00
db.c alpm: alpm_db_get_pkgcache_list => alpm_db_get_pkgcache 2011-02-25 09:46:36 -06:00
db.h alpm: alpm_db_get_pkgcache_list => alpm_db_get_pkgcache 2011-02-25 09:46:36 -06:00
delta.c Update copyright years for 2011 2011-01-07 18:47:37 -06:00
delta.h Update copyright years for 2011 2011-01-07 18:47:37 -06:00
deps.c alpm: alpm_db_get_pkgcache_list => alpm_db_get_pkgcache 2011-02-25 09:46:36 -06:00
deps.h alpm/depcmp: new NODEPVERSION flag 2011-01-31 10:49:39 -06:00
diskspace.c diskspace: allow used flag to be toggled for both remove and install 2011-02-11 10:51:59 -06:00
diskspace.h diskspace: allow used flag to be toggled for both remove and install 2011-02-11 10:51:59 -06:00
dload.c Add comment about download file resolution 2011-02-04 09:15:22 -06:00
dload.h Update copyright years for 2011 2011-01-07 18:47:37 -06:00
error.c Handle PM_ERR_WRITE in alpm_strerror() 2011-02-04 14:21:43 -06:00
graph.h Use CALLOC for _alpm_graph_new() 2011-02-15 16:23:36 -06:00
group.c Update copyright years for 2011 2011-01-07 18:47:37 -06:00
group.h Update copyright years for 2011 2011-01-07 18:47:37 -06:00
handle.c Fix double close of the lock file 2011-02-27 13:32:41 -06:00
handle.h Fix double close of the lock file 2011-02-27 13:32:41 -06:00
log.c Mark log callback format string const 2011-02-24 09:38:59 -06:00
log.h Mark log callback format string const 2011-02-24 09:38:59 -06:00
Makefile.am Add a hash table for holding packages 2011-02-04 09:55:45 +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 alpm: alpm_db_get_pkgcache_list => alpm_db_get_pkgcache 2011-02-25 09:46:36 -06:00
package.h Remove epoch as an independent field 2011-01-21 19:30:45 -06:00
pkghash.c Fix some database size estimation problems 2011-02-15 16:58:08 -06:00
pkghash.h alpm: remove public visibility of pmpkghash_t 2011-02-25 09:45:13 -06:00
remove.c alpm: alpm_db_get_pkgcache_list => alpm_db_get_pkgcache 2011-02-25 09:46:36 -06:00
remove.h Update copyright years for 2011 2011-01-07 18:47:37 -06:00
sync.c alpm: alpm_db_get_pkgcache_list => alpm_db_get_pkgcache 2011-02-25 09:46:36 -06:00
sync.h Update copyright years for 2011 2011-01-07 18:47:37 -06:00
trans.c Move locking functions to where they are needed 2011-02-28 10:43:36 -06:00
trans.h Remove trans->skip_add 2011-02-22 16:48:51 -06:00
util.c Move locking functions to where they are needed 2011-02-28 10:43:36 -06:00
util.h Move locking functions to where they are needed 2011-02-28 10:43:36 -06:00
version.c Allow version comparison to contain epoch specifier 2011-01-21 19:30:45 -06:00