summaryrefslogtreecommitdiffstats
path: root/src/pacman/conf.c
AgeCommit message (Expand)AuthorFilesLines
2007-06-09Fix up things after the last few changesDan McGee1-0/+2
2007-04-26More pacman side cleanupDan McGee1-11/+7
2007-04-25Remove more unnecessary stuffDan McGee1-3/+0
2007-04-25Remove unnecessary includes of downloadprog.hDan McGee1-1/+0
2007-04-25Merge single-function header files on pacman sideDan McGee1-1/+1
2007-04-14Add void to functions with empty parameter listDan McGee1-1/+1
2007-03-05This commit looks much more monumental than it is. Almost all just #includeDan McGee1-1/+4
2007-01-31Debug logging changes:Aaron Griffin1-3/+0
2007-01-19Preliminary checkin for alpm_list conversionAaron Griffin1-13/+1
2006-12-08A few minor updates so --root works again.Aaron Griffin1-0/+1
2006-11-20* repo-add script - to add entries to a db file directly from package data (n...Aaron Griffin1-2/+1
2006-11-14* Numerous mini valgrind fixes.Aaron Griffin1-1/+1
2006-10-15Merged frugalware changes. Added a few other minor things too, but there's alotAaron Griffin1-290/+6
2006-05-15first stage of i18n stuff from VMiklosJudd Vinet1-40/+41
2006-03-13- removed pacman.hAurelien Foret1-1/+0
2006-02-14used MALLOC macro when possibleAurelien Foret1-13/+3
2006-01-02patch from VMiklos - use PACKAGE_VERSION instead of PACMAN_VERSIONJudd Vinet1-1/+1
2005-10-29fixed parseconfig usageAurelien Foret1-3/+3
2005-10-29renamed pmconfig_t to config_tAurelien Foret1-6/+6
2005-10-28added pmconfig_t structure to hold all the configurationAurelien Foret1-28/+58
2005-10-20added a default cachedirJudd Vinet1-0/+9
2005-10-10pacman should work without its configuration file!Aurelien Foret1-2/+1
2005-10-08Merging in recent fixes/additions from 2.9.7Judd Vinet1-0/+18
2005-03-20- added pmo_chomp support (from pacman 2.9.3)Aurelien Foret1-0/+3
2005-03-20added support for the XFERCOMMAND optionAurelien Foret1-3/+6
2005-03-20removed a deprecated placeholderAurelien Foret1-4/+1
2005-03-19Relocated log and transaction stuffs from pacman.c to log.c and trans.cAurelien Foret1-1/+1
2005-03-16Added missing extern declarationAurelien Foret1-3/+4
2005-03-15Initial revisionJudd Vinet1-0/+308