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 12 h /branches/R-gcontext/ This commit was manufactured by cvs2svn to create branch 'R-gcontext'.  
26370 8344 d 8 h luke /trunk/src/modules/internet/ Allow opening a server socket to be interrupted.  
26366 8344 d 14 h luke /trunk/src/modules/internet/ Close sock1 in sock_open for server if R_SockListen fails.  
19022 8885 d 11 h luke /trunk/src/modules/internet/ Added check for EOF on blocking socket in sock_read_helper.  
18996 8886 d 12 h luke /trunk/src/modules/internet/ Fixed non-portable handling of void pointer increment.  
18954 8888 d 13 h luke /trunk/ Allow sockets to be opened in binary mode with both open="ab" and open="a+b".  
18953 8888 d 13 h luke /trunk/ Fixed socket reading code in sock_read_helper to properly handle long
reads and reads with part of the data in the connection buffer.
 
18583 8907 d 19 h ripley /trunk/ destroy connections if asked to open on creation and the open failed  
15199 9126 d 13 h ripley /trunk/src/ actually intialize the pointers in internet module!
use unique names for internet module versions of functions
 
14409 9189 d 17 h ripley /trunk/ move sockets and internet to a module