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
/
WinMake
/
src
/
modules
/
internet
/
Rsock.c
@ 63243
– Rev 30063
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
30063
8065 d 9 h
/branches/WinMake/
This commit was manufactured by cvs2svn to create branch 'WinMake'.
26380
8344 d 10 h
luke
/trunk/src/
Added .Intrnal version of select for sockets.
26371
8345 d 8 h
luke
/trunk/src/modules/internet/
Added note of use of R_SocketWait to avoid blocking in R_SockListen.
26370
8345 d 8 h
luke
/trunk/src/modules/internet/
Allow opening a server socket to be interrupted.
25220
8412 d 13 h
luke
/trunk/src/
Changed SIGINT handling on Unix to set a flag and let R_CheckUserInterrupt
and the like do the jumping. Added R_SelectEx as version of socket that
handles SIGINTs.
24069
8495 d 11 h
ripley
/trunk/
more removing classic MacOS
23134
8568 d 14 h
ripley
/trunk/src/modules/internet/
call check_init() before socket() PR#2511, 2535
19292
8873 d 4 h
tlumley
/trunk/src/
include <strings.h> to make AIX happy about bzero
18789
8896 d 16 h
luke
/trunk/
Fixed socket writing code to block until all data is written.
18663
8904 d 12 h
ripley
/trunk/src/modules/internet/
nothing in strings.h seems to be used
18658
8904 d 14 h
ripley
/trunk/src/modules/internet/
use HAVE_FCNTL, tidy up on WIndows
18653
8904 d 18 h
ripley
/trunk/src/
eliminate PSIGNAL, begin to remove windows-specific extras in config.h
15199
9127 d 13 h
ripley
/trunk/src/
actually intialize the pointers in internet module!
use unique names for internet module versions of functions
15168
9128 d 5 h
pd
/trunk/
branch update
14409
9190 d 17 h
ripley
/trunk/
move sockets and internet to a module