summaryrefslogtreecommitdiff
path: root/src/pacman/pacman.c
AgeCommit message (Expand)Author
2013-04-18Fix spelling errors using 'codespell' toolAnatol Pomozov
2013-04-09pacman: add -Qkk to usage() helpAndrew Gregory
2013-04-06ctypes.h shouldn't be included twiceSimon Gomizelj
2013-03-15Fix typoAllan McRae
2013-03-07introduce colstr for colourizingSimon Gomizelj
2013-03-07add a config settings and flag for coloursSimon Gomizelj
2013-02-09pacman: print version information in debug outputAllan McRae
2013-02-07Better error message with "-" is specified without stdinAllan McRae
2013-01-29Consolidate --foreign/--native filteringSimon Gomizelj
2013-01-28add caller prefix to alpm_logactionAndrew Gregory
2013-01-04Fix open braces styleGerardo Exequiel Pozzi
2013-01-03Remove checks for geteuidAllan McRae
2013-01-03Remove Cygwin supportAllan McRae
2013-01-03Update copyright year for 2013Allan McRae
2012-12-14Basic running of pacman -Qkk to check mtree filesAllan McRae
2012-12-14Plug various minor memory leaksAndrew Gregory
2012-11-27pacman: add -n/--native filter to -QSimon Gomizelj
2012-08-07coding style fixesFlorian Pritz
2012-04-08Various tweaks to support building with excessive GCC warning flagsDan McGee
2012-03-16Reduce calls to getcolsDan McGee
2012-02-20Merge branch 'maint'Dan McGee
2012-02-20Update copyright yearsAllan McRae
2012-02-15Revert "Add -S --recursive operation"Dan McGee
2012-02-13Merge branch 'maint'Dan McGee
2012-02-06Fix a handful of comment typos or misspellingsDan McGee
2012-01-23Merge branch 'maint'Dan McGee
2012-01-18Update copyright on changed files since beginning of yearDan McGee
2012-01-12Use fileno() in isatty() callDan McGee
2011-12-21include config.h via MakefilesDave Reisner
2011-12-12code syntax cleanupDave Reisner
2011-10-14Remove -f short option for --forceDan McGee
2011-10-13Use puts() instead of no-op printf() where applicableDan McGee
2011-10-13Remove mcheck.h supportDan McGee
2011-10-12Remove alpm_list_getdata wrapper functionDan McGee
2011-09-26Avoid comparison between signed and unsigned typesAllan McRae
2011-09-26Revamp pacman signal handlerDan McGee
2011-09-20pacman: use dynamic string allocation where it makes senseDan McGee
2011-09-14pacman: add short opt '-p' for --print to -{S,R}hDave Reisner
2011-08-28pacman.c: Remove redundant strdup() in parsearg_global()Lukas Fleischer
2011-08-11pacman: remove --dbonly shortoptDave Reisner
2011-08-11Allow --needed and --recursive on -U operationsDan McGee
2011-08-11Add -S --recursive operationDan McGee
2011-08-08mark option structs as constDave Reisner
2011-07-02Prefix alpm_transflag_t members with ALPMAllan McRae
2011-07-02Prefix alpm_loglevel_t members with ALPMAllan McRae
2011-06-30pacman: return with 128+signum on signaled exitDave Reisner
2011-06-30Fix a few warnings pointed out via clang scan-buildDan McGee
2011-06-15API: change 'signaturedir' to 'gpgdir'Dan McGee
2011-06-09Require handle argument to all alpm_trans_*() methodsDan McGee
2011-06-09Require handle argument to all alpm_option_(get|set)_*() methodsDan McGee