1
0
mirror of https://github.com/moparisthebest/pacman synced 2024-11-09 19:15:01 -05:00
pacman/lib/libalpm
Dan McGee fb3ad7f882 Add handle argument to alpm_(add|remove)_pkg()
This makes these functions consistent with the rest of the transaction
related API calls. We do an additional assert to ensure the handle
attached to the package is the same as the handle passed in.

Signed-off-by: Dan McGee <dan@archlinux.org>
2011-06-13 19:32:59 -05:00
..
po 3.5.2 translation updates from Transifex 2011-04-18 11:26:20 -05:00
.gitignore Remove unnecessary entries from .gitignore files 2007-07-16 16:49:28 -04:00
add.c Add handle argument to alpm_(add|remove)_pkg() 2011-06-13 19:32:59 -05:00
add.h Remove global handle dependencies from sync/upgrade paths 2011-06-03 13:18:36 -05:00
alpm_list.c Merge branch 'maint' 2011-06-01 12:13:49 -05:00
alpm_list.h Add new alpm_list_remove_item() function 2011-02-04 09:55:46 +10:00
alpm.c New signatures for alpm initialize and release 2011-06-07 11:37:05 -05:00
alpm.h Add handle argument to alpm_(add|remove)_pkg() 2011-06-13 19:32:59 -05:00
backup.c Remove ALPM_LOG_FUNC macro 2011-06-03 11:48:24 -05:00
backup.h Update copyright years for 2011 2011-01-07 18:47:37 -06:00
base64.c Add base64 algorithms from PolarSSL to libalpm 2011-03-23 02:22:00 -05:00
base64.h Add base64 algorithms from PolarSSL to libalpm 2011-03-23 02:22:00 -05:00
be_local.c Require handle argument to all alpm_option_(get|set)_*() methods 2011-06-09 14:24:45 -05:00
be_package.c Fix memory leak if package sig was invalid 2011-06-13 17:44:49 -05:00
be_sync.c Require handle argument to all alpm_option_(get|set)_*() methods 2011-06-09 14:24:45 -05:00
conflict.c Kill all remaining 'PATH_MAX + 1' usages 2011-06-09 14:16:55 -05:00
conflict.h Remove global handle dependencies from sync/upgrade paths 2011-06-03 13:18:36 -05:00
db.c Added initialization code for database siglevel 2011-06-13 19:32:59 -05:00
db.h New signatures for alpm initialize and release 2011-06-07 11:37:05 -05:00
delta.c Require handle argument to all alpm_option_(get|set)_*() methods 2011-06-09 14:24:45 -05:00
delta.h Require handle argument to all alpm_option_(get|set)_*() methods 2011-06-09 14:24:45 -05:00
deps.c Require handle argument to all alpm_trans_*() methods 2011-06-09 14:24:45 -05:00
deps.h Ensure reported missing dependencies show correct version comparison 2011-03-25 15:43:08 -05:00
diskspace.c Require handle argument to all alpm_option_(get|set)_*() methods 2011-06-09 14:24:45 -05:00
diskspace.h Remove global handle from diskspace.c 2011-06-03 12:36:13 -05:00
dload.c Require handle argument to all alpm_option_(get|set)_*() methods 2011-06-09 14:24:45 -05:00
dload.h libalpm/dload: major refactor of signature downloading 2011-04-22 17:08:33 -05:00
error.c Push down extern handle variable to files that need it 2011-06-03 12:23:32 -05:00
graph.c Fix graph free valgrind warnings 2011-06-08 02:49:03 -05:00
graph.h Include "config.h" in header files using off_t 2011-04-15 18:40:32 -05:00
group.c Remove ALPM_LOG_FUNC macro 2011-06-03 11:48:24 -05:00
group.h Update copyright years for 2011 2011-01-07 18:47:37 -06:00
handle.c Require handle argument to all alpm_option_(get|set)_*() methods 2011-06-09 14:24:45 -05:00
handle.h New signatures for alpm initialize and release 2011-06-07 11:37:05 -05:00
log.c Require handle argument to all alpm_option_(get|set)_*() methods 2011-06-09 14:24:45 -05:00
log.h Remove ALPM_LOG_FUNC macro 2011-06-03 11:48:24 -05:00
Makefile.am Allow conditional compilation with GPGME 2011-04-27 16:58:58 -05: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 Require handle argument to all alpm_option_(get|set)_*() methods 2011-06-09 14:24:45 -05:00
package.h Add handle attribute to pmpkg_t struct 2011-06-03 12:13:22 -05:00
pkghash.c Remove ALPM_LOG_FUNC macro 2011-06-03 11:48:24 -05:00
pkghash.h alpm: remove public visibility of pmpkghash_t 2011-02-25 09:45:13 -06:00
remove.c Add handle argument to alpm_(add|remove)_pkg() 2011-06-13 19:32:59 -05:00
remove.h Remove global handle from remove.c 2011-06-03 12:53:53 -05:00
signing.c Require handle argument to all alpm_option_(get|set)_*() methods 2011-06-09 14:24:45 -05:00
signing.h Require handle argument to all alpm_option_(get|set)_*() methods 2011-06-09 14:24:45 -05:00
sync.c Require handle for alpm_sync_sysupgrade() 2011-06-09 14:24:45 -05:00
sync.h Remove global handle dependencies from sync/upgrade paths 2011-06-03 13:18:36 -05:00
trans.c Require handle argument to all alpm_trans_*() methods 2011-06-09 14:24:45 -05:00
trans.h Remove global handle from util.c 2011-06-03 12:33:18 -05:00
util.c Require handle argument to all alpm_option_(get|set)_*() methods 2011-06-09 14:24:45 -05:00
util.h Require handle argument to all alpm_option_(get|set)_*() methods 2011-06-09 14:24:45 -05:00
version.c Style change: return(x) --> return x 2011-03-20 19:49:45 -05:00