summaryrefslogtreecommitdiff
path: root/src/pacman/conf.c
AgeCommit message (Expand)Author
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
2011-08-23Retrieve default SigLevel value from backend after initial settingDan McGee
2011-08-08Check return value of rename() callsDan McGee
2011-08-02Implement parsing of the new SigLevel directiveDan McGee
2011-07-05fix segfault if pacman.conf can't be readFlorian Pritz
2011-07-05signing: move to new signing verification and return schemeDan McGee
2011-07-02Prefix _alpm_errno_t members with ALPMAllan McRae
2011-07-02Prefix alpm_loglevel_t members with ALPMAllan McRae
2011-06-29Rename public functions with grp in their nameAllan McRae
2011-06-28Rename pmerrno_t to alpm_errno_tAllan McRae
2011-06-28Rename pmdb_t to alpm_db_tAllan McRae
2011-06-28Rename pmhandle_t to alpm_handle_tAllan McRae
2011-06-24Add a 'valid' flag to the database objectDan McGee
2011-06-24Move database 'version' check to registration timeDan McGee
2011-06-24Do database signature checking at load timeDan McGee
2011-06-15API: change 'signaturedir' to 'gpgdir'Dan McGee