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
89706 123 d 22 h maechler /trunk/src/modules/internet/ fix 23 years old "typo"  
89135 229 d 11 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 16 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 1203 d 23 h maechler /trunk/src/ more typos from Eric Lindblad (skipping modules/lapack/*.f)  
80518 1866 d 0 h ripley /trunk/src/modules/internet/ avoid compiler warnings  
80515 1866 d 10 h ripley /trunk/src/ clean up  
80472 1873 d 22 h kalibera /trunk/src/ Normalize timeval values (PR#18119).  
80469 1874 d 15 h kalibera /trunk/src/modules/internet/ Use Winsock error codes on Windows (PR#18120).  
80430 1883 d 9 h ripley /trunk/src/modules/internet/ remove unused R-ftp-http.c  
80318 1896 d 23 h ripley /trunk/ make R-ftp-http.h an internal header  
77918 2331 d 21 h kalibera /trunk/src/modules/internet/ Added explicit casts to make clang on macOS happy.  
77873 2341 d 12 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 16 h kalibera /trunk/src/modules/internet/ Support both EAGAIN and EWOULDBLOCK in sockets code.  
77870 2341 d 16 h kalibera /trunk/src/modules/internet/ Fix R_SockWrite behavior in the (unlikely) case of spurious socket
writeability.
 
77863 2342 d 16 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 13 h kalibera /trunk/src/modules/internet/ Return a connection when it is available right away before waiting (fixes
possible connection leak).
 
77859 2343 d 14 h kalibera /trunk/src/modules/internet/ Check return values of socket functions according to current Windows
(Winsock2) documentation.
 
77858 2343 d 20 h kalibera /trunk/src/modules/internet/ Remove code duplication.  
77857 2344 d 15 h kalibera /trunk/src/modules/internet/ Fix R_SockConnect (socketConnection) on Windows to return immediately when
the connection fails.
 
77826 2351 d 10 h kalibera /trunk/src/modules/internet/ Fix connection setup timeout on Linux.  

Show All