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 9 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 10 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 3 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 2 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).
 
69420 3960 d 7 h urbaneks /trunk/ don't convert http content type parameters (PR#16541)  
69259 3982 d 2 h luke /trunk/src/ Fixes from Tomas Kalibera for issues found by 'parfait' tool.  
68949 4005 d 7 h ripley /trunk/src/ use https  
68899 4007 d 7 h ripley /trunk/src/ no longer need conditionals for http/ftp support  
68392 4085 d 7 h luke /trunk/src/ More protect fixes from Tomas Kalibara.  
65805 4439 d 14 h ripley /trunk/src/ prefer _WIN{32,64}  
62770 4814 d 20 h urbaneks /trunk/src/modules/internet/ minor Rhttp update  
62726 4826 d 6 h urbaneks /trunk/src/modules/internet/ one more Rhttpd pass-through fix  
62724 4826 d 7 h urbaneks /trunk/ fix Rhttpd  
59338 5189 d 2 h urbaneks /trunk/ prevert (fatal) reentrance in Rhttpd when multiple clients connect in a rapid sequence  
59184 5206 d 9 h ripley /trunk/src/ more -Wconversion issues  
59039 5216 d 11 h ripley /trunk/ use preferred form of 'R Core Team'  
54979 5605 d 1 h urbaneks /trunk/src/modules/internet/ minor fix in Rhttpd  
54327 5646 d 3 h urbaneks /trunk/src/modules/internet/ Rhttpd header support fixes  
54055 5666 d 23 h urbaneks /trunk/ Rhttpd: pass headers to handlers; some PROTECTion fixes  
52878 5801 d 3 h urbaneks /trunk/src/modules/internet/ make Rhttpd more robust to invalid content-length values  
51805 5940 d 1 h urbaneks /trunk/ add R_ignore_SIGPIPE and use it in Rhttpd (fixes PR#14266)  
51653 5953 d 6 h urbaneks /trunk/src/modules/internet/ httpd: fix possible hang-ups in POST requests  
51563 5960 d 5 h urbaneks /trunk/src/ allow /custom/xxx path handlers  
51562 5960 d 6 h urbaneks /trunk/src/modules/internet/ check mem allocs in Rhttpd and support request body pass-through