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
42208 6956 d 23 h murdoch /branches/djm-source/ Recreate branch from trunk  
36820 7525 d 20 h ripley /trunk/ update FSF address  
36770 7529 d 3 h ripley /trunk/ rename SOCKLEN_T to avoid conflicts on AIX 5.3  
32382 7881 d 19 h ripley /trunk/src/ add comments on UTF-8 compatibility.
in src/unix/sys-unix.c, make UTF-8 compatible.
 
26380 8344 d 18 h luke /trunk/src/ Added .Intrnal version of select for sockets.  
26371 8345 d 16 h luke /trunk/src/modules/internet/ Added note of use of R_SocketWait to avoid blocking in R_SockListen.  
26370 8345 d 16 h luke /trunk/src/modules/internet/ Allow opening a server socket to be interrupted.  
25220 8412 d 21 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 20 h ripley /trunk/ more removing classic MacOS  
23134 8568 d 22 h ripley /trunk/src/modules/internet/ call check_init() before socket() PR#2511, 2535  
19292 8873 d 12 h tlumley /trunk/src/ include <strings.h> to make AIX happy about bzero  
18789 8897 d 0 h luke /trunk/ Fixed socket writing code to block until all data is written.  
18663 8904 d 20 h ripley /trunk/src/modules/internet/ nothing in strings.h seems to be used  
18658 8904 d 22 h ripley /trunk/src/modules/internet/ use HAVE_FCNTL, tidy up on WIndows  
18653 8905 d 2 h ripley /trunk/src/ eliminate PSIGNAL, begin to remove windows-specific extras in config.h  
15199 9127 d 21 h ripley /trunk/src/ actually intialize the pointers in internet module!
use unique names for internet module versions of functions
 
15168 9128 d 13 h pd /trunk/ branch update  
14409 9191 d 1 h ripley /trunk/ move sockets and internet to a module