summaryrefslogtreecommitdiffstats
path: root/src
AgeCommit message (Expand)AuthorFilesLines
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
2011-01-29select_display: per-database outputXavier Chantry1-2/+22
2011-01-29pacman: improve select-questionXavier Chantry2-16/+16
2011-01-29pacman/sync: implement interactive group selectionXavier Chantry3-2/+110
2011-01-29pacman/remove: switch to new alpm_remove_pkg interfaceXavier Chantry2-4/+32
2011-01-29pacman/upgrade: switch to new interfaceXavier Chantry1-1/+10
2011-01-29pacman/sync: rewrite target handlingXavier Chantry1-15/+95
2011-01-29Add interactive provider selectionXavier Chantry3-0/+70
2011-01-29Remove need to explicitly register the local DBDan McGee7-22/+19
2011-01-22Query fileowner performance improvementsDan McGee1-15/+33
2011-01-22Improve mbasename performanceDan McGee3-16/+8
2011-01-22Be smarter about failure to read backup file contentsDan McGee1-1/+11
2011-01-22Mark backup status strings as untranslatedDan McGee1-3/+3
2011-01-22Refactor backup file status check into separate functionDan McGee1-24/+35
2011-01-22Merge branch 'epoch-work'Dan McGee1-2/+2
2011-01-22Makefile: Use git describe --dirty for GIT VERSIONXavier Chantry1-1/+1
2011-01-22Allow version comparison to contain epoch specifierDan McGee1-2/+2
2011-01-12Merge branch 'maint'Dan McGee1-2/+2
2011-01-12Make debug config messages consistent in capitalizationDan McGee1-2/+2
2011-01-12Add a progressbar for package integrity checkingDan McGee1-2/+7
2011-01-12Small fix to download size lookup and a loggerDan McGee1-1/+3
2011-01-10Use double rather than float everywhereDan McGee3-11/+10
2011-01-10Progress callback cleanups and fixesDan McGee1-27/+21
2011-01-08Fix some more simple conversion "errors"Dan McGee6-18/+17
2011-01-08Use size_t for alpm_list sizesAllan McRae2-6/+7
2011-01-08Update copyright years for 2011Allan McRae19-20/+20
2011-01-06vercmp: always return 0 if we perform a compareDan McGee1-2/+3
2010-12-30Declare all local functions staticAllan McRae4-4/+4
2010-12-30Detect undefined PATH_MAXAllan McRae2-0/+4