summaryrefslogtreecommitdiffstats
path: root/src
AgeCommit message (Expand)AuthorFilesLines
2010-06-05Remove unnecessary gettext callDan McGee1-1/+1
2010-05-18Allow to include a path containing wildcardsMarc-A. Dahlhaus1-2/+29
2010-05-17Allow 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-04Build vercmp without needing link to libalpmDan McGee2-3/+5
2010-04-26check for valid optarg before using strdupSerge Ziryukin1-0/+1
2010-03-25Show --print and --print-format options with -Rh, -Sh and -Uh onlyNagy Gabor1-3/+9
2010-03-23Show 'Required By' in -Sii outputDan McGee3-11/+13
2010-03-18Strip extension off all package compression typesDan McGee1-1/+1
2010-03-14Bump copyright dates to 2010Dan McGee17-18/+18
2010-03-14fix a few warnings reported by clangXavier Chantry3-3/+5
2010-03-14Mark two functions staticDan McGee1-2/+2
2010-03-14Add new --print operation for all operationsXavier Chantry8-40/+151
2010-03-14print installed packagesXavier Chantry1-2/+22
2010-03-14callback: use variable length for progressbar textXavier Chantry1-4/+15
2010-03-14callback.c : less magic progress barsXavier Chantry1-10/+13
2010-03-14delta : add external cleanup scriptXavier Chantry3-1/+142
2010-01-19Do not print installed size when only downloadingAllan McRae1-1/+3
2010-01-19Print "there is nothing to do" with NOOP transactionsNagy Gabor3-1/+3
2009-12-13add some more sanity check for optargXavier Chantry1-1/+15
2009-12-13refactor _parseoptionsXavier Chantry1-138/+170
2009-12-13Remove trailing whitespace on all lines in list_displayDan McGee1-4/+6
2009-11-15download: major refactor to address lingering issuesDan McGee1-1/+10
2009-11-15Refactor do/while cycle and multiple while cyclesLaszlo Papp1-1/+3
2009-11-10Merge branch 'maint'Dan McGee1-1/+2
2009-10-27Fix opendir error condition checksDan McGee1-1/+2
2009-10-19Size handling was changed in fgets() functionsLaszlo Papp1-1/+2
2009-10-12Replace 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-22testdb : 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-18Kill -F option for good in option parsingDan McGee1-1/+1
2009-09-16String improvementsXavier Chantry3-6/+6
2009-09-14Revert "Fix a memleak involving lazy DB loading"Dan McGee1-1/+4
2009-09-12Change the interface for target loadingXavier Chantry3-92/+35
2009-09-08Remove transaction typeXavier Chantry5-51/+20