1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215 216 217 218 219 220 221 222 223 224 225 226 227 228 229 230 231 232 233 234 235 236 237 238 239 240 241 242 243 244 245 246 247 248 249 250 251 252 253 254 255 256 257 258 259 260 261 262 263 264 265 266 267 268 269 270 271 272 273 274 275 276 277 278 279 280 281 282 283 284 285 286 287 288 289 290 291 292 293 294 295 296 297 298 299 300 301 302 303 304 305 306 307 308 309 310 311 312 313 314 315 316 317 318 319 320 321 322 323 324 325 326 327 328 329 330 331 332 333 334 335 336 337 338 339 340 341 342 343 344 345 346 347 348 349 350 351 352 353 354 355 356 357 358 359 360 361 362 363 364 365 366 367 368 369 370 371 372 373 374 375 376 377 378 379 380 381 382 383 384 385 386 387 388 389 390 391 392 393 394 395 396 397 398 399 400 401 402 403 404 405 406 407 408 409 410 411
|
2017-10-26 Jeroen Ooms <jeroen@opencpu.org>
* Release 1.2.9
* Fix integer overflow in receiveBin() for 1GB+ POST requests
2013-12-15 jeffreyhorner <jeffrey.horner@gmail.com>
* Release 1.2.5
* Bugfix for receiveBin 'length' argument
* Disable some superfluous warnings to apache error log
* Add SERVER$internals function to read apreq status
2013-10-15 jeffreyhorner <jeffrey.horner@gmail.com>
* Release 1.2.4
* Bug fixes for receiveBin
* Fix debian package to work with Apache 2.4 series
2013-01-14 jeffreyhorner <jeffrey.horner@gmail.com>
* Release 1.2.3
* New setStatus() function for setting the HTTP status.
2013-01-10 jeffreyhorner <jeffrey.horner@gmail.com>
* Release 1.2.2
* Set r->status if handler will return something other than OK
2012-10-01 jeffreyhorner <jeffrey.horner@gmail.com>
* Release 1.2.1
* Don't parse POST paylod if apreq2 doesn't have a parser for the
given content type.
* More R protections.
* Allow RFileHandlers to share environments if the handlers are
defined in the same file.
2012-07-27 jeffreyhorner <jeffrey.horner@gmail.com>
* Release 1.2.0
2012-07-26 jeffreyhorner <jeffrey.horner@gmail.com>
* Fix compilation on apache 2.4.x: struct conn_rec member remote_ip
was changed to client_ip.
2012-07-24 jeffreyhorner <jeffrey.horner@gmail.com>
* Set working directory for r-script, RFileEval, and RFileHandler.
2012-06-01 jeffreyhorner <jeffrey.horner@gmail.com>
* RSourceOnStartup bug fixed by donkang75.
* Release 1.1.21
2012-05-04 jeffreyhorner <jeffrey.horner@gmail.com>
* Release 1.1.20
2012-04-09 jeffreyhorner <jeffrey.horner@gmail.com>
* Call apr_table_add for Set-Cookie headers; really fixes cookie bug.
* Release 1.1.19
2012-04-05 jeffreyhorner <jeffrey.horner@gmail.com>
* Fix single cookie bug
* Release 1.1.18
2012-02-24 jeffreyhorner <jeffrey.horner@gmail.com>
* Release 1.1.17
2012-02-21 jeffreyhorner <jeffrey.horner@gmail.com>
* Refactor bug fix for r-script handlers
2012-01-16 jeffreyhorner <jeffrey.horner@gmail.com>
* Logic bug for r-info
* Release 1.1.16
2012-01-11 jeffreyhorner <jeffrey.horner@gmail.com>
* Release 1.1.15
2011-12-30 jeffreyhorner <jeffrey.horner@gmail.com>
* Some refactoring plus adding cmd_path to SERVER
2011-12-29 jeffreyhorner <jeffrey.horner@gmail.com>
* Deprecated undocumented RPreserveEnv directive
2011-12-27 jeffreyhorner <jeffrey.horner@gmail.com>
* Parse PUT requests through libapreq2
2011-12-22 jeffreyhorner <jeffrey.horner@gmail.com>
* Deperecating ROutputErrors, some code formatting as well
2011-12-20 jeffreyhorner <jeffrey.horner@gmail.com>
* Bare bones Rook support
2011-12-19 jeffreyhorner <jeffrey.horner@gmail.com>
* Refactoring reading from request
2011-12-13 jeffreyhorner <jeffrey.horner@gmail.com>
* Two new directives: RFileEval and REval.
2011-11-29 jeffreyhorner <jeffrey.horner@gmail.com>
* Really fix protection issues
2011-08-03 jeffreyhorner <jeffrey.horner@gmail.com>
* Making all output buffered
2011-03-21 Jeffrey Horner <hornerj@Anna-Horners-iMac.local>
* Adding RApache_recBin
2011-01-12 Jeffrey Horner <jeff.horner@vanderbilt.edu>
* Release 1.1.14
2011-01-11 Jeffrey Horner <jeff.horner@vanderbilt.edu>
* Ensure .Call functions can work outside the context
of a web request.
2010-12-08 Jeffrey Horner <jeff.horner@vanderbilt.edu>
* Release 1.1.13
* All R and CGI related functions are attached
to the search path in the named environment 'rapache'
placed just before the base environment.
2010-10-23 Jeffrey Horner <jeff.horner@vanderbilt.edu>
* Release 1.1.12
* Replaced calls to apr_file_printf with apr_file_write
2010-10-22 Jeffrey Horner <jeff.horner@vanderbilt.edu>
* Release 1.1.11
* The server error log file descriptor is used instead of
stderr for printing to the error log. Changed the calls to
use apr_file_printf and apr_file_flush.
2010-10-04 Jeffrey Horner <jeff.horner@vanderbilt.edu>
* Release 1.1.10
* Added printing of apache conf filename and line number on
rApache startup error.
* Eliminated -Wall warnings
* Cleaned up error and warning reporting. Involved reworking
dispatch code.
2010-03-26 Jeffrey Horner <jeff.horner@vanderbilt.edu>
* Noted an issue in test/http.conf.in when using a file in more than one
way
* Fixed a bug in undocumented directive RPreserveEnv.
* Fixed compile warning on bad first argument to fprintf
2009-04-05 Jeffrey Horner <jeff.horner@vanderbilt.edu>
* Release 1.1.8
2009-03-18 Jeffrey Horner <jeff.horner@vanderbilt.edu>
* Fixing a typo in test.R
* Preparing mod_R.c for R 2.9.0 and strict type checking.
2009-01-22 Jeffrey Horner <jeff.horner@vanderbilt.edu>
* Release 1.1.7
* Added HTML manual in distribution, plus documentation for VM.
2009-01-15 Jeffrey Horner <jeff.horner@vanderbilt.edu>
* Release 1.1.6
* Function handlers now have their closure environments point to
the RApache environment for the duration of the requst.
* Fixed accidental pointer dereference in EvalExprs().
2009-01-09 Jeffrey Horner <jeff.horner@vanderbilt.edu>
* Fixed RSourceOnStartup; missing PROTECT().
* Removed non API code from EvalExprs().
2008-12-05 Jeffrey Horner <jeff.horner@vanderbilt.edu>
* Release 1.1.5
* Fixed off-by-one bug in RApache_getServer().
2008-10-22 Jeffrey Horner <jeff.horner@vanderbilt.edu>
* Release 1.1.4
* Fixed ROutputErrors reset
* Fixed RApacheInfo
2008-10-09 Jeffrey Horner <jeff.horner@vanderbilt.edu>
* Release 1.1.3
* Fudged release process. Hopefully fixed now.
2008-10-09 Jeffrey Horner <jeff.horner@vanderbilt.edu>
* Release 1.1.2
2008-10-08 Jeffrey Horner <jeff.horner@vanderbilt.edu>
* RApacheOutputErrors had no effect on functions that were
smart enough to trap errors with try, e.g. brew. The fix is to
test if those functions return an object of 'try-error'.
* If a request uses R's read functions to read the incoming POST
data, then we clear the pushback with .Internal(clearPushBack(stdin()))
2008-10-07 Jeffrey Horner <jeff.horner@vanderbilt.edu>
* Release 1.1.1
* Updated .Call methods to use R_getEmbeddingDllInfo(void) which was
added in R 2.6.0.
* Updated RApacheOutputErrors by making the change per request. added
two new arguments... prefix and suffix to override module versions.
2008-10-06 Jeffrey Horner <jeff.horner@vanderbilt.edu>
* Thanks to Robert Kofler for finding a bug in test/test.R.
* Thanks for Jeroen Ooms for all his great feedback. Really the first
user to share his successes/complaints about rapache with me.
* Added RApacheOutputErrors(status=TRUE) to allow users
to change at will; the side-effect of which alters the HTTP
response status code. status=TRUE will return 200, status=FALSE
will return 500.
2008-07-24 Jeffrey Horner <jeff.horner@vanderbilt.edu>
* Release 1.1.0
* Support for threaded mpm's.
* Set the response content type to html when R*Handler
directive is missing to force proper rendering of error
message.
2008-07-23 Jeffrey Horner <jeff.horner@vanderbilt.edu>
* Release 1.0.8
* SetHandler r-* without an R*Handler directive would cause
apache to seg fault. Thanks to David Konerding.
2008-06-10 Jeffrey Horner <jeff.horner@vanderbilt.edu>
* Release 1.0.7
* apr_pstrcat was missing final argument of NULL. Thanks
to Aleksander Wawer.
2008-06-01 Jeffrey Horner <jeff.horner@vanderbilt.edu>
* configure now properly detects if apache was installed
with prefork mpm.
* HAVE_UINTPTR_T is defined to satisfy Rinterface.h
to properly export C stack variables.
* add sendBin(object) function for sending binary data.
2008-05-28 Jeffrey Horner <jeff.horner@vanderbilt.edu>
* Release 1.0.6
* Add output of Cstack_info() to r-info handler
2008-05-28 Jeffrey Horner <jeff.horner@vanderbilt.edu>
* Release 1.0.5
* Turn off C stack checking after R has initialized.
2008-04-23 Jeffrey Horner <jeff.horner@vanderbilt.edu>
* Release 1.0.4
* Updated embedding interface with const char *
2008-04-02 Jeffrey Horner <jeff.horner@vanderbilt.edu>
* Release 1.0.3
* Added ChangeLog file
* Added maintainer mode flag to configure.
* test/test.R: Fixed form url; points to 'test/R'.
* tools/config_http.R: added to dist to find HTTP for testing.
2008-02-20 Jeffrey Horner <jeff.horner@vanderbilt.edu>
* Release 1.0.2 (skipped 1.0.1)
* Don't cache the request handler call as we always need to find
the correct function from the environment.
* Added filename to SERVER variable.
* Fixed a bug where the class wasn't being set correctly for the
SERVER variables mtime and request_time
2007-08-08 Jeffrey Horner <jeff.horner@vanderbilt.edu>
* Pre-release 1.0.0-useR2007: Major architectural changes
* Getting rid of RApache R package
* Exposing .Call() functions from mod_R.so
* Copying request record to R objects and placing
in environment on the search path.
2006-10-12 Jeffrey Horner <jeff.horner@vanderbilt.edu>
* Release 0.1.5 (actually never released)
* Big change! removing apache.write in favor of writing to stdout().
2006-07-23 Jeffrey Horner <jeff.horner@vanderbilt.edu>
* Release 0.1.4
* Added apache.encode() and apache.decode() for en(de)coding html
entities
* R now uses Apache's tmp dir
2006-03-24 Jeffrey Horner <jeff.horner@vanderbilt.edu>
* Release 0.1.3
* Now plays nicely with mod_cgi (thanks to Jeremy Stephens).
Apache runs cleanup code per-child after a fork and before
executing cgi scripts. This was not handled properly, and R/Apache
caused the child to segfault.
2006-02-17 Jeffrey Horner <jeff.horner@vanderbilt.edu>
* Release 0.1.2
* Libraries and source files (specified with Rlibrary and Rsource
in the apache config) are now loaded only once (thanks to Jeremy
Stephens).
* Added mod_R version component to Apache response headers
2005-09-30 Jeffrey Horner <jeff.horner@vanderbilt.edu>
* Release 0.1.1
* Fixed spelling of R_module (thanks to Kevin E. Thorpe) in README
and RApache/man/directives.Rd.
* Fixed compile error on Mac OS X (thanks to Jan de Leeuw).
* Fixed bug in as.list.apr_table (thanks to Gregoire Thomas) and
subsequently in as.list.ra_request_rec
|