summaryrefslogtreecommitdiffstats
path: root/src
AgeCommit message (Expand)AuthorFilesLines
2011-02-25Add directory name to ownership error messageHEADmasterDan 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-21Allow version comparison to contain epoch specifierDan McGee1-2/+2
2011-01-12Merge branch 'maint'Dan McGee1-2/+2
2011-01-11Make debug config messages consistent in capitalizationDan McGee1-2/+2
2011-01-11Add a progressbar for package integrity checkingDan McGee1-2/+7
2011-01-11Small 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-07Fix some more simple conversion "errors"Dan McGee6-18/+17
2011-01-07Use size_t for alpm_list sizesAllan McRae2-6/+7
2011-01-07Update copyright years for 2011Allan McRae19-20/+20
2011-01-05vercmp: always return 0 if we perform a compareDan McGee1-2/+3
2010-12-30Declare all local functions staticAllan McRae4-4/+4
2010-12-29Detect undefined PATH_MAXAllan McRae2-0/+4
2010-12-20testdb: update for new database formatDan McGee1-33/+21
2010-12-20Always specify arguement type in function delcarationsAllan McRae2-2/+2
2010-12-12Explicitly test time difference is greater than zeroAllan McRae1-1/+1
2010-12-12Display progress bar for disk space checkingAllan McRae1-0/+9
2010-12-12Add configuration option to control disk space checkingAllan McRae1-0/+2
2010-12-12Remove AC_TYPE_SIGNAL usageDan McGee1-1/+1
2010-12-12dirent usage cleanupDan McGee1-1/+0
2010-12-12src/util: update .gitignoreDan McGee1-7/+8
2010-12-12pactree: use variables for color and tree outputXavier Chantry1-57/+39
2010-12-12pactree: separate dependency and print logicXavier Chantry1-60/+92
2010-12-12pactree: rewrite in CDave Reisner2-1/+362
2010-12-12alpm/remove.c : respect --dbonly during remove-upgradeXavier Chantry1-2/+1