summaryrefslogtreecommitdiff
path: root/src/pacman/conf.c
Commit message (Expand)AuthorAge
* 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
* conf: do batch processing of repo sectionsDan McGee2011-06-13
* conf: _parseconfig() cleanups and documentationDan McGee2011-06-13
* Move pm_errno onto the handleDan McGee2011-06-13
* Require handle for alpm_db_register_sync()Dan McGee2011-06-09
* Require handle argument to all alpm_option_(get|set)_*() methodsDan McGee2011-06-09
* Kill all remaining 'PATH_MAX + 1' usagesDan McGee2011-06-09
* Revamp pacman setup code to handle new alpm initialize routineDan McGee2011-06-07
* Rework config parsing to reduce variable duplicationDan McGee2011-05-05
* Refactor VerifySig option value parsing into standalone methodDan McGee2011-05-05
* Improve database server APIDan McGee2011-05-05
* Make config parsing a two-part affairDan McGee2011-05-05
* Move parseconfig to conf.cDan McGee2011-05-05
* Style change: return(x) --> return xDan McGee2011-03-20