summaryrefslogtreecommitdiff
path: root/modules/filters/mod_include.h
Commit message (Expand)AuthorAgeFilesLines
* Cleanup effort in prep for GA push:Jim Jagielski2011-09-231-2/+2
* mod_include: Move the request_rec within mod_include to beGraham Leggett2010-09-191-0/+3
* Move the accessenable variable into the private ssi_internal_ctx structureGraham Leggett2007-09-021-2/+0
* mod_include: Add an "if" directive syntax to test whether an URLGraham Leggett2007-09-011-0/+3
* update license header textRoy T. Fielding2006-07-111-6/+6
* Update the copyright year in all .c, .h and .xml filesColm MacCarthaigh2006-04-191-1/+1
* Doxygen fixup / cleanupIan Holsman2005-08-281-0/+10
* Update copyright year to 2005 and standardize on current copyright owner line.Justin Erenkrantz2005-02-041-1/+2
* fix name of The Apache Software FoundationAndré Malo2004-02-091-1/+1
* apply Apache License, Version 2.0André Malo2004-02-061-53/+10
* update license to 2004.André Malo2004-01-011-1/+1
* drop superfluous argument from ap_ssi_parse_string.André Malo2003-08-221-2/+2
* these should be const.André Malo2003-08-221-2/+2
* bump mod_include's external API. The API is now more simple and expectedAndré Malo2003-08-211-172/+76
* major overhaul of mod_include's filter parser. Note that the new codeAndré Malo2003-08-201-1/+7
* finished that boring job:André Malo2003-02-031-1/+1
* Need to grok optional fns.William A. Rowe Jr2002-06-061-0/+1
* BUCKET FREELISTSCliff Woolley2002-03-291-2/+3
* Update our copyright for this year.Roy T. Fielding2002-03-131-1/+1
* Paren-protect macro arguments when used. (This will be needed later whenCliff Woolley2002-03-031-12/+12
* make it work with flushesIan Holsman2002-02-231-0/+4
* Eliminated various large (8KB) string buffers from the stack inBrian Pane2002-01-061-2/+2
* Ever tried to extract some value of QUERY_STRING from within SSI?William A. Rowe Jr2001-12-311-4/+6
* allow mod_include to handle different start/end tags instead of the defaultIan Holsman2001-12-301-0/+9
* Fix a file descriptor leak in mod_include. When we include aRyan Bloom2001-11-151-3/+0
* Remove the returned-length "w" parameter from apr_bucket_heap_create()Cliff Woolley2001-11-121-2/+2
* This patch zero-fills just the integer and pointer fields inIan Holsman2001-11-111-4/+8
* Make mod_include check for BYTE_COUNT_THRESHOLD on a per-bucket basisJustin Erenkrantz2001-09-021-0/+2
* Moved split_and_pass_pretag_buckets back to being aPaul J. Reder2001-08-271-0/+16
* Fix for mod_include. Ryan's patch to check errorPaul J. Reder2001-08-231-16/+0
* Handle the ap_pass_brigade inside the SPLIT_BRIGADE... macro.Ryan Bloom2001-08-031-1/+5
* Fix a reference to "ctx" in mod_include's CREATE_ERROR_BUCKET macroCliff Woolley2001-04-251-1/+1
* change include_handler to include_handler_fn_t, and clean up a nastyWilliam A. Rowe Jr2001-04-101-3/+3
* We seem to use fn_t *fn throughout the rest of apache, so normalize thisWilliam A. Rowe Jr2001-04-101-2/+2
* Modify mod_include to send blocks of data no larger than 9k.Ryan Bloom2001-03-021-0/+2
* 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-161-1/+1
* Update copyright to 2001Roy T. Fielding2001-02-161-1/+1
* renaming various functions for consistency sakeDoug MacEachern2001-02-081-1/+1
* move the instantiation of includes_module out of mod_include.hJeff Trawick2001-02-061-2/+0
* Move the logic for creating CGI processes from mod_include to mod_cgi(d).Ryan Bloom2001-02-051-11/+20
* Remove ap_chdir_file. This function is not thread-safe, and nobodyRyan Bloom2001-01-201-4/+0
* The big change. This is part 3 of the apr-util symbols rename, pleaseWilliam A. Rowe Jr2001-01-191-12/+12
* 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
* Make mod_include use a hash table to associate directive tags withRyan Bloom2000-12-071-5/+8
* Change some apr_ssize_t uses to apr_size_t.Jeff Trawick2000-11-281-6/+6
* fix a bunch of apr_ssize_t/apr_size_t discrepanciesJeff Trawick2000-11-271-1/+1
* A complete re-write of mod_include. This has served the entire manualRyan Bloom2000-11-221-0/+206