summaryrefslogtreecommitdiffstats
path: root/urpm/download.pm
Commit message (Collapse)AuthorAgeFilesLines
...
* be more tolerant in deprecated urpm::download::sync()Pascal Rigaux2008-09-031-2/+1
| | | | | (since it's easy to be so)
* simplify _sync_webfetch_raw() (we know all files to download have the same ↵Pascal Rigaux2008-09-031-23/+12
| | | | protocol (ftp, ssh...))
* ensure _sync_raw() is never called with undefined $mediumPascal Rigaux2008-09-031-2/+8
|
* don't call sync() anymorePascal Rigaux2008-09-031-2/+2
|
* deprecate urpm::download::sync() in favor of sync_url() and sync_rel()Pascal Rigaux2008-09-031-0/+7
|
* move %all_options computation in _all_options()Pascal Rigaux2008-09-031-12/+18
|
* create urpm::download::sync_url() and use itPascal Rigaux2008-09-031-1/+7
|
* create urpm::download::sync_rel() and use itPascal Rigaux2008-09-031-0/+7
|
* - really call aria2 with --max-tries=1Pascal Rigaux2008-09-031-2/+1
| | | | | | (it helps a lot when trying to download some files (eg: reconfig.urpmi))
* use /root/.aria2-adaptive-stats when launched as rootPascal Rigaux2008-09-021-1/+1
|
* only use the 8 best mirrors, then we let aria2 choosePascal Rigaux2008-09-021-1/+9
|
* - call aria2 with brand-new --uri-selector=adaptivePascal Rigaux2008-09-021-2/+7
| | | | | and use options that makes it work nicely
* - all toolsPascal Rigaux2008-09-011-2/+13
| | | | | o use metalink/aria2 by default (when available) when using a mirrorlist
* fix --limit-rate with aria2Pascal Rigaux2008-09-011-1/+1
|
* help perl_checkerPascal Rigaux2008-09-011-0/+1
|
* instead of passing around $options->{media} with medium name, pass directly ↵Pascal Rigaux2008-09-011-15/+9
| | | | $medium
* cleanupPascal Rigaux2008-09-011-1/+2
|
* cleanupPascal Rigaux2008-09-011-6/+4
|
* cleanupPascal Rigaux2008-09-011-2/+2
|
* cleanupPascal Rigaux2008-09-011-8/+5
|
* cleanupPascal Rigaux2008-09-011-18/+22
|
* cleanupPascal Rigaux2008-09-011-1/+1
|
* perl_checker compliancePascal Rigaux2008-09-011-30/+29
|
* add comment wrt. <?xml*> field at top of metalinkPer Øyvind Karlsen2008-07-101-0/+2
|
* adjust tabbing to pixel's tastePer Øyvind Karlsen2008-07-101-39/+39
|
* clean up with help from pixel's suggestionsPer Øyvind Karlsen2008-07-091-28/+25
|
* add local metalink generationPer Øyvind Karlsen2008-07-091-4/+82
|
* - all toolsPascal Rigaux2008-07-091-3/+3
| | | | | o fix broken ssh:// (regression introduced in 6.0)
* urpmi: set connection timeout for rsync as wellAnssi Hannula2008-06-151-0/+2
|
* - urpmi.update, urpmi.addmedia:Pascal Rigaux2008-03-271-3/+8
| | | | | | o do not restrict read on /etc/urpmi/proxy.cfg if it doesn't contain passwords (#39434)
* simple cleanupPascal Rigaux2008-03-271-4/+4
| | | | | (would need some more)
* display an error message when failing to read proxy settingsPascal Rigaux2008-03-271-1/+9
|
* o handle displaying utf8 download progression in non-utf8 terminalPascal Rigaux2008-03-201-1/+8
| | | | | | (ie clean the full line when we can't be sure of the number of characters that will be displayed)
* fix download progression using wget:Pascal Rigaux2008-03-031-7/+9
| | | | | | | | | | | - the first line displays the date, not simply the time - the "==> RETR" is only for ftp, also parse "200 OK" - detecting size using /^Length/ is much simpler when wget output is not translated, so use LC_ALL=C - "ETA" is now "eta" in my tests - "eta" is not displayed at the beginning, do call propagate_sync_callback with precent and speed
* {removable} is no morePascal Rigaux2008-02-271-2/+2
|
* - urpmi:Pascal Rigaux2008-02-261-0/+1
| | | | | o fix using proxy with curl (#38143)
* download mirrorlist silentlyPascal Rigaux2008-02-251-1/+1
|
* create hide_password() (to be used in urpm::main_loop to remove duplication)Pascal Rigaux2008-02-241-2/+7
|
* get_content() as a wrapper around sync() to get file contentPascal Rigaux2008-02-221-0/+15
|
* do not use an undefined valuePascal Rigaux2008-02-211-7/+7
|
* ensure that aria2 doesn't connect multiple times to same host with different ↵Per Øyvind Karlsen2008-02-131-0/+1
| | | | protocols
* add support for aria2 (and thus support for metalink handling as well:)Per Øyvind Karlsen2007-12-111-4/+78
|
* - urpmi.addmedia:Pascal Rigaux2007-12-051-1/+1
| | | | | | o enhance parsing of urls with login:password for logins with "@" so that password doesn't end up in urpmi.cfg
* - urpmiPascal Rigaux2007-11-161-7/+7
| | | | | o fix --limit-rate (regression introduced in 4.9.12)
* - urpmi:Pascal Rigaux2007-11-141-1/+1
| | | | | | o with rsync, use --copy-links (to have the same behaviour as http/ftp, and so allow symlinks on the server)
* do not use netrc for protocol sshPascal Rigaux2007-09-101-1/+1
|
* more debug info (rsync cmd)Pascal Rigaux2007-09-101-2/+4
|
* - all toolsPascal Rigaux2007-06-181-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 commandsPascal Rigaux2007-06-181-0/+3
|
* - all toolsPascal Rigaux2007-06-181-2/+6
| | | | | | o hide rsync errors by default to hide false positives, but allow getting them with --debug