summaryrefslogtreecommitdiffstats
path: root/src/pacman/pacman.c
AgeCommit message (Expand)AuthorFilesLines
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
2007-04-25Merge single-function header files on pacman sideDan McGee1-7/+3
2007-04-14Add void to functions with empty parameter listDan McGee1-2/+2
2007-04-02Remove some debug print statements that were left in on accidentDan McGee1-2/+0
2007-04-01Clean up pacman.c, add localize functionDan McGee1-25/+48
2007-03-30Make all paths and file locations configurableDan McGee1-1/+1
2007-03-28Continue fixing usage instructions.Dan McGee1-4/+6
2007-03-28Improve pacman.c gettext usageDan McGee1-24/+34
2007-03-22Clarify some English messages as suggested by Nagy Gabor. I even did the hardDan McGee1-5/+5
2007-03-22Giovanni Scafora <linuxmania@gmail.com>Aaron Griffin1-1/+1
2007-03-21* pacman.c: Add CacheDir to -v --verbose output.Dan McGee1-3/+4
2007-03-19* Updated Italian translationDan McGee1-1/+1
2007-03-19James Rosten <seinfeld90@gmail.com>Dan McGee1-0/+1
2007-03-07* Updated -V output to include the 2007 copyright date.Aaron Griffin1-1/+1
2007-03-05This commit looks much more monumental than it is. Almost all just #includeDan McGee1-0/+2
2007-03-04* Fixed the handle realroot stuffAaron Griffin1-1/+2
2007-02-26* pacman hidden arguments: removed -Y and -D. -T is the only hidden arg now, toAaron Griffin1-10/+1
2007-02-23We don't need this anymoreAaron Griffin1-1/+1
2007-02-22Big commit here, I'll try to cover all the bases.Dan McGee1-1/+1
2007-02-21* Looks like I left some debugging code in thereAaron Griffin1-2/+0