summaryrefslogtreecommitdiffstats
path: root/src/pacman
AgeCommit message (Expand)AuthorFilesLines
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 McGee5-17/+16
2011-01-08Use size_t for alpm_list sizesAllan McRae2-6/+7
2011-01-08Update copyright years for 2011Allan McRae16-17/+17
2010-12-30Declare all local functions staticAllan McRae1-1/+1
2010-12-21Always specify arguement type in function delcarationsAllan McRae1-1/+1
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-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
2010-10-14Clean up all old database files and directoriesAllan McRae1-8/+24
2010-10-12CLI args: stricter/better parsingJakob Gruber1-32/+45
2010-10-12CLI args: reorganize parsingJakob Gruber1-160/+280
2010-09-27Add wrapper around asprintf callsAllan McRae2-11/+28
2010-09-07Restore trimming of db and pkg extensionsDan McGee1-1/+1
2010-08-24Fix some whitespace issuesAllan McRae1-1/+1
2010-08-24fgets invocation cleanupDan McGee1-2/+1
2010-07-27Use the plural features of gettextDan McGee3-6/+15
2010-07-27Merge branch 'maint'Dan McGee1-0/+1
2010-07-27Fix compile error in certain casesDan McGee1-0/+1
2010-07-01Check return value of chdir and getcwdAllan McRae1-2/+13
2010-06-30Do not compare signed and unsigned typesAllan McRae1-1/+1
2010-06-20Clarify testing within conditional statementsAllan McRae5-10/+10
2010-06-05Remove unnecessary gettext callDan McGee1-1/+1
2010-05-18Allow to include a path containing wildcardsMarc-A. Dahlhaus1-2/+29
2010-05-18Allow Include directive in any sectionsXavier Chantry1-12/+16
2010-05-11Allow -Qo to perform a functional 'which'Allan McRae1-5/+59
2010-05-05Improve documentation of -k/--dbonlyDan McGee1-1/+2
2010-05-05Remove unused 'z' option from getopt_long's optstringNagy Gabor1-1/+1
2010-05-05Introduce -D, --databaseNagy Gabor6-6/+113
2010-04-26check for valid optarg before using strdupSerge Ziryukin1-0/+1
2010-03-26Show --print and --print-format options with -Rh, -Sh and -Uh onlyNagy Gabor1-3/+9
2010-03-24Show 'Required By' in -Sii outputDan McGee3-11/+13
2010-03-19Strip extension off all package compression typesDan McGee1-1/+1
2010-03-15Bump copyright dates to 2010Dan McGee15-16/+16
2010-03-15fix a few warnings reported by clangXavier Chantry3-3/+5
2010-03-15Mark two functions staticDan McGee1-2/+2
2010-03-15Add new --print operation for all operationsXavier Chantry8-40/+151