summaryrefslogtreecommitdiff
path: root/src/pacman/pacman.c
Commit message (Expand)AuthorAge
* Improve pacman.c gettext usageDan McGee2007-03-27
* Clarify some English messages as suggested by Nagy Gabor. I even did the hardDan McGee2007-03-22
* Giovanni Scafora <linuxmania@gmail.com>Aaron Griffin2007-03-22
* * pacman.c: Add CacheDir to -v --verbose output.Dan McGee2007-03-21
* * Updated Italian translationDan McGee2007-03-19
* James Rosten <seinfeld90@gmail.com>Dan McGee2007-03-18
* * Updated -V output to include the 2007 copyright date.Aaron Griffin2007-03-07
* This commit looks much more monumental than it is. Almost all just #includeDan McGee2007-03-05
* * Fixed the handle realroot stuffAaron Griffin2007-03-04
* * pacman hidden arguments: removed -Y and -D. -T is the only hidden arg now, toAaron Griffin2007-02-26
* We don't need this anymoreAaron Griffin2007-02-23
* Big commit here, I'll try to cover all the bases.Dan McGee2007-02-22
* * Looks like I left some debugging code in thereAaron Griffin2007-02-21
* * Updated bash_completion script to 3.0 options.Dan McGee2007-02-19
* * Updated pt_BR translation (Douglas Soares de Andrade), and merged otherDan McGee2007-02-15
* Fixed locale setting issues in the frontend, and fixed description of --cache...Dan McGee2007-02-13
* Reverted the exit 2 -> exit 0 change. This was there for a reason (so thatAaron Griffin2007-02-13
* Exit status of 2 seems wrong for -VAaron Griffin2007-02-12
* * Added --cachedir commandline optionAaron Griffin2007-02-12
* * Removed the 'vercmp' op from pacman. The standalone 'vercmp' binary should beAaron Griffin2007-02-12
* * Remove "error: " text from ERR() call since it is appended by ERR anyway.Dan McGee2007-02-09
* * Cleaned up direct pm_fprintf usage (move to MSG/ERR macros for now)Aaron Griffin2007-02-09
* * Nice overhaul of manpages. It is at least a start.Dan McGee2007-02-08
* Added the --upgrades option for -Qu (--query --upgrades)Aaron Griffin2007-02-04
* Implemented a crappy version of -Qu (query upgrades). This simply outputs theAaron Griffin2007-02-04
* * unified the progress bars (fill_progress function)Aaron Griffin2007-02-04
* Debug logging changes:Aaron Griffin2007-01-31
* Dan McGee <dpmcgee@gmail.com>Aaron Griffin2007-01-26
* Cleanup 'neednl' usage - make it staticAaron Griffin2007-01-24
* Preliminary checkin for alpm_list conversionAaron Griffin2007-01-19
* * remove static neednl - no accessor functions (yet)Aaron Griffin2007-01-18
* Dan McGee <dpmcgee@gmail.com>Aaron Griffin2007-01-18
* Dan McGee <dpmcgee@gmail.com>Aaron Griffin2007-01-17
* * Dan McGee's makepkg updates http://www.archlinux.org/pipermail/pacman-dev/2...Aaron Griffin2006-12-14
* A few minor updates so --root works again.Aaron Griffin2006-12-08
* Removed an extra call to alpm_option_set_root() - it is set by alpm_init()Aaron Griffin2006-12-08
* Added dbpath validationAaron Griffin2006-12-05
* * Cosmetic changes and typo fixesAaron Griffin2006-12-01
* libalpm appends the trailing / to the config root, no need to do it hereAaron Griffin2006-11-20
* * repo-add script - to add entries to a db file directly from package data (n...Aaron Griffin2006-11-20
* * Numerous mini valgrind fixes.Aaron Griffin2006-11-14
* Skip root check on -SpAaron Griffin2006-11-10
* Last mtrace/setenv change, I swearAaron Griffin2006-11-09
* Whoops - I fail at setenvAaron Griffin2006-11-09
* mcheck() seems to cause segfaults. Annoying. Switched back to useing mtrace...Aaron Griffin2006-11-09
* * Improved mcheck outputAaron Griffin2006-11-08
* Added mcheck support for memory debuggingAaron Griffin2006-11-07
* * Modified some error output and loggingAaron Griffin2006-11-03
* * Fixed some alpm_get_option calls (long params were used for C99 compliance,Aaron Griffin2006-11-02
* Numerous changes:Aaron Griffin2006-10-31