summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
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
2011-05-05Rework config parsing to reduce variable duplicationDan McGee
2011-05-05Refactor VerifySig option value parsing into standalone methodDan McGee
2011-05-05Improve database server APIDan McGee
2011-05-05Make config parsing a two-part affairDan McGee
2011-05-05Move parseconfig to conf.cDan McGee
2011-05-04pactree: make -Wwrite-strings friendlyDan McGee
2011-05-04Fix warnings reported by -Wwrite-stringsDan McGee
2011-04-24Perform package verification at package load timeDan McGee
2011-04-22Make dump_pkg_full a little less insaneDan McGee
2011-04-20Header inclusion cleanupDan McGee
2011-04-20syntax: if/while statements should have no trailing spaceDan McGee
2011-04-20Allow VerifySig to act as a default verification in [options]Dave Reisner
2011-04-20style cleanup: cast as (type *) not (type*)Dave Reisner
2011-04-20New VerbosePkgLists optionJakob Gruber
2011-04-20Table formatted output functionsJakob Gruber
2011-04-20Refactor display_targets for readabilityJakob Gruber
2011-04-20Use IEC unit prefixesJakob Gruber
2011-04-20Add a utility function to humanize sizesJakob Gruber
2011-04-20Remove ShowSize optionJakob Gruber
2011-04-15Merge branch 'maint'Dan McGee