summaryrefslogtreecommitdiffstats
path: root/src
AgeCommit message (Expand)AuthorFilesLines
2013-03-10Pull updated translations from transifexAllan McRae27-3476/+1557
2013-03-10Add new languages from TransifexAllan McRae11-0/+11504
2013-03-10testdb: quote output substitutionsAndrew Gregory1-6/+6
2013-03-10testdb: pass empty local pkglist to alpm_checkdepsAndrew Gregory1-1/+1
2013-03-10make status/log messages reflect version changeSimon Gomizelj1-0/+30
2013-03-10remove the duplicate strnlen and strndupSimon Gomizelj1-22/+0
2013-03-07colourize -QSimon Gomizelj1-1/+3
2013-03-07colourize -Sl/-QlSimon Gomizelj2-7/+6
2013-03-07colourize -Ss/-QsSimon Gomizelj1-6/+10
2013-03-07colourize the output of -Qi/SiSimon Gomizelj2-7/+11
2013-03-07colourize table outputSimon Gomizelj1-1/+3
2013-03-07colourize warnings and errorsSimon Gomizelj1-2/+4
2013-03-07colourize colon_printf and questionSimon Gomizelj1-2/+7
2013-03-07introduce colstr for colourizingSimon Gomizelj3-0/+65
2013-03-07add a config settings and flag for coloursSimon Gomizelj3-1/+27
2013-03-07standardize format functionsSimon Gomizelj2-11/+11
2013-03-07remove format from statistic messagesSimon Gomizelj1-11/+46
2013-03-07split "Packages (%zd):" messageSimon Gomizelj1-1/+1
2013-03-07remove :: prefix from all messageSimon Gomizelj5-23/+37
2013-03-07refactor common code in query_search/sync_searchSimon Gomizelj4-127/+95
2013-02-24Perform limited conflict checking with --forceAllan McRae1-0/+3
2013-02-13Add format attributes to all required functionsAllan McRae6-5/+10
2013-02-09Exit with failure status if download or installation is not confirmedMartin Panter1-0/+1
2013-02-09pacman: print version information in debug outputAllan McRae1-0/+2
2013-02-09Check keys are in keyring before package validationAllan McRae1-0/+13
2013-02-07use strtok_r to parse multi-value config optionsAndrew Gregory1-9/+6
2013-02-07Better error message with "-" is specified without stdinAllan McRae1-44/+51
2013-02-07Add configuration option for Upgrade operation SigLevelAllan McRae3-3/+72
2013-01-29Restore libarchive 2.8.x compatibilityDan McGee1-1/+1
2013-01-29Consolidate --foreign/--native filteringSimon Gomizelj3-14/+17
2013-01-28add caller prefix to alpm_logactionAndrew Gregory4-13/+22
2013-01-28pacsort: add -f, --files option for sorting filenamesDave Reisner1-3/+49
2013-01-04Allow querying directory ownershipAndrew Gregory1-19/+41
2013-01-04query_fileowner: don't append '/' if path is "/"Andrew Gregory1-2/+4
2013-01-04Fix space between control structure and open parensGerardo Exequiel Pozzi3-3/+3
2013-01-04Fix open braces styleGerardo Exequiel Pozzi5-12/+22
2013-01-04Fix missing spaces in operatorsGerardo Exequiel Pozzi4-7/+7
2013-01-04fix comment style // -> /* */Gerardo Exequiel Pozzi2-2/+2
2013-01-04Split common utility functions for libalpm and pacmanAllan McRae8-57/+151
2013-01-03Remove checks for geteuidAllan McRae1-4/+0
2013-01-03Remove Cygwin supportAllan McRae1-3/+2
2013-01-03util/pactree: correctly free the deps list in walk_deps()Dan McGee1-1/+3
2013-01-03Update copyright year for 2013Allan McRae18-19/+19
2012-12-14Remove leading "./" from filenames in mtree fileAllan McRae1-0/+7
2012-12-14Check file types match before comparing propertiesAllan McRae1-1/+26
2012-12-14Check "install" and "changelog" files for changesAllan McRae1-2/+13
2012-12-14Perform full checking of files with -QkkAllan McRae1-1/+135
2012-12-14Basic running of pacman -Qkk to check mtree filesAllan McRae4-4/+76
2012-12-14Separate checking a files existence into a functionAllan McRae1-13/+22
2012-12-14Move check function into its own fileAllan McRae4-55/+113