Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | extract error from aria2 log instead of giving it raw | Pascal Rigaux | 2008-10-16 | 1 | -2/+2 |
| | |||||
* | use aria2 even if nearest mirror is rsync | Pascal Rigaux | 2008-10-14 | 1 | -1/+1 |
| | |||||
* | - gurpmi: | Pascal Rigaux | 2008-10-07 | 1 | -6/+9 |
| | | | | | | | o overall progress-bar, display the download speed, nicer looking - urpm::download::progress_text() is created out of urpm::download::sync_logger | ||||
* | - aria2: | Pascal Rigaux | 2008-09-23 | 1 | -0/+1 |
| | | | | | o use --ftp-pasv (as suggested by aria2 developer) | ||||
* | increase connect-timeout for aria2 | Pascal Rigaux | 2008-09-23 | 1 | -2/+2 |
| | |||||
* | - use "versioned" media_info files | Pascal Rigaux | 2008-09-23 | 1 | -1/+1 |
| | | | | | | | | | | (needed for aria2 to handle mirrors not having some media_info/*) it fixes: - downloading parts of media_info file from different mirrors and failing to obtain a valid result - checking md5sum of media_info files | ||||
* | help debugging aria2 | Pascal Rigaux | 2008-09-23 | 1 | -6/+6 |
| | |||||
* | {allow_metalink} was used unitialised, so now always using use_metalink() and | Pascal Rigaux | 2008-09-23 | 1 | -4/+7 |
| | | | | | doing the memoizing inside use_metalink() | ||||
* | create sync_rel_one() and use it | Pascal Rigaux | 2008-09-23 | 1 | -3/+8 |
| | |||||
* | - sync_*(): return the downloaded file | Pascal Rigaux | 2008-09-23 | 1 | -20/+18 |
| | | | | | | - sync_rel: handle "preclean", and do cleanup things after failed download - simplify some mess using the returned value | ||||
* | - normalize synthesis downloading: rename it in cachedir asap just like any ↵ | Pascal Rigaux | 2008-09-23 | 1 | -0/+15 |
| | | | | | | | other media_info files - create urpm::download::sync_rel_to() | ||||
* | move {allow_metalink} from $urpm to $medium, and take into account user's | Pascal Rigaux | 2008-09-22 | 1 | -1/+8 |
| | | | | | requested downloader before choosing wether we will retry or rely on aria2 | ||||
* | warn only once "not using metalink since ..." | Pascal Rigaux | 2008-09-22 | 1 | -4/+4 |
| | |||||
* | create preferred_downloader() out of _sync_webfetch_raw() | Pascal Rigaux | 2008-09-22 | 1 | -28/+35 |
| | |||||
* | - Add some options to aria2 downloader | Aurélien Lefebvre | 2008-09-18 | 1 | -2/+4 |
| | | | | | - Reduce from 16 to 8 servers for each file in metalink | ||||
* | - fix locale problem with aria2 | Aurélien Lefebvre | 2008-09-10 | 1 | -0/+1 |
| | |||||
* | - library: | Pascal Rigaux | 2008-09-09 | 1 | -1/+2 |
| | | | | | o fix urpm::download::sync() return value (used by rpmdrake) (#43639) | ||||
* | simplify | Pascal Rigaux | 2008-09-05 | 1 | -1/+1 |
| | |||||
* | simplify | Pascal Rigaux | 2008-09-05 | 1 | -2/+1 |
| | |||||
* | fix previous commit: do not display wrong log message | Pascal Rigaux | 2008-09-05 | 1 | -1/+1 |
| | |||||
* | - fix handling --downloader when using mirrorlist (it was forcing aria2) | Pascal Rigaux | 2008-09-05 | 1 | -7/+12 |
| | |||||
* | - fix display of downloaded urls with aria2 and metalinks | Pascal Rigaux | 2008-09-05 | 1 | -15/+15 |
| | |||||
* | fix regression introduced in previous commit | Pascal Rigaux | 2008-09-04 | 1 | -2/+3 |
| | | | | | | (it was working in my cases since urpm::ensure_valid_cachedir() was called beforehand) | ||||
* | - library: | Pascal Rigaux | 2008-09-04 | 1 | -1/+1 |
| | | | | | o modify urpm::download::get_content() to work as non-superuser | ||||
* | - fix proxy parameter for aria2 (thanks to alkh) | Pascal Rigaux | 2008-09-04 | 1 | -1/+7 |
| | |||||
* | - remove rsync mirrors when calling aria2 | Pascal Rigaux | 2008-09-04 | 1 | -1/+5 |
| | |||||
* | re-indent | Pascal Rigaux | 2008-09-04 | 1 | -20/+17 |
| | |||||
* | cleanup | Pascal Rigaux | 2008-09-04 | 1 | -8/+5 |
| | |||||
* | cleanup | Pascal Rigaux | 2008-09-04 | 1 | -4/+7 |
| | |||||
* | cleanup | Pascal Rigaux | 2008-09-04 | 1 | -13/+6 |
| | |||||
* | cleanup | Pascal Rigaux | 2008-09-04 | 1 | -22/+20 |
| | |||||
* | cleanup | Pascal Rigaux | 2008-09-04 | 1 | -2/+1 |
| | |||||
* | create urpm::mirrors::list_urls() and use it | Pascal Rigaux | 2008-09-04 | 1 | -4/+3 |
| | | | | | this fixes things like "mirrorlist: http://localmirror/dis/cooker/i586 $MIRRORLIST" | ||||
* | simplify | Pascal Rigaux | 2008-09-04 | 1 | -2/+2 |
| | |||||
* | simplify | Pascal Rigaux | 2008-09-04 | 1 | -2/+1 |
| | |||||
* | remove one indentation level in generated .metalink | Pascal Rigaux | 2008-09-04 | 1 | -6/+4 |
| | |||||
* | simplify | Pascal Rigaux | 2008-09-04 | 1 | -6/+6 |
| | |||||
* | simplify | Pascal Rigaux | 2008-09-04 | 1 | -7/+8 |
| | |||||
* | simplify | Pascal Rigaux | 2008-09-04 | 1 | -3/+4 |
| | |||||
* | create _create_one_metalink_line() out of _create_metalink_() | Pascal Rigaux | 2008-09-04 | 1 | -18/+24 |
| | |||||
* | "nicer" debug/log message | Pascal Rigaux | 2008-09-03 | 1 | -1/+1 |
| | |||||
* | don't deconstruct $files in _create_metalink_(), use $rel_files instead | Pascal Rigaux | 2008-09-03 | 1 | -9/+11 |
| | |||||
* | inline _sync_raw() | Pascal Rigaux | 2008-09-03 | 1 | -14/+9 |
| | |||||
* | ensure _sync_raw() is only called through sync_rel() | Pascal Rigaux | 2008-09-03 | 1 | -3/+2 |
| | |||||
* | be more tolerant in deprecated urpm::download::sync() | Pascal Rigaux | 2008-09-03 | 1 | -2/+1 |
| | | | | | (since it's easy to be so) | ||||
* | simplify _sync_webfetch_raw() (we know all files to download have the same ↵ | Pascal Rigaux | 2008-09-03 | 1 | -23/+12 |
| | | | | protocol (ftp, ssh...)) | ||||
* | ensure _sync_raw() is never called with undefined $medium | Pascal Rigaux | 2008-09-03 | 1 | -2/+8 |
| | |||||
* | don't call sync() anymore | Pascal Rigaux | 2008-09-03 | 1 | -2/+2 |
| | |||||
* | deprecate urpm::download::sync() in favor of sync_url() and sync_rel() | Pascal Rigaux | 2008-09-03 | 1 | -0/+7 |
| | |||||
* | move %all_options computation in _all_options() | Pascal Rigaux | 2008-09-03 | 1 | -12/+18 |
| |