summaryrefslogtreecommitdiffstats
path: root/src
AgeCommit message (Expand)AuthorFilesLines
2011-06-24pactree: carry a list of databases for dep resolutionDave Reisner1-12/+25
2011-06-24Don't require a transaction for sync DB updatesDan McGee1-7/+0
2011-06-24Add a 'valid' flag to the database objectDan McGee1-1/+1
2011-06-24Move database 'version' check to registration timeDan McGee2-3/+3
2011-06-24Do database signature checking at load timeDan McGee3-15/+5
2011-06-24Remove three unnecessary usages of alpm_list_count()Dan McGee2-2/+2
2011-06-24Merge branch 'po-split'Dan McGee33-0/+29972
2011-06-24src/pacman/po/: prune message catalog and translationsDan McGee26-24307/+26
2011-06-24po/: split into scripts/po/ and src/pacman/po/Dan McGee33-0/+54253
2011-06-22Convert backup list to new pmbackup_t typeDan McGee1-12/+7
2011-06-20pacman/util.c: support terminals with unknown widthDave Reisner3-11/+19
2011-06-16Make pmgrp_t publicDan McGee3-15/+11
2011-06-16Make pmdepend_t and pmdepmissing_t publicDan McGee5-19/+12
2011-06-16Make struct pmconflict_t publicDan McGee3-15/+14
2011-06-16Make pmfileconflict_t type publicDan McGee2-12/+6
2011-06-15API: change 'signaturedir' to 'gpgdir'Dan McGee2-2/+2
2011-06-15Merge branch 'maint'Dan McGee1-1/+1
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-15list_display: fix incorrect assignmentDan McGee1-1/+1
2011-06-14Avoid setting sigverify option twiceDan McGee1-1/+0
2011-06-14Merge branch 'maint'Dan McGee1-7/+12
2011-06-14Remove alpm_db_get_url()Dan McGee1-10/+7
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-14Move pm_errno onto the handleDan McGee10-59/+62
2011-06-14Add handle argument to two more alpm methodsDan McGee2-2/+2
2011-06-14Require handle for alpm_checkconflicts()Dan McGee1-1/+1
2011-06-14Require handle for alpm_pkg_load()Dan McGee4-4/+4
2011-06-14Add handle argument to alpm_(add|remove)_pkg()Dan McGee3-4/+4
2011-06-14Fix all current return(x) usagesDan McGee2-10/+10
2011-06-14Fix list_display on non-ttys and other output fixesDan McGee1-7/+12
2011-06-09Require handle for alpm_sync_sysupgrade()Dan McGee1-1/+1
2011-06-09Require handle for alpm_db_register_sync()Dan McGee3-3/+3
2011-06-09Require handle argument to all alpm_trans_*() methodsDan McGee5-20/+20
2011-06-09Require handle argument to all alpm_option_(get|set)_*() methodsDan McGee14-74/+73
2011-06-09Require handle argument to alpm_logaction()Dan McGee3-6/+6
2011-06-09Kill all remaining 'PATH_MAX + 1' usagesDan McGee2-2/+2
2011-06-08Remove incorrect output with download only and IgnorePkgAllan McRae1-2/+6
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-03Merge branch 'maint'Dan McGee3-20/+22
2011-06-03Show net upgrade size on -U/-S operationsDan McGee2-2/+13
2011-06-01Ensure list_display works on outputs of unknown widthDan McGee3-19/+21
2011-06-01Let pacman -v print GPG DirPang Yan Han1-0/+1
2011-05-20Merge branch 'maint'Dan McGee2-2/+7
2011-05-19Coding style cleanups; add a null checkDan McGee2-5/+10
2011-05-16Ensure --print doesn't enable --noconfirm when not expectedDan McGee1-1/+1
2011-05-11Don't balk on .sig files being invalid in package cacheDan McGee1-4/+19