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
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
2011-06-14Avoid setting sigverify option twiceDan McGee
2011-06-13conf: do batch processing of repo sectionsDan McGee
2011-06-13conf: _parseconfig() cleanups and documentationDan McGee
2011-06-13Move pm_errno onto the handleDan McGee
2011-06-09Require handle for alpm_db_register_sync()Dan McGee
2011-06-09Require handle argument to all alpm_option_(get|set)_*() methodsDan McGee
2011-06-09Kill all remaining 'PATH_MAX + 1' usagesDan McGee
2011-06-07Revamp pacman setup code to handle new alpm initialize routineDan McGee
2011-05-05Rework config parsing to reduce variable duplicationDan McGee
2011-05-05Refactor VerifySig option value parsing into standalone methodDan McGee
2011-05-05Improve database server APIDan McGee
2011-05-05Make config parsing a two-part affairDan McGee
2011-05-05Move parseconfig to conf.cDan McGee
2011-03-20Style change: return(x) --> return xDan McGee
2011-01-07Update copyright years for 2011Allan McRae
2010-03-14Bump copyright dates to 2010Dan McGee
2010-03-14Add new --print operation for all operationsXavier Chantry
2009-07-22Add a fetch callback to allow front-end download supportSebastian Nowicki
2009-07-01Update copyright headers and messagesDan McGee
2009-01-12HoldPkg reworkNagy Gabor
2008-09-03Remove unnecessary initialization in new functionsDan McGee
2008-05-13Add SyncFirst option.Chantry Xavier
2008-05-11Make all error messages use pm_fprintfAllan McRae
2007-12-10Update GNU GPL boilerplate and copyright datesDan McGee
2007-12-02Make pacman path handling (hopefully) a bit more intuitiveDan McGee
2007-11-16War on whitespaceDan McGee
2007-11-04Clean up usage of extern variablesDan McGee
2007-10-29When printing size_t, use %zdDan McGee
2007-09-11Make some small changes recommended by splintDan McGee
2007-08-21Post trial install changes, round oneDan McGee
2007-06-09Fix up things after the last few changesDan McGee
2007-04-26More pacman side cleanupDan McGee
2007-04-25Remove more unnecessary stuffDan McGee
2007-04-25Remove unnecessary includes of downloadprog.hDan McGee
2007-04-25Merge single-function header files on pacman sideDan McGee