summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2011-06-14Ensure handle is valid and pm_errno is reset when calling into APIDan McGee15-69/+128
2011-06-14Avoid setting sigverify option twiceDan McGee1-1/+0
2011-06-14Conflict check and skip_remove code cleanupsDan McGee2-39/+55
2011-06-14Small handle related cleanupsDan McGee3-5/+3
2011-06-14Add handle argument to _alpm_pkg_should_ignore()Dan McGee4-13/+14
2011-06-14Merge remote-tracking branch 'florian/sodeps'Dan McGee2-2/+94
2011-06-14doc/PKGBUILD: misc changesFlorian Pritz1-41/+40
2011-06-14Merge branch 'maint'Dan McGee3-9/+15
2011-06-14Remove alpm_db_get_url()Dan McGee3-30/+7
2011-06-14Added check option to BUILDENV array in makepkg.conf man pageEric BĂ©langer1-1/+1
2011-06-14Add a helper method for retrieving the DB signature pathDan McGee2-0/+15
2011-06-14alpm_db_update(): refactor out sync dir create/checkDan McGee1-22/+31
2011-06-14conf: do batch processing of repo sectionsDan McGee1-49/+100
2011-06-14conf: _parseconfig() cleanups and documentationDan McGee1-19/+38
2011-06-14Always pass data to trans_commit()Dan McGee1-2/+4
2011-06-14Remove global handle variableDan McGee3-15/+0
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-14Fix list_display on non-ttys and other output fixesDan McGee1-7/+12
2011-06-09doc/PKGBUILD: document libdepsFlorian Pritz1-0/+9
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-07Add late-breaking 3.5.3 NEWSDan McGee1-1/+2
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