summaryrefslogtreecommitdiffstats
path: root/src
AgeCommit message (Expand)AuthorFilesLines
2011-04-24Perform package verification at package load timeDan McGee4-4/+7
2011-04-23Make dump_pkg_full a little less insaneDan McGee4-38/+34
2011-04-21Header inclusion cleanupDan McGee6-10/+0
2011-04-21syntax: if/while statements should have no trailing spaceDan McGee7-44/+44
2011-04-21Allow VerifySig to act as a default verification in [options]Dave Reisner1-0/+12
2011-04-21style cleanup: cast as (type *) not (type*)Dave Reisner5-8/+8
2011-04-21New VerbosePkgLists optionJakob Gruber3-8/+94
2011-04-21Table formatted output functionsJakob Gruber2-0/+111
2011-04-21Refactor display_targets for readabilityJakob Gruber1-12/+10
2011-04-21Use IEC unit prefixesJakob Gruber1-2/+2
2011-04-21Add a utility function to humanize sizesJakob Gruber4-50/+68
2011-04-21Remove ShowSize optionJakob Gruber5-30/+2
2011-04-16Merge branch 'maint'Dan McGee1-16/+32
2011-04-16libalpm: consistently use int as return type for option settersRémy Oudompheng1-5/+8
2011-04-15pacman/query: correctly handle root files with -QoXavier Chantry1-16/+32
2011-04-05Merge branch 'maint'Dan McGee1-5/+13
2011-04-05pacman.c : useless extra parenthesisXavier Chantry1-1/+1
2011-04-05Coding style cleanupsDan McGee1-5/+8
2011-04-01Ensure stdout/stderr are flushed when asking questionsDan McGee1-0/+5
2011-03-29Merge branch 'maint'Dan McGee1-1/+2
2011-03-29call alpm_option_get_localdb once in syncfirst()Andrea Scarpino1-1/+2
2011-03-28pacman/util: flush terminal input before reading responseDave Reisner1-0/+21
2011-03-28Merge branch 'maint'Dan McGee1-8/+9
2011-03-25Update usage instruction stringsDan McGee1-8/+9
2011-03-25Merge branch 'maint'Dan McGee1-0/+4
2011-03-25Add -T, --deptest to usage messageRay Kohler1-0/+4
2011-03-23Added gpg verification options per repo to the config file.Xavier Chantry1-0/+18
2011-03-23Let pacman specify GnuPG's home directory.Chris Brannon3-1/+27
2011-03-21Merge branch 'maint'Dan McGee2-24/+34
2011-03-21Do not query group selection when using -SpAllan McRae1-14/+26
2011-03-21Restore --debug/--verbose output without a primary operationDan McGee1-7/+7
2011-03-21Remove unnecessary NULL checkDan McGee1-3/+1
2011-03-21Style change: return(x) --> return xDan McGee16-244/+244
2011-03-20Fix handling of ignored packagesPang Yan Han1-0/+7
2011-03-17Warn but don't error for unknown pacman.conf directivesDan McGee1-26/+24
2011-03-17Only read from stdin if '-' is provided as a targetDave Reisner1-2/+6
2011-03-07Fix value of ngettext() count parameter in callbackDan McGee1-1/+2
2011-03-01Fix some easy to find double translationsDan McGee2-13/+12
2011-02-28--print-format displays size in bytesJakob Gruber1-2/+2
2011-02-28Check local DB version before continuing transactionDan McGee1-0/+4
2011-02-25Add directory name to ownership error messageDan McGee1-1/+1
2011-02-25alpm: alpm_db_get_pkgcache_list => alpm_db_get_pkgcacheDave Reisner6-14/+14
2011-02-24Mark log callback format string constDan McGee5-5/+5
2011-02-04Merge remote-tracking branch 'allan/hash'Dan McGee6-14/+14
2011-02-04Add more error checking and loggingDan McGee1-0/+2
2011-02-04Read pkgcache into hashAllan McRae6-14/+14
2011-01-31make -d less strict; add -dd optionFlorian Pritz1-1/+7
2011-01-31Allow both cleanmethod values to be specified at the same timeDan McGee3-48/+54
2011-01-31Style cleanups in clean cache codeDan McGee1-7/+9
2011-01-29Call count() once in callbackDan McGee1-2/+3