summaryrefslogtreecommitdiffstats
path: root/src/pacman/conf.c
AgeCommit message (Expand)AuthorFilesLines
2017-04-12add --overwrite option to ignore file conflictsAndrew Gregory1-0/+2
2017-01-13Introduce a 'disable-download-timeout' optionChristian Hesse1-0/+4
2017-01-04Update copyright yearsAllan McRae1-1/+1
2016-10-22Represent bitfields as ints, not enumsIvy Foster1-9/+8
2016-01-04Update copyright years for 2016Allan McRae1-1/+1
2015-11-11Use correct format specifiersRikard Falkeborn1-2/+2
2015-10-19Pluralize malloc failure stringAllan McRae1-1/+3
2015-10-18pacman: add user hook directoriesAndrew Gregory1-0/+22
2015-08-08copy assumeinstalled optionsAndrew Gregory1-1/+1
2015-07-15Prototype pacman files database operationsAllan McRae1-0/+4
2015-02-01Update copyright notices for 2015Allan McRae1-1/+1
2015-01-21ini.c: move error output into conf.cAndrew Gregory1-1/+7
2015-01-21ini.c: move Include parsing to conf.cAndrew Gregory1-0/+69
2015-01-21ini.c: remove final callback callAndrew Gregory1-3/+1
2015-01-21conf.c: parse config in a single passAndrew Gregory1-76/+54
2015-01-21conf.c: use masks for siglevel inheritanceAndrew Gregory1-49/+41
2015-01-21conf.c: store repo settings in dedicated structAndrew Gregory1-38/+40
2014-12-28Clarify "assume installed" error messageAllan McRae1-1/+1
2014-12-24Improve db upgrade error messageAllan McRae1-1/+1
2014-12-18shut up GCC on -Wmaybe-initialized warningsDave Reisner1-1/+1
2014-09-30Add --assume-installed optionFlorian Pritz1-0/+18
2014-09-30Revert "Remove log_cb, add ALPM_EVENT_LOG instead"Andrew Gregory1-0/+1
2014-03-27conf.c: remove extra indentationAndrew Gregory1-4/+3
2014-03-03Remove log_cb, add ALPM_EVENT_LOG insteadOlivier Brunel1-1/+0
2014-01-28enable_colors: always set color stringsAndrew Gregory1-0/+10
2014-01-28Remove ts and sw from vim modeline when noet is setFlorian Pritz1-1/+1
2014-01-06Minor struct member reordering for packing concernsDan McGee1-1/+1
2014-01-06Update copyright years for 2014Allan McRae1-1/+1
2014-01-06conf.c: add missing newline to warningAndrew Gregory1-1/+1
2013-11-15Fix whitespace and other formatting issuesJason St. John1-1/+1
2013-11-08support ALPM_SIG_USE_DEFAULT for file siglevelsAndrew Gregory1-3/+1
2013-09-04pacman: add front end support for repo usage levelDave Reisner1-0/+53
2013-08-21conf.c: extract ini parsing code to separate filesAndrew Gregory1-158/+3
2013-08-21conf.c: pass _parse_directive as a callbackAndrew Gregory1-8/+12
2013-08-21conf.c: move section handling out of _parseconfigAndrew Gregory1-15/+34
2013-08-21conf.c: move directive parsing out of _parseconfigAndrew Gregory1-17/+21
2013-08-21conf.c: move repo parsing out of _parseconfigAndrew Gregory1-26/+39
2013-08-21conf.c: add parse_options to section_tAndrew Gregory1-13/+13
2013-07-30Report missing directory if we can not initialise alpm libraryAllan McRae1-2/+2
2013-07-05do not check error from close(2)Dave Reisner1-4/+1
2013-04-18Fix spelling errors using 'codespell' toolAnatol Pomozov1-2/+2
2013-03-30use default foreground color instead of whiteAndrew Gregory1-2/+4
2013-03-14Use C locale when parsing UseDelta floating point valuesDan McGee1-0/+9
2013-03-07introduce colstr for colourizingSimon Gomizelj1-0/+48
2013-03-07add a config settings and flag for coloursSimon Gomizelj1-0/+4
2013-02-07use strtok_r to parse multi-value config optionsAndrew Gregory1-9/+6
2013-02-07Add configuration option for Upgrade operation SigLevelAllan McRae1-0/+52
2013-01-04Fix open braces styleGerardo Exequiel Pozzi1-4/+8
2013-01-04Fix missing spaces in operatorsGerardo Exequiel Pozzi1-1/+1
2013-01-03Update copyright year for 2013Allan McRae1-1/+1