Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | download: fix parsing download progress with rsync >= 3.10 | Olivier Blin | 2013-10-15 | 1 | -1/+1 |
| | | | | | | | | | | | | | rsync 3.10 now defaults to human readable output, with sizes being printed with a separator between group of 3 digits. This broke our download progress parser. We can fix this by using the --no-human-readable command line option, to get the old rsync progress output format. This option already existed in older rsync versions (tried in Mageia 2), so this change should be safe to include in backports of urpmi to older distributions. | ||||
* | display exceptions that happened while downloading (mga#9529) | Thierry Vignaud | 2013-03-26 | 1 | -0/+1 |
| | |||||
* | only a couple func really are needed | Thierry Vignaud | 2013-03-21 | 1 | -1/+1 |
| | |||||
* | various optimizations from mdv svn | José Jorge | 2012-10-15 | 1 | -13/+11 |
| | |||||
* | change deprecated aria2 option | José Jorge | 2012-10-14 | 1 | -1/+1 |
| | |||||
* | (_curl_action) kill unused parameter that could never have been used | Thierry Vignaud | 2012-09-08 | 1 | -3/+1 |
| | | | | | | | | | | | | | | | rationale: an array must be the last variable in a prototype bug introcuded in commit r258682 by cfergeau on 2009-07-30: "dudf patch from Olivier Rosello for the Mancoosi project" further not fixed in commit r258683 by cfergeau on 2009-07-30: "slight clean-up in wget downloading handling" dudf support was always broken... interesting enough, this was spot by perl_checker but only when checking all files at once, not when checking urpm/download.pm only | ||||
* | perl_checker cleanup | Thierry Vignaud | 2012-09-08 | 1 | -1/+1 |
| | |||||
* | kill unused variables | Thierry Vignaud | 2012-09-08 | 1 | -2/+0 |
| | |||||
* | (urpm::download::sync) drop it (it was obsoleted years ago) | Thierry Vignaud | 2012-08-31 | 1 | -15/+0 |
| | |||||
* | (progress_text) kill unused parameter | Thierry Vignaud | 2012-08-31 | 1 | -2/+2 |
| | |||||
* | (do_install_3,sync_logger) make it obvious that parameters do be used | Thierry Vignaud | 2012-08-31 | 1 | -2/+2 |
| | |||||
* | (get_proxy_) kill unused parameter | Thierry Vignaud | 2012-08-31 | 1 | -2/+2 |
| | |||||
* | convert a couple comments to POD | Thierry Vignaud | 2012-08-31 | 1 | -6/+26 |
| | |||||
* | document some functions | Thierry Vignaud | 2012-08-31 | 1 | -0/+23 |
| | |||||
* | split POD documentation | Thierry Vignaud | 2012-08-31 | 1 | -8/+10 |
| | |||||
* | drop /usr/X11R6/bin from $PATH | Thierry Vignaud | 2012-06-08 | 1 | -1/+5 |
| | |||||
* | silent perl_checker | Thierry Vignaud | 2012-03-27 | 1 | -27/+27 |
| | |||||
* | perl_checker cleanups | Thierry Vignaud | 2012-02-01 | 1 | -2/+2 |
| | |||||
* | add perl_checker hints | Thierry Vignaud | 2012-02-01 | 1 | -0/+1 |
| | |||||
* | perl_checker cleanups | Thierry Vignaud | 2012-01-06 | 1 | -3/+3 |
| | |||||
* | (_sync_webfetch_raw) use rsync to download from rsync-mirrors (Alexander ↵ | Thierry Vignaud | 2011-10-07 | 1 | -2/+2 |
| | | | | | | | | | | | Barakin, mga#2518) due to options->{metalink} test, we were selecting curl/aria2/... before checking for rsync protocol tested by setting 'choosen' in /var/cache/urpmi/mirrors.cache to any mirror available on rsync, for examle: rsync://ftp-stud.hs-esslingen.de/Mageia/distrib/cauldron/x86_64 | ||||
* | Synthesized commit during git-svn import combining previous Mandriva history ↵ | Mageia SVN-Git Migration | 2011-09-13 | 1 | -2/+2 |
| | | | | | | | | | | | | with Magiea. This commit consitsts of the following subversion commits: ------------------------------------------------------------------------ r1928 | dmorgan | 2011-09-13 21:44:28 +0100 (Tue, 13 Sep 2011) | 1 line Import urpmi ------------------------------------------------------------------------ | ||||
* | update copyright notices | Per Øyvind Karlsen | 2010-11-21 | 1 | -1/+1 |
| | |||||
* | - fix warning about "unitialized variable" | Michael Scherer | 2010-07-30 | 1 | -1/+1 |
| | |||||
* | update copyright | Thierry Vignaud | 2009-11-24 | 1 | -1/+1 |
| | |||||
* | don't use aria2 to fetch mirrorlist, fixes #53434 | Christophe Fergeau | 2009-10-29 | 1 | -4/+12 |
| | |||||
* | make sure we don't use aria2 to fetch mirrorlists | Christophe Fergeau | 2009-10-21 | 1 | -1/+1 |
| | | | | | | aria2 downloader currently doesn't work when we append a reason string to the api.mandriva.com URL, lamely fix that by making sure it's not used when grabbing a mirrorlist | ||||
* | fix parsing of "download complete" messages from aria2 | Christophe Fergeau | 2009-10-05 | 1 | -1/+1 |
| | | | | Fixes bug #53749 | ||||
* | forgot quotes | Christophe Fergeau | 2009-09-25 | 1 | -1/+1 |
| | |||||
* | disable certificate checks on media with the right option | Christophe Fergeau | 2009-09-25 | 1 | -0/+1 |
| | |||||
* | default to checking certificates when dowloading data | Christophe Fergeau | 2009-09-25 | 1 | -3/+3 |
| | |||||
* | make certificate check for aria2 behave the same as for the other downloaders | Christophe Fergeau | 2009-09-24 | 1 | -0/+1 |
| | |||||
* | download: allow callee of get_content to pass downloader options | Christophe Fergeau | 2009-08-31 | 1 | -2/+2 |
| | |||||
* | download: add an option to be strict about SSL certificate checks | Christophe Fergeau | 2009-08-31 | 1 | -2/+2 |
| | |||||
* | slight clean-up in wget downloading handling | Christophe Fergeau | 2009-07-30 | 1 | -7/+8 |
| | |||||
* | dudf patch from Olivier Rosello for the Mancoosi project | Christophe Fergeau | 2009-07-30 | 1 | -5/+12 |
| | |||||
* | - adjust parsing of aria2 output for aria2 1.4, fixes bug #51354 | Christophe Fergeau | 2009-06-04 | 1 | -1/+2 |
| | |||||
* | fix aria2 proxy parameters | Aurélien Lefebvre | 2009-05-11 | 1 | -4/+5 |
| | |||||
* | (sync_curl) minor warning fix | Thierry Vignaud | 2009-04-29 | 1 | -1/+1 |
| | | | | | | | (Argument "7845k" isn't numeric in numeric eq (==) at /usr/lib/perl5/vendor_perl/5.10.0/urpm/download.pm line 502, <$curl> chunk 396 (#3)) | ||||
* | - urpmi, gurpmi | Pascal Rigaux | 2008-10-23 | 1 | -4/+12 |
| | | | | | o retry once on aria2 versioned-file download failure | ||||
* | - urpmi, gurpmi | Pascal Rigaux | 2008-10-21 | 1 | -3/+12 |
| | | | | | o allow "retry" on aria2 download failure | ||||
* | fix previous commit: we must not generated a 'start' event when we are done | Pascal Rigaux | 2008-10-21 | 1 | -1/+1 |
| | | | | | with the list of files to download | ||||
* | modify sync_aria2(): | Pascal Rigaux | 2008-10-21 | 1 | -18/+18 |
| | | | | | | | | | | - prototype change: use $medium and $rel_files - remove from $rel_files things successfully downloaded (needed for next commit) - create a .metalink file even if we don't use mirrorlist (it reduces potential duplication in next commits) - don't pass specific mirrorlist aria2 options when not using mirrorlist | ||||
* | create _parse_aria2_output() out of sync_aria2() | Pascal Rigaux | 2008-10-21 | 1 | -4/+11 |
| | |||||
* | create _error_msg() out of _error() | Pascal Rigaux | 2008-10-21 | 1 | -2/+7 |
| | |||||
* | 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 |
| |