summaryrefslogtreecommitdiffstats
path: root/src/pacman/pacman.c
AgeCommit message (Expand)AuthorFilesLines
2009-09-20Strndup usage and small typo fixLaszlo Papp1-1/+1
2009-09-19Kill -F option for good in option parsingDan McGee1-1/+1
2009-09-17String improvementsXavier Chantry1-3/+3
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-07-27Ensure version screen fits in 80 colsDan McGee1-2/+2
2009-07-23Add a fetch callback to allow front-end download supportSebastian Nowicki1-1/+114
2009-07-23Introduce -SuuNagy Gabor1-2/+2
2009-07-23New feature: files verificationDan McGee1-1/+6
2009-07-01Update copyright headers and messagesDan McGee1-2/+3
2009-06-02We don't need root with -SpNagy Gabor1-1/+2
2009-06-02Change package to package(s) and file to file(s) in documentationNagy Gabor1-2/+2
2009-05-19Query documentation updatesNagy Gabor1-5/+5
2009-04-06Document --debugNagy Gabor1-0/+1
2009-01-13HoldPkg reworkNagy Gabor1-1/+6
2008-12-03Merge branch 'maint'Dan McGee1-12/+34
2008-11-30Give an error message on alpm_db_register_sync() errorNagy Gabor1-12/+34
2008-11-01-Qu reworkNagy Gabor1-1/+1
2008-10-13Merge branch 'maint'Dan McGee1-10/+26
2008-10-13Make interrupt handler async-safeDan McGee1-8/+22
2008-10-13Ensure we don't have double slashes when creating frontend pathsDan McGee1-2/+4
2008-08-27Merge branch 'maint'Dan McGee1-1/+1
2008-08-26Add missing comma to -S --help messageRoman Kyrylych1-1/+1
2008-08-23Move -Sp implementation to the front-endNagy Gabor1-1/+2
2008-08-23Cleanup of _alpm_pkg_compare_versions.Xavier Chantry1-1/+1
2008-08-23pacman : clarify help message.Xavier Chantry1-2/+3
2008-08-20pacman.c: fix typo s/NoPassiveFTP/NoPassiveFtpXavier Chantry1-1/+1
2008-07-30Remove UseColor from front-endNagy Gabor1-3/+0
2008-06-08Various updates needed prior to a new releaseDan McGee1-3/+3
2008-06-04Reimplement TotalDownload functionalityDan McGee1-0/+5
2008-05-31Allow GIT version to be used in pacman buildsDan McGee1-0/+6
2008-05-14Disable geteuid in cygwin.Xavier Chantry1-2/+2
2008-05-13Add SyncFirst option.Chantry Xavier1-0/+7
2008-05-12Make all error messages use pm_fprintfAllan McRae1-3/+4
2008-04-08Update configure.ac to current codeDan McGee1-1/+1
2008-03-23Add new CleanMethod option.Chantry Xavier1-0/+10
2008-03-22Kill the dependsonly option.Chantry Xavier1-3/+0
2008-03-18Drop case insensitive comparisons in the config parsing.Chantry Xavier1-31/+21
2008-03-11Add -Rss optionNagy Gabor1-2/+7
2008-03-09Merge branch 'maint'Dan McGee1-19/+41
2008-03-09Use sigaction instead of signal.Chantry Xavier1-4/+19
2008-03-09src/pacman/pacman.c : split cleanup function.Chantry Xavier1-18/+25
2008-03-08Remove the Add option from the command lineDan McGee1-15/+2
2008-03-07New alpm_version functionNagy Gabor1-3/+3
2008-03-02New alpm_version functionNagy Gabor1-3/+3
2008-02-16Merge branch 'maint'Dan McGee1-6/+10
2008-02-12setlibpaths(): remove a stray set_option lineDan McGee1-6/+10
2008-02-06New remove option : -u / --unneeded (FS#6505).Nagy Gabor1-0/+3
2008-01-22New --asexplicit optionNagy Gabor1-0/+7
2008-01-14Disallow a NULL section in _parseconfigDan McGee1-2/+2