summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2013-03-10testdb: quote output substitutionsAndrew Gregory
2013-03-10testdb: pass empty local pkglist to alpm_checkdepsAndrew Gregory
2013-03-10make status/log messages reflect version changeSimon Gomizelj
2013-03-10remove the duplicate strnlen and strndupSimon Gomizelj
2013-03-07colourize -QSimon Gomizelj
2013-03-07colourize -Sl/-QlSimon Gomizelj
2013-03-07colourize -Ss/-QsSimon Gomizelj
2013-03-07colourize the output of -Qi/SiSimon Gomizelj
2013-03-07colourize table outputSimon Gomizelj
2013-03-07colourize warnings and errorsSimon Gomizelj
2013-03-07colourize colon_printf and questionSimon Gomizelj
2013-03-07introduce colstr for colourizingSimon Gomizelj
2013-03-07add a config settings and flag for coloursSimon Gomizelj
2013-03-07standardize format functionsSimon Gomizelj
2013-03-07remove format from statistic messagesSimon Gomizelj
2013-03-07split "Packages (%zd):" messageSimon Gomizelj
2013-03-07remove :: prefix from all messageSimon Gomizelj
2013-03-07refactor common code in query_search/sync_searchSimon Gomizelj
2013-02-24Perform limited conflict checking with --forceAllan McRae
2013-02-13Add format attributes to all required functionsAllan McRae
2013-02-09Exit with failure status if download or installation is not confirmedMartin Panter
2013-02-09pacman: print version information in debug outputAllan McRae
2013-02-09Check keys are in keyring before package validationAllan McRae
2013-02-07use strtok_r to parse multi-value config optionsAndrew Gregory
2013-02-07Better error message with "-" is specified without stdinAllan McRae
2013-02-07Add configuration option for Upgrade operation SigLevelAllan McRae
2013-01-29Restore libarchive 2.8.x compatibilityDan McGee
2013-01-29Consolidate --foreign/--native filteringSimon Gomizelj
2013-01-28add caller prefix to alpm_logactionAndrew Gregory
2013-01-28pacsort: add -f, --files option for sorting filenamesDave Reisner
2013-01-04Allow querying directory ownershipAndrew Gregory
2013-01-04query_fileowner: don't append '/' if path is "/"Andrew Gregory
2013-01-04Fix space between control structure and open parensGerardo Exequiel Pozzi
2013-01-04Fix open braces styleGerardo Exequiel Pozzi
2013-01-04Fix missing spaces in operatorsGerardo Exequiel Pozzi
2013-01-04fix comment style // -> /* */Gerardo Exequiel Pozzi
2013-01-04Split common utility functions for libalpm and pacmanAllan McRae
2013-01-03Remove checks for geteuidAllan McRae
2013-01-03Remove Cygwin supportAllan McRae
2013-01-03util/pactree: correctly free the deps list in walk_deps()Dan McGee
2013-01-03Update copyright year for 2013Allan McRae
2012-12-14Remove leading "./" from filenames in mtree fileAllan McRae
2012-12-14Check file types match before comparing propertiesAllan McRae
2012-12-14Check "install" and "changelog" files for changesAllan McRae
2012-12-14Perform full checking of files with -QkkAllan McRae
2012-12-14Basic running of pacman -Qkk to check mtree filesAllan McRae
2012-12-14Separate checking a files existence into a functionAllan McRae
2012-12-14Move check function into its own fileAllan McRae
2012-12-14Do not warn about missing database if being downloadedAllan McRae
2012-12-14Print package name before changelog entry with -QcSimon Gomizelj