summaryrefslogtreecommitdiffstats
path: root/urpm/download.pm
Commit message (Collapse)AuthorAgeFilesLines
* 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 '@'
* Set a timeout for wget too (1 min)Rafael Garcia-Suarez2004-08-251-1/+2
|
* Add a time out for connection establishment in curl download routineRafael Garcia-Suarez2004-08-251-0/+5
|
* Cleanups.Rafael Garcia-Suarez2004-07-291-5/+5
|
* Finish to implement file:// urls where the "file:/" is optionalRafael Garcia-Suarez2004-07-271-1/+1
|
* Better error handling for copy failuresRafael Garcia-Suarez2004-07-231-2/+2
|
* Copyright updatesRafael Garcia-Suarez2004-07-221-0/+4
|
* Add the --disable-epsv option to curl, to be friendy with some firewallsRafael Garcia-Suarez2004-07-191-0/+2
|
* Delete proxy configuration for a media when deleting this mediaRafael Garcia-Suarez2004-07-061-0/+5
|
* Functions to write proxy.cfg (and regression tests)Rafael Garcia-Suarez2004-06-301-1/+29
|
* Fix parsing of proxy.cfg and --proxy optionsRafael Garcia-Suarez2004-06-291-2/+2
|
* Support for setting proxy per-media in proxy.cfgRafael Garcia-Suarez2004-06-291-4/+19
|
* Parsing of the proxy.cfg file: support for per-media proxiesRafael Garcia-Suarez2004-06-291-17/+32
|
* Fix bug #10026: when using --wget, urpmi displays only the firstRafael Garcia-Suarez2004-06-141-1/+4
| | | | | downloaded url.
* - invoke "curl -h" only onceRafael Garcia-Suarez2004-05-041-8/+14
| | | | | - avoid empty command-line arguments to rsync
* - allow rsync url like rsync://server/dir/Olivier Thauvin2004-05-041-1/+1
|
* - fix rsync downloadOlivier Thauvin2004-05-041-44/+12
| | | | | - merge sync_rsync and rsync_ssh
* More refactorization. Some silencing of the warnings emitted by -w.Rafael Garcia-Suarez2004-04-221-1/+1
|
* Some more cleanup and refactorization.Rafael Garcia-Suarez2004-04-191-0/+403