summaryrefslogtreecommitdiffstats
path: root/src/pacman/conf.h
AgeCommit message (Expand)AuthorFilesLines
2009-10-13Replace hardcoded option numbers with enumerationLaszlo Papp1-0/+18
2009-09-09Re-add the non-user friendly --ask optionXavier Chantry1-0/+2
2009-07-23Add a fetch callback to allow front-end download supportSebastian Nowicki1-0/+1
2009-07-23New feature: files verificationDan McGee1-0/+1
2009-07-01Update copyright headers and messagesDan McGee1-1/+2
2009-01-13HoldPkg reworkNagy Gabor1-0/+1
2008-08-23Move -Sp implementation to the front-endNagy Gabor1-0/+1
2008-07-30Remove UseColor from front-endNagy Gabor1-1/+0
2008-05-13Add SyncFirst option.Chantry Xavier1-0/+1
2008-03-23Add new CleanMethod option.Chantry Xavier1-3/+10
2008-03-22Kill the dependsonly option.Chantry Xavier1-1/+0
2008-03-08Remove frontend add code that is no longer necessaryDan McGee1-1/+0
2008-03-08Remove the Add option from the command lineDan McGee1-1/+0
2008-01-11Rename -t --orphans to -t --unrequired (FS#9144).Chantry Xavier1-1/+1
2007-12-11Update GNU GPL boilerplate and copyright datesDan McGee1-4/+2
2007-12-02Make pacman path handling (hopefully) a bit more intuitiveDan McGee1-5/+8
2007-11-25Add -q/--quiet option for controlling output.Artyom1-0/+1
2007-11-17War on whitespaceDan McGee1-3/+3
2007-11-11Add TotalDownload option.Nathan Jones1-0/+3
2007-11-04Clean up usage of extern variablesDan McGee1-0/+3
2007-10-09Remove the non-user friendly --ask optionDan McGee1-2/+0
2007-09-17Remove the DB consistency check from pacman and libalpm.Chantry Xavier1-1/+0
2007-09-12Make some small changes recommended by splintDan McGee1-1/+1
2007-08-22Post trial install changes, round oneDan McGee1-2/+7
2007-08-16new query options : explicit (-Qe) and deps (-Qd).Chantry Xavier1-0/+2
2007-07-15Add --asdeps option to pacmanDan McGee1-1/+0
2007-06-09Implement a -Qt operation in frontend to test the databaseDan McGee1-0/+1
2007-06-09Fix up things after the last few changesDan McGee1-0/+11
2007-06-09Add a series of pm_printf functions to pacman frontendDan McGee1-0/+3
2007-06-05Move three config options out of the backendDan McGee1-0/+4
2007-06-01Change -z|--showsize flag to ShowSize pacman.conf optionNathan Jones1-1/+0
2007-05-14Display size for packagesNathan Jones1-0/+1
2007-04-25Remove more unnecessary stuffDan McGee1-2/+0
2007-03-06* Added missing header include guards in md5.h and sha1.h.Dan McGee1-1/+1
2007-02-12* Removed the 'vercmp' op from pacman. The standalone 'vercmp' binary should beAaron Griffin1-1/+0
2007-02-04Implemented a crappy version of -Qu (query upgrades). This simply outputs theAaron Griffin1-0/+1
2007-01-31Debug logging changes:Aaron Griffin1-5/+0
2007-01-19Preliminary checkin for alpm_list conversionAaron Griffin1-2/+3
2006-12-08A few minor updates so --root works again.Aaron Griffin1-1/+1
2006-11-20* repo-add script - to add entries to a db file directly from package data (n...Aaron Griffin1-4/+4
2006-10-15Merged frugalware changes. Added a few other minor things too, but there's alotAaron Griffin1-9/+5
2006-03-04- changed flags type from char to intAurelien Foret1-1/+1
2006-01-28added a --noprogressbar switch for scripts to useJudd Vinet1-0/+1
2006-01-02patch from VMiklos - use PACKAGE_VERSION instead of PACMAN_VERSIONJudd Vinet1-1/+1
2005-12-14added Frugalware patch: -Q --foreign to display packages not found in sync reposJudd Vinet1-0/+1
2005-11-07fixed compilation warningsAurelien Foret1-1/+1
2005-10-29fixed parseconfig usageAurelien Foret1-1/+2
2005-10-29renamed pmconfig_t to config_tAurelien Foret1-5/+5
2005-10-28added pmconfig_t structure to hold all the configurationAurelien Foret1-1/+44
2005-03-15Initial revisionJudd Vinet1-0/+28