summaryrefslogtreecommitdiff
path: root/src/pacman/conf.c
Commit message (Expand)AuthorAge
* 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
* Update copyright years for 2011Allan McRae2011-01-07
* Bump copyright dates to 2010Dan McGee2010-03-14
* Add new --print operation for all operationsXavier Chantry2010-03-14
* Add a fetch callback to allow front-end download supportSebastian Nowicki2009-07-22
* Update copyright headers and messagesDan McGee2009-07-01
* HoldPkg reworkNagy Gabor2009-01-12
* Remove unnecessary initialization in new functionsDan McGee2008-09-03
* Add SyncFirst option.Chantry Xavier2008-05-13
* Make all error messages use pm_fprintfAllan McRae2008-05-11
* Update GNU GPL boilerplate and copyright datesDan McGee2007-12-10
* Make pacman path handling (hopefully) a bit more intuitiveDan McGee2007-12-02
* War on whitespaceDan McGee2007-11-16
* Clean up usage of extern variablesDan McGee2007-11-04
* When printing size_t, use %zdDan McGee2007-10-29
* Make some small changes recommended by splintDan McGee2007-09-11
* Post trial install changes, round oneDan McGee2007-08-21
* Fix up things after the last few changesDan McGee2007-06-09
* More pacman side cleanupDan McGee2007-04-26
* Remove more unnecessary stuffDan McGee2007-04-25
* Remove unnecessary includes of downloadprog.hDan McGee2007-04-25
* Merge single-function header files on pacman sideDan McGee2007-04-25
* Add void to functions with empty parameter listDan McGee2007-04-14
* This commit looks much more monumental than it is. Almost all just #includeDan McGee2007-03-05
* Debug logging changes:Aaron Griffin2007-01-31
* Preliminary checkin for alpm_list conversionAaron Griffin2007-01-19
* A few minor updates so --root works again.Aaron Griffin2006-12-08
* * repo-add script - to add entries to a db file directly from package data (n...Aaron Griffin2006-11-20
* * Numerous mini valgrind fixes.Aaron Griffin2006-11-14
* Merged frugalware changes. Added a few other minor things too, but there's alotAaron Griffin2006-10-15
* first stage of i18n stuff from VMiklosJudd Vinet2006-05-15
* - removed pacman.hAurelien Foret2006-03-13
* used MALLOC macro when possibleAurelien Foret2006-02-14
* patch from VMiklos - use PACKAGE_VERSION instead of PACMAN_VERSIONJudd Vinet2006-01-02
* fixed parseconfig usageAurelien Foret2005-10-29
* renamed pmconfig_t to config_tAurelien Foret2005-10-29
* added pmconfig_t structure to hold all the configurationAurelien Foret2005-10-28
* added a default cachedirJudd Vinet2005-10-20
* pacman should work without its configuration file!Aurelien Foret2005-10-10
* Merging in recent fixes/additions from 2.9.7Judd Vinet2005-10-07
* - added pmo_chomp support (from pacman 2.9.3)Aurelien Foret2005-03-20