summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2011-06-16Make pmdelta_t publicDan McGee4-68/+25
2011-06-16Make pmdepend_t and pmdepmissing_t publicDan McGee8-114/+45
2011-06-16Make struct pmconflict_t publicDan McGee6-44/+21
2011-06-16Make pmfileconflict_t type publicDan McGee5-60/+25
2011-06-15API: change 'signaturedir' to 'gpgdir'Dan McGee6-17/+17
2011-06-15makepkg: create source package inside fakerootAllan McRae1-25/+40
2011-06-15Clean up makefile for script generationAllan McRae1-8/+5
2011-06-15parse_options: adjust error messagesAllan McRae1-3/+3
2011-06-15scripts/library: add README fileAllan McRae1-0/+15
2011-06-15scripts: refactor output formatting functionsAllan McRae6-69/+48
2011-06-15makepkg: move option parsing code to separate fileAllan McRae3-91/+97
2011-06-15Merge branch 'maint'Dan McGee2-4/+5
2011-06-15Ensure humanize_size works for negative valuesJakob Gruber1-1/+1
2011-06-15Use pm_fprintpf in table_create_formatJakob Gruber1-1/+1
2011-06-15makepkg: reword purge messageAllan McRae1-1/+1
2011-06-15list_display: fix incorrect assignmentDan McGee1-1/+1
2011-06-15Fix man page generation for out of tree buildAllan McRae1-3/+4
2011-06-14valgrind.supp: add known leak exposed by cURLDan McGee1-0/+10
2011-06-14doc/PKGBUILD: misc changesFlorian Pritz1-13/+13
2011-06-14Rename and rework signing helper methodsDan McGee1-38/+36
2011-06-14Alpm pkg accessors: ensure pkg argument is non-NULLDan McGee1-0/+28
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