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
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
2013-04-18Fix spelling errors using 'codespell' toolAnatol Pomozov
2013-03-30use default foreground color instead of whiteAndrew Gregory
2013-03-14Use C locale when parsing UseDelta floating point valuesDan McGee
2013-03-07introduce colstr for colourizingSimon Gomizelj
2013-03-07add a config settings and flag for coloursSimon Gomizelj
2013-02-07use strtok_r to parse multi-value config optionsAndrew Gregory
2013-02-07Add configuration option for Upgrade operation SigLevelAllan McRae
2013-01-04Fix open braces styleGerardo Exequiel Pozzi
2013-01-04Fix missing spaces in operatorsGerardo Exequiel Pozzi
2013-01-03Update copyright year for 2013Allan McRae
2012-07-10pacman: be more descriptive when opening an include failsDave Reisner
2012-04-12Remove SyncFirst optionDan McGee
2012-04-08Various tweaks to support building with excessive GCC warning flagsDan McGee
2012-02-20Update copyright yearsAllan McRae
2012-02-06ALPM API adjustments for sanity and consistencyDan McGee
2012-01-18Allow UseDelta option to specify a delta ratioDan McGee
2011-12-23Convert strtrim/strlen paired calls to only strtrimDan McGee
2011-12-23Merge branch 'maint'Dan McGee
2011-12-23Allow comments after repo section header in pacman.confAllan McRae
2011-12-21include config.h via MakefilesDave Reisner
2011-12-12code syntax cleanupDave Reisner
2011-11-14create a typedef for enum _alpm_errno_tJonathan Conder
2011-11-01Add OPEN() and CLOSE() util macrosDan McGee
2011-10-21Merge branch 'maint'Dan McGee
2011-10-21Remove pm_fprintf() in favor of pm_printf()Dan McGee
2011-10-12Remove alpm_list_getdata wrapper functionDan McGee
2011-09-28Keep track of explicitly added and removed packagesDan McGee
2011-09-22config parsing: add note if libcurl disabled and no XferCommandDan McGee
2011-09-22config parsing: include file and line number in more errorsDan McGee
2011-09-22Pull option names out of messages in config parsingDan McGee
2011-09-22Check capabilities in SigLevel option parsingDan McGee
2011-09-22Move default siglevel value from backend to frontendDan McGee
2011-09-20Flip getcwd()/chdir() for open()/fchdir() in the frontendDan McGee
2011-09-02Former transaction callback rename refactorDan McGee
2011-09-02Move all callbacks up to the handle levelDan McGee