summaryrefslogtreecommitdiff
path: root/src/pacman/conf.c
AgeCommit message (Expand)Author
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
2007-04-14Add void to functions with empty parameter listDan McGee
2007-03-05This commit looks much more monumental than it is. Almost all just #includeDan McGee
2007-01-31Debug logging changes:Aaron Griffin
2007-01-19Preliminary checkin for alpm_list conversionAaron Griffin
2006-12-08A few minor updates so --root works again.Aaron Griffin
2006-11-20* repo-add script - to add entries to a db file directly from package data (n...Aaron Griffin
2006-11-14* Numerous mini valgrind fixes.Aaron Griffin
2006-10-15Merged frugalware changes. Added a few other minor things too, but there's alotAaron Griffin
2006-05-15first stage of i18n stuff from VMiklosJudd Vinet
2006-03-13- removed pacman.hAurelien Foret
2006-02-14used MALLOC macro when possibleAurelien Foret
2006-01-02patch from VMiklos - use PACKAGE_VERSION instead of PACMAN_VERSIONJudd Vinet
2005-10-29fixed parseconfig usageAurelien Foret
2005-10-29renamed pmconfig_t to config_tAurelien Foret
2005-10-28added pmconfig_t structure to hold all the configurationAurelien Foret