| Commit message (Expand) | Author | Age | Files | Lines |
* | Move mod_filter and mod_charset_lite from /experimental/ to /filters/ | Nick Kew | 2005-09-21 | 1 | -1138/+0 |
* | Update copyright year to 2005 and standardize on current copyright owner line. | Justin Erenkrantz | 2005-02-04 | 1 | -1/+2 |
* | Proxy requests are not converted by us. They should be cached and delivered b... | Martin Kraemer | 2004-06-29 | 1 | -0/+3 |
* | fix name of The Apache Software Foundation | André Malo | 2004-02-09 | 1 | -1/+1 |
* | apply Apache License, Version 2.0 | André Malo | 2004-02-06 | 1 | -53/+10 |
* | Removed the #if #system(bs2000) condition since it is not compiler friendly o... | Bradley Nicholes | 2004-01-06 | 1 | -29/+12 |
* | update license to 2004. | André Malo | 2004-01-01 | 1 | -1/+1 |
* | Flame bait: mod_charset_lite would decide in the mime checker phase | Martin Kraemer | 2003-12-15 | 1 | -0/+70 |
* | Allow translation of generated output such as mod_autoindex using charsets | Bradley Nicholes | 2003-11-07 | 1 | -1/+1 |
* | finished that boring job: | André Malo | 2003-02-03 | 1 | -1/+1 |
* | Fix (safely) one minor emit [always positive, so apr_size_t cast is ok] | William A. Rowe Jr | 2002-07-19 | 1 | -1/+1 |
* | Add a filter_init function to the filters so that a filter can execute | Justin Erenkrantz | 2002-06-28 | 1 | -2/+2 |
* | stop using APLOG_NOERRNO in calls to ap_log_[pr]error() | Jeff Trawick | 2002-05-17 | 1 | -15/+15 |
* | BUCKET FREELISTS | Cliff Woolley | 2002-03-29 | 1 | -6/+12 |
* | Update our copyright for this year. | Roy T. Fielding | 2002-03-13 | 1 | -1/+1 |
* | As hinted on dev@httpd, change filter naming schemes to match our | Justin Erenkrantz | 2002-03-07 | 1 | -2/+2 |
* | We don't need transfer_brigade() because we already have macros to do that | Cliff Woolley | 2002-03-01 | 1 | -13/+2 |
* | some level of gcc seems to be confused about whether or not | Jeff Trawick | 2002-01-28 | 1 | -1/+2 |
* | Change ap_get_brigade prototype to remove *readbytes in favor of readbytes. | Justin Erenkrantz | 2002-01-25 | 1 | -1/+1 |
* | Input filtering prototype change: Socket blocking type should be | Justin Erenkrantz | 2002-01-19 | 1 | -3/+5 |
* | Fix a handful of AP_MODULE_DECLARE_DATA exports for .so modules. | William A. Rowe Jr | 2002-01-10 | 1 | -2/+2 |
* | get rid of an ancient requirement that APACHE_XLATE be defined; | Jeff Trawick | 2001-12-10 | 1 | -13/+3 |
* | Remove the returned-length "w" parameter from apr_bucket_heap_create() | Cliff Woolley | 2001-11-12 | 1 | -2/+2 |
* | Fix breakage from Brian Pane's util_filter switch to hash tables. | Justin Erenkrantz | 2001-09-04 | 1 | -2/+2 |
* | As suggested by Ryan and OtherBill, change the way that | Jeff Trawick | 2001-08-30 | 1 | -21/+11 |
* | since the core now stores the input and output filter lists in a | Jeff Trawick | 2001-08-30 | 1 | -14/+18 |
* | Remove all warnings from the input filtering stack. | Ryan Bloom | 2001-08-07 | 1 | -1/+1 |
* | Back out the recent change to ap_get_brigade, to make it use indirection | Ryan Bloom | 2001-05-07 | 1 | -1/+1 |
* | Fix a bug in the input handling. ap_http_filter() was modifying *readbytes | Greg Stein | 2001-05-05 | 1 | -1/+1 |
* | At the hack-athon we decided to change the way that input filters | Ryan Bloom | 2001-04-23 | 1 | -3/+3 |
* | Use the proper enum for the block/non-block parameter to apr_bucket_read(). | Jeff Trawick | 2001-03-02 | 1 | -2/+2 |
* | Simplify by using apr_bucket_delete(e) where possible. | Cliff Woolley | 2001-02-26 | 1 | -6/+3 |
* | Update copyright to 2001 | Roy T. Fielding | 2001-02-16 | 1 | -1/+1 |
* | get rid of some warnings and an undefined reference which crept into | Jeff Trawick | 2001-02-10 | 1 | -0/+3 |
* | Change AddInputFilter and AddOutputFilter to SetInputFilter and | Ryan Bloom | 2001-02-10 | 1 | -4/+4 |
* | renaming various functions for consistency sake | Doug MacEachern | 2001-02-08 | 1 | -4/+4 |
* | The big change. This is part 3 of the apr-util symbols rename, please | William A. Rowe Jr | 2001-01-19 | 1 | -50/+50 |
* | Provide apr_pool_t arg to register_hooks, since anything they do in that | William A. Rowe Jr | 2001-01-17 | 1 | -1/+1 |
* | fix handlers->hooks compile breakage | Greg Ames | 2001-01-09 | 1 | -2/+1 |
* | Recognize a downstream error as such (instead of saying simply "returning err... | Jeff Trawick | 2000-12-29 | 1 | -3/+23 |
* | Switch to the APR-provided APR_CHARSET_EBCDIC feature test macro. | Jeff Trawick | 2000-12-20 | 1 | -1/+1 |
* | Force all Apache functions to be linked into the executable, whether they | Ryan Bloom | 2000-12-19 | 1 | -1/+1 |
* | Clean up some of the warnings from a Tru64 build, mostly due to | Jeff Trawick | 2000-11-13 | 1 | -12/+12 |
* | Remvoe AP_END_OF_BRIGADE. This definition didn't really mean anything, | Ryan Bloom | 2000-11-07 | 1 | -2/+2 |
* | On an EBCDIC machine, be willing to translate mod_autoindex- | Jeff Trawick | 2000-10-25 | 1 | -0/+15 |
* | Don't segfault if the filter doesn't have any request config prepared. | Jeff Trawick | 2000-10-25 | 1 | -14/+22 |
* | other than minor tweaks: | Jeff Trawick | 2000-10-24 | 1 | -148/+238 |
* | Get translation of request bodies working. | Jeff Trawick | 2000-10-21 | 1 | -38/+248 |
* | Get rid of some old code related to the way that character set translation | Jeff Trawick | 2000-10-16 | 1 | -9/+0 |
* | Stop using the index into the array for the bucket type. Now we just use | Ryan Bloom | 2000-10-15 | 1 | -1/+1 |