summaryrefslogtreecommitdiffstats
path: root/src
AgeCommit message (Expand)AuthorFilesLines
2010-07-27Fix compile error in certain casesDan McGee1-0/+1
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
2010-03-15callback.c : less magic progress barsXavier Chantry1-10/+13
2010-03-15delta : add external cleanup scriptXavier Chantry3-1/+142
2010-01-20Do not print installed size when only downloadingAllan McRae1-1/+3
2010-01-20Print "there is nothing to do" with NOOP transactionsNagy Gabor3-1/+3
2009-12-14add some more sanity check for optargXavier Chantry1-1/+15
2009-12-14refactor _parseoptionsXavier Chantry1-138/+170
2009-12-14Remove trailing whitespace on all lines in list_displayDan McGee1-4/+6
2009-11-16download: major refactor to address lingering issuesDan McGee1-1/+10
2009-11-16Refactor do/while cycle and multiple while cyclesLaszlo Papp1-1/+3
2009-11-11Merge branch 'maint'Dan McGee1-1/+2
2009-10-28Fix opendir error condition checksDan McGee1-1/+2
2009-10-19Size handling was changed in fgets() functionsLaszlo Papp1-1/+2
2009-10-13Replace hardcoded option numbers with enumerationLaszlo Papp2-28/+46
2009-10-11Remove makepath function from frontendLaszlo Papp2-37/+0
2009-10-11cygwin fix : use unsigned char for ctype functionXavier Chantry1-3/+3
2009-10-11Minor scope/typing cleanupsDan McGee2-4/+4
2009-10-11Merge branch 'maint'Dan McGee1-4/+14
2009-10-04callback.c : fallback to normal download with bogus sizeXavier Chantry1-4/+14
2009-09-23testdb : fix many memleaksXavier Chantry1-4/+14
2009-09-21Allow cache cleaning to process all cache directoriesDan McGee1-31/+32
2009-09-21Propagate return status up in DB cleaning codeDan McGee1-4/+6
2009-09-21Add missing closedir calls in cache cleanupDan McGee1-1/+3
2009-09-20Fully implement database lazy loadingDan McGee1-4/+1
2009-09-20Merge branch 'maint'Dan McGee4-9/+9
2009-09-20Ask user confirmation for -R operation, tooNagy Gabor1-15/+11
2009-09-20sync.c : duplicate the target before modifying itXavier Chantry1-16/+18
2009-09-20Strndup usage and small typo fixLaszlo Papp2-2/+2
2009-09-19Kill -F option for good in option parsingDan McGee1-1/+1
2009-09-17String improvementsXavier Chantry3-6/+6
2009-09-15Revert "Fix a memleak involving lazy DB loading"Dan McGee1-1/+4
2009-09-12Change the interface for target loadingXavier Chantry3-92/+35