summaryrefslogtreecommitdiff
path: root/src/pacman/pacman.c
Commit message (Expand)AuthorAge
...
* Remove need to explicitly register the local DBDan McGee2011-01-29
* Merge branch 'maint'Dan McGee2011-01-12
|\
| * Make debug config messages consistent in capitalizationDan McGee2011-01-11
* | Fix some more simple conversion "errors"Dan McGee2011-01-07
* | Update copyright years for 2011Allan McRae2011-01-07
* | Declare all local functions staticAllan McRae2010-12-30
* | Add configuration option to control disk space checkingAllan McRae2010-12-12
* | Remove AC_TYPE_SIGNAL usageDan McGee2010-12-12
* | alpm/remove.c : respect --dbonly during remove-upgradeXavier Chantry2010-12-12
* | pacman: sort --help outputXavier Chantry2010-12-12
* | CLI args: update --help and manpageXavier Chantry2010-12-12
* | Ensure stdin args are correctly terminatedDan McGee2010-12-12
* | Support reading package args from stdinDave Reisner2010-11-04
* | CLI args: stricter/better parsingJakob Gruber2010-10-11
* | CLI args: reorganize parsingJakob Gruber2010-10-11
* | Check return value of chdir and getcwdAllan McRae2010-07-01
* | Do not compare signed and unsigned typesAllan McRae2010-06-30
|/
* Allow to include a path containing wildcardsMarc-A. Dahlhaus2010-05-18
* Allow Include directive in any sectionsXavier Chantry2010-05-17
* Improve documentation of -k/--dbonlyDan McGee2010-05-05
* Remove unused 'z' option from getopt_long's optstringNagy Gabor2010-05-05
* Introduce -D, --databaseNagy Gabor2010-05-05
* check for valid optarg before using strdupSerge Ziryukin2010-04-26
* Show --print and --print-format options with -Rh, -Sh and -Uh onlyNagy Gabor2010-03-25
* Bump copyright dates to 2010Dan McGee2010-03-14
* fix a few warnings reported by clangXavier Chantry2010-03-14
* Add new --print operation for all operationsXavier Chantry2010-03-14
* add some more sanity check for optargXavier Chantry2009-12-13
* refactor _parseoptionsXavier Chantry2009-12-13
* download: major refactor to address lingering issuesDan McGee2009-11-15
* Refactor do/while cycle and multiple while cyclesLaszlo Papp2009-11-15
* Replace hardcoded option numbers with enumerationLaszlo Papp2009-10-12
* Minor scope/typing cleanupsDan McGee2009-10-11
* Fully implement database lazy loadingDan McGee2009-09-20
* Merge branch 'maint'Dan McGee2009-09-20
|\
| * Strndup usage and small typo fixLaszlo Papp2009-09-20
| * Kill -F option for good in option parsingDan McGee2009-09-18
| * String improvementsXavier Chantry2009-09-16
| * Revert "Fix a memleak involving lazy DB loading"Dan McGee2009-09-14
| * Fix a memleak involving lazy DB loadingXavier Chantry2009-09-08
* | Re-add the non-user friendly --ask optionXavier Chantry2009-09-08
* | use strreplace in the xfercommand codeXavier Chantry2009-09-07
* | fix small memleak in an error caseXavier Chantry2009-09-06
* | Log commandline in pacman/alpm logXavier Chantry2009-09-06
* | Allow $arch to be used in ServerXavier Chantry2009-09-06
* | Add Architecture and --arch optionXavier Chantry2009-09-06
* | dload.c : various fixesXavier Chantry2009-08-18
|/
* Ensure version screen fits in 80 colsDan McGee2009-07-26
* Add a fetch callback to allow front-end download supportSebastian Nowicki2009-07-22
* Introduce -SuuNagy Gabor2009-07-22