| Commit message (Expand) | Author | Age | Files | Lines |
* | fix name of The Apache Software Foundation | André Malo | 2004-02-09 | 5 | -5/+5 |
* | fix copyright dates according to the first check in | André Malo | 2004-02-08 | 5 | -5/+5 |
* | apply Apache License, Version 2.0 | André Malo | 2004-02-06 | 5 | -261/+50 |
* | Build array of allowed methods with proper dimensions, fixing | Jeff Trawick | 2004-01-16 | 1 | -1/+1 |
* | internal_fast_redirect: take over important request_rec members | André Malo | 2004-01-14 | 1 | -0/+3 |
* | update license to 2004. | André Malo | 2004-01-01 | 5 | -5/+5 |
* | *) Add a hook (insert_error_filter) to allow filters to re-insert | Paul J. Reder | 2003-12-12 | 1 | -0/+7 |
* | get rid of _FOREACH | Cliff Woolley | 2003-11-16 | 2 | -3/+13 |
* | fix the EBCDIC path in send_all_header_fields() to actually return something | Jeff Trawick | 2003-11-15 | 1 | -1/+1 |
* | add a comment | André Malo | 2003-11-02 | 1 | -1/+5 |
* | Set the scoreboard state to indicate logging prior to running | Jeff Trawick | 2003-10-22 | 1 | -0/+2 |
* | Resolve the ap_get_client_block() showstopper by looking at APR_BRIGADE_LAST | Justin Erenkrantz | 2003-08-31 | 1 | -1/+19 |
* | Don't respect the Server header field as set by modules and CGIs. | Jeff Trawick | 2003-06-06 | 1 | -3/+6 |
* | Rework of the recursion stopper - collapse recursion counters into one function | André Malo | 2003-05-30 | 1 | -1/+1 |
* | - revert my patch (r1.155) since it produces regressions. | André Malo | 2003-05-29 | 1 | -24/+5 |
* | Prevent the server from crashing when entering infinite loops. The | André Malo | 2003-05-19 | 1 | -3/+22 |
* | Porting EBCDIC: headers wer incorrectly (i.e., not) converted | Martin Kraemer | 2003-05-09 | 1 | -0/+9 |
* | back out a recent change which causes the server to segfault or | Jeff Trawick | 2003-04-26 | 1 | -14/+7 |
* | fix some discrepancies between format strings and arguments, | Jeff Trawick | 2003-04-16 | 2 | -5/+3 |
* | If a Date response header was already set in the headers array, | Graham Leggett | 2003-04-15 | 1 | -7/+14 |
* | Do not bypass output filters when redirecting subrequests internally. | André Malo | 2003-03-22 | 1 | -5/+24 |
* | After discussions at length on dev@apr/httpd, it is determined that | William A. Rowe Jr | 2003-03-11 | 1 | -10/+1 |
* | Keep the subrequest filter in place when a subrequest is | Jeff Trawick | 2003-02-24 | 1 | -0/+9 |
* | After consultations on the APR list, it was decided that /map files are | William A. Rowe Jr | 2003-02-20 | 1 | -5/+5 |
* | Return 413 if chunk-ext-header is too long rather than reading from a truncated | Justin Erenkrantz | 2003-02-19 | 1 | -2/+13 |
* | foo.dbgmark turned out to be the same 8.3 name as foo.dbg itself, which | William A. Rowe Jr | 2003-02-18 | 1 | -2/+2 |
* | *) Introduce debugging symbols for Win32 release builds, both .pdb | William A. Rowe Jr | 2003-02-07 | 1 | -6/+15 |
* | finished that boring job: | André Malo | 2003-02-03 | 5 | -5/+5 |
* | Catch up with the changes to apr/build/win32ver.awk and name all loadable | William A. Rowe Jr | 2003-01-20 | 1 | -2/+2 |
* | provide better error messages for the multiviewsmatch directive. | André Malo | 2003-01-01 | 1 | -2/+2 |
* | don't segfault in mod_mime's find_ct() if we get there without having set r->... | Brian Pane | 2002-12-15 | 1 | -0/+4 |
* | bucket length parameter is apr_size_t, which isn't always signed, | Jeff Trawick | 2002-11-19 | 1 | -1/+1 |
* | don't apply byte ranges to redirects, error documents, etc. | Greg Ames | 2002-10-25 | 1 | -1/+1 |
* | Fix a compile of compiler warnings. I don't know how these slipped past. | Ryan Bloom | 2002-10-11 | 1 | -1/+12 |
* | Fixed the new send_all_header_fields() function to properly | Brian Pane | 2002-10-07 | 1 | -1/+2 |
* | Simpler, faster code for generating HTTP response headers: | Brian Pane | 2002-10-07 | 1 | -2/+43 |
* | Switch the most frequent apr_brigade_write() and apr_brigade_puts() | Brian Pane | 2002-09-22 | 1 | -10/+26 |
* | Clean up the temporary brigade in error cases in ap_discard_request_body() | Brian Pane | 2002-09-06 | 1 | -0/+3 |
* | Fixed some bucket memory leaks in ap_http_filter() | Brian Pane | 2002-09-06 | 1 | -2/+3 |
* | don't lose const when calling strrchr() | Jeff Trawick | 2002-09-05 | 1 | -1/+1 |
* | Add ModMimeUsePathInfo directive. | Justin Erenkrantz | 2002-09-05 | 1 | -3/+29 |
* | Free the temporary working brigade upon exit from ap_get_client_block() | Brian Pane | 2002-09-05 | 1 | -0/+7 |
* | Fix FileETag None directive. | Justin Erenkrantz | 2002-09-01 | 1 | -1/+10 |
* | fix weird things that happen with canned error messages due to using two | Greg Ames | 2002-08-13 | 2 | -47/+40 |
* | remove some dead code. It's been there since 1996 (1.3 rev 1.28), so | Greg Ames | 2002-08-08 | 1 | -7/+6 |
* | Just an observation, we potentially read/retain far too much of the body, | William A. Rowe Jr | 2002-08-04 | 1 | -0/+5 |
* | catch up with the apr_atoll -> apr_atoi64 rename | William A. Rowe Jr | 2002-08-03 | 1 | -3/+3 |
* | Replace atol() calls which should return long long with apr_atoll() calls. | Wilfredo Sanchez | 2002-07-24 | 1 | -3/+3 |
* | Solve C-L post body reads from the HTTP_IN by ap_get_brigade() so that | William A. Rowe Jr | 2002-07-17 | 1 | -0/+8 |
* | add notes about a portability problem -- formatting apr_time_t | Jeff Trawick | 2002-07-17 | 1 | -0/+1 |