]> granicus.if.org Git - apache/history - modules/filters/mod_include.c
Use the new "ap_expr" expression parser.
[apache] / modules / filters / mod_include.c
2011-05-28 Stefan FritschUse the new "ap_expr" expression parser.
2011-05-28 Stefan FritschFix config setting after r1128430 has changed some...
2011-05-27 Stefan Fritschproperly merge directory configs in mod_include
2011-05-22 Stefan FritschFix various "variable 'x' set but not used" warnings.
2010-11-20 Graham Leggettmod_include: Add the onerror attribute to the include...
2010-11-06 Stefan FritschPut the expression parser back into mod_include
2010-09-19 Graham Leggettmod_include: Move the request_rec within mod_include...
2010-09-19 Graham Leggettmod_include: Reinstate support for UTF-8 character...
2010-08-06 Jeff TrawickIntel's compiler warns about assigning the non-enum...
2010-08-03 Stefan Fritsch- Remove a load of unused variables (or variables that...
2010-07-19 Nick Kewmod_include: recognise "text/html; parameters" as text...
2010-06-06 Stefan FritschUse the new APLOG_USE_MODULE/AP_DECLARE_MODULE macros...
2010-02-01 Graham LeggettAllow fine control over the removal of Last-Modified...
2009-11-04 Joe Orton* modules/filters/mod_include.c (handle_printenv):...
2009-08-26 Brian HavardBring back OS/2 support.
2009-07-19 Nick KewUpdate r795445 patch in the light of rpluem's comments...
2009-07-18 Nick KewTypo fix
2009-07-18 Nick KewFix mod_include potential segfault checking backref...
2009-05-08 Joe OrtonSecurity fix for CVE-2009-1195: fix Options handling...
2009-03-26 Jeff Trawickremove OS/2 platform support
2009-03-23 Joe OrtonPrevent a case of SSI timefmt-smashing with filter...
2008-12-31 Nick KewAdd support for escaping all non-ascii chars to ap_esca...
2008-03-31 Nick KewUpdate mod_include for ap_expr update
2008-03-29 Nick KewUpdate mod_include to use ap_expr API
2008-02-20 Ruediger Pluem* Set aside buckets that remain unprocessed in the...
2007-11-07 Graham Leggettcore: Add the option to keep aside a request body up...
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...
2007-07-20 Nick KewMultiple trivial fixes from Christophe JAILLET
2006-07-11 Roy T. Fieldingupdate license header text
2006-04-19 Colm MacCarthaighUpdate the copyright year in all .c, .h and .xml files
2006-03-01 William A. Rowe Jr APR_FILEPATH_NOTABOVEROOT was undefined with a left...
2005-11-10 Jim JagielskiNo functional Change: Removing trailing whitespace...
2005-09-10 Jim Jagielskigcc -Wall cleanup
2005-06-03 Joe Orton* modules/filters/mod_include.c (handle_include): Fix...
2005-02-11 Joe OrtonMove the POSIX reg* implementations into the ap_* names...
2005-02-04 Justin ErenkrantzUpdate copyright year to 2005 and standardize on curren...
2004-08-01 Justin ErenkrantzRemove deprecated APR_STATUS_IS_SUCCESS() macro in...
2004-06-15 Joe Orton* modules/filters/mod_include.c (send_parsed_content...
2004-02-09 André Malofix name of The Apache Software Foundation
2004-02-08 André Malofix copyright dates according to the first checkin
2004-02-06 André Maloapply Apache License, Version 2.0
2004-01-13 André Malobust the "recursive include" test. It's no longer neces...
2004-01-02 André Malofix a rewrite mistake: restore the ability to expand...
2004-01-02 André Maloremove superfluous assignment
2004-01-01 André Maloupdate license to 2004.
2003-12-10 Stas Bekmanupdate the misconfigured INCLUDES skipping code to...
2003-12-09 Stas Bekman complain via error_log when mod_include's INCLUDES...
2003-11-02 André Malono longer allow an ETag header in 304 responses.
2003-10-24 Sander StrikerFold in the CAN-2003-0542 regex patch.
2003-10-15 André Malofix segfault which occured if the filename was not
2003-09-12 Roy T. Fieldingfix snprintf format type warnings
2003-09-09 Jeff Trawickvoid * can't be used as a function pointer without...
2003-09-03 Jeff Trawickswitch to APR 1.0 API (which is still in flux)
2003-08-28 André Maloallow the undefined echo string to be configured via
2003-08-28 André Maloallow SSIUndefinedEcho per directory
2003-08-28 André Malobe nice and accept == as well as token_eq.
2003-08-28 André Malocleanup the TOKEN_AND/OR tree generation code.
2003-08-27 André Malothe extra buffer variable is no longer needed.
2003-08-27 André Malosimplifications. Don't repeat the same code again and...
2003-08-27 André Malohrm. reverting my last commit. TOKEN_GROUP is a protect...
2003-08-27 André MaloTOKEN_GROUP is nothing but an identity operator, it...
2003-08-27 André Malocleanup TOKEN_EQ, NE, LT & co tree generator:
2003-08-27 André Malominor optimization.
2003-08-27 André Maloforgot to add these debugging outputs
2003-08-26 André Maloimprove debugging output
2003-08-26 André Malosince our parse tree is left-weighted, the short circui...
2003-08-25 André MaloTOKEN_RE is only valid on the right side of EQ or NE...
2003-08-25 André MaloTOKEN_NOT and TOKEN_LBRACE duplicate exactly the same...
2003-08-25 André Maloreadability improvement. Handle the case of the current...
2003-08-25 André Maloshorten the code by reversing the case conditions
2003-08-25 André Malofix compiler warning on win32
2003-08-25 André Maloshort circuit && and || evaluation. For backwards compa...
2003-08-25 André Malosimplify the dumper code
2003-08-25 André Maloif the tokenizer hits a string which begins with a...
2003-08-25 André Malosame cleanup applies to TOKEN_LBRACE
2003-08-25 André Malocleanup TOKEN_NOT tree generation code:
2003-08-25 André Malokeep the parse tree consistent if a binary operator...
2003-08-25 André MaloHa! Wrote this combined tree dumper and consistency...
2003-08-24 André Malotypo
2003-08-24 André Maloreplace is_only_below stuff with apr_filepath_merge...
2003-08-24 André Maloremove the rest of the artifical string limitations
2003-08-24 André Malocleanup the conditional expression parser for
2003-08-23 André Malostyle
2003-08-23 André Malocleanup regex stuff. regexps are now handled more graceful
2003-08-23 André Malodon't waste memory, if someone configures another error...
2003-08-23 André Malooverhaul of ap_ssi_parse_string
2003-08-22 André Malodrop superfluous argument from ap_ssi_parse_string.
2003-08-22 André Malocleanup handle_printenv function
2003-08-22 André Malocleanup handle_set function
2003-08-22 André Malocleanup handle_else and handle_endif functions
2003-08-22 André Malocleanup handle_elif function. It now allow only one...
2003-08-22 André Malocleanup handle_if function. It now allow only one expr...
2003-08-22 André Malocleanup handle_flastmod function
2003-08-22 André Malocleanup handle_fsize function
2003-08-22 André Malocleanup handle_config function
2003-08-22 André Malocleanup handle_echo function
2003-08-22 André Malocleanup handle_include function.
2003-08-22 André Malo- clean up configuration routines
2003-08-22 André Malobefore working further, bring some kind of system into...
next