| Commit message (Expand) | Author | Age | Files | Lines |
* | Fix memory corruption problem with ap_custom_response() function. | Jeff Trawick | 2004-03-24 | 1 | -1/+9 |
* | Satisfy directives now can be influenced by a surrounding <Limit> | André Malo | 2004-03-14 | 1 | -1/+1 |
* | 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-07 | 1 | -1/+1 |
* | apply Apache License, Version 2.0 | André Malo | 2004-02-06 | 1 | -53/+10 |
* | update license to 2004. | André Malo | 2004-01-01 | 1 | -1/+1 |
* | Rework of the recursion stopper - collapse recursion counters into one function | André Malo | 2003-05-30 | 1 | -11/+3 |
* | Prevent the server from crashing when entering infinite loops. The | André Malo | 2003-05-19 | 1 | -0/+26 |
* | finished that boring job: | André Malo | 2003-02-03 | 1 | -1/+1 |
* | here we go. add a directive that will keep %2f from being | Ken Coar | 2003-01-23 | 1 | -1/+2 |
* | move rfc1413 code to a new module "metadata:mod_ident". | André Malo | 2003-01-18 | 1 | -2/+8 |
* | comment an endif for clarity | Brian Pane | 2002-12-15 | 1 | -1/+1 |
* | mod_logio modification: count bytes-sent after the writev or sendfile | Brian Pane | 2002-10-25 | 1 | -0/+11 |
* | Introduce an EnableSendfile directive (defaulted to ON) to allow users | William A. Rowe Jr | 2002-10-14 | 1 | -1/+6 |
* | Add logic to the default_handler to enable script delivery to script | Greg Stein | 2002-10-03 | 1 | -0/+10 |
* | Added EnableMMAP directive to allow the server administrator to | Brian Pane | 2002-05-12 | 1 | -0/+9 |
* | Whoops, missed this. Moved these symbols to mod_core.h | William A. Rowe Jr | 2002-04-05 | 1 | -9/+5 |
* | Match the new APR_BUCKET_BUFF_SIZE. We want this to be slightly less than | Cliff Woolley | 2002-04-01 | 1 | -2/+2 |
* | Final commit to add ap_rset_content_type accessor. Add AddOutputFiltersbyType | Bill Stoddard | 2002-03-20 | 1 | -0/+3 |
* | Update our copyright for this year. | Roy T. Fielding | 2002-03-13 | 1 | -1/+1 |
* | Introduce AddOutputFilterByType directive. | Justin Erenkrantz | 2002-02-19 | 1 | -0/+2 |
* | Replaced some more ap_add_output_filter() calls with | Brian Pane | 2002-01-27 | 1 | -0/+4 |
* | Performance improvement: incorporated the use of the new | Brian Pane | 2002-01-27 | 1 | -0/+8 |
* | Bring forward the FileETag directive enhancement from 1.3.23-dev. | Ken Coar | 2002-01-11 | 1 | -0/+23 |
* | Fix LimitRequestBody directive by moving the relevant code from | Justin Erenkrantz | 2002-01-02 | 1 | -3/+3 |
* | Generalized the recent prep_walk_cache optimizations to allow other | Brian Pane | 2002-01-01 | 1 | -10/+40 |
* | Performance fix for prep_walk_cache(): | Brian Pane | 2001-12-31 | 1 | -0/+11 |
* | Jeff's guess, right on. [Thought I committed it all... gotta grab a | William A. Rowe Jr | 2001-12-13 | 1 | -1/+1 |
* | hack up core_dir_config so that server/core.c compiles again | Jeff Trawick | 2001-12-13 | 1 | -0/+1 |
* | change the signature of ap_custom_response() to use a | Ian Holsman | 2001-11-18 | 1 | -2/+1 |
* | Remove the Win32 script-processing exception from mod_cgi, and | William A. Rowe Jr | 2001-09-17 | 1 | -19/+0 |
* | Changed syntax of Set{Input|Output}Filter. The list of filters | William A. Rowe Jr | 2001-08-30 | 1 | -4/+4 |
* | Since the mod_mime patch was applied, here is the rest of the patch to | William A. Rowe Jr | 2001-08-30 | 1 | -2/+4 |
* | Eliminate proxy: (and all other 'special') processing from the | William A. Rowe Jr | 2001-08-26 | 1 | -6/+0 |
* | sec, sec, who's got a sec? This gave me a headache, but I had to clear | William A. Rowe Jr | 2001-08-24 | 1 | -2/+2 |
* | Add the ability to extend the methods that Apache understands | Ryan Bloom | 2001-08-02 | 1 | -1/+1 |
* | Provide the same optimization to the dir_config structure to track | William A. Rowe Jr | 2001-07-30 | 1 | -1/+7 |
* | Doc formatting fixes | William A. Rowe Jr | 2001-07-27 | 1 | -4/+4 |
* | Define a hook for fetching management/status items. | Greg Stein | 2001-06-13 | 1 | -0/+44 |
* | Change AP_MIN_BYTES_TO_WRITE from 9000 to 8192 to match the bucket buffer | Cliff Woolley | 2001-04-13 | 1 | -2/+2 |
* | tweak ap_get_remote_host() so that the caller can find out if she got | Jeff Trawick | 2001-03-09 | 1 | -2/+4 |
* | just making server_signature enum decl easier to read (for both humans and C:... | Doug MacEachern | 2001-02-22 | 1 | -2/+10 |
* | shift some declarations over to mod_core.h where they're totally private. | Greg Stein | 2001-02-18 | 1 | -13/+25 |
* | Update copyright to 2001 | Roy T. Fielding | 2001-02-16 | 1 | -1/+1 |
* | fix minor prototype inconsistencies noticed with C::Scan | Doug MacEachern | 2001-02-04 | 1 | -7/+7 |
* | get Apache building again after the change to make_exports.awk | Greg Ames | 2001-01-31 | 1 | -1/+1 |
* | Normalize the use of AP_DECLARE_DATA | William A. Rowe Jr | 2001-01-19 | 1 | -1/+1 |
* | The big change. This is part 3 of the apr-util symbols rename, please | William A. Rowe Jr | 2001-01-19 | 1 | -1/+1 |
* | *) Compensate for recent changes in the APR headers. Specifically, some | Greg Stein | 2000-11-26 | 1 | -2/+8 |
* | Next pass at the content-length filter. Not perfect quite yet, but | Ryan Bloom | 2000-11-22 | 1 | -1/+1 |