summaryrefslogtreecommitdiff
path: root/src/pacman/pacman.c
Commit message (Expand)AuthorAge
...
* Allow --needed and --recursive on -U operationsDan McGee2011-08-11
* Add -S --recursive operationDan McGee2011-08-11
* mark option structs as constDave Reisner2011-08-08
* Prefix alpm_transflag_t members with ALPMAllan McRae2011-07-02
* Prefix alpm_loglevel_t members with ALPMAllan McRae2011-07-02
* pacman: return with 128+signum on signaled exitDave Reisner2011-06-30
* Fix a few warnings pointed out via clang scan-buildDan McGee2011-06-30
* API: change 'signaturedir' to 'gpgdir'Dan McGee2011-06-15
* Require handle argument to all alpm_trans_*() methodsDan McGee2011-06-09
* Require handle argument to all alpm_option_(get|set)_*() methodsDan McGee2011-06-09
* Require handle argument to alpm_logaction()Dan McGee2011-06-09
* Revamp pacman setup code to handle new alpm initialize routineDan McGee2011-06-07
* Let pacman -v print GPG DirPang Yan Han2011-06-01
* Merge branch 'maint'Dan McGee2011-05-19
|\
| * Coding style cleanups; add a null checkDan McGee2011-05-19
| * Ensure --print doesn't enable --noconfirm when not expectedDan McGee2011-05-16
* | Make config parsing a two-part affairDan McGee2011-05-05
* | Move parseconfig to conf.cDan McGee2011-05-05
* | Header inclusion cleanupDan McGee2011-04-20
* | syntax: if/while statements should have no trailing spaceDan McGee2011-04-20
* | Allow VerifySig to act as a default verification in [options]Dave Reisner2011-04-20
* | style cleanup: cast as (type *) not (type*)Dave Reisner2011-04-20
* | New VerbosePkgLists optionJakob Gruber2011-04-20
* | Remove ShowSize optionJakob Gruber2011-04-20
* | libalpm: consistently use int as return type for option settersRémy Oudompheng2011-04-15
* | pacman.c : useless extra parenthesisXavier Chantry2011-04-04
* | Merge branch 'maint'Dan McGee2011-03-27
|\|
| * Update usage instruction stringsDan McGee2011-03-25
* | Merge branch 'maint'Dan McGee2011-03-24
|\|
| * Add -T, --deptest to usage messageRay Kohler2011-03-24
* | Added gpg verification options per repo to the config file.Xavier Chantry2011-03-23
* | Let pacman specify GnuPG's home directory.Chris Brannon2011-03-23
* | Merge branch 'maint'Dan McGee2011-03-21
|\|
| * Restore --debug/--verbose output without a primary operationDan McGee2011-03-21
| * Remove unnecessary NULL checkDan McGee2011-03-20
* | Style change: return(x) --> return xDan McGee2011-03-20
|/
* Warn but don't error for unknown pacman.conf directivesDan McGee2011-03-16
* Only read from stdin if '-' is provided as a targetDave Reisner2011-03-16
* make -d less strict; add -dd optionFlorian Pritz2011-01-31
* Allow both cleanmethod values to be specified at the same timeDan McGee2011-01-31
* 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