summaryrefslogtreecommitdiffstats
path: root/src
AgeCommit message (Expand)AuthorFilesLines
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
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-10-12util: fall cleaning on single file programsDan McGee4-35/+19
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 McRae6-11/+11
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-05-05Build vercmp without needing link to libalpmDan McGee2-3/+5
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 McGee17-18/+18
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
2010-03-15print installed packagesXavier Chantry1-2/+22
2010-03-15callback: use variable length for progressbar textXavier Chantry1-4/+15