summaryrefslogtreecommitdiffstats
path: root/src/pacman/pacman.c
AgeCommit message (Expand)AuthorFilesLines
2008-11-30Give an error message on alpm_db_register_sync() errorNagy Gabor1-12/+34
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-26Add missing comma to -S --help messageRoman Kyrylych1-1/+1
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
2008-01-12Make the user-agent string a bit less verboseDan McGee1-4/+2
2008-01-11Output a single newline on receipt of a SIGINTDan McGee1-5/+6
2008-01-11Rename -t --orphans to -t --unrequired (FS#9144).Chantry Xavier1-3/+3
2008-01-08Remove upgradedelay and all code associated with itDan McGee1-5/+0
2007-12-18Allow unreadable Include files to be non-fatalAaron Griffin1-6/+3
2007-12-11Update GNU GPL boilerplate and copyright datesDan McGee1-3/+1
2007-12-04Update some errors in messages found during localizationDan McGee1-2/+2
2007-12-04Oops- forgot to ever set init to 1 in setlibpaths()Dan McGee1-0/+1
2007-12-02parseconfig: refactor duplicate code out into a functionDan McGee1-66/+39
2007-12-02Fixes for the ineptitude of libalpm DB registrationDan McGee1-45/+61
2007-12-02Make pacman path handling (hopefully) a bit more intuitiveDan McGee1-36/+48
2007-12-02Add new --needed option for -S.Chantry Xavier1-5/+8
2007-11-25Move mbasename from pacman.c to util.cChantry Xavier1-22/+0
2007-11-25Add -q/--quiet option for controlling output.Artyom1-1/+7
2007-11-21Remove -F/--freshen operationDan McGee1-11/+1
2007-11-14Make it easier to ignore multiple packages.Nathan Jones1-2/+16
2007-11-14Add help for --ignoregroup.Nathan Jones1-0/+2
2007-11-11pacman: remove leftover help string for -RhDan McGee1-1/+0
2007-11-11Add TotalDownload option.Nathan Jones1-0/+3
2007-11-11Add IgnoreGroup and --ignoregroup option.Nathan Jones1-0/+15