summaryrefslogtreecommitdiffstats
path: root/src/pacman/conf.c
AgeCommit message (Expand)AuthorFilesLines
2014-01-28Remove ts and sw from vim modeline when noet is setFlorian Pritz1-1/+1
2014-01-06Minor struct member reordering for packing concernsDan McGee1-1/+1
2014-01-06Update copyright years for 2014Allan McRae1-1/+1
2014-01-06conf.c: add missing newline to warningAndrew Gregory1-1/+1
2013-11-15Fix whitespace and other formatting issuesJason St. John1-1/+1
2013-11-08support ALPM_SIG_USE_DEFAULT for file siglevelsAndrew Gregory1-3/+1
2013-09-04pacman: add front end support for repo usage levelDave Reisner1-0/+53
2013-08-21conf.c: extract ini parsing code to separate filesAndrew Gregory1-158/+3
2013-08-21conf.c: pass _parse_directive as a callbackAndrew Gregory1-8/+12
2013-08-21conf.c: move section handling out of _parseconfigAndrew Gregory1-15/+34
2013-08-21conf.c: move directive parsing out of _parseconfigAndrew Gregory1-17/+21
2013-08-21conf.c: move repo parsing out of _parseconfigAndrew Gregory1-26/+39
2013-08-21conf.c: add parse_options to section_tAndrew Gregory1-13/+13
2013-07-30Report missing directory if we can not initialise alpm libraryAllan McRae1-2/+2
2013-07-05do not check error from close(2)Dave Reisner1-4/+1
2013-04-18Fix spelling errors using 'codespell' toolAnatol Pomozov1-2/+2
2013-03-30use default foreground color instead of whiteAndrew Gregory1-2/+4
2013-03-14Use C locale when parsing UseDelta floating point valuesDan McGee1-0/+9
2013-03-07introduce colstr for colourizingSimon Gomizelj1-0/+48
2013-03-07add a config settings and flag for coloursSimon Gomizelj1-0/+4
2013-02-07use strtok_r to parse multi-value config optionsAndrew Gregory1-9/+6
2013-02-07Add configuration option for Upgrade operation SigLevelAllan McRae1-0/+52
2013-01-04Fix open braces styleGerardo Exequiel Pozzi1-4/+8
2013-01-04Fix missing spaces in operatorsGerardo Exequiel Pozzi1-1/+1
2013-01-03Update copyright year for 2013Allan McRae1-1/+1
2012-07-10pacman: be more descriptive when opening an include failsDave Reisner1-1/+2
2012-04-12Remove SyncFirst optionDan McGee1-3/+0
2012-04-09Various tweaks to support building with excessive GCC warning flagsDan McGee1-3/+3
2012-02-20Update copyright yearsAllan McRae1-1/+1
2012-02-06ALPM API adjustments for sanity and consistencyDan McGee1-1/+1
2012-01-19Allow UseDelta option to specify a delta ratioDan McGee1-3/+16
2011-12-23Convert strtrim/strlen paired calls to only strtrimDan McGee1-2/+1
2011-12-23Merge branch 'maint'Dan McGee1-5/+7
2011-12-23Allow comments after repo section header in pacman.confAllan McRae1-5/+7
2011-12-22include config.h via MakefilesDave Reisner1-2/+0
2011-12-12code syntax cleanupDave Reisner1-4/+4
2011-11-14create a typedef for enum _alpm_errno_tJonathan Conder1-1/+1
2011-11-01Add OPEN() and CLOSE() util macrosDan McGee1-1/+4
2011-10-22Merge branch 'maint'Dan McGee1-1/+1
2011-10-21Remove pm_fprintf() in favor of pm_printf()Dan McGee1-1/+1
2011-10-12Remove alpm_list_getdata wrapper functionDan McGee1-1/+1
2011-09-28Keep track of explicitly added and removed packagesDan McGee1-1/+3
2011-09-22config parsing: add note if libcurl disabled and no XferCommandDan McGee1-0/+2
2011-09-22config parsing: include file and line number in more errorsDan McGee1-12/+20
2011-09-22Pull option names out of messages in config parsingDan McGee1-7/+9
2011-09-22Check capabilities in SigLevel option parsingDan McGee1-2/+11
2011-09-22Move default siglevel value from backend to frontendDan McGee1-7/+3
2011-09-20Flip getcwd()/chdir() for open()/fchdir() in the frontendDan McGee1-10/+14
2011-09-03Former transaction callback rename refactorDan McGee1-3/+3
2011-09-03Move all callbacks up to the handle levelDan McGee1-0/+3