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-NaString
/
src
/
modules
/
internet
/
internet.c
@ 28362
– Rev 16318
Rev
Hide 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
Changes
16318
9057 d 5 h
/branches/R-NaString/
This commit was manufactured by cvs2svn to create branch 'R-NaString'.
/branches/R-NaString
/branches/R-NaString/Attic
15377
9119 d 5 h
ripley
/trunk/
add cacheOK argument to download.file, use for CRAN.packages
/trunk/NEWS
/trunk/src/include/R_ext/R-ftp-http.h
/trunk/src/include/R_ext/Rinternet.h
/trunk/src/library/base/R/packages.R
/trunk/src/library/base/R/unix/download.file.R
/trunk/src/library/base/R/windows/download.file.R
/trunk/src/library/base/man/download.file.Rd
/trunk/src/main/names.c
/trunk/src/modules/internet/internet.c
/trunk/src/modules/internet/nanohttp.c
15201
9127 d 5 h
ripley
/trunk/src/modules/internet/
direct calls to module entry points
/trunk/src/modules/internet/internet.c
15199
9127 d 6 h
ripley
/trunk/src/
actually intialize the pointers in internet module!
use unique names for internet module versions of functions
/trunk/src/include/R_ext/R-ftp-http.h
/trunk/src/include/Rconnections.h
/trunk/src/modules/internet/Rsock.c
/trunk/src/modules/internet/internet.c
/trunk/src/modules/internet/sock.h
/trunk/src/modules/internet/sockconn.c
14945
9150 d 7 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
/trunk/src/include/R_ext/RX11.h
/trunk/src/include/R_ext/Rinternet.h
/trunk/src/include/R_ext/Rlapack.h
/trunk/src/include/Rgraphics.h
/trunk/src/main/internet.c
/trunk/src/main/lapack.c
/trunk/src/main/vfonts.c
/trunk/src/modules/X11/devX11.c
/trunk/src/modules/X11/devX11.h
/trunk/src/modules/internet/internet.c
/trunk/src/modules/lapack/Lapack.c
/trunk/src/modules/vfonts/g_alab_her.c
/trunk/src/unix/X11.c
14678
9174 d 11 h
ripley
/trunk/src/modules/internet/
R_HTTPOpen (libxml version) needs to return NULL if opening fails
/trunk/src/modules/internet/internet.c
14671
9175 d 9 h
ripley
/trunk/src/modules/internet/
output tweaks on Windows (especially flushing the console)
/trunk/src/modules/internet/internet.c
14411
9190 d 9 h
ripley
/trunk/src/
Windows tweaks for Internet module
/trunk/src/gnuwin32/Makefile
/trunk/src/gnuwin32/install-save.sh
/trunk/src/modules/internet/dllversion.rc
/trunk/src/modules/internet/internet.c
14409
9190 d 11 h
ripley
/trunk/
move sockets and internet to a module
/trunk/src/modules/internet
/trunk/src/modules/internet/Makefile.in
/trunk/src/modules/internet/Makefile.win
/trunk/src/modules/internet/README
/trunk/src/modules/internet/Rsock.c
/trunk/src/modules/internet/dllversion.rc
/trunk/src/modules/internet/internet.c
/trunk/src/modules/internet/nanoftp.c
/trunk/src/modules/internet/nanohttp.c
/trunk/src/modules/internet/sock.c
/trunk/src/modules/internet/sock.h
/trunk/src/modules/internet/sockconn.c
/trunk/src/modules/internet/win32config.h
/trunk/src/appl/Rsock.c
/trunk/src/appl/sock.c
/trunk/src/appl/sock.h
/trunk/src/extra/libxml
/trunk/acconfig.h
/trunk/aclocal.m4
/trunk/configure
/trunk/configure.in
/trunk/src/Makefile.in
/trunk/src/appl/Makefile.in
/trunk/src/extra/Makefile.in
/trunk/src/gnuwin32/Makefile
/trunk/src/gnuwin32/fixed/h/config.h
/trunk/src/include/Rconnections.h
/trunk/src/include/config.h.in
/trunk/src/main/Makefile.in
/trunk/src/main/connections.c
/trunk/src/main/internet.c
/trunk/src/main/platform.c
/trunk/src/modules/Makefile.in
/trunk/src/modules/Makefile.win
/trunk/src/modules/lapack/Makefile.win
/trunk/src/modules/vfonts/Makefile.win