| Commit message (Expand) | Author | Age | Files | Lines |
* | More trace logging | Stefan Fritsch | 2010-06-20 | 2 | -1/+14 |
* | * modules/http/http_request.c (internal_internal_redirect): For a | Joe Orton | 2010-06-08 | 1 | -7/+37 |
* | - Be less verbose at levels INFO and DEBUG in mod_proxy* and mod_ssl | Stefan Fritsch | 2010-06-06 | 1 | -0/+12 |
* | Use the new APLOG_USE_MODULE/AP_DECLARE_MODULE macros everywhere to take | Stefan Fritsch | 2010-06-06 | 6 | -2/+10 |
* | Use the more specific 408 (timed out) instead of a generic 400 during a timeout | Eric Covener | 2010-04-27 | 1 | -2/+2 |
* | PR49167, unexpected 413 and double-errordoc during a timeout reading a | Eric Covener | 2010-04-25 | 1 | -2/+11 |
* | Add ap_process_request_after_handler to the exported list for mod_serf | William A. Rowe Jr | 2010-02-04 | 1 | -1/+1 |
* | Because the redirect-request survives logging, we don't have the | William A. Rowe Jr | 2010-01-21 | 1 | -3/+1 |
* | Correctly align the behavior of headers_in to be consistent with the | William A. Rowe Jr | 2010-01-21 | 1 | -1/+3 |
* | We shouldn't need to create r->allowed_methods twice! | Nick Kew | 2010-01-09 | 1 | -1/+0 |
* | Don't keepalive when we send a non-100 response while Client is expecting 100 | Nick Kew | 2009-12-08 | 2 | -0/+8 |
* | KeepAlive no longer accepts other than On|Off. | Takashi Sato | 2009-11-22 | 1 | -11/+3 |
* | fix or complain about some invalid errno references | Jeff Trawick | 2009-11-19 | 1 | -1/+0 |
* | Use the new ap_update_child_status_from_conn() to put the client IP into the | Stefan Fritsch | 2009-10-18 | 1 | -2/+2 |
* | Make sure to not destroy bucket brigades that have been created by earlier | Stefan Fritsch | 2009-10-04 | 2 | -3/+3 |
* | core, mod_deflate, mod_sed: Reduce memory usage by reusing bucket | Stefan Fritsch | 2009-10-04 | 1 | -4/+6 |
* | Make RemoveType override the info from TypesConfig | Stefan Fritsch | 2009-10-03 | 1 | -2/+13 |
* | mod_mime: detect invalid use of MultiviewsMatch inside Location and | Daniel Earl Poirier | 2009-09-14 | 1 | -0/+6 |
* | * Add missing , to make it compile again. | Ruediger Pluem | 2009-09-12 | 1 | -1/+1 |
* | Catch the somewhat absurd combination of a 417 error where no Expect header | William A. Rowe Jr | 2009-09-11 | 1 | -10/+13 |
* | Initialize len to 0, since for some logic paths it might be unset. | Paul Querna | 2009-09-01 | 1 | -1/+1 |
* | OK, might as well finish this... Allow ServerTokens Off | Jim Jagielski | 2009-08-28 | 1 | -3/+10 |
* | Preserve port over internal redirection | Nick Kew | 2009-08-23 | 1 | -0/+2 |
* | * Return APR_EOF if request body is shorter than the length announced by the | Ruediger Pluem | 2009-07-09 | 1 | -0/+5 |
* | wrap comment, no functional change | William A. Rowe Jr | 2009-05-15 | 1 | -2/+2 |
* | don't use literal '100' for HTTP_CONTINUE (searchability) | Jeff Trawick | 2009-04-27 | 1 | -1/+2 |
* | handle an unfortunate implication of loadable MPMs: | Jeff Trawick | 2009-04-02 | 1 | -21/+25 |
* | axe ancient platform checks | Jeff Trawick | 2009-03-29 | 1 | -8/+0 |
* | only call mutex functions if APR_HAS_THREADS | Roy T. Fielding | 2009-02-18 | 1 | -0/+6 |
* | Disabled DefaultType directive and removed ap_default_type() | Roy T. Fielding | 2009-01-30 | 2 | -2/+2 |
* | Enhance KeepAliveTimeout to support a value in milliseconds. | Takashi Sato | 2009-01-12 | 1 | -1/+5 |
* | Translate locally generated "100-Continue" message to | Eric Covener | 2009-01-08 | 1 | -1/+4 |
* | Improve canned 504 error message in the light of r729586 and covener's comment. | Nick Kew | 2009-01-07 | 1 | -2/+2 |
* | Hopefully the final fix for the subreq/filter issue. The | Jim Jagielski | 2008-12-10 | 1 | -12/+9 |
* | reset chain if we need to... | Jim Jagielski | 2008-12-09 | 1 | -0/+3 |
* | * Correctly remove the SUBREQ_CORE filter from the filter chain if we do an | Ruediger Pluem | 2008-12-08 | 1 | -3/+20 |
* | Remove X-Pad work around. | Paul Querna | 2008-12-05 | 1 | -26/+0 |
* | Import the core parts of the DTrace patch. This is a modified and updated | Paul Querna | 2008-12-05 | 1 | -0/+8 |
* | * Avoid sending no answer at all if a custom error page causes an | Ruediger Pluem | 2008-12-01 | 1 | -1/+25 |
* | To be safe, consume the entire brigade after processing an error bucket in | Eric Covener | 2008-12-01 | 1 | -1/+5 |
* | Make %k work as it should. No regression noted in perl | Jim Jagielski | 2008-11-24 | 1 | -2/+12 |
* | * modules/http/http_request.c | Paul Querna | 2008-10-29 | 1 | -1/+1 |
* | Introduce Suspendable Requests to the Event MPM. | Paul Querna | 2008-09-20 | 2 | -22/+46 |
* | * Fix compiler warning (missing sentinel in function call). | Ruediger Pluem | 2008-09-08 | 2 | -3/+3 |
* | mod_mime: don't adjust case in filename components we don't use | Nick Kew | 2008-09-08 | 1 | -1/+5 |
* | Relax checks on HTTP Response status line from a backend. | Nick Kew | 2008-09-08 | 2 | -14/+35 |
* | Consumed by server/*.c, belongs in include/ | William A. Rowe Jr | 2008-06-07 | 1 | -95/+0 |
* | * mod_proxy_http.c | Ruediger Pluem | 2008-05-27 | 1 | -0/+45 |
* | The response to the TRACE method is partially garbled on an EBCDIC platform. | Greg Ames | 2008-05-23 | 1 | -1/+12 |
* | * Only send 100-continue if the status code so far indicates success. | Ruediger Pluem | 2008-05-19 | 1 | -1/+1 |