summaryrefslogtreecommitdiff
path: root/src/pacman/conf.c
Commit message (Expand)AuthorAge
* 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
* Update copyright year for 2013Allan McRae2013-01-03
* pacman: be more descriptive when opening an include failsDave Reisner2012-07-10
* Remove SyncFirst optionDan McGee2012-04-12
* Various tweaks to support building with excessive GCC warning flagsDan McGee2012-04-08
* Update copyright yearsAllan McRae2012-02-20
* ALPM API adjustments for sanity and consistencyDan McGee2012-02-06
* Allow UseDelta option to specify a delta ratioDan McGee2012-01-18
* Convert strtrim/strlen paired calls to only strtrimDan McGee2011-12-23
* Merge branch 'maint'Dan McGee2011-12-23
|\
| * Allow comments after repo section header in pacman.confAllan McRae2011-12-23
* | include config.h via MakefilesDave Reisner2011-12-21
* | code syntax cleanupDave Reisner2011-12-12
* | create a typedef for enum _alpm_errno_tJonathan Conder2011-11-14
* | Add OPEN() and CLOSE() util macrosDan McGee2011-11-01
* | Merge branch 'maint'Dan McGee2011-10-21
|\|
| * Remove pm_fprintf() in favor of pm_printf()Dan McGee2011-10-21
* | Remove alpm_list_getdata wrapper functionDan McGee2011-10-12
|/
* Keep track of explicitly added and removed packagesDan McGee2011-09-28
* config parsing: add note if libcurl disabled and no XferCommandDan McGee2011-09-22
* config parsing: include file and line number in more errorsDan McGee2011-09-22
* Pull option names out of messages in config parsingDan McGee2011-09-22