summaryrefslogtreecommitdiff
path: root/src/pacman/pacman.c
Commit message (Expand)AuthorAge
* Remove -f short option for --forceDan McGee2011-10-14
* Use puts() instead of no-op printf() where applicableDan McGee2011-10-13
* Remove mcheck.h supportDan McGee2011-10-13
* Remove alpm_list_getdata wrapper functionDan McGee2011-10-12
* Avoid comparison between signed and unsigned typesAllan McRae2011-09-26
* Revamp pacman signal handlerDan McGee2011-09-26
* pacman: use dynamic string allocation where it makes senseDan McGee2011-09-20
* pacman: add short opt '-p' for --print to -{S,R}hDave Reisner2011-09-14
* pacman.c: Remove redundant strdup() in parsearg_global()Lukas Fleischer2011-08-28
* pacman: remove --dbonly shortoptDave Reisner2011-08-11
* 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