summaryrefslogtreecommitdiffstats
path: root/src/pacman/pacman.c
AgeCommit message (Expand)AuthorFilesLines
2013-01-03Remove checks for geteuidAllan McRae1-4/+0
2013-01-03Remove Cygwin supportAllan McRae1-3/+2
2013-01-03Update copyright year for 2013Allan McRae1-2/+2
2012-12-14Basic running of pacman -Qkk to check mtree filesAllan McRae1-1/+1
2012-12-14Plug various minor memory leaksAndrew Gregory1-2/+3
2012-11-27pacman: add -n/--native filter to -QSimon Gomizelj1-0/+3
2012-08-08coding style fixesFlorian Pritz1-1/+1
2012-04-09Various tweaks to support building with excessive GCC warning flagsDan McGee1-4/+5
2012-03-16Reduce calls to getcolsDan McGee1-1/+1
2012-02-21Merge branch 'maint'Dan McGee1-7/+1
2012-02-20Update copyright yearsAllan McRae1-1/+1
2012-02-15Revert "Add -S --recursive operation"Dan McGee1-7/+1
2012-02-13Merge branch 'maint'Dan McGee1-4/+6
2012-02-07Fix a handful of comment typos or misspellingsDan McGee1-4/+6
2012-01-23Merge branch 'maint'Dan McGee1-2/+2
2012-01-19Update copyright on changed files since beginning of yearDan McGee1-1/+1
2012-01-12Use fileno() in isatty() callDan McGee1-1/+1
2011-12-22include config.h via MakefilesDave Reisner1-2/+0
2011-12-12code syntax cleanupDave Reisner1-1/+1
2011-10-14Remove -f short option for --forceDan McGee1-3/+3
2011-10-14Use puts() instead of no-op printf() where applicableDan McGee1-1/+1
2011-10-14Remove mcheck.h supportDan McGee1-8/+0
2011-10-12Remove alpm_list_getdata wrapper functionDan McGee1-2/+2
2011-09-27Avoid comparison between signed and unsigned typesAllan McRae1-1/+2
2011-09-26Revamp pacman signal handlerDan McGee1-23/+23
2011-09-20pacman: use dynamic string allocation where it makes senseDan McGee1-6/+19
2011-09-15pacman: add short opt '-p' for --print to -{S,R}hDave Reisner1-1/+1
2011-08-29pacman.c: Remove redundant strdup() in parsearg_global()Lukas Fleischer1-1/+1
2011-08-11pacman: remove --dbonly shortoptDave Reisner1-3/+3
2011-08-11Allow --needed and --recursive on -U operationsDan McGee1-3/+5
2011-08-11Add -S --recursive operationDan McGee1-1/+7
2011-08-08mark option structs as constDave Reisner1-1/+1
2011-07-01Prefix alpm_transflag_t members with ALPMAllan McRae1-21/+21
2011-07-01Prefix alpm_loglevel_t members with ALPMAllan McRae1-12/+12
2011-06-30pacman: return with 128+signum on signaled exitDave Reisner1-1/+1
2011-06-30Fix a few warnings pointed out via clang scan-buildDan McGee1-2/+5
2011-06-15API: change 'signaturedir' to 'gpgdir'Dan McGee1-1/+1
2011-06-09Require handle argument to all alpm_trans_*() methodsDan McGee1-2/+2
2011-06-09Require handle argument to all alpm_option_(get|set)_*() methodsDan McGee1-7/+7
2011-06-09Require handle argument to alpm_logaction()Dan McGee1-1/+1
2011-06-07Revamp pacman setup code to handle new alpm initialize routineDan McGee1-40/+12
2011-06-01Let pacman -v print GPG DirPang Yan Han1-0/+1
2011-05-20Merge branch 'maint'Dan McGee1-2/+3
2011-05-19Coding style cleanups; add a null checkDan McGee1-1/+2
2011-05-16Ensure --print doesn't enable --noconfirm when not expectedDan McGee1-1/+1
2011-05-05Make config parsing a two-part affairDan McGee1-1/+1
2011-05-05Move parseconfig to conf.cDan McGee1-590/+5
2011-04-21Header inclusion cleanupDan McGee1-2/+0
2011-04-21syntax: if/while statements should have no trailing spaceDan McGee1-24/+24
2011-04-21Allow VerifySig to act as a default verification in [options]Dave Reisner1-0/+12