summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2009-11-15download: major refactor to address lingering issuesDan McGee
2009-11-15Refactor do/while cycle and multiple while cyclesLaszlo Papp
2009-11-10Merge branch 'maint'Dan McGee
2009-10-27Fix opendir error condition checksDan McGee
2009-10-19Size handling was changed in fgets() functionsLaszlo Papp
2009-10-12Replace hardcoded option numbers with enumerationLaszlo Papp
2009-10-11Remove makepath function from frontendLaszlo Papp
2009-10-11cygwin fix : use unsigned char for ctype functionXavier Chantry
2009-10-11Minor scope/typing cleanupsDan McGee
2009-10-11Merge branch 'maint'Dan McGee
2009-10-04callback.c : fallback to normal download with bogus sizeXavier Chantry
2009-09-22testdb : fix many memleaksXavier Chantry
2009-09-21Allow cache cleaning to process all cache directoriesDan McGee
2009-09-21Propagate return status up in DB cleaning codeDan McGee
2009-09-21Add missing closedir calls in cache cleanupDan McGee
2009-09-20Fully implement database lazy loadingDan McGee
2009-09-20Merge branch 'maint'Dan McGee
2009-09-20Ask user confirmation for -R operation, tooNagy Gabor
2009-09-20sync.c : duplicate the target before modifying itXavier Chantry
2009-09-20Strndup usage and small typo fixLaszlo Papp
2009-09-18Kill -F option for good in option parsingDan McGee
2009-09-16String improvementsXavier Chantry
2009-09-14Revert "Fix a memleak involving lazy DB loading"Dan McGee
2009-09-12Change the interface for target loadingXavier Chantry
2009-09-08Remove transaction typeXavier Chantry
2009-09-08Use sync.c for upgrade transaction prepare and commitNagy Gabor
2009-09-08Do not remove conflict by defaultNagy Gabor
2009-09-08Re-add the non-user friendly --ask optionXavier Chantry
2009-09-08Add a new reason field to pmconflict_t structNagy Gabor
2009-09-08Change Y/n to y/N with REMOVE_PKGS (remove_unresolvable) callbackNagy Gabor
2009-09-08Allow '-Su foo' operationXavier Chantry
2009-09-08Fix a memleak involving lazy DB loadingXavier Chantry
2009-09-07rewrite strreplaceXavier Chantry
2009-09-07use strreplace in the xfercommand codeXavier Chantry
2009-09-06fix small memleak in an error caseXavier Chantry
2009-09-06Don't wrap lines when we don't have a column sizeOleg Finkelshteyn
2009-09-06Log commandline in pacman/alpm logXavier Chantry
2009-09-06Allow $arch to be used in ServerXavier Chantry
2009-09-06Check package arch before installingXavier Chantry
2009-09-06Add Architecture and --arch optionXavier Chantry
2009-08-18Merge branch 'maint'Dan McGee
2009-08-18dload.c : various fixesXavier Chantry
2009-08-18testdb : less verboseXavier Chantry
2009-08-18query.c : return 1 when no package matchXavier Chantry
2009-08-18Quiet ShowSize with -Ss and -QsXavier Chantry
2009-08-08Fix for FS#15810Nagy Gabor
2009-07-28Fix an untranslated message in src/callback.cNagy Gabor
2009-07-26Ensure version screen fits in 80 colsDan McGee
2009-07-25Use lstat instead of stat for -QoXavier Chantry
2009-07-22Add a fetch callback to allow front-end download supportSebastian Nowicki