summaryrefslogtreecommitdiffstats
path: root/modules/filters (follow)
Commit message (Expand)AuthorAgeFilesLines
* *) continued header revampingGreg Stein2001-02-101-7/+4
* Clean up some of the includes:Greg Stein2001-02-101-0/+1
* renaming various functions for consistency sakeDoug MacEachern2001-02-082-17/+17
* move the instantiation of includes_module out of mod_include.hJeff Trawick2001-02-062-3/+1
* Move the logic for creating CGI processes from mod_include to mod_cgi(d).Ryan Bloom2001-02-052-337/+77
* Eliminate all assumptions that finfo.protection reflects the existanceWilliam A. Rowe Jr2001-01-311-8/+6
* fix gcc warningJeff Trawick2001-01-291-2/+2
* *) Adopt apr features to simplify mod_includes. This changes theWilliam A. Rowe Jr2001-01-291-16/+8
* The changes required for the APR_FINFO_wanted argument toWilliam A. Rowe Jr2001-01-201-5/+5
* Remove ap_chdir_file. This function is not thread-safe, and nobodyRyan Bloom2001-01-202-9/+0
* The big change. This is part 3 of the apr-util symbols rename, pleaseWilliam A. Rowe Jr2001-01-192-181/+181
* Provide apr_pool_t arg to register_hooks, since anything they do in thatWilliam A. Rowe Jr2001-01-171-1/+1
* get rid of some invalid errno references; use the apr_status_t insteadJeff Trawick2001-01-091-7/+7
* Make handlers use hooks.Ben Laurie2001-01-071-1/+0
* Get rid of some warnings on Tru64 and OS/390. void * isn't compatibleJeff Trawick2001-01-041-2/+5
* Last of the Win32 goodness I've noticedWilliam A. Rowe Jr2000-12-211-2/+2
* Switch to the APR-provided APR_CHARSET_EBCDIC feature test macro.Jeff Trawick2000-12-201-3/+3
* Force all Apache functions to be linked into the executable, whether theyRyan Bloom2000-12-191-3/+3
* *) remove STANDARD_LIBS line; it is unused/unneededGreg Stein2000-12-071-4/+1
* Make mod_include use a hash table to associate directive tags withRyan Bloom2000-12-072-104/+88
* Ignore all the files that are generated during a buildRyan Bloom2000-12-051-0/+10
* Get the modules configuration stuff working correctly. This just dealsRyan Bloom2000-12-041-5/+1
* Start to add back the config.m4 and Makefile.in's that were separated outRyan Bloom2000-12-042-0/+21
* First step towards extracting the SSI handling from mod_include so thatRyan Bloom2000-11-291-101/+38
* Fix some lvalue casts so that we can compile with xlc on AIX.Jeff Trawick2000-11-281-4/+5
* Change some apr_ssize_t uses to apr_size_t.Jeff Trawick2000-11-282-16/+18
* fix a bunch of apr_ssize_t/apr_size_t discrepanciesJeff Trawick2000-11-272-9/+9
* *) Compensate for recent changes in the APR headers. Specifically, someGreg Stein2000-11-261-2/+7
* add the "next filter" parameter to the rest of the ap_sub_req_* calls.Greg Stein2000-11-231-0/+5
* A complete re-write of mod_include. This has served the entire manualRyan Bloom2000-11-222-908/+1685
* Fix a lot of the fallback from the apr_ssize_t to apr_size_t changeRyan Bloom2000-11-101-3/+3
* Fix mod_include to serve the FAQ correctly. The problem was a couple ofRyan Bloom2000-10-241-10/+19
* Get everything working with suexec patches again.William A. Rowe Jr2000-10-241-0/+1
* Add back suexec support.Manoj Kasichainula2000-10-231-1/+1
* Get mod_include working again. This still needs to be re-written, butRyan Bloom2000-10-191-4/+5
* Renamed all MODULE_EXPORT symbols to AP_MODULE_DECLARE and all symbolsWilliam A. Rowe Jr2000-10-161-2/+2
* Cleaning up a _Security_ concern - Please Review CarefullyWilliam A. Rowe Jr2000-10-161-11/+23
* Stop using the index into the array for the bucket type. Now we just useRyan Bloom2000-10-151-1/+1
* Remove all function pointers from the ap_bucket type. These functionRyan Bloom2000-10-131-14/+14
* Get rid of much of the old implementation of translating theJeff Trawick2000-10-051-4/+0
* mod_include now tweaks the subrequest output filter chain so thatJeff Trawick2000-09-221-6/+15
* Get the call to find_string() out of a loop. find_string() loopsJeff Trawick2000-09-211-4/+1
* Fix the prior fix to the usage of ap_brigade_split()... The caller ofJeff Trawick2000-09-201-10/+10
* Fix mixup in call to ap_brigade_split().Jeff Trawick2000-09-201-3/+4
* Cleanup the brigade split in mod_include. It turns out that we have hadRyan Bloom2000-09-191-10/+1
* tart getting things setup for input filtering. All this basically doesRyan Bloom2000-09-191-1/+1
* If a bucket is split at the first or last character, then we should getRyan Bloom2000-09-171-4/+0
* Handle a tag that appears at the start of a bucket.Jeff Trawick2000-09-151-2/+11
* Fix the types of the variables passed as the len parm to bucket->read()Jeff Trawick2000-09-141-3/+3
* In find_string(), handle eos and end-of-pipe conditions.Jeff Trawick2000-09-141-7/+12