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