| Commit message (Expand) | Author | Age | Files | Lines |
* | fix some grammar mistakes, mostly in comments | Jeff Trawick | 2011-03-12 | 1 | -1/+1 |
* | I see no getpid() or other requirement for process.h here. | Jeff Trawick | 2011-03-11 | 1 | -4/+0 |
* | Ignore leading dots when looking for mime extensions | Stefan Fritsch | 2011-01-21 | 1 | -2/+17 |
* | * Silence compiler warning | Ruediger Pluem | 2010-12-30 | 1 | -1/+1 |
* | In comments: s@ XX @ XXX: @ so they can actually be found seen. | Igor Galić | 2010-12-29 | 1 | -1/+1 |
* | PR50349: Honor 'AcceptPathInfo OFF' during internal redirects, | Eric Covener | 2010-12-07 | 1 | -0/+5 |
* | Reverted r1040177 due to Joe's objection. | Guenter Knauf | 2010-12-03 | 1 | -8/+0 |
* | Supress compiler warning. | Guenter Knauf | 2010-11-29 | 1 | -0/+8 |
* | Return 400 not 503 if we have to abort due to malformed chunked encoding. | Nick Kew | 2010-11-14 | 1 | -2/+2 |
* | Fix hook sorting for the pre_config hook. | Stefan Fritsch | 2010-11-06 | 1 | -0/+0 |
* | Add to modules' help text (displayed by ./configure -h) more | Daniel Earl Poirier | 2010-11-01 | 1 | -2/+2 |
* | Fix a number of typos and misspellings. Reported by Ville Skytta. | Daniel Earl Poirier | 2010-10-30 | 1 | -1/+1 |
* | Phrasing changes recommended by Jack Dozier. Bug #50145 | Rich Bowen | 2010-10-24 | 1 | -2/+2 |
* | Take a slightly less "you broke it!!" tone in the default 500 Internal | Rich Bowen | 2010-10-22 | 1 | -5/+4 |
* | Added header include for getpid() prototype on Win32. | Guenter Knauf | 2010-10-20 | 2 | -0/+7 |
* | Intel's compiler warns about assigning the non-enum value 0 to the | Jeff Trawick | 2010-08-06 | 1 | -1/+1 |
* | Replace apr_palloc+memcpy by apr_memdup | Stefan Fritsch | 2010-07-31 | 1 | -2/+2 |
* | Move AddOutputFilterByType implementation from core to mod_filter. | Nick Kew | 2010-07-22 | 1 | -7/+0 |
* | Fix processing of long chunk extensions | Nick Kew | 2010-07-20 | 1 | -1/+2 |
* | Improve trace logging of sent response: | Stefan Fritsch | 2010-07-11 | 1 | -19/+28 |
* | 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 |