Send patches - preferably formatted by git format-patch - to patches at archlinux32 dot org.
summaryrefslogtreecommitdiff
path: root/src/pacman/conf.c
AgeCommit message (Expand)Author
2021-05-26change "i686" to "pentium4" if sse2 is availableErich Eckner
2021-04-23Always enable TotalDownloadmorganamilo
2021-04-22Add support for multiple 'Architecture' valuesDan McGee
2021-04-19Add an include for signal.h when neededMark Weiman
2021-03-25Remove "total download" callback in favor of generic event callbackAnatol Pomozov
2021-03-01Update copyright yearAllan McRae
2020-05-11Log invalid conf settings as an errorEli Schwartz
2020-05-09Extend download callback interface with start/complete eventsAnatol Pomozov
2020-05-09Add config option to specify amount of parallel download streamsAnatol Pomozov
2020-04-29Add NoProgressbar to pacman.conf optionsIvy Foster
2020-04-15Dull version colour numbers in summaryCarson Black
2020-02-10build-aux/update-copyright 2019 2020Allan McRae
2020-01-07Use c99 struct initialization to avoid memset callsDave Reisner
2019-11-06pacman: clarify error when alpm fails to initmorganamilo
2019-10-23Update copyright yearsAllan McRae
2019-10-12run XferCommand via execAndrew Gregory
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