summaryrefslogtreecommitdiffstats
path: root/urpm
Commit message (Expand)AuthorAgeFilesLines
* "nicer" debug/log messagePascal Rigaux2008-09-031-1/+1
* if we use metalink, don't try various mirrors, aria2 will take care of everyt...Pascal Rigaux2008-09-031-2/+10
* use sync_rel() instead of sync_url()Pascal Rigaux2008-09-031-5/+5
* 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
* 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
* simplify (as suggested by perl_checker)Pascal Rigaux2008-09-031-3/+2
* create urpm::download::sync_url() and use itPascal Rigaux2008-09-032-3/+9
* - create urpm::blist_to_filenames()Pascal Rigaux2008-09-031-1/+1
* use urpm::download::sync_rel()Pascal Rigaux2008-09-031-2/+2
* - fix _synthesis_dir() (from previous commit)Pascal Rigaux2008-09-031-8/+14
* - create _synthesis_dir_rel() out of _synthesis_dir()Pascal Rigaux2008-09-031-5/+11
* create urpm::download::sync_rel() and use itPascal Rigaux2008-09-032-3/+10
* - really call aria2 with --max-tries=1Pascal Rigaux2008-09-031-2/+1
* 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
* - all toolsPascal Rigaux2008-09-011-2/+13
* - urpmi.addmediaPascal Rigaux2008-09-011-2/+5
* 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
* 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
* - gurpmi2Pascal Rigaux2008-09-011-1/+1
* minimal re-indent to make things clearPascal Rigaux2008-08-211-2/+3
* - urpmiPascal Rigaux2008-08-201-1/+3
* - urpmi, urpmq:Pascal Rigaux2008-08-201-1/+2
* add formatList() (taken from MDK::Common)Pascal Rigaux2008-08-201-0/+4
* factorizePascal Rigaux2008-08-201-2/+1
* replace unless with if !Pascal Rigaux2008-08-201-2/+2
* create _search_packages_keep_best() out of _search_packages()Pascal Rigaux2008-08-201-22/+27
* cleanupPascal Rigaux2008-08-201-3/+1
* cleanupPascal Rigaux2008-08-201-1/+1
* handle --justdb and --noscripts in gurpmiThierry Vignaud2008-08-071-1/+1
* o sort the list of orphansPascal Rigaux2008-07-111-1/+1
* - urpmePascal Rigaux2008-07-111-1/+1
* o fix creation of chroot with --root by using /var/lib/rpm/installed-throug...Pascal Rigaux2008-07-101-7/+7