summaryrefslogtreecommitdiffstats
path: root/src
AgeCommit message (Expand)AuthorFilesLines
2009-10-04callback.c : fallback to normal download with bogus sizeXavier Chantry1-4/+14
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-09Fix a memleak involving lazy DB loadingXavier Chantry1-4/+1
2009-08-19testdb : less verboseXavier Chantry1-4/+2
2009-08-19query.c : return 1 when no package matchXavier Chantry1-0/+10
2009-08-19Quiet ShowSize with -Ss and -QsXavier Chantry2-2/+2
2009-08-08Fix for FS#15810Nagy Gabor1-9/+17
2009-07-28Fix an untranslated message in src/callback.cNagy Gabor1-2/+2
2009-07-27Ensure version screen fits in 80 colsDan McGee1-2/+2
2009-07-26Use lstat instead of stat for -QoXavier Chantry1-1/+1
2009-07-23Add a fetch callback to allow front-end download supportSebastian Nowicki3-1/+116
2009-07-23Introduce -SuuNagy Gabor2-3/+3
2009-07-23New feature: files verificationDan McGee3-12/+81
2009-07-16Offer to clean up non-package files in cache directory.Xavier Chantry1-6/+8
2009-07-01Update copyright headers and messagesDan McGee16-16/+32
2009-06-09Give sensible feedback when a repo has no configured serversDan McGee1-1/+9
2009-06-02We don't need root with -SpNagy Gabor3-13/+11
2009-06-02Change package to package(s) and file to file(s) in documentationNagy Gabor1-2/+2
2009-06-02Remove unused string.h from src/pacman/remove.cGerardo Exequiel Pozzi1-1/+0
2009-05-19Remove unused included headers from testdb.c and testpkg.cGerardo Exequiel Pozzi2-2/+0
2009-05-19Query documentation updatesNagy Gabor1-5/+5
2009-05-12Remove version information from -Qqo outputDan McGee1-2/+1
2009-05-12Introduce -QlqNagy Gabor3-4/+8
2009-04-11Remove pmsyncpkg_tNagy Gabor2-5/+4
2009-04-11New error type: PM_ERR_PKG_IGNOREDNagy Gabor1-3/+4
2009-04-06Document --debugNagy Gabor1-0/+1
2009-02-24Don't prompt the user for unignore of IgnorePkg/IgnoreGroup packagesBryan Ischo1-9/+2
2009-02-24Enabled new interactive prompt and updated some testsBryan Ischo1-0/+16
2009-01-13Rename alpm_get_md5sum to alpm_compute_md5sum and alpm_dep_get_string to alpm...Nagy Gabor5-6/+6
2009-01-13HoldPkg reworkNagy Gabor5-5/+23
2008-12-03Merge branch 'maint'Dan McGee3-13/+37
2008-12-02Add flush after downloading messageSimo Leone1-0/+1
2008-11-30Give an error message on alpm_db_register_sync() errorNagy Gabor1-12/+34
2008-11-18Minor code cleanupsDan McGee1-1/+2
2008-11-01-Qu reworkNagy Gabor2-25/+5
2008-10-29testdb : extend the tool to allow checking sync dbs too.Xavier Chantry1-48/+126
2008-10-13Merge branch 'maint'Dan McGee5-27/+54
2008-10-13Make interrupt handler async-safeDan McGee1-8/+22
2008-10-13Reduce number of calls to getcols()Dan McGee2-8/+9
2008-10-13Ensure we don't have double slashes when creating frontend pathsDan McGee1-2/+4
2008-09-03Remove unnecessary initialization in new functionsDan McGee1-4/+0
2008-09-02Another attempt at fixing totaldownload.Xavier Chantry1-8/+16
2008-08-28Separate targets on -Qi/-Si with a newline.Xavier Chantry1-1/+3
2008-08-27Merge branch 'maint'Dan McGee1-1/+1
2008-08-26Rename alpm_db_get{pkg,grp}cache to alpm_db_get_{pkg,grp}cacheXavier Chantry3-11/+11
2008-08-26Change checkdeps and checkdbconflicts to be more flexible.Xavier Chantry1-2/+3
2008-08-26pacman : smarter optdepends handling.Xavier Chantry3-1/+21