Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | do not use netrc for protocol ssh | Pascal Rigaux | 2007-09-10 | 1 | -1/+1 |
| | |||||
* | more debug info (rsync cmd) | Pascal Rigaux | 2007-09-10 | 1 | -2/+4 |
| | |||||
* | - all tools | Pascal Rigaux | 2007-06-18 | 1 | -1/+1 |
| | | | | | | | | o 4.9.26 is broken when downloading with wget since it creates hdlist.cz.1 files. fixing using --force-clobber option (! need a patched wget !) (need wget 1.10.2-6mdv2008.0) | ||||
* | help debugging curl/wget commands | Pascal Rigaux | 2007-06-18 | 1 | -0/+3 |
| | |||||
* | - all tools | Pascal Rigaux | 2007-06-18 | 1 | -2/+6 |
| | | | | | | o hide rsync errors by default to hide false positives, but allow getting them with --debug | ||||
* | wait for total to be given before displaying progress (#31302) | Pascal Rigaux | 2007-06-11 | 1 | -1/+2 |
| | |||||
* | - all tools | Pascal Rigaux | 2007-06-11 | 1 | -1/+0 |
| | | | | | | | o don't use time-stamping when downloading with wget (useless and slow since it forces to download the whole directory listing) (as suggested by Andrey Borzenkov on cooker) | ||||
* | - urpmi | Pascal Rigaux | 2007-05-18 | 1 | -1/+8 |
| | | | | | | o fix "Argument list too long" when calling curl/wget/proz (things should work even in case of one big transaction) (#30848) | ||||
* | nicer code | Pascal Rigaux | 2007-05-16 | 1 | -2/+3 |
| | |||||
* | re-sync after the big svn loss | Pascal Rigaux | 2007-04-24 | 1 | -2/+18 |
| | |||||
* | - add {debug} level messages | Pascal Rigaux | 2006-11-28 | 1 | -1/+7 |
| | | | | | | - add some debug message before downloading - always display the retrieved url (using {log}) | ||||
* | factorize code with new function _error(). make separate message for either ↵ | Pascal Rigaux | 2006-11-28 | 1 | -6/+13 |
| | | | | bad exit status or signal caught | ||||
* | move many functions from urpm.pm to urpm/media.pm | Pascal Rigaux | 2006-11-21 | 1 | -5/+100 |
| | |||||
* | - correctly cook args to sync_file() | Pascal Rigaux | 2006-11-13 | 1 | -3/+1 |
| | | | | | - util::cfg is not needed in urpm::download | ||||
* | sync_prozilla need exporting (used in urpm.pm) | Pascal Rigaux | 2006-11-10 | 1 | -1/+1 |
| | |||||
* | use standard Exporter | Pascal Rigaux | 2006-11-09 | 1 | -12/+8 |
| | |||||
* | move basename() to urpm::util | Pascal Rigaux | 2006-11-09 | 1 | -2/+0 |
| | |||||
* | perl_checker compliance & simplifications | Pascal Rigaux | 2006-11-09 | 1 | -8/+6 |
| | |||||
* | factorize introducing proc_mounts() and cat_() | Pascal Rigaux | 2006-11-09 | 1 | -4/+3 |
| | |||||
* | perl_checker compliance | Pascal Rigaux | 2006-11-03 | 1 | -3/+3 |
| | |||||
* | Add Prozilla support | Rafael Garcia-Suarez | 2006-09-21 | 1 | -0/+24 |
| | |||||
* | 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 |
| |