summaryrefslogtreecommitdiffstats
path: root/urpm/download.pm
Commit message (Expand)AuthorAgeFilesLines
* adapt to aria2c-1.16+ output (mga#16500)Shlomi Fish2016-07-111-3/+24
* fix using a proxy without an auth user (mga#11265)Thierry Vignaud2015-08-271-1/+1
* download: fix parsing download progress with rsync >= 3.10Olivier Blin2013-10-151-1/+1
* display exceptions that happened while downloading (mga#9529)Thierry Vignaud2013-03-261-0/+1
* only a couple func really are neededThierry Vignaud2013-03-211-1/+1
* various optimizations from mdv svnJosé Jorge2012-10-151-13/+11
* change deprecated aria2 optionJosé Jorge2012-10-141-1/+1
* (_curl_action) kill unused parameter that could never have been usedThierry Vignaud2012-09-081-3/+1
* perl_checker cleanupThierry Vignaud2012-09-081-1/+1
* kill unused variablesThierry Vignaud2012-09-081-2/+0
* (urpm::download::sync) drop it (it was obsoleted years ago)Thierry Vignaud2012-08-311-15/+0
* (progress_text) kill unused parameterThierry Vignaud2012-08-311-2/+2
* (do_install_3,sync_logger) make it obvious that parameters do be usedThierry Vignaud2012-08-311-2/+2
* (get_proxy_) kill unused parameterThierry Vignaud2012-08-311-2/+2
* convert a couple comments to PODThierry Vignaud2012-08-311-6/+26
* document some functionsThierry Vignaud2012-08-311-0/+23
* split POD documentationThierry Vignaud2012-08-311-8/+10
* drop /usr/X11R6/bin from $PATHThierry Vignaud2012-06-081-1/+5
* silent perl_checkerThierry Vignaud2012-03-271-27/+27
* perl_checker cleanupsThierry Vignaud2012-02-011-2/+2
* add perl_checker hintsThierry Vignaud2012-02-011-0/+1
* perl_checker cleanupsThierry Vignaud2012-01-061-3/+3
* (_sync_webfetch_raw) use rsync to download from rsync-mirrors (Alexander Bara...Thierry Vignaud2011-10-071-2/+2
* Synthesized commit during git-svn import combining previous Mandriva history ...Mageia SVN-Git Migration2011-09-131-2/+2
* update copyright noticesPer Øyvind Karlsen2010-11-211-1/+1
* - fix warning about "unitialized variable"Michael Scherer2010-07-301-1/+1
* update copyrightThierry Vignaud2009-11-241-1/+1
* don't use aria2 to fetch mirrorlist, fixes #53434Christophe Fergeau2009-10-291-4/+12
* make sure we don't use aria2 to fetch mirrorlistsChristophe Fergeau2009-10-211-1/+1
* fix parsing of "download complete" messages from aria2Christophe Fergeau2009-10-051-1/+1
* forgot quotesChristophe Fergeau2009-09-251-1/+1
* disable certificate checks on media with the right optionChristophe Fergeau2009-09-251-0/+1
* default to checking certificates when dowloading dataChristophe Fergeau2009-09-251-3/+3
* make certificate check for aria2 behave the same as for the other downloadersChristophe Fergeau2009-09-241-0/+1
* download: allow callee of get_content to pass downloader optionsChristophe Fergeau2009-08-311-2/+2
* download: add an option to be strict about SSL certificate checksChristophe Fergeau2009-08-311-2/+2
* slight clean-up in wget downloading handlingChristophe Fergeau2009-07-301-7/+8
* dudf patch from Olivier Rosello for the Mancoosi projectChristophe Fergeau2009-07-301-5/+12
* - adjust parsing of aria2 output for aria2 1.4, fixes bug #51354Christophe Fergeau2009-06-041-1/+2
* fix aria2 proxy parametersAurélien Lefebvre2009-05-111-4/+5
* (sync_curl) minor warning fixThierry Vignaud2009-04-291-1/+1
* - urpmi, gurpmiPascal Rigaux2008-10-231-4/+12
* - urpmi, gurpmiPascal Rigaux2008-10-211-3/+12
* fix previous commit: we must not generated a 'start' event when we are donePascal Rigaux2008-10-211-1/+1
* modify sync_aria2():Pascal Rigaux2008-10-211-18/+18
* create _parse_aria2_output() out of sync_aria2()Pascal Rigaux2008-10-211-4/+11
* create _error_msg() out of _error()Pascal Rigaux2008-10-211-2/+7
* extract error from aria2 log instead of giving it rawPascal Rigaux2008-10-161-2/+2
* use aria2 even if nearest mirror is rsyncPascal Rigaux2008-10-141-1/+1
* - gurpmi:Pascal Rigaux2008-10-071-6/+9