| Commit message (Expand) | Author | Age | Files | Lines |
| * | No functional Change: Removing trailing whitespace. This also | Jim Jagielski | 2005-11-10 | 1 | -10/+10 |
| * | Plug AllowTrace extended|on|off into proxy and http core. | William A. Rowe Jr | 2005-07-01 | 1 | -2/+6 |
| * | Support the suppress-error-charset setting, as with Apache 1.3.x. | Jeff Trawick | 2005-05-16 | 1 | -1/+13 |
| * | Remove ap_method_list_do and ap_method_list_vdo as previously mentioned dev@h... | Paul Querna | 2005-04-25 | 1 | -24/+0 |
| * | More tweaks primarily driven by caching. | Sander Striker | 2005-02-10 | 1 | -16/+22 |
| * | Update copyright year to 2005 and standardize on current copyright owner line. | Justin Erenkrantz | 2005-02-04 | 1 | -1/+2 |
| * | undo changes made in 111386 due to veto | Geoffrey Young | 2004-12-09 | 1 | -22/+3 |
| * | add response code 226 constant (HTTP_IM_USED) and status | Geoffrey Young | 2004-12-09 | 1 | -3/+22 |
| * | Initial pass at refactoring some files to eliminate our 150K C source behemoths. | Justin Erenkrantz | 2004-11-27 | 1 | -1715/+0 |
| * | veto and revert win64 patch: 64bit changes must percolate from the | Roy T. Fielding | 2004-10-23 | 1 | -2/+2 |
| * | WIN64: API changes to clean up Windows 64bit compile warnings | Allan K. Edwards | 2004-10-22 | 1 | -2/+2 |
| * | * modules/http/http_protocol.c (ap_http_filter): Always fail if the | Joe Orton | 2004-09-29 | 1 | -1/+1 |
| * | use HTML 2.0 <hr> | André Malo | 2004-09-15 | 1 | -1/+1 |
| * | Fix Bug 18388 (Set-Cookie in 304) | Nick Kew | 2004-09-01 | 1 | -0/+2 |
| * | parse byteranges correctly using the new apr_strtoff function | André Malo | 2004-05-25 | 1 | -5/+15 |
| * | * modules/http/http_protocol.c (ap_setup_client_block, | Joe Orton | 2004-05-25 | 1 | -23/+10 |
| * | fix name of The Apache Software Foundation | André Malo | 2004-02-09 | 1 | -1/+1 |
| * | fix copyright dates according to the first check in | André Malo | 2004-02-08 | 1 | -1/+1 |
| * | apply Apache License, Version 2.0 | André Malo | 2004-02-06 | 1 | -53/+10 |
| * | Build array of allowed methods with proper dimensions, fixing | Jeff Trawick | 2004-01-16 | 1 | -1/+1 |
| * | update license to 2004. | André Malo | 2004-01-01 | 1 | -1/+1 |
| * | *) 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 | 1 | -2/+8 |
| * | fix the EBCDIC path in send_all_header_fields() to actually return something | Jeff Trawick | 2003-11-15 | 1 | -1/+1 |
| * | 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 |
| * | 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-15 | 1 | -3/+2 |
| * | If a Date response header was already set in the headers array, | Graham Leggett | 2003-04-15 | 1 | -7/+14 |
| * | Return 413 if chunk-ext-header is too long rather than reading from a truncated | Justin Erenkrantz | 2003-02-19 | 1 | -2/+13 |
| * | finished that boring job: | André Malo | 2003-02-03 | 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 |
| * | 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 | 1 | -15/+5 |
| * | 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 |
| * | Optimize away a couple 64bit integer divides. | Aaron Bannert | 2002-07-16 | 1 | -1/+1 |
| * | Streamline the handling of C-L values in the common case by using | Jim Jagielski | 2002-07-14 | 1 | -31/+20 |