| Commit message (Expand) | Author | Age | Files | Lines |
* | fix previous commit | Pascal Rigaux | 2009-01-28 | 1 | -0/+1 |
* | - drop support for /etc/urpmi/media.d/*.cfg | Pascal Rigaux | 2009-01-28 | 1 | -32/+3 |
* | use "use strict" in all modules | Pascal Rigaux | 2009-01-06 | 1 | -0/+1 |
* | create update_those_media() out of update_media() | Pascal Rigaux | 2008-11-14 | 1 | -5/+11 |
* | - inline _update_media__handle_some_flags() | Pascal Rigaux | 2008-11-14 | 1 | -15/+16 |
* | use callback for progression of download when using "xml-info: always" | Pascal Rigaux | 2008-11-14 | 1 | -1/+1 |
* | fix comment | Pascal Rigaux | 2008-11-03 | 1 | -1/+1 |
* | - urpmi | Pascal Rigaux | 2008-10-31 | 1 | -4/+2 |
* | - urpmi, gurpmi | Pascal Rigaux | 2008-10-21 | 1 | -2/+3 |
* | - urpmi.update, urpmi.addmedia | Pascal Rigaux | 2008-10-21 | 1 | -0/+2 |
* | cleanup: split _get_pubkey_and_descriptions() into _get_descriptions() and _m... | Pascal Rigaux | 2008-10-20 | 1 | -4/+9 |
* | add missing para to _get_pubkey() | Pascal Rigaux | 2008-10-20 | 1 | -1/+1 |
* | make things more clear: do not "delete $medium->{key-ids}" to ensure we don't | Pascal Rigaux | 2008-10-20 | 1 | -9/+7 |
* | - urpmi.update | Pascal Rigaux | 2008-10-20 | 1 | -0/+5 |
* | handle {forcekey} elsewhere (for next commit) | Pascal Rigaux | 2008-10-20 | 1 | -5/+7 |
* | move some code into _get_pubkey() | Pascal Rigaux | 2008-10-20 | 1 | -7/+14 |
* | - urpmi | Pascal Rigaux | 2008-10-20 | 1 | -1/+1 |
* | - urpmi.update, urpmi.addmedia, urpmi.removemedia: | Pascal Rigaux | 2008-10-14 | 1 | -5/+5 |
* | - urpmi.addmedia, urpmi.update: | Pascal Rigaux | 2008-09-23 | 1 | -10/+18 |
* | - urpmi.addmedia, urpmi.update: | Pascal Rigaux | 2008-09-23 | 1 | -1/+4 |
* | - urpmi.addmedia, urpmi.update: | Pascal Rigaux | 2008-09-23 | 1 | -3/+1 |
* | - use "versioned" media_info files | Pascal Rigaux | 2008-09-23 | 1 | -0/+26 |
* | {allow_metalink} was used unitialised, so now always using use_metalink() and | Pascal Rigaux | 2008-09-23 | 1 | -2/+1 |
* | cleanup using new sync_rel_one() and new option "preclean" | Pascal Rigaux | 2008-09-23 | 1 | -23/+16 |
* | simplify: "$urpm->{cachedir}/partial" is the default "dir" where files are do... | Pascal Rigaux | 2008-09-23 | 1 | -4/+3 |
* | modify _download_media_info_file() prototype | Pascal Rigaux | 2008-09-23 | 1 | -10/+11 |
* | _retrieve_media_info_file_and_check_MD5SUM() is called from | Pascal Rigaux | 2008-09-23 | 1 | -2/+0 |
* | use _download_media_info_file() in get_synthesis__remote() | Pascal Rigaux | 2008-09-23 | 1 | -4/+3 |
* | - normalize synthesis downloading: rename it in cachedir asap just like any o... | Pascal Rigaux | 2008-09-23 | 1 | -6/+7 |
* | prepare next commits: introduce $medium->{parsed_md5sum} | Pascal Rigaux | 2008-09-22 | 1 | -2/+6 |
* | move check_synthesis_md5sum() inside get_synthesis__remote() | Pascal Rigaux | 2008-09-22 | 1 | -2/+3 |
* | change parameter passing mode of get_synthesis__remote() | Pascal Rigaux | 2008-09-22 | 1 | -3/+3 |
* | - urpmi.addmedia: | Pascal Rigaux | 2008-09-22 | 1 | -44/+9 |
* | create urpm::mirrors::try_probe() as a alternative solution to | Pascal Rigaux | 2008-09-22 | 1 | -10/+13 |
* | move {allow_metalink} from $urpm to $medium, and take into account user's | Pascal Rigaux | 2008-09-22 | 1 | -2/+2 |
* | - urpmi.addmedia: | Pascal Rigaux | 2008-09-19 | 1 | -2/+1 |
* | much nicer userdir() functions: | Pascal Rigaux | 2008-09-04 | 1 | -5/+3 |
* | if we use metalink, don't try various mirrors, aria2 will take care of everyt... | Pascal Rigaux | 2008-09-03 | 1 | -2/+10 |
* | use sync_rel() instead of sync_url() | Pascal Rigaux | 2008-09-03 | 1 | -5/+5 |
* | modify _probe_with_try_list() to be able to use sync_rel() | Pascal Rigaux | 2008-09-03 | 1 | -5/+6 |
* | simplify (as suggested by perl_checker) | Pascal Rigaux | 2008-09-03 | 1 | -3/+2 |
* | create urpm::download::sync_url() and use it | Pascal Rigaux | 2008-09-03 | 1 | -2/+2 |
* | use urpm::download::sync_rel() | Pascal Rigaux | 2008-09-03 | 1 | -2/+2 |
* | - fix _synthesis_dir() (from previous commit) | Pascal Rigaux | 2008-09-03 | 1 | -8/+14 |
* | - create _synthesis_dir_rel() out of _synthesis_dir() | Pascal Rigaux | 2008-09-03 | 1 | -5/+11 |
* | create urpm::download::sync_rel() and use it | Pascal Rigaux | 2008-09-03 | 1 | -3/+3 |
* | minimal re-indent to make things clear | Pascal Rigaux | 2008-08-21 | 1 | -2/+3 |
* | shut up the "adding medium "Virtual"" when using --synthesis or --use-distrib | Pascal Rigaux | 2008-07-10 | 1 | -5/+5 |
* | - urpmi.addmedia | Pascal Rigaux | 2008-07-08 | 1 | -1/+3 |
* | skip non-updates media before doing ask_media | Pascal Rigaux | 2008-07-08 | 1 | -5/+6 |