summaryrefslogtreecommitdiffstats
path: root/src/pacman/pacman.c
AgeCommit message (Expand)AuthorFilesLines
2007-12-04Update some errors in messages found during localizationDan McGee1-2/+2
2007-12-03Oops- 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-13Make it easier to ignore multiple packages.Nathan Jones1-2/+16
2007-11-13Add 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
2007-11-05Add LOGFILE as a define at compile time for pacmanDan McGee1-1/+2
2007-11-04Clean up usage of extern variablesDan McGee1-2/+0
2007-11-04Fix basename usage in pacman and utilitiesDan McGee1-7/+29
2007-10-26Fix mcheck detection and usageDan McGee1-2/+2
2007-10-22Ensure all localization stuff is correctly guardedDan McGee1-1/+4
2007-10-19Download delta files if UseDelta is set.Nathan Jones1-0/+3
2007-10-14pacman/pacman.c : put back root check even if -r is specified.Chantry Xavier1-3/+1
2007-10-08pacman/pacman.c : add --logfile option.Chantry Xavier1-0/+10
2007-10-08Remove the non-user friendly --ask optionDan McGee1-3/+0
2007-10-03needs_transaction adjustmentsChantry Xavier1-1/+3
2007-09-28Break out transaction test to a separate functionAaron Griffin1-15/+3
2007-09-28OMG a space!Aaron Griffin1-1/+1
2007-09-27document the -Qii option.Chantry Xavier1-1/+1
2007-09-16trans.c : reworking of transaction interruptionsChantry Xavier1-3/+8
2007-09-16Remove the DB consistency check from pacman and libalpm.Chantry Xavier1-5/+0
2007-09-11make alpm_strerror binding friendlyStefano Esposito1-10/+10
2007-08-26separate local from sync dbs on filesystemTravis Willard1-8/+2
2007-08-22pacman.c: clarify reason for doing 2 strcmp operationsDan McGee1-0/+4
2007-08-21Various valgrind mem leak fixesDan McGee1-2/+5
2007-08-21Add a default cachedir if one wasn't specifiedDan McGee1-0/+5
2007-08-21Post trial install changes, round oneDan McGee1-53/+46
2007-08-16Fix some errors spit out by -WextraDan McGee1-6/+5
2007-08-16pacman.c: Alphabetize listing of query optionsDan McGee1-3/+3
2007-08-15new query options : explicit (-Qe) and deps (-Qd).Chantry Xavier1-8/+17
2007-07-23Cleanup of pacman.c and addition of default paths to frontendDan McGee1-40/+51
2007-07-15Add --asdeps option to pacmanDan McGee1-2/+9
2007-07-10Remove gettext calls from all PM_LOG_DEBUG messagesDan McGee1-22/+22
2007-06-27Remove lockfile configuration from frontend, make it job of libalpmDan McGee1-10/+0
2007-06-27pacman.c: make parseconfig a bit more robustDan McGee1-12/+21
2007-06-09pacman.c: Refine error messages used by parseconfigDan McGee1-7/+14
2007-06-09Allow multiple CacheDirs to be specifiedDan McGee1-4/+10
2007-06-09Implement a -Qt operation in frontend to test the databaseDan McGee1-1/+6
2007-06-09Fix up things after the last few changesDan McGee1-36/+22
2007-06-09Revamp pacman.c main function ordering, switch some output to pm_printfDan McGee1-75/+62
2007-06-04Fix up outstanding parseconfig issuesDan McGee1-17/+25
2007-06-04Rip alpm_parse_config out of libalpmDan McGee1-33/+36