summaryrefslogtreecommitdiff
path: root/src/pacman
AgeCommit message (Expand)Author
2011-01-12Merge branch 'maint'Dan McGee
2011-01-11Make debug config messages consistent in capitalizationDan McGee
2011-01-11Add a progressbar for package integrity checkingDan McGee
2011-01-11Small fix to download size lookup and a loggerDan McGee
2011-01-10Use double rather than float everywhereDan McGee
2011-01-10Progress callback cleanups and fixesDan McGee
2011-01-07Fix some more simple conversion "errors"Dan McGee
2011-01-07Use size_t for alpm_list sizesAllan McRae
2011-01-07Update copyright years for 2011Allan McRae
2010-12-30Declare all local functions staticAllan McRae
2010-12-20Always specify arguement type in function delcarationsAllan McRae
2010-12-12Explicitly test time difference is greater than zeroAllan McRae
2010-12-12Display progress bar for disk space checkingAllan McRae
2010-12-12Add configuration option to control disk space checkingAllan McRae
2010-12-12Remove AC_TYPE_SIGNAL usageDan McGee
2010-12-12dirent usage cleanupDan McGee
2010-12-12alpm/remove.c : respect --dbonly during remove-upgradeXavier Chantry
2010-12-12pacman: sort --help outputXavier Chantry
2010-12-12CLI args: update --help and manpageXavier Chantry
2010-12-12pacman/deptest: reimplement with alpm_find_satisfierXavier Chantry
2010-12-12Fix a few problems reported by clang-analyzerXavier Chantry
2010-12-12Ensure stdin args are correctly terminatedDan McGee
2010-11-04Support reading package args from stdinDave Reisner
2010-10-14Clean up all old database files and directoriesAllan McRae
2010-10-11CLI args: stricter/better parsingJakob Gruber
2010-10-11CLI args: reorganize parsingJakob Gruber
2010-09-27Add wrapper around asprintf callsAllan McRae
2010-09-07Restore trimming of db and pkg extensionsDan McGee
2010-08-23Fix some whitespace issuesAllan McRae
2010-08-23fgets invocation cleanupDan McGee
2010-07-27Use the plural features of gettextDan McGee
2010-07-27Merge branch 'maint'Dan McGee
2010-07-27Fix compile error in certain casesDan McGee
2010-07-01Check return value of chdir and getcwdAllan McRae
2010-06-30Do not compare signed and unsigned typesAllan McRae
2010-06-21Clarify testing within conditional statementsAllan McRae
2010-06-05Remove unnecessary gettext callDan McGee
2010-05-18Allow to include a path containing wildcardsMarc-A. Dahlhaus
2010-05-17Allow Include directive in any sectionsXavier Chantry
2010-05-11Allow -Qo to perform a functional 'which'Allan McRae
2010-05-05Improve documentation of -k/--dbonlyDan McGee
2010-05-05Remove unused 'z' option from getopt_long's optstringNagy Gabor
2010-05-05Introduce -D, --databaseNagy Gabor
2010-04-26check for valid optarg before using strdupSerge Ziryukin
2010-03-25Show --print and --print-format options with -Rh, -Sh and -Uh onlyNagy Gabor
2010-03-23Show 'Required By' in -Sii outputDan McGee
2010-03-18Strip extension off all package compression typesDan McGee
2010-03-14Bump copyright dates to 2010Dan McGee
2010-03-14fix a few warnings reported by clangXavier Chantry
2010-03-14Mark two functions staticDan McGee