summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
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
2011-04-15libalpm: consistently use int as return type for option settersRémy Oudompheng
2011-04-15pacman/query: correctly handle root files with -QoXavier Chantry
2011-04-05Merge branch 'maint'Dan McGee
2011-04-04pacman.c : useless extra parenthesisXavier Chantry
2011-04-04Coding style cleanupsDan McGee
2011-04-01Ensure stdout/stderr are flushed when asking questionsDan McGee
2011-03-29Merge branch 'maint'Dan McGee
2011-03-29call alpm_option_get_localdb once in syncfirst()Andrea Scarpino
2011-03-28pacman/util: flush terminal input before reading responseDave Reisner
2011-03-27Merge branch 'maint'Dan McGee
2011-03-25Update usage instruction stringsDan McGee
2011-03-24Merge branch 'maint'Dan McGee
2011-03-24Add -T, --deptest to usage messageRay Kohler
2011-03-23Added gpg verification options per repo to the config file.Xavier Chantry
2011-03-23Let pacman specify GnuPG's home directory.Chris Brannon
2011-03-21Merge branch 'maint'Dan McGee
2011-03-21Do not query group selection when using -SpAllan McRae
2011-03-21Restore --debug/--verbose output without a primary operationDan McGee
2011-03-20Remove unnecessary NULL checkDan McGee
2011-03-20Style change: return(x) --> return xDan McGee
2011-03-20Fix handling of ignored packagesPang Yan Han
2011-03-16Warn but don't error for unknown pacman.conf directivesDan McGee
2011-03-16Only read from stdin if '-' is provided as a targetDave Reisner
2011-03-07Fix value of ngettext() count parameter in callbackDan McGee
2011-02-28Fix some easy to find double translationsDan McGee