]> granicus.if.org Git - apache/history - modules/http/http_filters.c
* In the case that we fail to read the response line from the backend and if
[apache] / modules / http / http_filters.c
2008-04-08 Ruediger Pluem* In the case that we fail to read the response line...
2008-04-07 Paul QuernaRemove all references to CORE_PRIVATE.
2008-04-03 Jim Jagielskiclose PR 44381
2008-02-18 Nick Kewhttp_filters: Don't send 100-continue when 4xx is due
2008-01-12 Nick KewDon't add bogus duplicate Content-Language header entries.
2008-01-09 Jim Jagielskibelt and suspenders
2008-01-09 Nick Kewhttp_filters: make sure we get last byte of actual...
2008-01-08 Ruediger Pluem* Saveguard ourselves against underflows
2008-01-08 Ruediger Pluem* Address two edge cases:
2008-01-07 Ruediger Pluem* HTTP error codes are int's not apr_status_t's.
2008-01-07 Ruediger Pluem* Do not use local scoped apr_bucket_brigade. We use...
2008-01-07 Ruediger Pluem* Optimize and unify detection of blank / corrupt chunk...
2008-01-07 Ruediger Pluem* Move duplicated code for error handling into local...
2008-01-07 Ruediger Pluem* Reuse bucket brigades instead of recreating them...
2008-01-07 Ruediger Pluem* Optimize assignments by using apr_pcalloc instead...
2008-01-07 Ruediger Pluem* Optimize alignment.
2008-01-07 Ruediger Pluem* Optimize solution from r609394 and remove chunk-exten...
2008-01-06 Ruediger Pluem* Fix cases with non blocking reads from the ap_http_fi...
2007-12-19 William A. Rowe JrWhat's left can exceed size_t
2007-12-09 Justin ErenkrantzCase statements should go on their own line. (No funct...
2007-12-08 Ruediger Pluem* If no data is available at this point of time we...
2007-11-28 Nick KewTypo fix
2007-11-28 Nick KewFix patch to PR#43882 as pointed out by trawick
2007-11-17 Nick KewSafer fix to PR43882 than in r595672.
2007-11-16 Nick Kewr595672 was incomplete. We need to be sure we reject...
2007-11-16 Nick KewDeal with unrecognised Transfer-Encoding headers.
2007-11-07 Graham Leggettcore: Add the option to keep aside a request body up...
2007-09-27 Nick KewAdd "DefaultType None" option
2007-09-10 Nick KewDon't send spurious "100 Continue" response lines.
2007-02-14 Nick KewReturn METHOD_NOT_ALLOWED, not FORBIDDEN, to a TRACE...
2007-02-07 Jim JagielskiFurther refinement for PR41056 / PR 19954 (mostly-fixed...
2006-12-07 Ruediger Pluem* Do not replace a Date header set by a proxied backend...
2006-11-28 Jim JagielskiProtect against any sort of non-block read that
2006-11-28 Jim JagielskiApply patch for PR 41056 (19954) to fix chunk
2006-09-05 Jeff TrawickReplace ap_get_server_version with ap_get_server_banner...
2006-07-11 Roy T. Fieldingupdate license header text
2006-04-19 Colm MacCarthaighUpdate the copyright year in all .c, .h and .xml files
2006-02-21 Jeff TrawickEnsure that the proper status line is written to the...
2006-01-27 Jim JagielskiIf the proxied response lacks a Server header, then
2006-01-06 Jim JagielskiAs long as we have the AP_BUCKET_IS_ERROR macro, let...
2005-12-20 Jim JagielskiMorph the ap_http_broken_backend_filter() proxy "specific"
2005-12-18 Ruediger Pluem* Move code for broken backend detection out of core...
2005-12-07 Justin ErenkrantzIf a connection aborts while waiting for a chunked...
2005-11-10 Jim JagielskiNo functional change: more indenting/formatting changes...
2005-11-10 Jim JagielskiNo functional Change: Removing trailing whitespace...
2005-11-10 Jim JagielskiNo functional change: simple detabbing of indented...
2005-07-19 Joe Orton* modules/http/http_filters.c (ap_send_http_trace)...
2005-07-01 William A. Rowe Jr Plug AllowTrace extended|on|off into proxy and http...
2005-05-24 Jeff TrawickEBCDIC: Handle chunked input from client or, with proxy...
2005-03-23 Greg Amesupdate comments for *_client_block functions.
2005-02-04 Justin ErenkrantzUpdate copyright year to 2005 and standardize on curren...
2004-11-27 Justin ErenkrantzInitial pass at refactoring some files to eliminate...