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 676 d 17 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 769 d 8 h luke /trunk/src/ Replace used of findVarInFrame3 by findVarInFrame or R_existsVarInFrame.  
86514 816 d 14 h kalibera /trunk/src/modules/internet/ Comment.  
86511 817 d 10 h kalibera /trunk/src/modules/internet/ Fix debug messages not to use R API (they may be printed on non-R threads).  
86510 817 d 12 h kalibera /trunk/src/modules/internet/ Fix formatted output in debug messages.  
86509 817 d 13 h kalibera /trunk/src/modules/internet/ Use a blocking socket in Rhttpd worker threads on Windows.  
85800 929 d 17 h ripley /trunk/src/modules/internet/ fix up r85799 for non-Windows  
85799 930 d 5 h kalibera /trunk/src/modules/internet/ Fix deadlock in http server termination on Windows (PR#18650).  
84215 1204 d 18 h maechler /trunk/src/ more typos from Eric Lindblad (skipping modules/lapack/*.f)  
83436 1324 d 13 h ripley /trunk/ tweaks to comments on strftime, replace some uses of sprintf with snprintf  
82931 1399 d 14 h ripley /trunk/src/ use (void) to avoid clang 15 warnings  
82506 1499 d 10 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 1539 d 16 h kalibera /trunk/src/modules/internet/ Comment.  
82334 1540 d 10 h kalibera /trunk/src/modules/internet/ Handle encoding in Rhttpd, particularly files may include non-ASCII
characters (PR#18342).
 
80477 1874 d 12 h kalibera /trunk/src/modules/internet/ Use Winsock error codes on Windows (PR#18120) in Rhttpd.  
79433 2080 d 8 h kalibera /trunk/src/modules/internet/ Avoid unnecessary copy and support custom handlers in (related to 79429).  
79429 2083 d 6 h kalibera /trunk/src/modules/internet/ Remove path segments in help processing.  
78536 2258 d 21 h ripley /trunk/src/ use Rstrdup in place of unchecked strdup allocations  
78455 2267 d 5 h ripley /trunk/src/ more checking of allocations  
78421 2268 d 16 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