summaryrefslogtreecommitdiffstats
path: root/modules/experimental/mod_charset_lite.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Move mod_filter and mod_charset_lite from /experimental/ to /filters/Nick Kew2005-09-211-1138/+0
* Update copyright year to 2005 and standardize on current copyright owner line.Justin Erenkrantz2005-02-041-1/+2
* Proxy requests are not converted by us. They should be cached and delivered b...Martin Kraemer2004-06-291-0/+3
* fix name of The Apache Software FoundationAndré Malo2004-02-091-1/+1
* apply Apache License, Version 2.0André Malo2004-02-061-53/+10
* Removed the #if #system(bs2000) condition since it is not compiler friendly o...Bradley Nicholes2004-01-061-29/+12
* update license to 2004.André Malo2004-01-011-1/+1
* Flame bait: mod_charset_lite would decide in the mime checker phaseMartin Kraemer2003-12-151-0/+70
* Allow translation of generated output such as mod_autoindex using charsetsBradley Nicholes2003-11-071-1/+1
* finished that boring job:André Malo2003-02-031-1/+1
* Fix (safely) one minor emit [always positive, so apr_size_t cast is ok]William A. Rowe Jr2002-07-191-1/+1
* Add a filter_init function to the filters so that a filter can executeJustin Erenkrantz2002-06-281-2/+2
* stop using APLOG_NOERRNO in calls to ap_log_[pr]error()Jeff Trawick2002-05-171-15/+15
* BUCKET FREELISTSCliff Woolley2002-03-291-6/+12
* Update our copyright for this year.Roy T. Fielding2002-03-131-1/+1
* As hinted on dev@httpd, change filter naming schemes to match ourJustin Erenkrantz2002-03-071-2/+2
* We don't need transfer_brigade() because we already have macros to do thatCliff Woolley2002-03-011-13/+2
* some level of gcc seems to be confused about whether or notJeff Trawick2002-01-281-1/+2
* Change ap_get_brigade prototype to remove *readbytes in favor of readbytes.Justin Erenkrantz2002-01-251-1/+1
* Input filtering prototype change: Socket blocking type should beJustin Erenkrantz2002-01-191-3/+5
* Fix a handful of AP_MODULE_DECLARE_DATA exports for .so modules.William A. Rowe Jr2002-01-101-2/+2
* get rid of an ancient requirement that APACHE_XLATE be defined;Jeff Trawick2001-12-101-13/+3
* Remove the returned-length "w" parameter from apr_bucket_heap_create()Cliff Woolley2001-11-121-2/+2
* Fix breakage from Brian Pane's util_filter switch to hash tables.Justin Erenkrantz2001-09-041-2/+2
* As suggested by Ryan and OtherBill, change the way thatJeff Trawick2001-08-301-21/+11
* since the core now stores the input and output filter lists in aJeff Trawick2001-08-301-14/+18
* Remove all warnings from the input filtering stack.Ryan Bloom2001-08-071-1/+1
* Back out the recent change to ap_get_brigade, to make it use indirectionRyan Bloom2001-05-071-1/+1
* Fix a bug in the input handling. ap_http_filter() was modifying *readbytesGreg Stein2001-05-051-1/+1
* At the hack-athon we decided to change the way that input filtersRyan Bloom2001-04-231-3/+3
* Use the proper enum for the block/non-block parameter to apr_bucket_read().Jeff Trawick2001-03-021-2/+2
* Simplify by using apr_bucket_delete(e) where possible.Cliff Woolley2001-02-261-6/+3
* Update copyright to 2001Roy T. Fielding2001-02-161-1/+1
* get rid of some warnings and an undefined reference which crept intoJeff Trawick2001-02-101-0/+3
* Change AddInputFilter and AddOutputFilter to SetInputFilter andRyan Bloom2001-02-101-4/+4
* renaming various functions for consistency sakeDoug MacEachern2001-02-081-4/+4
* The big change. This is part 3 of the apr-util symbols rename, pleaseWilliam A. Rowe Jr2001-01-191-50/+50
* Provide apr_pool_t arg to register_hooks, since anything they do in thatWilliam A. Rowe Jr2001-01-171-1/+1
* fix handlers->hooks compile breakageGreg Ames2001-01-091-2/+1
* Recognize a downstream error as such (instead of saying simply "returning err...Jeff Trawick2000-12-291-3/+23
* Switch to the APR-provided APR_CHARSET_EBCDIC feature test macro.Jeff Trawick2000-12-201-1/+1
* Force all Apache functions to be linked into the executable, whether theyRyan Bloom2000-12-191-1/+1
* Clean up some of the warnings from a Tru64 build, mostly due toJeff Trawick2000-11-131-12/+12
* Remvoe AP_END_OF_BRIGADE. This definition didn't really mean anything,Ryan Bloom2000-11-071-2/+2
* On an EBCDIC machine, be willing to translate mod_autoindex-Jeff Trawick2000-10-251-0/+15
* Don't segfault if the filter doesn't have any request config prepared.Jeff Trawick2000-10-251-14/+22
* other than minor tweaks:Jeff Trawick2000-10-241-148/+238
* Get translation of request bodies working.Jeff Trawick2000-10-211-38/+248
* Get rid of some old code related to the way that character set translationJeff Trawick2000-10-161-9/+0
* Stop using the index into the array for the bucket type. Now we just useRyan Bloom2000-10-151-1/+1