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-gcontext
/
src
/
modules
/
internet
/
sockconn.c
@ 28362
– Rev 26795
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
26795
8308 d 12 h
/branches/R-gcontext/
This commit was manufactured by cvs2svn to create branch 'R-gcontext'.
26370
8344 d 8 h
luke
/trunk/src/modules/internet/
Allow opening a server socket to be interrupted.
26366
8344 d 14 h
luke
/trunk/src/modules/internet/
Close sock1 in sock_open for server if R_SockListen fails.
19022
8885 d 11 h
luke
/trunk/src/modules/internet/
Added check for EOF on blocking socket in sock_read_helper.
18996
8886 d 12 h
luke
/trunk/src/modules/internet/
Fixed non-portable handling of void pointer increment.
18954
8888 d 13 h
luke
/trunk/
Allow sockets to be opened in binary mode with both open="ab" and open="a+b".
18953
8888 d 13 h
luke
/trunk/
Fixed socket reading code in sock_read_helper to properly handle long
reads and reads with part of the data in the connection buffer.
18583
8907 d 19 h
ripley
/trunk/
destroy connections if asked to open on creation and the open failed
15199
9126 d 13 h
ripley
/trunk/src/
actually intialize the pointers in internet module!
use unique names for internet module versions of functions
14409
9189 d 17 h
ripley
/trunk/
move sockets and internet to a module