summaryrefslogtreecommitdiffstats
path: root/urpm/download.pm
Commit message (Expand)AuthorAgeFilesLines
* - urpmi, gurpmiPascal Rigaux2008-10-231-4/+12
* - urpmi, gurpmiPascal Rigaux2008-10-211-22/+43
* extract error from aria2 log instead of giving it rawPascal Rigaux2008-10-161-2/+2
* - aria2Pascal Rigaux2008-10-141-1/+1
* - gurpmiPascal Rigaux2008-10-071-6/+9
* - aria2:Pascal Rigaux2008-09-231-0/+1
* increase connect-timeout for aria2Pascal Rigaux2008-09-231-2/+2
* - use "versioned" media_info filesPascal Rigaux2008-09-231-1/+1
* help debugging aria2Pascal Rigaux2008-09-231-6/+6
* {allow_metalink} was used unitialised, so now always using use_metalink() andPascal Rigaux2008-09-231-4/+7
* create sync_rel_one() and use itPascal Rigaux2008-09-231-3/+8
* - sync_*(): return the downloaded filePascal Rigaux2008-09-231-20/+18
* - normalize synthesis downloading: rename it in cachedir asap just like any o...Pascal Rigaux2008-09-231-0/+15
* move {allow_metalink} from $urpm to $medium, and take into account user'sPascal Rigaux2008-09-221-1/+8
* warn only once "not using metalink since ..."Pascal Rigaux2008-09-221-4/+4
* create preferred_downloader() out of _sync_webfetch_raw()Pascal Rigaux2008-09-221-28/+35
* - Add some options to aria2 downloaderAurélien Lefebvre2008-09-181-2/+4
* - fix locale problem with aria2Aurélien Lefebvre2008-09-101-0/+1
* - library:Pascal Rigaux2008-09-091-1/+2
* 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-051-7/+12
* - fix display of downloaded urls with aria2 and metalinksPascal Rigaux2008-09-051-15/+15
* fix regression introduced in previous commitPascal Rigaux2008-09-041-2/+3
* - library:Pascal Rigaux2008-09-041-1/+1
* - fix proxy parameter for aria2 (thanks to alkh)Pascal Rigaux2008-09-041-1/+7
* - 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
* 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
* simplify _sync_webfetch_raw() (we know all files to download have the same pr...Pascal Rigaux2008-09-031-23/+12
* ensure _sync_raw() is never called with undefined $mediumPascal Rigaux2008-09-031-2/+8
* don't call sync() anymorePascal Rigaux2008-09-031-2/+2