Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Patch by Nicolas Melay to include -q to the command-line options of curl, so | Rafael Garcia-Suarez | 2006-09-18 | 1 | -0/+2 |
| | | | | | the ~/.curlrc file isn't read. | ||||
* | Localize $_ before magical while(<$file>) loops | Rafael Garcia-Suarez | 2006-08-11 | 1 | -0/+4 |
| | |||||
* | For curl downloads, use the --anyauth options (solves an issue | Rafael Garcia-Suarez | 2006-08-02 | 1 | -0/+2 |
| | | | | | when a site rejects basic auth) | ||||
* | Use revision number as version numbers for internal modules. | Rafael Garcia-Suarez | 2006-06-07 | 1 | -1/+3 |
| | | | | | For gurpmi.pm, use the same version number as urpm. | ||||
* | Patch by Vincent Panel from bug #22000: use global proxy settings when | Rafael Garcia-Suarez | 2006-05-29 | 1 | -0/+4 |
| | | | | | adding a media; load it if necessary to avoid overwriting it. | ||||
* | Untaint current dir when temporarily chdir'ing to cache | Rafael Garcia-Suarez | 2006-04-20 | 1 | -3/+3 |
| | |||||
* | Patch by Michael Scherer to fix authentication with ssh download method. | Rafael Garcia-Suarez | 2006-04-02 | 1 | -9/+11 |
| | | | | | (bug #21800) | ||||
* | If rsync-options are configured and contain what looks like a remote shell | Rafael Garcia-Suarez | 2006-03-20 | 1 | -15/+17 |
| | | | | | setting, ignore ssh options | ||||
* | Allow to use the same ssh connection for all rsync transfers. | Rafael Garcia-Suarez | 2006-03-20 | 1 | -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-Suarez | 2006-01-27 | 1 | -0/+4 |
| | |||||
* | urpmi.addmedia with proxy did erase the previous proxy settings (bug 20108) | Rafael Garcia-Suarez | 2005-12-08 | 1 | -0/+1 |
| | |||||
* | Fix compilation warning | Rafael Garcia-Suarez | 2005-12-06 | 1 | -1/+1 |
| | |||||
* | Add versions to modules | Rafael Garcia-Suarez | 2005-12-02 | 1 | -0/+2 |
| | |||||
* | Fix download with wget, broken by latest changes | Rafael Garcia-Suarez | 2005-12-02 | 1 | -3/+4 |
| | |||||
* | Add new switches to the urpm tools, --wget-options, --curl-options and | Rafael Garcia-Suarez | 2005-12-02 | 1 | -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 notices | Rafael Garcia-Suarez | 2005-12-02 | 1 | -1/+3 |
| | |||||
* | Use the --no-check-certificate option for downloading with wget, since | Rafael Garcia-Suarez | 2005-10-31 | 1 | -0/+1 |
| | | | | | the club https servers use self-signed certificates. | ||||
* | Fix bug in rsync over ssh invocation | Rafael Garcia-Suarez | 2005-10-27 | 1 | -0/+1 |
| | |||||
* | Report curl download errors on ftp or on cancellation more agressively, so the | Rafael Garcia-Suarez | 2005-10-27 | 1 | -2/+3 |
| | | | | | urpm routines can recover properly. | ||||
* | Don't use "verbose" setting in urpm::download API | Rafael Garcia-Suarez | 2005-10-11 | 1 | -1/+1 |
| | |||||
* | Remove trace | Rafael Garcia-Suarez | 2005-09-05 | 1 | -1/+0 |
| | |||||
* | On top of previous fix | Rafael Garcia-Suarez | 2005-09-05 | 1 | -2/+2 |
| | |||||
* | Fix bug 18234 : force download of ftp files when the timestamp couldn't be ↵ | Rafael Garcia-Suarez | 2005-09-05 | 1 | -5/+3 |
| | | | | determined | ||||
* | Fix comment | Rafael Garcia-Suarez | 2005-06-13 | 1 | -2/+2 |
| | |||||
* | Timeout on all network operations when using wget | Rafael Garcia-Suarez | 2005-06-13 | 1 | -1/+1 |
| | |||||
* | Remove the -z option passed to curl. It never worked. | Rafael Garcia-Suarez | 2005-05-16 | 1 | -2/+2 |
| | |||||
* | Fix typo | Rafael Garcia-Suarez | 2005-04-27 | 1 | -1/+1 |
| | |||||
* | Allow to ask user for proxy credentials | Rafael Garcia-Suarez | 2005-04-26 | 1 | -4/+25 |
| | |||||
* | Update copyrights | Rafael Garcia-Suarez | 2005-04-25 | 1 | -1/+1 |
| | |||||
* | Add a retry option to urpmi and urpmi.cfg (bug #1174) | Rafael Garcia-Suarez | 2005-03-10 | 1 | -0/+3 |
| | |||||
* | Work around bug 13685, bug in display of curl progress | Rafael Garcia-Suarez | 2005-02-17 | 1 | -1/+3 |
| | |||||
* | Remove curl 7.12.2 bug workaround | Rafael Garcia-Suarez | 2005-02-16 | 1 | -4/+4 |
| | |||||
* | With curl, urpmi wasn't detecting the end of a download, thus the file | Rafael Garcia-Suarez | 2004-12-09 | 1 | -1/+1 |
| | | | | | name displayed in the console or progress bar was never refreshed. | ||||
* | Further adjustment of the workaround for the curl output bug | Rafael Garcia-Suarez | 2004-11-26 | 1 | -2/+2 |
| | |||||
* | When invoking urpmi.addmedia with --proxy, save this proxy setting for | Rafael Garcia-Suarez | 2004-11-24 | 1 | -0/+11 |
| | | | | | this particular new media. (bug 12483) | ||||
* | Work around a bug in curl when displaying progress for an authentified | Rafael Garcia-Suarez | 2004-11-24 | 1 | -1/+3 |
| | | | | | http source (bug #12289) | ||||
* | Cope better with some strange curl output | Rafael Garcia-Suarez | 2004-11-19 | 1 | -1/+1 |
| | |||||
* | Take little terminals into account, too | Rafael Garcia-Suarez | 2004-11-19 | 1 | -0/+1 |
| | |||||
* | Take into account terminal size to avoid messing up the display | Rafael Garcia-Suarez | 2004-11-19 | 1 | -2/+10 |
| | |||||
* | Factor some system()s | Rafael Garcia-Suarez | 2004-11-04 | 1 | -2/+3 |
| | |||||
* | perl_checker_fixes | Rafael Garcia-Suarez | 2004-09-16 | 1 | -3/+3 |
| | |||||
* | urpmi+curl couldn't download files with protected urls where the user | Rafael Garcia-Suarez | 2004-08-30 | 1 | -5/+10 |
| | | | | | name was containing a '@' | ||||
* | Set a timeout for wget too (1 min) | Rafael Garcia-Suarez | 2004-08-25 | 1 | -1/+2 |
| | |||||
* | Add a time out for connection establishment in curl download routine | Rafael Garcia-Suarez | 2004-08-25 | 1 | -0/+5 |
| | |||||
* | Cleanups. | Rafael Garcia-Suarez | 2004-07-29 | 1 | -5/+5 |
| | |||||
* | Finish to implement file:// urls where the "file:/" is optional | Rafael Garcia-Suarez | 2004-07-27 | 1 | -1/+1 |
| | |||||
* | Better error handling for copy failures | Rafael Garcia-Suarez | 2004-07-23 | 1 | -2/+2 |
| | |||||
* | Copyright updates | Rafael Garcia-Suarez | 2004-07-22 | 1 | -0/+4 |
| | |||||
* | Add the --disable-epsv option to curl, to be friendy with some firewalls | Rafael Garcia-Suarez | 2004-07-19 | 1 | -0/+2 |
| | |||||
* | Delete proxy configuration for a media when deleting this media | Rafael Garcia-Suarez | 2004-07-06 | 1 | -0/+5 |
| |