summaryrefslogtreecommitdiffstats
path: root/src
AgeCommit message (Expand)AuthorFilesLines
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
2010-12-21testdb: update for new database formatDan McGee1-33/+21
2010-12-21Always specify arguement type in function delcarationsAllan McRae2-2/+2
2010-12-13Explicitly test time difference is greater than zeroAllan McRae1-1/+1
2010-12-13Display progress bar for disk space checkingAllan McRae1-0/+9
2010-12-13Add configuration option to control disk space checkingAllan McRae1-0/+2
2010-12-13Remove AC_TYPE_SIGNAL usageDan McGee1-1/+1
2010-12-13dirent usage cleanupDan McGee1-1/+0
2010-12-13src/util: update .gitignoreDan McGee1-7/+8
2010-12-13pactree: use variables for color and tree outputXavier Chantry1-57/+39
2010-12-13pactree: separate dependency and print logicXavier Chantry1-60/+92
2010-12-13pactree: rewrite in CDave Reisner2-1/+362
2010-12-13alpm/remove.c : respect --dbonly during remove-upgradeXavier Chantry1-2/+1
2010-12-13pacman: sort --help outputXavier Chantry2-51/+99
2010-12-13CLI args: update --help and manpageXavier Chantry1-83/+81
2010-12-13pacman/deptest: reimplement with alpm_find_satisfierXavier Chantry1-3/+11
2010-12-13Fix a few problems reported by clang-analyzerXavier Chantry1-1/+0
2010-12-13Ensure stdin args are correctly terminatedDan McGee1-3/+4
2010-11-05Support reading package args from stdinDave Reisner1-0/+33