summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2011-06-14Switch all logging to use handle directlyDan McGee22-368/+360
2011-06-14Move pm_errno onto the handleDan McGee39-442/+422
2011-06-14Add handle argument to two more alpm methodsDan McGee7-33/+41
2011-06-14Require handle for alpm_checkconflicts()Dan McGee5-12/+16
2011-06-14Require handle for alpm_pkg_load()Dan McGee8-17/+20
2011-06-14Add handle argument to alpm_(add|remove)_pkg()Dan McGee6-14/+19
2011-06-14Added initialization code for database siglevelKerrick Staley1-0/+1
2011-06-14Fix memory leak if package sig was invalidDan McGee1-0/+1
2011-06-14Fix all current return(x) usagesDan McGee3-12/+12
2011-06-09commit_single_pkg(): Use handle object directlyDan McGee1-6/+6
2011-06-09Require handle for alpm_sync_sysupgrade()Dan McGee3-6/+4
2011-06-09Require handle for alpm_db_register_sync()Dan McGee5-8/+7
2011-06-09Require handle argument to all alpm_trans_*() methodsDan McGee8-45/+50
2011-06-09Require handle argument to all alpm_option_(get|set)_*() methodsDan McGee32-325/+275
2011-06-09Require handle argument to alpm_logaction()Dan McGee10-36/+36
2011-06-09Kill all remaining 'PATH_MAX + 1' usagesDan McGee6-9/+9
2011-06-09_alpm_lstat: only duplicate string if necessaryDan McGee1-7/+8
2011-06-09Fix bracket type in makefileAllan McRae1-1/+1
2011-06-08Merge remote-tracking branch 'allan/working'Dan McGee4-9/+17
2011-06-08Fix graph free valgrind warningsDan McGee1-11/+0
2011-06-08pactest: only create install file if necessaryDan McGee1-2/+2
2011-06-08Plug a memory leakDan McGee1-0/+1
2011-06-08Fix name of original files in scriptsAllan McRae1-1/+1
2011-06-08pacman-key: add vim modeline and fix whitespace issuesAllan McRae1-6/+8
2011-06-08pkgdelta: add vim modelineAllan McRae1-0/+2
2011-06-08Remove incorrect output with download only and IgnorePkgAllan McRae1-2/+6
2011-06-07Merge branch 'maint'Dan McGee4-81/+85
2011-06-07pacman-key: update copyrightAllan McRae1-1/+1
2011-06-07Revamp pacman setup code to handle new alpm initialize routineDan McGee3-133/+140
2011-06-07Update utilities for new initialize/release methodsDan McGee4-34/+29
2011-06-07New signatures for alpm initialize and releaseDan McGee7-91/+72
2011-06-07Add cachedirs one-by-one in set_cachedirs()Dan McGee1-2/+10
2011-06-07Be consistent with memory treatment for plural option settersDan McGee1-5/+5
2011-06-07Add helper methods for setting directory optionsDan McGee5-63/+64
2011-06-07Transifex updatesv3.5.3Dan McGee2-79/+83
2011-06-07Remove incorrect output when downloading onlyAllan McRae1-1/+1
2011-06-07makepkg: fix creation of source package with -pAllan McRae1-1/+1
2011-06-03Use standard errno codes in return from _alpm_archive_fgetsDan McGee5-18/+34
2011-06-03Remove global handle dependencies from sync/upgrade pathsDan McGee7-66/+55
2011-06-03Remove global handle from remove.cDan McGee5-36/+30
2011-06-03Remove global handle from some package and db codeDan McGee6-41/+17
2011-06-03Remove global handle from diskspace.cDan McGee3-14/+12
2011-06-03Remove global handle from util.cDan McGee6-38/+36
2011-06-03Push down extern handle variable to files that need itDan McGee18-3/+48
2011-06-03Add handle attribute to pmpkg_t structDan McGee5-4/+10
2011-06-03Add handle attribute to pmdb_t structDan McGee5-2/+6
2011-06-03Remove unnecessary handle != NULL assertsDan McGee2-15/+0
2011-06-03Remove ALPM_LOG_FUNC macroDan McGee22-252/+0
2011-06-03Merge branch 'maint'Dan McGee6-23/+32
2011-06-03Show net upgrade size on -U/-S operationsDan McGee2-2/+13