summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* fix: use "&" instead of "," to join GET parameters in urlPascal Rigaux2008-09-061-1/+1
|
* translating new messages and fixing the fuzzy onesFelipe Arruda2008-09-051-144/+100
|
* fix previous commit (otherwise it goes very weird)Pascal Rigaux2008-09-051-1/+1
|
* update translation for PolishTomasz Bednarski2008-09-051-173/+101
|
* allow --no-metalinkPascal Rigaux2008-09-051-1/+1
|
* simplifyPascal Rigaux2008-09-051-1/+1
|
* simplifyPascal Rigaux2008-09-051-2/+1
|
* fix previous commit: do not display wrong log messagePascal Rigaux2008-09-051-1/+1
|
* - fix handling --downloader when using mirrorlist (it was forcing aria2)Pascal Rigaux2008-09-052-7/+13
|
* - fix display of downloaded urls with aria2 and metalinksPascal Rigaux2008-09-052-15/+17
|
* fix from Reinout van SchouwenPascal Rigaux2008-09-051-246/+0
|
* Hungarian translation updateGergely Lonyai2008-09-051-481/+462
|
* 2008-09-05 Reinout van Schouwen <reinouts@gnome.org>Reinout van Schouwen2008-09-041-70/+74
| | | | | | - nl.po: Updated Dutch translation
* sync with codeThierry Vignaud2008-09-0468-9359/+9362
|
* 6.86.8Pascal Rigaux2008-09-042-1/+3
|
* - urpmiPascal Rigaux2008-09-042-0/+5
| | | | | o enhance --bug: copy installed-through-deps.list in bug report
* fix regression introduced in previous commitPascal Rigaux2008-09-041-2/+3
| | | | | | (it was working in my cases since urpm::ensure_valid_cachedir() was called beforehand)
* - library:Pascal Rigaux2008-09-042-1/+3
| | | | | o modify urpm::download::get_content() to work as non-superuser
* much nicer userdir() functions:Pascal Rigaux2008-09-043-12/+15
| | | | | | | | | - userdir() does not modify $urpm->{cachedir} anymore, if you must ensure $urpm->{cachedir} to be modified, use ensure_valid_cachedir() - valid_cachedir() gives you a valid cachedir (works for root or simple-user), but does not modify $urpm->{cachedir}
* simplify: always create "partial" and "rpms" in "userdir", that way we can usePascal Rigaux2008-09-042-7/+5
| | | | | userdir() in most cases
* - fix proxy parameter for aria2 (thanks to alkh)Pascal Rigaux2008-09-043-2/+9
|
* - remove rsync mirrors when calling aria2Pascal Rigaux2008-09-042-1/+6
|
* re-indentPascal Rigaux2008-09-041-20/+17
|
* cleanupPascal Rigaux2008-09-041-8/+5
|
* cleanupPascal Rigaux2008-09-041-4/+7
|
* cleanupPascal Rigaux2008-09-041-13/+6
|
* cleanupPascal Rigaux2008-09-041-22/+20
|
* cleanupPascal Rigaux2008-09-041-2/+1
|
* create urpm::mirrors::list_urls() and use itPascal Rigaux2008-09-042-10/+22
| | | | | this fixes things like "mirrorlist: http://localmirror/dis/cooker/i586 $MIRRORLIST"
* simplifyPascal Rigaux2008-09-041-2/+2
|
* simplifyPascal Rigaux2008-09-041-2/+1
|
* remove one indentation level in generated .metalinkPascal Rigaux2008-09-041-6/+4
|
* simplifyPascal Rigaux2008-09-041-6/+6
|
* simplifyPascal Rigaux2008-09-041-7/+8
|
* simplifyPascal Rigaux2008-09-041-3/+4
|
* create _create_one_metalink_line() out of _create_metalink_()Pascal Rigaux2008-09-041-18/+24
|
* - gurpmi, gurpmi2:Pascal Rigaux2008-09-043-2/+3
| | | | | o silence perl warnings (ie remove "use warnings")
* "nicer" debug/log messagePascal Rigaux2008-09-031-1/+1
|
* if we use metalink, don't try various mirrors, aria2 will take care of ↵Pascal Rigaux2008-09-031-2/+10
| | | | everything
* use sync_rel() instead of sync_url()Pascal Rigaux2008-09-031-5/+5
| | | | | (this requires changing _new_distribconf_and_download parameters)
* don't deconstruct $files in _create_metalink_(), use $rel_files insteadPascal Rigaux2008-09-031-9/+11
|
* inline _sync_raw()Pascal Rigaux2008-09-031-14/+9
|
* ensure _sync_raw() is only called through sync_rel()Pascal Rigaux2008-09-031-3/+2
|
* be more tolerant in deprecated urpm::download::sync()Pascal Rigaux2008-09-031-2/+1
| | | | | (since it's easy to be so)
* simplify _sync_webfetch_raw() (we know all files to download have the same ↵Pascal Rigaux2008-09-031-23/+12
| | | | protocol (ftp, ssh...))
* ensure _sync_raw() is never called with undefined $mediumPascal Rigaux2008-09-031-2/+8
|
* don't call sync() anymorePascal Rigaux2008-09-031-2/+2
|
* deprecate urpm::download::sync() in favor of sync_url() and sync_rel()Pascal Rigaux2008-09-031-0/+7
|
* move %all_options computation in _all_options()Pascal Rigaux2008-09-031-12/+18
|
* modify _probe_with_try_list() to be able to use sync_rel()Pascal Rigaux2008-09-031-5/+6
|