summaryrefslogtreecommitdiffstats
path: root/perl-install/install/http.pm
Commit message (Collapse)AuthorAgeFilesLines
* drop useless install::http::close()Thierry Vignaud2012-05-231-4/+0
|
* (get_file_and_size) drop workaround for urpmi dying when downloaderThierry Vignaud2012-05-231-5/+0
| | | | | | fails and leaving us in another directory now that urpmi is fixed why didn't you fixed urpmi directly blino???
* - Allow to set urpm curl options in order to be able to make curl quiet. SettingArnaud Patard2012-04-301-0/+1
| | | | | | this option to '-s' is making text autoinstall a lot cleaner and avoids missing warnings when installing rpms.
* Synthesized commit during git-svn import combining previous Mandriva history ↵Mageia SVN-Git Migration2011-02-061-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | with Magiea. This commit consitsts of the following subversion commits: ------------------------------------------------------------------------ r431 | dmorgan | 2011-02-06 01:58:02 +0000 (Sun, 06 Feb 2011) | 1 line Add drakx structure on the SVN ------------------------------------------------------------------------ r432 | dmorgan | 2011-02-06 01:59:38 +0000 (Sun, 06 Feb 2011) | 1 line Import cleaned advertising ------------------------------------------------------------------------ r446 | dmorgan | 2011-02-06 22:37:08 +0000 (Sun, 06 Feb 2011) | 1 line Import Clean perl-install ------------------------------------------------------------------------ r448 | dmorgan | 2011-02-06 23:02:36 +0000 (Sun, 06 Feb 2011) | 1 line Add cleaned files ------------------------------------------------------------------------ r449 | dmorgan | 2011-02-06 23:03:52 +0000 (Sun, 06 Feb 2011) | 1 line Import cleaned kernel ------------------------------------------------------------------------ r450 | dmorgan | 2011-02-06 23:23:30 +0000 (Sun, 06 Feb 2011) | 1 line Import cleaned tools ------------------------------------------------------------------------ r451 | dmorgan | 2011-02-07 00:01:56 +0000 (Mon, 07 Feb 2011) | 1 line Import stage1 ------------------------------------------------------------------------ r473 | dmorgan | 2011-02-07 11:20:50 +0000 (Mon, 07 Feb 2011) | 1 line Import images ------------------------------------------------------------------------ r497 | ennael | 2011-02-09 21:02:06 +0000 (Wed, 09 Feb 2011) | 2 lines readd missing file ------------------------------------------------------------------------ r502 | pterjan | 2011-02-09 23:30:32 +0000 (Wed, 09 Feb 2011) | 1 line Import rescue ------------------------------------------------------------------------ r603 | ennael | 2011-02-24 13:32:54 +0000 (Thu, 24 Feb 2011) | 2 lines import cleaned rescue for Mageia ------------------------------------------------------------------------ r2061 | tv | 2011-10-20 20:32:19 +0100 (Thu, 20 Oct 2011) | 1 line import (cleaned) doc ------------------------------------------------------------------------
* accept https URL in install::httpPascal Terjan2010-07-021-1/+1
|
* fix crash introduced by r263663 (blino, 2009-11-24) (was: "do not stayThierry Vignaud2009-12-091-0/+1
| | | | | | chdired in /mnt/var/cache/urpmi when download fails (workaround urpmi bug) 'do not stay chdired in /mnt/var/cache/urpmi'")
* do not stay chdired in /mnt/var/cache/urpmi when download fails (workaround ↵Olivier Blin2009-11-241-0/+6
| | | | urpmi bug)
* fix ftp URL parsing when using user + pass (#49898)Olivier Blin2009-10-271-1/+1
|
* use https to download the mirrorlist from api.mandriva.comChristophe Fergeau2009-09-011-4/+4
|
* (get_file_and_size) be even more compatible with older http code for error ↵Thierry Vignaud2009-04-091-1/+1
| | | | management
* fix typo in latest commitThierry Vignaud2009-04-091-1/+1
|
* (get_file_and_size) be more compatible with older http code for error managementThierry Vignaud2009-04-091-4/+8
|
* perl_checker cleanupsThierry Vignaud2009-04-091-2/+2
|
* (get_file_and_size) fix crashing when using urpmi early to download stuff ↵Thierry Vignaud2009-04-091-0/+5
| | | | for network installs
* (get_file_and_size) cleanupThierry Vignaud2009-04-081-2/+1
|
* (install::http::get_file_and_size) just use curl instead of using ourThierry Vignaud2009-04-081-38/+21
| | | | | own http stack (thus fixing unable to set up network addittional media, #48887)
* (parse_url) rename as parse_http_url() (similar to ftp.pm)Thierry Vignaud2009-03-181-3/+3
|
* - auto_install: allow "automatic=met:http,ser:server,dir:/pub/dirPascal Rigaux2007-06-191-1/+18
| | | | | kickstart=/pub/auto_inst.cfg" to get http://server/pub/auto_inst.cfg (#31474)
* re-sync after the big svn lossPascal Rigaux2007-04-251-0/+59