| Commit message (Expand) | Author | Age | Files | Lines |
* | nicer error message | Pascal Rigaux | 2008-03-06 | 1 | -1/+1 |
* | simplify | Pascal Rigaux | 2008-03-03 | 1 | -1/+1 |
* | correctly name function since it's outside of its module | Pascal Rigaux | 2008-03-03 | 1 | -2/+2 |
* | - urpmq: | Pascal Rigaux | 2008-03-03 | 1 | -0/+21 |
* | - create non_modified_media() and use it | Pascal Rigaux | 2008-03-03 | 1 | -8/+14 |
* | - urpmf, urpmq: | Pascal Rigaux | 2008-03-03 | 1 | -2/+2 |
* | move is_iso to urpm::media and rename it | Pascal Rigaux | 2008-02-29 | 1 | -1/+6 |
* | do not download on the fly xml-info unless we know if it is available | Pascal Rigaux | 2008-02-29 | 1 | -3/+2 |
* | fix --mirrorlist broken by _migrate_removable_device | Pascal Rigaux | 2008-02-29 | 1 | -1/+3 |
* | - urpmf, urpmq: | Pascal Rigaux | 2008-02-28 | 1 | -0/+5 |
* | fix typo | Pascal Rigaux | 2008-02-27 | 1 | -2/+2 |
* | - create _migrate_removable_url out of _migrate_removable_device | Pascal Rigaux | 2008-02-27 | 1 | -9/+23 |
* | - adapt "we want to copy lzma from cds" to new cdrom:// scheme | Pascal Rigaux | 2008-02-27 | 1 | -1/+2 |
* | - all tools: | Pascal Rigaux | 2008-02-27 | 1 | -39/+23 |
* | - create file_from_local_medium(), and use it where possible instead of | Pascal Rigaux | 2008-02-27 | 1 | -12/+12 |
* | create is_local_medium() and is_local_url() | Pascal Rigaux | 2008-02-27 | 1 | -4/+4 |
* | internally use {iso} instead of {removable} for iso files | Pascal Rigaux | 2008-02-27 | 1 | -4/+4 |
* | there is no reason not to use {removable} only for iso | Pascal Rigaux | 2008-02-27 | 1 | -2/+1 |
* | what we really want here is the place where the synthesis is, so in the case | Pascal Rigaux | 2008-02-27 | 1 | -3/+3 |
* | create separate function to mount iso | Pascal Rigaux | 2008-02-27 | 1 | -1/+1 |
* | - since find_mntpoints doesn't really return a list, make it clear | Pascal Rigaux | 2008-02-26 | 1 | -10/+4 |
* | - urpmi, urpmi.addmedia, urpmi.update: | Pascal Rigaux | 2008-02-24 | 1 | -5/+5 |
* | urpmf: fix mirrolist handling | Pascal Rigaux | 2008-02-23 | 1 | -2/+3 |
* | - all tools: | Pascal Rigaux | 2008-02-23 | 1 | -14/+71 |
* | - urpmi.addmedia | Pascal Rigaux | 2008-02-23 | 1 | -4/+13 |
* | simplify ("list" is not used anymore) | Pascal Rigaux | 2008-02-23 | 1 | -7/+7 |
* | fix typo calling _is_local_virtual | Pascal Rigaux | 2008-02-23 | 1 | -1/+1 |
* | rename conf_file__rel_media into with-dir | Pascal Rigaux | 2008-02-21 | 1 | -1/+1 |
* | create _new_distribconf_and_download() and use it | Pascal Rigaux | 2008-02-21 | 1 | -6/+15 |
* | - fix typo _is_local_virtual() and _is_remote_virtual() | Pascal Rigaux | 2008-02-21 | 1 | -6/+11 |
* | - urpmi handles /etc/urpmi/media.d/*.cfg | Pascal Rigaux | 2008-02-14 | 1 | -4/+36 |
* | - urpmi.update, urpmi.addmedia: | Pascal Rigaux | 2008-02-06 | 1 | -6/+31 |
* | nocheck_access is quite wrong nowadays afaik | Pascal Rigaux | 2008-02-05 | 1 | -10/+7 |
* | - urpmi.update, urpmi.addmedia: | Pascal Rigaux | 2008-02-05 | 1 | -49/+6 |
* | - urpmi, urpme, urpmq, urpmf: | Pascal Rigaux | 2008-02-05 | 1 | -1/+1 |
* | - library: | Pascal Rigaux | 2008-02-04 | 1 | -9/+10 |
* | - urpmi.cfg: | Pascal Rigaux | 2008-02-04 | 1 | -6/+38 |
* | simplify: _update_medium() and _update_medium_() are always called with | Pascal Rigaux | 2008-02-01 | 1 | -5/+0 |
* | changing the way --synthesis is done in urpm::media::configure. | Pascal Rigaux | 2008-01-30 | 1 | -6/+13 |
* | - 5.0 | Pascal Rigaux | 2008-01-11 | 1 | -16/+142 |
* | factorize code with statedir_media_info_file() | Pascal Rigaux | 2008-01-11 | 1 | -3/+7 |
* | create _copy_media_info_file() out of _get_list_or_pubkey__local() | Pascal Rigaux | 2008-01-11 | 1 | -5/+14 |
* | no_second_pass option is no more (since "drop hdlist support") | Pascal Rigaux | 2008-01-10 | 1 | -1/+0 |
* | when doing urpmi.addmedia on a remote medium, we first look for | Pascal Rigaux | 2008-01-08 | 1 | -7/+12 |
* | better error message: "copying" is not adapted for something we downloaded, "... | Pascal Rigaux | 2008-01-08 | 1 | -1/+1 |
* | drop synthesis_for_virtual_medium() since it is unused | Pascal Rigaux | 2008-01-08 | 1 | -4/+0 |
* | create _download_MD5SUM() out of _update_medium__parse_if_unmodified__remote(... | Pascal Rigaux | 2008-01-08 | 1 | -6/+12 |
* | cosmetic: display "updated medium xxx" when we're done with it | Pascal Rigaux | 2008-01-08 | 1 | -5/+4 |
* | - rename _get_list_or_pubkey__remote() into _download_list_or_pubkey() | Pascal Rigaux | 2008-01-08 | 1 | -4/+11 |
* | create get_medium_option() for future use | Pascal Rigaux | 2008-01-08 | 1 | -0/+6 |