summaryrefslogtreecommitdiff
path: root/src/pacman/conf.c
Commit message (Expand)AuthorAge
* free memory for --overwrite listsAndrew Gregory2017-05-08
* add --overwrite option to ignore file conflictsAndrew Gregory2017-04-12
* Introduce a 'disable-download-timeout' optionChristian Hesse2017-01-13
* Update copyright yearsAllan McRae2017-01-04
* Represent bitfields as ints, not enumsIvy Foster2016-10-22
* Update copyright years for 2016Allan McRae2016-01-04
* Use correct format specifiersRikard Falkeborn2015-11-11
* Pluralize malloc failure stringAllan McRae2015-10-19
* pacman: add user hook directoriesAndrew Gregory2015-10-18
* copy assumeinstalled optionsAndrew Gregory2015-08-08
* Prototype pacman files database operationsAllan McRae2015-07-15
* Update copyright notices for 2015Allan McRae2015-02-01
* ini.c: move error output into conf.cAndrew Gregory2015-01-21
* ini.c: move Include parsing to conf.cAndrew Gregory2015-01-21
* ini.c: remove final callback callAndrew Gregory2015-01-21
* conf.c: parse config in a single passAndrew Gregory2015-01-21
* conf.c: use masks for siglevel inheritanceAndrew Gregory2015-01-21
* conf.c: store repo settings in dedicated structAndrew Gregory2015-01-21
* Clarify "assume installed" error messageAllan McRae2014-12-28
* Improve db upgrade error messageAllan McRae2014-12-24
* shut up GCC on -Wmaybe-initialized warningsDave Reisner2014-12-18
* Add --assume-installed optionFlorian Pritz2014-09-30
* Revert "Remove log_cb, add ALPM_EVENT_LOG instead"Andrew Gregory2014-09-30
* conf.c: remove extra indentationAndrew Gregory2014-03-27
* Remove log_cb, add ALPM_EVENT_LOG insteadOlivier Brunel2014-03-03
* enable_colors: always set color stringsAndrew Gregory2014-01-28
* Remove ts and sw from vim modeline when noet is setFlorian Pritz2014-01-28
* Minor struct member reordering for packing concernsDan McGee2014-01-06
* Update copyright years for 2014Allan McRae2014-01-06
* conf.c: add missing newline to warningAndrew Gregory2014-01-06
* Fix whitespace and other formatting issuesJason St. John2013-11-15
* support ALPM_SIG_USE_DEFAULT for file siglevelsAndrew Gregory2013-11-08
* pacman: add front end support for repo usage levelDave Reisner2013-09-04
* conf.c: extract ini parsing code to separate filesAndrew Gregory2013-08-21
* conf.c: pass _parse_directive as a callbackAndrew Gregory2013-08-21
* conf.c: move section handling out of _parseconfigAndrew Gregory2013-08-21
* conf.c: move directive parsing out of _parseconfigAndrew Gregory2013-08-21
* conf.c: move repo parsing out of _parseconfigAndrew Gregory2013-08-21
* conf.c: add parse_options to section_tAndrew Gregory2013-08-21
* Report missing directory if we can not initialise alpm libraryAllan McRae2013-07-30
* do not check error from close(2)Dave Reisner2013-07-05
* Fix spelling errors using 'codespell' toolAnatol Pomozov2013-04-18
* use default foreground color instead of whiteAndrew Gregory2013-03-30
* Use C locale when parsing UseDelta floating point valuesDan McGee2013-03-14
* introduce colstr for colourizingSimon Gomizelj2013-03-07
* add a config settings and flag for coloursSimon Gomizelj2013-03-07
* use strtok_r to parse multi-value config optionsAndrew Gregory2013-02-07
* Add configuration option for Upgrade operation SigLevelAllan McRae2013-02-07
* Fix open braces styleGerardo Exequiel Pozzi2013-01-04
* Fix missing spaces in operatorsGerardo Exequiel Pozzi2013-01-04