summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* add partition (from MDK::Common)Pascal Rigaux2006-11-241-0/+10
* bugfix: allow empty urpmi.cfgPascal Rigaux2006-11-241-1/+2
* better var name ($medium is always used to hold a medium, not a number)Pascal Rigaux2006-11-241-3/+3
* cleanerPascal Rigaux2006-11-241-0/+1
* rename var $second_pass into $need_second_pass (more clear)Pascal Rigaux2006-11-241-16/+17
* fix protocol_from_url for things like /foo/@86875:bar.src.rpmPascal Rigaux2006-11-241-2/+2
* add urpm/lock.pmPascal Rigaux2006-11-231-0/+11
* remove a "Use of uninitialized value ..."Pascal Rigaux2006-11-231-1/+1
* remove a "Use of undefined value ..."Pascal Rigaux2006-11-231-1/+1
* - move lock functions to a full blown modulePascal Rigaux2006-11-2311-78/+112
* better no lock than bad lock on should-not-be-used functionPascal Rigaux2006-11-231-2/+0
* db_open_or_die: better parameter namePascal Rigaux2006-11-231-2/+2
* don't say "urpmi database locked" when it's the rpm database that is lockedPascal Rigaux2006-11-231-6/+7
* don't have a global variable to hold locks, otherwise code can't lock twicePascal Rigaux2006-11-237-52/+42
* release 4.9.0Pascal Rigaux2006-11-221-0/+1679
* remove md5sum from @PER_MEDIA_OPT (which only list per-medium options inPascal Rigaux2006-11-222-3/+3
* @PER_MEDIA_OPT is now in urpm::mediaPascal Rigaux2006-11-221-1/+1
* move many functions from urpm.pm to new module urpm/select.pmPascal Rigaux2006-11-216-450/+466
* - move download_packages_of_distant_media() from urpm.pm to urpm::get_pkgsPascal Rigaux2006-11-215-213/+229
* create urpm::signature out of urpm.pmPascal Rigaux2006-11-214-67/+79
* create urpm::removable out of urpm.pmPascal Rigaux2006-11-217-194/+207
* move clean_dir()Pascal Rigaux2006-11-212-9/+9
* move many functions from urpm.pm to urpm/media.pmPascal Rigaux2006-11-2115-1846/+1960
* help perl_checkerPascal Rigaux2006-11-211-0/+1
* move create_transaction() and prepare_transaction() from urpm.pm into urpm/in...Pascal Rigaux2006-11-214-42/+43
* add Id svn keywordPascal Rigaux2006-11-213-3/+3
* move urpm::install() into urpm::install::install() (new module)Pascal Rigaux2006-11-215-150/+166
* add svn IdPascal Rigaux2006-11-213-3/+3
* create urpm::md5sum, move md5sum functions into it: Pascal Rigaux2006-11-213-63/+73
* move open_safe, opendir_safe and syserror to urpm::sysPascal Rigaux2006-11-213-122/+48
* - rename get_md5sum() into from_MD5SUM()Pascal Rigaux2006-11-211-9/+7
* when computing the md5sum of an hdlist, display the file name in the logPascal Rigaux2006-11-211-1/+1
* fix an optimisation i introduced which breaks generated /var/lib/urpmi/MD5SUMPascal Rigaux2006-11-211-1/+3
* 20 is the minimal valid size for an empty synthesis (which should be valid)Pascal Rigaux2006-11-211-7/+7
* move lock functions to urpm::sysPascal Rigaux2006-11-216-93/+93
* move urpm::parallel_remove to urpm::parallel::removePascal Rigaux2006-11-213-12/+15
* drop urpm::parallel_install(), directly use {parallel_handler}->parallel_installPascal Rigaux2006-11-212-10/+5
* create urpm::parallel and move some things from urpm.pmPascal Rigaux2006-11-212-45/+60
* cleanupPascal Rigaux2006-11-211-5/+3
* create _parse_media() out of configure()Pascal Rigaux2006-11-211-53/+56
* create _compute_flags_for_skiplist() and _compute_flags_for_instlist() out of...Pascal Rigaux2006-11-211-25/+35
* only do generate_medium_names() on really_modified (ie updated) mediaPascal Rigaux2006-11-211-17/+12
* introduce $medium->{really_modified} which is what $medium->{modified} shouldPascal Rigaux2006-11-211-4/+6
* use function names more appropriatePascal Rigaux2006-11-211-4/+4
* adapt function names to pubkey and descriptions being done laterPascal Rigaux2006-11-211-5/+5
* handle pubkey and descriptions after the whole hdlist/synthesis/list mess is ...Pascal Rigaux2006-11-211-5/+6
* restore removing {list} (it was done in _write_rpm_list_if_needed)Pascal Rigaux2006-11-211-16/+11
* set $medium->{list} only when neededPascal Rigaux2006-11-211-5/+2
* create _get_pubkey_and_descriptions() out of various code that was done in thePascal Rigaux2006-11-211-14/+15
* don't pass rpm_files around, use $medium->{rpm_files}Pascal Rigaux2006-11-211-16/+10