Send patches - preferably formatted by git format-patch - to patches at archlinux32 dot org.
summaryrefslogtreecommitdiff
path: root/src/pacman/pacman.c
AgeCommit message (Expand)Author
2007-09-16trans.c : reworking of transaction interruptionsChantry Xavier
2007-09-16Remove the DB consistency check from pacman and libalpm.Chantry Xavier
2007-09-11make alpm_strerror binding friendlyStefano Esposito
2007-08-26separate local from sync dbs on filesystemTravis Willard
2007-08-22pacman.c: clarify reason for doing 2 strcmp operationsDan McGee
2007-08-21Various valgrind mem leak fixesDan McGee
2007-08-21Add a default cachedir if one wasn't specifiedDan McGee
2007-08-21Post trial install changes, round oneDan McGee
2007-08-16Fix some errors spit out by -WextraDan McGee
2007-08-16pacman.c: Alphabetize listing of query optionsDan McGee
2007-08-15new query options : explicit (-Qe) and deps (-Qd).Chantry Xavier
2007-07-23Cleanup of pacman.c and addition of default paths to frontendDan McGee
2007-07-15Add --asdeps option to pacmanDan McGee
2007-07-10Remove gettext calls from all PM_LOG_DEBUG messagesDan McGee
2007-06-27Remove lockfile configuration from frontend, make it job of libalpmDan McGee
2007-06-27pacman.c: make parseconfig a bit more robustDan McGee
2007-06-09pacman.c: Refine error messages used by parseconfigDan McGee
2007-06-09Allow multiple CacheDirs to be specifiedDan McGee
2007-06-09Implement a -Qt operation in frontend to test the databaseDan McGee
2007-06-09Fix up things after the last few changesDan McGee
2007-06-09Revamp pacman.c main function ordering, switch some output to pm_printfDan McGee
2007-06-04Fix up outstanding parseconfig issuesDan McGee
2007-06-04Rip alpm_parse_config out of libalpmDan McGee
2007-06-04Move three config options out of the backendDan McGee
2007-06-04Add a parseconfig to the pacman frontend that compilesDan McGee
2007-06-04Remove hardcoded defines from libalpmDan McGee
2007-06-01Change -z|--showsize flag to ShowSize pacman.conf optionNathan Jones
2007-05-31Move DB and cache dirs away from there dependence on ROOTDIRDan McGee
2007-05-20Add -Qee option for the original behavior of -QeChantry Xavier
2007-05-14Display size for packagesNathan Jones
2007-04-28Set HTTP_USER_AGENT envvar in pacmanDan McGee
2007-04-28Add a cb_log call on segfaultsDan McGee
2007-04-26Remove output.c and output.hDan McGee
2007-04-26Remove ERR calls from the codeDan McGee
2007-04-26Remove MSG output macro (#define and in code)Dan McGee
2007-04-26Move log.c/h -> output.c/h to properly reflect what is containedDan McGee
2007-04-26Pacman side code consolidation- unify callback functions to one fileDan McGee
2007-04-26More pacman side cleanupDan McGee
2007-04-26Allow sync search to work without argumentsDan McGee
2007-04-25Remove more unnecessary stuffDan McGee
2007-04-25Merge single-function header files on pacman sideDan McGee
2007-04-14Add void to functions with empty parameter listDan McGee
2007-04-01Remove some debug print statements that were left in on accidentDan McGee
2007-03-31Clean up pacman.c, add localize functionDan McGee
2007-03-30Make all paths and file locations configurableDan McGee
2007-03-28Continue fixing usage instructions.Dan McGee
2007-03-27Improve pacman.c gettext usageDan McGee
2007-03-22Clarify some English messages as suggested by Nagy Gabor. I even did the hardDan McGee
2007-03-22Giovanni Scafora <linuxmania@gmail.com>Aaron Griffin
2007-03-21* pacman.c: Add CacheDir to -v --verbose output.Dan McGee