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-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
2007-03-19* Updated Italian translationDan McGee
2007-03-18James Rosten <seinfeld90@gmail.com>Dan McGee
2007-03-07* Updated -V output to include the 2007 copyright date.Aaron Griffin
2007-03-05This commit looks much more monumental than it is. Almost all just #includeDan McGee
2007-03-04* Fixed the handle realroot stuffAaron Griffin
2007-02-26* pacman hidden arguments: removed -Y and -D. -T is the only hidden arg now, toAaron Griffin
2007-02-23We don't need this anymoreAaron Griffin
2007-02-22Big commit here, I'll try to cover all the bases.Dan McGee
2007-02-21* Looks like I left some debugging code in thereAaron Griffin
2007-02-19* Updated bash_completion script to 3.0 options.Dan McGee
2007-02-15* Updated pt_BR translation (Douglas Soares de Andrade), and merged otherDan McGee
2007-02-13Fixed locale setting issues in the frontend, and fixed description of --cache...Dan McGee
2007-02-13Reverted the exit 2 -> exit 0 change. This was there for a reason (so thatAaron Griffin
2007-02-12Exit status of 2 seems wrong for -VAaron Griffin
2007-02-12* Added --cachedir commandline optionAaron Griffin
2007-02-12* Removed the 'vercmp' op from pacman. The standalone 'vercmp' binary should beAaron Griffin
2007-02-09* Remove "error: " text from ERR() call since it is appended by ERR anyway.Dan McGee
2007-02-09* Cleaned up direct pm_fprintf usage (move to MSG/ERR macros for now)Aaron Griffin
2007-02-08* Nice overhaul of manpages. It is at least a start.Dan McGee
2007-02-04Added the --upgrades option for -Qu (--query --upgrades)Aaron Griffin