summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2011-06-24pactree: carry a list of databases for dep resolutionDave Reisner
2011-06-24Don't require a transaction for sync DB updatesDan McGee
2011-06-24Add a 'valid' flag to the database objectDan McGee
2011-06-24Move database 'version' check to registration timeDan McGee
2011-06-24Do database signature checking at load timeDan McGee
2011-06-24Remove three unnecessary usages of alpm_list_count()Dan McGee
2011-06-23Merge branch 'po-split'Dan McGee
2011-06-23src/pacman/po/: prune message catalog and translationsDan McGee
2011-06-23po/: split into scripts/po/ and src/pacman/po/Dan McGee
2011-06-22Convert backup list to new pmbackup_t typeDan McGee
2011-06-20pacman/util.c: support terminals with unknown widthDave Reisner
2011-06-16Make pmgrp_t publicDan McGee
2011-06-16Make pmdepend_t and pmdepmissing_t publicDan McGee
2011-06-16Make struct pmconflict_t publicDan McGee
2011-06-16Make pmfileconflict_t type publicDan McGee
2011-06-15API: change 'signaturedir' to 'gpgdir'Dan McGee
2011-06-15Merge branch 'maint'Dan McGee
2011-06-15Ensure humanize_size works for negative valuesJakob Gruber
2011-06-15Use pm_fprintpf in table_create_formatJakob Gruber
2011-06-15list_display: fix incorrect assignmentDan McGee
2011-06-14Avoid setting sigverify option twiceDan McGee
2011-06-14Merge branch 'maint'Dan McGee
2011-06-14Remove alpm_db_get_url()Dan McGee
2011-06-13conf: do batch processing of repo sectionsDan McGee
2011-06-13conf: _parseconfig() cleanups and documentationDan McGee
2011-06-13Always pass data to trans_commit()Dan McGee
2011-06-13Move pm_errno onto the handleDan McGee
2011-06-13Add handle argument to two more alpm methodsDan McGee
2011-06-13Require handle for alpm_checkconflicts()Dan McGee
2011-06-13Require handle for alpm_pkg_load()Dan McGee
2011-06-13Add handle argument to alpm_(add|remove)_pkg()Dan McGee
2011-06-13Fix all current return(x) usagesDan McGee
2011-06-13Fix list_display on non-ttys and other output fixesDan McGee
2011-06-09Require handle for alpm_sync_sysupgrade()Dan McGee
2011-06-09Require handle for alpm_db_register_sync()Dan McGee
2011-06-09Require handle argument to all alpm_trans_*() methodsDan McGee
2011-06-09Require handle argument to all alpm_option_(get|set)_*() methodsDan McGee
2011-06-09Require handle argument to alpm_logaction()Dan McGee
2011-06-09Kill all remaining 'PATH_MAX + 1' usagesDan McGee
2011-06-08Remove incorrect output with download only and IgnorePkgAllan McRae
2011-06-07Revamp pacman setup code to handle new alpm initialize routineDan McGee
2011-06-07Update utilities for new initialize/release methodsDan McGee
2011-06-02Merge branch 'maint'Dan McGee
2011-06-02Show net upgrade size on -U/-S operationsDan McGee
2011-06-01Ensure list_display works on outputs of unknown widthDan McGee
2011-06-01Let pacman -v print GPG DirPang Yan Han
2011-05-19Merge branch 'maint'Dan McGee
2011-05-19Coding style cleanups; add a null checkDan McGee
2011-05-16Ensure --print doesn't enable --noconfirm when not expectedDan McGee
2011-05-10Don't balk on .sig files being invalid in package cacheDan McGee