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
26795 8308 d 5 h /branches/R-gcontext/ This commit was manufactured by cvs2svn to create branch 'R-gcontext'.  
26380 8343 d 3 h luke /trunk/src/ Added .Intrnal version of select for sockets.  
26371 8344 d 2 h luke /trunk/src/modules/internet/ Added note of use of R_SocketWait to avoid blocking in R_SockListen.  
26370 8344 d 2 h luke /trunk/src/modules/internet/ Allow opening a server socket to be interrupted.  
25220 8411 d 6 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 8494 d 5 h ripley /trunk/ more removing classic MacOS  
23134 8567 d 8 h ripley /trunk/src/modules/internet/ call check_init() before socket() PR#2511, 2535  
19292 8871 d 21 h tlumley /trunk/src/ include <strings.h> to make AIX happy about bzero  
18789 8895 d 9 h luke /trunk/ Fixed socket writing code to block until all data is written.  
18663 8903 d 5 h ripley /trunk/src/modules/internet/ nothing in strings.h seems to be used  
18658 8903 d 7 h ripley /trunk/src/modules/internet/ use HAVE_FCNTL, tidy up on WIndows  
18653 8903 d 11 h ripley /trunk/src/ eliminate PSIGNAL, begin to remove windows-specific extras in config.h  
15199 9126 d 6 h ripley /trunk/src/ actually intialize the pointers in internet module!
use unique names for internet module versions of functions
 
15168 9126 d 23 h pd /trunk/ branch update  
14409 9189 d 10 h ripley /trunk/ move sockets and internet to a module