summaryrefslogtreecommitdiff
path: root/src/pacman/conf.c
Commit message (Expand)AuthorAge
* 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
* Check capabilities in SigLevel option parsingDan McGee2011-09-22
* Move default siglevel value from backend to frontendDan McGee2011-09-22
* Flip getcwd()/chdir() for open()/fchdir() in the frontendDan McGee2011-09-20
* Former transaction callback rename refactorDan McGee2011-09-02
* Move all callbacks up to the handle levelDan McGee2011-09-02
* Retrieve default SigLevel value from backend after initial settingDan McGee2011-08-23
* Check return value of rename() callsDan McGee2011-08-08
* Implement parsing of the new SigLevel directiveDan McGee2011-08-02
* fix segfault if pacman.conf can't be readFlorian Pritz2011-07-05
* signing: move to new signing verification and return schemeDan McGee2011-07-05
* Prefix _alpm_errno_t members with ALPMAllan McRae2011-07-02
* Prefix alpm_loglevel_t members with ALPMAllan McRae2011-07-02
* Rename public functions with grp in their nameAllan McRae2011-06-29
* Rename pmerrno_t to alpm_errno_tAllan McRae2011-06-28
* Rename pmdb_t to alpm_db_tAllan McRae2011-06-28
* Rename pmhandle_t to alpm_handle_tAllan McRae2011-06-28
* Add a 'valid' flag to the database objectDan McGee2011-06-24
* Move database 'version' check to registration timeDan McGee2011-06-24
* Do database signature checking at load timeDan McGee2011-06-24
* API: change 'signaturedir' to 'gpgdir'Dan McGee2011-06-15
* Avoid setting sigverify option twiceDan McGee2011-06-14