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)
/
trunk
/
src
/
modules
/
internet
/
Rsock.c
@ 63243
– Rev 89706
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
89706
124 d 1 h
maechler
/trunk/src/modules/internet/
fix 23 years old "typo"
89135
229 d 15 h
luke
/trunk/src/
Define USE_BASE_R_SUPPORT in Defn.h an use to mask some non-API declarations.
Also comment out declaration for rnbeta, which does not exist.
85689
955 d 20 h
kalibera
/trunk/src/
Report error when file descriptor number is too large for select() in socket
code or when there are too many descriptors (PR#18634).
84215
1204 d 3 h
maechler
/trunk/src/
more typos from Eric Lindblad (skipping modules/lapack/*.f)
80518
1866 d 4 h
ripley
/trunk/src/modules/internet/
avoid compiler warnings
80515
1866 d 14 h
ripley
/trunk/src/
clean up
80472
1874 d 1 h
kalibera
/trunk/src/
Normalize timeval values (PR#18119).
80469
1874 d 19 h
kalibera
/trunk/src/modules/internet/
Use Winsock error codes on Windows (PR#18120).
80430
1883 d 13 h
ripley
/trunk/src/modules/internet/
remove unused R-ftp-http.c
80318
1897 d 3 h
ripley
/trunk/
make R-ftp-http.h an internal header
77918
2332 d 1 h
kalibera
/trunk/src/modules/internet/
Added explicit casts to make clang on macOS happy.
77873
2341 d 16 h
kalibera
/trunk/src/modules/internet/
Handle spurious socket readability on Linux. Respect "blocking = FALSE" for
socket connections also on the server side.
77871
2341 d 19 h
kalibera
/trunk/src/modules/internet/
Support both EAGAIN and EWOULDBLOCK in sockets code.
77870
2341 d 20 h
kalibera
/trunk/src/modules/internet/
Fix R_SockWrite behavior in the (unlikely) case of spurious socket
writeability.
77863
2342 d 19 h
kalibera
/trunk/src/modules/internet/
Fix race condition in R_SockListen that could cause socketConnection() and
socketAccept() block indefinitely, ignoring the connection timeout.
77860
2343 d 17 h
kalibera
/trunk/src/modules/internet/
Return a connection when it is available right away before waiting (fixes
possible connection leak).
77859
2343 d 18 h
kalibera
/trunk/src/modules/internet/
Check return values of socket functions according to current Windows
(Winsock2) documentation.
77858
2344 d 0 h
kalibera
/trunk/src/modules/internet/
Remove code duplication.
77857
2344 d 18 h
kalibera
/trunk/src/modules/internet/
Fix R_SockConnect (socketConnection) on Windows to return immediately when
the connection fails.
77826
2351 d 14 h
kalibera
/trunk/src/modules/internet/
Fix connection setup timeout on Linux.
←Prev
1
2
Next→
Show All