]> granicus.if.org Git - apache/history - modules/filters/mod_include.c
switch to APR 1.0 API (which is still in flux)
[apache] / modules / filters / mod_include.c
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...
2003-08-21 André Malofurther cleanup. No *real* code change. (mostly macro...
2003-08-21 André Malobump mod_include's external API. The API is now more...
2003-08-20 André Malonow drop the old code
2003-08-20 André Malomajor overhaul of mod_include's filter parser. Note...
2003-07-21 Cliff WoolleyFixed a trio of mod include bugs. The first two were
2003-02-03 André Malofinished that boring job:
2002-09-15 Justin ErenkrantzRemove warnings seen with Sun's Forte compiler.
2002-07-10 Victor J. OrlikowskiContinue the Bill Rowe apr_size_t crusade.
2002-06-28 Justin ErenkrantzAdd a filter_init function to the filters so that a...
2002-06-20 Brian PaneRemove the old EOS logic that I neglected to delete...
2002-06-20 Brian PaneCleaner handling of unterminated SSI directives
2002-06-19 Brian PaneFixed the EOS handling for partial SSI directives at...
2002-06-15 Brian PaneFixed a bug in the handling of nested if-statements...
2002-06-06 Justin ErenkrantzI have no earthly idea what this comment is referring...
2002-05-26 Brian PaneFix for suexec execution of CGI scripts from mod_include
2002-05-25 Brian PaneFix for mod_include's parsing of "/regexp/" expressions in
2002-05-17 Jeff Trawickstop using APLOG_NOERRNO in calls to ap_log_[pr]error()
2002-05-04 Brian PaneFix for PR 8462: When tokenizing an unquoted string...
2002-04-17 Jeff Trawickdon't call strchr(); we have a safer version -- ap_strc...
2002-04-05 Brian PaneFix for the boundary case in which each character of...
2002-04-05 Cliff WoolleyGet rid of overlay bogosity by copying the static strin...
2002-04-05 Brian PaneRemove an invalid comment. (The only way that the...
2002-04-05 William A. Rowe Jr Mix 'n match signedness? Make some emits go away.
2002-04-04 Paul J. RederThis patch fixes a core dump that occurs in mod_include...
2002-04-01 William A. Rowe Jr pointer subtraction yeilds a ssize_t, fix emit by...
2002-03-29 Cliff WoolleyBUCKET FREELISTS
2002-03-29 Brian PaneAllow variable expansion within in the "var" arg to...
2002-03-29 Brian PaneReplaced my fix for the is_only_below() bug with Cliff...
2002-03-29 Brian PaneFixes for three problems in mod_include:
2002-03-29 Bradley NicholesStop the while loop from incrementing twice per iterati...
2002-03-28 Brian PaneRevert my last fix, which broke more things than it...
2002-03-28 Brian PaneDon't walk past the end of the tag in ap_ssi_get_tag_an...
2002-03-28 Bill Stoddardap_run_sub_req does not return apr_status, so we should...
2002-03-24 Brian PaneSmall performance optimization for find_end_sequence...
2002-03-20 Bill StoddardCommit 1 of 2 to:
2002-03-20 Bill StoddardFirst commit to introduce accessor function to set...
2002-03-17 Brian PanePerformance fix for ap_ssi_get_tag_and_value: do a...
2002-03-17 Brian PaneAnother optimization for find_end_sequence: once we...
2002-03-17 Brian PaneSmall performance improvement for find_end_sequence()
2002-03-13 Roy T. FieldingUpdate our copyright for this year.
2002-03-13 Jeff Trawickfix the remaining sizeof(token.value) bogosity
2002-03-13 Jeff TrawickFix some mod_include bugs which broke the evaluation...
2002-03-08 Ian Holsmannew directive SSIUndefinedEcho.
2002-03-07 Justin ErenkrantzAs hinted on dev@httpd, change filter naming schemes...
2002-02-28 Cliff WoolleyUse the new APR_BRIGADE_PREPEND() macro
2002-02-24 Brian PaneFix for the code that handles SSI tokens that span...
2002-02-24 Ian Holsmannotes need to be 'set' at the main requests pool
2002-02-24 Ian Holsmanbaby steps
2002-02-23 Ian Holsmanmake it work with flushes
2002-02-21 Ian Holsmanfix problem where a unmatched tag was not sent if it...
2002-01-21 Ian HolsmanThese changes are to allow caching of subrequests via...
2002-01-18 Jeff TrawickFix a segfault in mod_include which was found by Sander...
2002-01-13 Brian PaneRemoved the creation of a temporary pool in the express...
next