summaryrefslogtreecommitdiffstats
path: root/modules/filters (follow)
Commit message (Expand)AuthorAgeFilesLines
* Completely revamp configure so that it preserves the standard makeRoy T. Fielding2001-04-291-1/+1
* Fix a reference to "ctx" in mod_include's CREATE_ERROR_BUCKET macroCliff Woolley2001-04-251-1/+1
* Revert about half of the last commit because of an oversight on my partCliff Woolley2001-04-221-13/+29
* Change mod_include to use the latest bucket API tricks. This getsCliff Woolley2001-04-201-47/+19
* change include_handler to include_handler_fn_t, and clean up a nastyWilliam A. Rowe Jr2001-04-102-7/+7
* We seem to use fn_t *fn throughout the rest of apache, so normalize thisWilliam A. Rowe Jr2001-04-102-3/+3
* Always clear the C-L if we are going to try to parse the file. It isRyan Bloom2001-03-081-7/+9
* get rid of unused variable b_copy in function handle_echo()Jeff Trawick2001-03-021-2/+1
* Use the proper enum for the block/non-block parameter to apr_bucket_read().Jeff Trawick2001-03-021-2/+2
* Modify mod_include to send blocks of data no larger than 9k.Ryan Bloom2001-03-022-3/+51
* Add config directives to override the DEFAULT_ERROR_MSG andRyan Bloom2001-02-261-13/+43
* Simplify by using apr_bucket_delete(e) where possible.Cliff Woolley2001-02-261-16/+8
* Remove a semicolon from a macro. This makes things a bit more readable,Ryan Bloom2001-02-221-3/+3
* Rename the module structures so that the exported symbol matchesMartin Kraemer2001-02-163-10/+10
* Update copyright to 2001Roy T. Fielding2001-02-162-2/+2
* *) 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