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
/
sock.c
@ 28362
– Rev 82931
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
82931
1399 d 13 h
ripley
/trunk/src/
use (void) to avoid clang 15 warnings
80131
1945 d 22 h
urbaneks
/trunk/src/
add options="no-delay" support to socket connections
77918
2332 d 15 h
kalibera
/trunk/src/modules/internet/
Added explicit casts to make clang on macOS happy.
77908
2336 d 13 h
kalibera
/trunk/src/modules/internet/
Prevent inheritance of server sockets on Windows.
77863
2343 d 10 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
2344 d 8 h
kalibera
/trunk/src/modules/internet/
Check return values of socket functions according to current Windows
(Winsock2) documentation.
77856
2345 d 12 h
kalibera
/trunk/src/modules/internet/
Comments.
77825
2352 d 6 h
kalibera
/trunk/src/modules/internet/
Make gcc happy (-Wparentheses).
77822
2352 d 8 h
kalibera
/trunk/src/modules/internet/
Close server sockets on exec to prevent blocking of the port in child
processes.
77818
2353 d 8 h
kalibera
/trunk/src/modules/internet/
Increase backlog of incoming socket connections to maximum supported value.
76978
2542 d 10 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
2888 d 9 h
luke
/trunk/
On Windows, define FD_SETSIZE as 1024 to match Mac OS and Linux.
(Windows default is 64.)
72964
3291 d 10 h
maechler
/trunk/src/modules/internet/
fix potential leak, PR#17319
70788
3695 d 17 h
ripley
/trunk/
correct uses of MacOS[X]
68949
4006 d 9 h
ripley
/trunk/src/
use https
68899
4008 d 9 h
ripley
/trunk/src/
no longer need conditionals for http/ftp support
58977
5221 d 14 h
ripley
/trunk/src/
be more consistent in copyrights
56645
5470 d 15 h
ripley
/trunk/src/modules/internet/
typos
45475
6670 d 10 h
ripley
/trunk/src/
more whitespace cleanup
42724
6905 d 8 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.
←Prev
1
2
Next→
Show All