summaryrefslogtreecommitdiffstats
path: root/urpm/download.pm
Commit message (Collapse)AuthorAgeFilesLines
...
* - remove rsync mirrors when calling aria2Pascal Rigaux2008-09-041-1/+5
|
* 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-041-4/+3
| | | | | 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
|
* "nicer" debug/log messagePascal Rigaux2008-09-031-1/+1
|
* 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
|
* create urpm::download::sync_url() and use itPascal Rigaux2008-09-031-1/+7
|
* create urpm::download::sync_rel() and use itPascal Rigaux2008-09-031-0/+7
|
* - really call aria2 with --max-tries=1Pascal Rigaux2008-09-031-2/+1
| | | | | | (it helps a lot when trying to download some files (eg: reconfig.urpmi))
* use /root/.aria2-adaptive-stats when launched as rootPascal Rigaux2008-09-021-1/+1
|
* only use the 8 best mirrors, then we let aria2 choosePascal Rigaux2008-09-021-1/+9
|
* - call aria2 with brand-new --uri-selector=adaptivePascal Rigaux2008-09-021-2/+7
| | | | | and use options that makes it work nicely
* - all toolsPascal Rigaux2008-09-011-2/+13
| | | | | o use metalink/aria2 by default (when available) when using a mirrorlist
* fix --limit-rate with aria2Pascal Rigaux2008-09-011-1/+1
|
* help perl_checkerPascal Rigaux2008-09-011-0/+1
|
* instead of passing around $options->{media} with medium name, pass directly ↵Pascal Rigaux2008-09-011-15/+9
| | | | $medium
* cleanupPascal Rigaux2008-09-011-1/+2
|
* cleanupPascal Rigaux2008-09-011-6/+4
|
* cleanupPascal Rigaux2008-09-011-2/+2
|
* cleanupPascal Rigaux2008-09-011-8/+5
|
* cleanupPascal Rigaux2008-09-011-18/+22
|
* cleanupPascal Rigaux2008-09-011-1/+1
|
* perl_checker compliancePascal Rigaux2008-09-011-30/+29
|
* add comment wrt. <?xml*> field at top of metalinkPer Øyvind Karlsen2008-07-101-0/+2
|
* adjust tabbing to pixel's tastePer Øyvind Karlsen2008-07-101-39/+39
|
* clean up with help from pixel's suggestionsPer Øyvind Karlsen2008-07-091-28/+25
|
* add local metalink generationPer Øyvind Karlsen2008-07-091-4/+82
|
* - all toolsPascal Rigaux2008-07-091-3/+3
| | | | | o fix broken ssh:// (regression introduced in 6.0)
* urpmi: set connection timeout for rsync as wellAnssi Hannula2008-06-151-0/+2
|
* - urpmi.update, urpmi.addmedia:Pascal Rigaux2008-03-271-3/+8
| | | | | | o do not restrict read on /etc/urpmi/proxy.cfg if it doesn't contain passwords (#39434)
* simple cleanupPascal Rigaux2008-03-271-4/+4
| | | | | (would need some more)