| Commit message (Expand) | Author | Age |
* | pacman: add short opt '-p' for --print to -{S,R}h | Dave Reisner | 2011-09-14 |
* | pacman.c: Remove redundant strdup() in parsearg_global() | Lukas Fleischer | 2011-08-28 |
* | pacman: remove --dbonly shortopt | Dave Reisner | 2011-08-11 |
* | Allow --needed and --recursive on -U operations | Dan McGee | 2011-08-11 |
* | Add -S --recursive operation | Dan McGee | 2011-08-11 |
* | mark option structs as const | Dave Reisner | 2011-08-08 |
* | Prefix alpm_transflag_t members with ALPM | Allan McRae | 2011-07-02 |
* | Prefix alpm_loglevel_t members with ALPM | Allan McRae | 2011-07-02 |
* | pacman: return with 128+signum on signaled exit | Dave Reisner | 2011-06-30 |
* | Fix a few warnings pointed out via clang scan-build | Dan McGee | 2011-06-30 |
* | API: change 'signaturedir' to 'gpgdir' | Dan McGee | 2011-06-15 |
* | Require handle argument to all alpm_trans_*() methods | Dan McGee | 2011-06-09 |
* | Require handle argument to all alpm_option_(get|set)_*() methods | Dan McGee | 2011-06-09 |
* | Require handle argument to alpm_logaction() | Dan McGee | 2011-06-09 |
* | Revamp pacman setup code to handle new alpm initialize routine | Dan McGee | 2011-06-07 |
* | Let pacman -v print GPG Dir | Pang Yan Han | 2011-06-01 |
* | Merge branch 'maint' | Dan McGee | 2011-05-19 |
|\ |
|
| * | Coding style cleanups; add a null check | Dan McGee | 2011-05-19 |
| * | Ensure --print doesn't enable --noconfirm when not expected | Dan McGee | 2011-05-16 |
* | | Make config parsing a two-part affair | Dan McGee | 2011-05-05 |
* | | Move parseconfig to conf.c | Dan McGee | 2011-05-05 |
* | | Header inclusion cleanup | Dan McGee | 2011-04-20 |
* | | syntax: if/while statements should have no trailing space | Dan McGee | 2011-04-20 |
* | | Allow VerifySig to act as a default verification in [options] | Dave Reisner | 2011-04-20 |
* | | style cleanup: cast as (type *) not (type*) | Dave Reisner | 2011-04-20 |
* | | New VerbosePkgLists option | Jakob Gruber | 2011-04-20 |
* | | Remove ShowSize option | Jakob Gruber | 2011-04-20 |
* | | libalpm: consistently use int as return type for option setters | Rémy Oudompheng | 2011-04-15 |
* | | pacman.c : useless extra parenthesis | Xavier Chantry | 2011-04-04 |
* | | Merge branch 'maint' | Dan McGee | 2011-03-27 |
|\| |
|
| * | Update usage instruction strings | Dan McGee | 2011-03-25 |
* | | Merge branch 'maint' | Dan McGee | 2011-03-24 |
|\| |
|
| * | Add -T, --deptest to usage message | Ray Kohler | 2011-03-24 |
* | | Added gpg verification options per repo to the config file. | Xavier Chantry | 2011-03-23 |
* | | Let pacman specify GnuPG's home directory. | Chris Brannon | 2011-03-23 |
* | | Merge branch 'maint' | Dan McGee | 2011-03-21 |
|\| |
|
| * | Restore --debug/--verbose output without a primary operation | Dan McGee | 2011-03-21 |
| * | Remove unnecessary NULL check | Dan McGee | 2011-03-20 |
* | | Style change: return(x) --> return x | Dan McGee | 2011-03-20 |
|/ |
|
* | Warn but don't error for unknown pacman.conf directives | Dan McGee | 2011-03-16 |
* | Only read from stdin if '-' is provided as a target | Dave Reisner | 2011-03-16 |
* | make -d less strict; add -dd option | Florian Pritz | 2011-01-31 |
* | Allow both cleanmethod values to be specified at the same time | Dan McGee | 2011-01-31 |
* | Remove need to explicitly register the local DB | Dan McGee | 2011-01-29 |
* | Merge branch 'maint' | Dan McGee | 2011-01-12 |
|\ |
|
| * | Make debug config messages consistent in capitalization | Dan McGee | 2011-01-11 |
* | | Fix some more simple conversion "errors" | Dan McGee | 2011-01-07 |
* | | Update copyright years for 2011 | Allan McRae | 2011-01-07 |
* | | Declare all local functions static | Allan McRae | 2010-12-30 |
* | | Add configuration option to control disk space checking | Allan McRae | 2010-12-12 |