]> granicus.if.org Git - apache/history - modules/filters/mod_include.h
Save a few bytes and a few cycles.
[apache] / modules / filters / mod_include.h
2011-09-23 Jim JagielskiCleanup effort in prep for GA push:
2010-09-19 Graham Leggettmod_include: Move the request_rec within mod_include...
2007-09-02 Graham LeggettMove the accessenable variable into the private ssi_int...
2007-09-01 Graham Leggettmod_include: Add an "if" directive syntax to test wheth...
2006-07-11 Roy T. Fieldingupdate license header text
2006-04-19 Colm MacCarthaighUpdate the copyright year in all .c, .h and .xml files
2005-08-28 Ian HolsmanDoxygen fixup / cleanup
2005-02-04 Justin ErenkrantzUpdate copyright year to 2005 and standardize on curren...
2004-02-09 André Malofix name of The Apache Software Foundation
2004-02-06 André Maloapply Apache License, Version 2.0
2004-01-01 André Maloupdate license to 2004.
2003-08-22 André Malodrop superfluous argument from ap_ssi_parse_string.
2003-08-22 André Malothese should be const.
2003-08-21 André Malobump mod_include's external API. The API is now more...
2003-08-20 André Malomajor overhaul of mod_include's filter parser. Note...
2003-02-03 André Malofinished that boring job:
2002-06-06 William A. Rowe Jr Need to grok optional fns.
2002-03-29 Cliff WoolleyBUCKET FREELISTS
2002-03-13 Roy T. FieldingUpdate our copyright for this year.
2002-03-03 Cliff WoolleyParen-protect macro arguments when used. (This will...
2002-02-23 Ian Holsmanmake it work with flushes
2002-01-06 Brian PaneEliminated various large (8KB) string buffers from...
2001-12-31 William A. Rowe Jr Ever tried to extract some value of QUERY_STRING...
2001-12-30 Ian Holsmanallow mod_include to handle different start/end tags...
2001-11-15 Ryan BloomFix a file descriptor leak in mod_include. When we...
2001-11-12 Cliff WoolleyRemove the returned-length "w" parameter from apr_bucke...
2001-11-11 Ian HolsmanThis patch zero-fills just the integer and pointer...
2001-09-02 Justin ErenkrantzMake mod_include check for BYTE_COUNT_THRESHOLD on...
2001-08-27 Paul J. RederMoved split_and_pass_pretag_buckets back to being a
2001-08-23 Paul J. RederFix for mod_include. Ryan's patch to check error
2001-08-03 Ryan BloomHandle the ap_pass_brigade inside the SPLIT_BRIGADE...
2001-04-25 Cliff WoolleyFix a reference to "ctx" in mod_include's CREATE_ERROR_...
2001-04-10 William A. Rowe Jr change include_handler to include_handler_fn_t, and...
2001-04-10 William A. Rowe Jr We seem to use fn_t *fn throughout the rest of apache...
2001-03-02 Ryan BloomModify mod_include to send blocks of data no larger...
2001-02-22 Ryan BloomRemove a semicolon from a macro. This makes things...
2001-02-16 Martin KraemerRename the module structures so that the exported symbo...
2001-02-16 Roy T. FieldingUpdate copyright to 2001
2001-02-08 Doug MacEachernrenaming various functions for consistency sake
2001-02-06 Jeff Trawickmove the instantiation of includes_module out of mod_in...
2001-02-05 Ryan BloomMove the logic for creating CGI processes from mod_incl...
2001-01-20 Ryan BloomRemove ap_chdir_file. This function is not thread...
2001-01-19 William A. Rowe Jr The big change. This is part 3 of the apr-util symbo...
2000-12-20 Jeff TrawickSwitch to the APR-provided APR_CHARSET_EBCDIC feature...
2000-12-19 Ryan BloomForce all Apache functions to be linked into the execut...
2000-12-07 Ryan BloomMake mod_include use a hash table to associate directiv...
2000-11-28 Jeff TrawickChange some apr_ssize_t uses to apr_size_t.
2000-11-27 Jeff Trawickfix a bunch of apr_ssize_t/apr_size_t discrepancies
2000-11-22 Ryan BloomA complete re-write of mod_include. This has served...