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
82931 1398 d 9 h ripley /trunk/src/ use (void) to avoid clang 15 warnings  
80131 1944 d 19 h urbaneks /trunk/src/ add options="no-delay" support to socket connections  
77918 2331 d 12 h kalibera /trunk/src/modules/internet/ Added explicit casts to make clang on macOS happy.  
77908 2335 d 9 h kalibera /trunk/src/modules/internet/ Prevent inheritance of server sockets on Windows.  
77863 2342 d 7 h kalibera /trunk/src/modules/internet/ Fix race condition in R_SockListen that could cause socketConnection() and
socketAccept() block indefinitely, ignoring the connection timeout.
 
77859 2343 d 5 h kalibera /trunk/src/modules/internet/ Check return values of socket functions according to current Windows
(Winsock2) documentation.
 
77856 2344 d 8 h kalibera /trunk/src/modules/internet/ Comments.  
77825 2351 d 3 h kalibera /trunk/src/modules/internet/ Make gcc happy (-Wparentheses).  
77822 2351 d 5 h kalibera /trunk/src/modules/internet/ Close server sockets on exec to prevent blocking of the port in child
processes.
 
77818 2352 d 5 h kalibera /trunk/src/modules/internet/ Increase backlog of incoming socket connections to maximum supported value.  
76978 2541 d 7 h kalibera /trunk/src/modules/internet/ Hard-code 127.0.0.1 as localhost address as fallback for misconfigured
systems (observed and debugged by Dominik Leutnant on macOS where
makeCluster() was getting stuck).
 
75220 2887 d 5 h luke /trunk/ On Windows, define FD_SETSIZE as 1024 to match Mac OS and Linux.
(Windows default is 64.)
 
72964 3290 d 7 h maechler /trunk/src/modules/internet/ fix potential leak, PR#17319  
70788 3694 d 13 h ripley /trunk/ correct uses of MacOS[X]  
68949 4005 d 6 h ripley /trunk/src/ use https  
68899 4007 d 6 h ripley /trunk/src/ no longer need conditionals for http/ftp support  
58977 5220 d 10 h ripley /trunk/src/ be more consistent in copyrights  
56645 5469 d 11 h ripley /trunk/src/modules/internet/ typos  
45475 6669 d 7 h ripley /trunk/src/ more whitespace cleanup  
42724 6904 d 4 h ripley /trunk/ gettext has defined _GNU_SOURCE in config.h on systems which need it,
so we now only need declaration where config.h is not included.
 

Show All