summaryrefslogtreecommitdiffstats
path: root/src/pacman/pacman.c
AgeCommit message (Expand)AuthorFilesLines
2007-10-27Fix mcheck detection and usageDan McGee1-2/+2
2007-10-23Ensure all localization stuff is correctly guardedDan McGee1-1/+4
2007-10-20Download delta files if UseDelta is set.Nathan Jones1-0/+3
2007-10-15pacman/pacman.c : put back root check even if -r is specified.Chantry Xavier1-3/+1
2007-10-09pacman/pacman.c : add --logfile option.Chantry Xavier1-0/+10
2007-10-09Remove the non-user friendly --ask optionDan McGee1-3/+0
2007-10-04needs_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-28document the -Qii option.Chantry Xavier1-1/+1
2007-09-17trans.c : reworking of transaction interruptionsChantry Xavier1-3/+8
2007-09-17Remove the DB consistency check from pacman and libalpm.Chantry Xavier1-5/+0
2007-09-12make alpm_strerror binding friendlyStefano Esposito1-10/+10
2007-08-27separate 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-22Various valgrind mem leak fixesDan McGee1-2/+5
2007-08-22Add a default cachedir if one wasn't specifiedDan McGee1-0/+5
2007-08-22Post 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-16new 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-28Remove lockfile configuration from frontend, make it job of libalpmDan McGee1-10/+0
2007-06-28pacman.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-05Fix up outstanding parseconfig issuesDan McGee1-17/+25
2007-06-05Rip alpm_parse_config out of libalpmDan McGee1-33/+36
2007-06-05Move three config options out of the backendDan McGee1-3/+3
2007-06-05Add a parseconfig to the pacman frontend that compilesDan McGee1-0/+212
2007-06-04Remove hardcoded defines from libalpmDan McGee1-3/+3
2007-06-01Change -z|--showsize flag to ShowSize pacman.conf optionNathan Jones1-4/+0
2007-05-31Move DB and cache dirs away from there dependence on ROOTDIRDan McGee1-6/+14
2007-05-20Add -Qee option for the original behavior of -QeChantry Xavier1-1/+1
2007-05-14Display size for packagesNathan Jones1-1/+5
2007-04-28Set HTTP_USER_AGENT envvar in pacmanDan McGee1-0/+20
2007-04-28Add a cb_log call on segfaultsDan McGee1-0/+2
2007-04-27Remove output.c and output.hDan McGee1-1/+0
2007-04-26Remove ERR calls from the codeDan McGee1-15/+26
2007-04-26Remove MSG output macro (#define and in code)Dan McGee1-9/+2
2007-04-26Move log.c/h -> output.c/h to properly reflect what is containedDan McGee1-1/+1
2007-04-26Pacman side code consolidation- unify callback functions to one fileDan McGee1-2/+2
2007-04-26More pacman side cleanupDan McGee1-34/+24
2007-04-26Allow sync search to work without argumentsDan McGee1-3/+8
2007-04-25Remove more unnecessary stuffDan McGee1-1/+4