summaryrefslogtreecommitdiff
path: root/src/pacman/conf.c
AgeCommit message (Expand)Author
2019-05-15change "i686" to "pentium4" if sse2 is availableErich Eckner
2019-05-08Fix clang 8 string-plus-int warningsRikard Falkeborn
2019-03-07Make pacman forget deltas existAllan McRae
2019-03-07pacman: fix segfault when Usage is specified without a valuemorganamilo
2018-08-29pacman/conf: Remove unused includeDave Reisner
2018-05-14Remove all modelines from the projectEli Schwartz
2018-03-14Update coyrights for 2018Allan McRae
2018-01-18extract default settings to separate functionAndrew Gregory
2018-01-18extract raw config file parserAndrew Gregory
2017-05-08free memory for --overwrite listsAndrew Gregory
2017-04-12add --overwrite option to ignore file conflictsAndrew Gregory
2017-01-13Introduce a 'disable-download-timeout' optionChristian Hesse
2017-01-04Update copyright yearsAllan McRae
2016-10-22Represent bitfields as ints, not enumsIvy Foster
2016-01-04Update copyright years for 2016Allan McRae
2015-11-11Use correct format specifiersRikard Falkeborn
2015-10-19Pluralize malloc failure stringAllan McRae
2015-10-18pacman: add user hook directoriesAndrew Gregory
2015-08-08copy assumeinstalled optionsAndrew Gregory
2015-07-15Prototype pacman files database operationsAllan McRae
2015-02-01Update copyright notices for 2015Allan McRae
2015-01-21ini.c: move error output into conf.cAndrew Gregory
2015-01-21ini.c: move Include parsing to conf.cAndrew Gregory
2015-01-21ini.c: remove final callback callAndrew Gregory
2015-01-21conf.c: parse config in a single passAndrew Gregory
2015-01-21conf.c: use masks for siglevel inheritanceAndrew Gregory
2015-01-21conf.c: store repo settings in dedicated structAndrew Gregory
2014-12-28Clarify "assume installed" error messageAllan McRae
2014-12-24Improve db upgrade error messageAllan McRae
2014-12-18shut up GCC on -Wmaybe-initialized warningsDave Reisner
2014-09-30Add --assume-installed optionFlorian Pritz
2014-09-30Revert "Remove log_cb, add ALPM_EVENT_LOG instead"Andrew Gregory
2014-03-27conf.c: remove extra indentationAndrew Gregory
2014-03-03Remove log_cb, add ALPM_EVENT_LOG insteadOlivier Brunel
2014-01-28enable_colors: always set color stringsAndrew Gregory
2014-01-28Remove ts and sw from vim modeline when noet is setFlorian Pritz
2014-01-06Minor struct member reordering for packing concernsDan McGee
2014-01-06Update copyright years for 2014Allan McRae
2014-01-06conf.c: add missing newline to warningAndrew Gregory
2013-11-15Fix whitespace and other formatting issuesJason St. John
2013-11-08support ALPM_SIG_USE_DEFAULT for file siglevelsAndrew Gregory
2013-09-04pacman: add front end support for repo usage levelDave Reisner
2013-08-21conf.c: extract ini parsing code to separate filesAndrew Gregory
2013-08-21conf.c: pass _parse_directive as a callbackAndrew Gregory
2013-08-21conf.c: move section handling out of _parseconfigAndrew Gregory
2013-08-21conf.c: move directive parsing out of _parseconfigAndrew Gregory
2013-08-21conf.c: move repo parsing out of _parseconfigAndrew Gregory
2013-08-21conf.c: add parse_options to section_tAndrew Gregory
2013-07-30Report missing directory if we can not initialise alpm libraryAllan McRae
2013-07-05do not check error from close(2)Dave Reisner