summaryrefslogtreecommitdiffstats
path: root/urpm/download.pm
Commit message (Collapse)AuthorAgeFilesLines
* - correctly cook args to sync_file()Pascal Rigaux2006-11-131-3/+1
| | | | | - util::cfg is not needed in urpm::download
* sync_prozilla need exporting (used in urpm.pm)Pascal Rigaux2006-11-101-1/+1
|
* use standard ExporterPascal Rigaux2006-11-091-12/+8
|
* move basename() to urpm::utilPascal Rigaux2006-11-091-2/+0
|
* perl_checker compliance & simplificationsPascal Rigaux2006-11-091-8/+6
|
* factorize introducing proc_mounts() and cat_()Pascal Rigaux2006-11-091-4/+3
|
* perl_checker compliancePascal Rigaux2006-11-031-3/+3
|
* Add Prozilla supportRafael Garcia-Suarez2006-09-211-0/+24
|
* Patch by Nicolas Melay to include -q to the command-line options of curl, soRafael Garcia-Suarez2006-09-181-0/+2
| | | | | the ~/.curlrc file isn't read.
* Localize $_ before magical while(<$file>) loopsRafael Garcia-Suarez2006-08-111-0/+4
|
* For curl downloads, use the --anyauth options (solves an issueRafael Garcia-Suarez2006-08-021-0/+2
| | | | | when a site rejects basic auth)
* Use revision number as version numbers for internal modules.Rafael Garcia-Suarez2006-06-071-1/+3
| | | | | For gurpmi.pm, use the same version number as urpm.
* Patch by Vincent Panel from bug #22000: use global proxy settings whenRafael Garcia-Suarez2006-05-291-0/+4
| | | | | adding a media; load it if necessary to avoid overwriting it.
* Untaint current dir when temporarily chdir'ing to cacheRafael Garcia-Suarez2006-04-201-3/+3
|
* Patch by Michael Scherer to fix authentication with ssh download method.Rafael Garcia-Suarez2006-04-021-9/+11
| | | | | (bug #21800)
* If rsync-options are configured and contain what looks like a remote shellRafael Garcia-Suarez2006-03-201-15/+17
| | | | | setting, ignore ssh options
* Allow to use the same ssh connection for all rsync transfers.Rafael Garcia-Suarez2006-03-201-4/+51
| | | | | Based on a patch by Michael Scherer (bug #20706)
* Add "B" suffix by default to the limit-rate option for curl (see bug 20859)Rafael Garcia-Suarez2006-01-271-0/+4
|
* urpmi.addmedia with proxy did erase the previous proxy settings (bug 20108)Rafael Garcia-Suarez2005-12-081-0/+1
|
* Fix compilation warningRafael Garcia-Suarez2005-12-061-1/+1
|
* Add versions to modulesRafael Garcia-Suarez2005-12-021-0/+2
|
* Fix download with wget, broken by latest changesRafael Garcia-Suarez2005-12-021-3/+4
|
* Add new switches to the urpm tools, --wget-options, --curl-options andRafael Garcia-Suarez2005-12-021-1/+6
| | | | | | | --rsync-options, to specify additionnal command-line options to pass to the downloader programs. These are also available as global variables that can be set in urpmi.cfg.
* Update copyright noticesRafael Garcia-Suarez2005-12-021-1/+3
|
* Use the --no-check-certificate option for downloading with wget, sinceRafael Garcia-Suarez2005-10-311-0/+1
| | | | | the club https servers use self-signed certificates.
* Fix bug in rsync over ssh invocationRafael Garcia-Suarez2005-10-271-0/+1
|
* Report curl download errors on ftp or on cancellation more agressively, so theRafael Garcia-Suarez2005-10-271-2/+3
| | | | | urpm routines can recover properly.
* Don't use "verbose" setting in urpm::download APIRafael Garcia-Suarez2005-10-111-1/+1
|
* Remove traceRafael Garcia-Suarez2005-09-051-1/+0
|
* On top of previous fixRafael Garcia-Suarez2005-09-051-2/+2
|
* Fix bug 18234 : force download of ftp files when the timestamp couldn't be ↵Rafael Garcia-Suarez2005-09-051-5/+3
| | | | determined
* Fix commentRafael Garcia-Suarez2005-06-131-2/+2
|
* Timeout on all network operations when using wgetRafael Garcia-Suarez2005-06-131-1/+1
|
* Remove the -z option passed to curl. It never worked.Rafael Garcia-Suarez2005-05-161-2/+2
|
* Fix typoRafael Garcia-Suarez2005-04-271-1/+1
|
* Allow to ask user for proxy credentialsRafael Garcia-Suarez2005-04-261-4/+25
|
* Update copyrightsRafael Garcia-Suarez2005-04-251-1/+1
|
* Add a retry option to urpmi and urpmi.cfg (bug #1174)Rafael Garcia-Suarez2005-03-101-0/+3
|
* Work around bug 13685, bug in display of curl progressRafael Garcia-Suarez2005-02-171-1/+3
|
* Remove curl 7.12.2 bug workaroundRafael Garcia-Suarez2005-02-161-4/+4
|
* With curl, urpmi wasn't detecting the end of a download, thus the fileRafael Garcia-Suarez2004-12-091-1/+1
| | | | | name displayed in the console or progress bar was never refreshed.
* Further adjustment of the workaround for the curl output bugRafael Garcia-Suarez2004-11-261-2/+2
|
* When invoking urpmi.addmedia with --proxy, save this proxy setting forRafael Garcia-Suarez2004-11-241-0/+11
| | | | | this particular new media. (bug 12483)
* Work around a bug in curl when displaying progress for an authentifiedRafael Garcia-Suarez2004-11-241-1/+3
| | | | | http source (bug #12289)
* Cope better with some strange curl outputRafael Garcia-Suarez2004-11-191-1/+1
|
* Take little terminals into account, tooRafael Garcia-Suarez2004-11-191-0/+1
|
* Take into account terminal size to avoid messing up the displayRafael Garcia-Suarez2004-11-191-2/+10
|
* Factor some system()sRafael Garcia-Suarez2004-11-041-2/+3
|
* perl_checker_fixesRafael Garcia-Suarez2004-09-161-3/+3
|
* urpmi+curl couldn't download files with protected urls where the userRafael Garcia-Suarez2004-08-301-5/+10
| | | | | name was containing a '@'