R
R-packages
Català-Valencià – Catalan
中文 – Chinese (Simplified)
中文 – Chinese (Traditional)
Česky – Czech
Dansk – Danish
Nederlands – Dutch
English – English
Suomi – Finnish
Français – French
Deutsch – German
עברית – Hebrew
हिंदी – Hindi
Magyar – Hungarian
Bahasa Indonesia – Indonesian
Italiano – Italian
日本語 – Japanese
한국어 – Korean
Македонски – Macedonian
मराठी – Marathi
Norsk – Norwegian
Polski – Polish
Português – Portuguese
Português – Portuguese (Brazil)
Русский – Russian
Slovenčina – Slovak
Slovenščina – Slovenian
Español – Spanish
Svenska – Swedish
Türkçe – Turkish
Українська – Ukrainian
Oëzbekcha – Uzbek
The R Project SVN
R
(root)
/
branches
/
R-grid
/
src
/
modules
/
internet
/
internet.c
– Rev 26606
Rev
Show changed files
|
Details
|
Compare with Previous
|
Blame
|
RSS feed
Filtering Options
From rev
To rev
Max revs
Search history for
Show All
Rev
Age
Author
Path
Log message
Diff
26606
8323 d 18 h
murrell
/branches/R-grid/
merged trunk to branch
26266
8349 d 21 h
/branches/R-grid/
This commit was manufactured by cvs2svn to create branch 'R-grid'.
26014
8364 d 13 h
ripley
/trunk/src/modules/internet/
tidy up error handling
25735
8382 d 15 h
tlumley
/trunk/src/
more connection leaks on invalid URLs (for Bioconductor download)
25734
8382 d 20 h
tlumley
/trunk/src/modules/internet/
creating and opening an invalid URL leaked a connnection.
23246
8557 d 23 h
ripley
/trunk/src/modules/internet/
move more output to stderr, tweak output levels
22776
8587 d 1 h
ripley
/trunk/src/
show status messages for invalid HTTP requests
18583
8907 d 9 h
ripley
/trunk/
destroy connections if asked to open on creation and the open failed
18492
8914 d 5 h
ripley
/trunk/src/modules/internet/
window b/g colour
17741
8961 d 11 h
ripley
/trunk/
add vsnprintf.c, assume vsnprintf is always available
16592
9031 d 2 h
ripley
/trunk/src/
more on --internet2
15377
9118 d 2 h
ripley
/trunk/
add cacheOK argument to download.file, use for CRAN.packages
15201
9126 d 2 h
ripley
/trunk/src/modules/internet/
direct calls to module entry points
15199
9126 d 3 h
ripley
/trunk/src/
actually intialize the pointers in internet module!
use unique names for internet module versions of functions
14945
9149 d 5 h
duncan
/trunk/src/
The modules now explicitly register their function pointers rather than have the centralized loader resolve the symbols dynamically by looking in the shared library. This was motivated by the failure on the Dec T Tru64 reported by Brad McNeney. However, it is just a good thing to do as it reduces the dependency on the operating systems linker and dynamic loader and is more in keeping with the registration of native routines introduced recently. Tested on RH, YDL, Solaris. Needs checking on the Mac and Windows. Also needs to be verified on a machine without X11
14678
9173 d 8 h
ripley
/trunk/src/modules/internet/
R_HTTPOpen (libxml version) needs to return NULL if opening fails
14671
9174 d 6 h
ripley
/trunk/src/modules/internet/
output tweaks on Windows (especially flushing the console)
14411
9189 d 6 h
ripley
/trunk/src/
Windows tweaks for Internet module
14409
9189 d 8 h
ripley
/trunk/
move sockets and internet to a module