The R Project SVN R

Rev

Show changed files | Details | Compare with Previous | Blame | RSS feed

Filtering Options

Rev Age Author Path Log message Diff
80210 1921 d 9 h murrell /branches/R-groups/ ported r80166:80209 from main  
80166 1929 d 10 h murrell /branches/R-groups/ create R-groups  
78913 2190 d 17 h maechler /trunk/tests/ cosmetic  
72599 3381 d 23 h ripley /trunk/tests/ report what the failure was  
72597 3382 d 3 h ripley /trunk/ more on libcurl tests  
72594 3382 d 21 h ripley /trunk/tests/ skip tests if simple http does not work (seen on 32-bit builds on x86_64 Linux)  
72207 3446 d 5 h ripley /trunk/ add more info to errors, for those who use suppressWarnings  
72188 3448 d 6 h ripley /trunk/ switch download.file/url default to "libcurl"  
71974 3479 d 22 h morgan /trunk/ bugfix: don't check endpoint existence before attempting download

- download.file(method="libcurl")
- HEAD or range-based queries are not universally supported, resulting
in false negatives or excessive traffic
- destination files are touched (created or opened for append) before
download starts, making clean-up on failure difficult. Currently,
empty or possibly corrupt (in the case of append) files are left on
disk.
 
69294 3978 d 6 h ripley /trunk/tests/ comment out tests which depend on the ISP/curl behaviour  
69293 3978 d 6 h ripley /trunk/tests/ comment out tests of the environment, not just R  
69284 3979 d 23 h morgan /trunk/ typos in c69280 leading to segfaults  
69280 3980 d 2 h morgan /trunk/ don't create empty file on 404 and similar errors

- download.file(method="libcurl")
 
67712 4192 d 4 h ripley /trunk/ there is no \dontcheck markup  
67619 4200 d 1 h ripley /trunk/ tweaks, mainly for Windows  
67613 4201 d 3 h ripley /trunk/tests/ tweak  
67565 4205 d 4 h ripley /trunk/ switch url() types if needed for https:// connections
use different 'class' for WININET url connections.
 
67556 4205 d 20 h ripley /trunk/tests/ add libcurl tests