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
87180 675 d 13 h kalibera /trunk/src/ Memcpy, memmove and memset should be only called on valid pointers even when
the size is zero to avoid undefined behavior.
 
86790 768 d 4 h luke /trunk/src/ Replace used of findVarInFrame3 by findVarInFrame or R_existsVarInFrame.  
86514 815 d 10 h kalibera /trunk/src/modules/internet/ Comment.  
86511 816 d 6 h kalibera /trunk/src/modules/internet/ Fix debug messages not to use R API (they may be printed on non-R threads).  
86510 816 d 8 h kalibera /trunk/src/modules/internet/ Fix formatted output in debug messages.  
86509 816 d 9 h kalibera /trunk/src/modules/internet/ Use a blocking socket in Rhttpd worker threads on Windows.  
85800 928 d 13 h ripley /trunk/src/modules/internet/ fix up r85799 for non-Windows  
85799 929 d 1 h kalibera /trunk/src/modules/internet/ Fix deadlock in http server termination on Windows (PR#18650).  
84215 1203 d 14 h maechler /trunk/src/ more typos from Eric Lindblad (skipping modules/lapack/*.f)  
83436 1323 d 9 h ripley /trunk/ tweaks to comments on strftime, replace some uses of sprintf with snprintf  
82931 1398 d 10 h ripley /trunk/src/ use (void) to avoid clang 15 warnings  
82506 1498 d 6 h kalibera /trunk/src/ Further fixes of handling encodings in the embedded http server (PR#18432).
Fixing issues when running in non-UTF-8 encoding, related to 82334.
 
82336 1538 d 12 h kalibera /trunk/src/modules/internet/ Comment.  
82334 1539 d 6 h kalibera /trunk/src/modules/internet/ Handle encoding in Rhttpd, particularly files may include non-ASCII
characters (PR#18342).
 
80477 1873 d 8 h kalibera /trunk/src/modules/internet/ Use Winsock error codes on Windows (PR#18120) in Rhttpd.  
79433 2079 d 4 h kalibera /trunk/src/modules/internet/ Avoid unnecessary copy and support custom handlers in (related to 79429).  
79429 2082 d 2 h kalibera /trunk/src/modules/internet/ Remove path segments in help processing.  
78536 2257 d 17 h ripley /trunk/src/ use Rstrdup in place of unchecked strdup allocations  
78455 2266 d 1 h ripley /trunk/src/ more checking of allocations  
78421 2267 d 12 h kalibera /trunk/src/modules/internet/ Fix race condition in http server causing a worker thread to loop
indefinitely on Windows (PR#17773).
 

Show All