]> granicus.if.org Git - apache/history - modules/mappers/mod_rewrite.c
improve expansion performance.
[apache] / modules / mappers / mod_rewrite.c
2003-08-04 André Maloimprove expansion performance.
2003-08-03 André Malocleanup compare_lexicography function.
2003-08-03 André Maloinline some functions for faster processing.
2003-08-03 André Malosubreq_ok *is* a macro.
2003-08-03 André Malocleanup the add_cookie function a bit.
2003-08-03 André Maloincorporate the add_env_variable function in do_expand_env.
2003-08-03 André Malostyle
2003-07-31 André Malogcc doesn't catch the logic and throws a warning about...
2003-07-30 André Maloremove some unnecessary memory operations
2003-07-30 André Maloremove artifical limitation of number of env and cookie...
2003-07-30 André Malocleanup RewriteCond evaluation.
2003-07-30 André MaloRewritemap improvement:
2003-07-30 André Malocleanup parseargline function to be more efficient...
2003-07-29 André Malocleanup expand_tildepath function to use the pool and...
2003-07-29 André Malominor optimization: the bracket search functions just...
2003-07-29 André Malothis was a two-tiered commit for better diffs.
2003-07-29 André Malospeed up variable lookup. It's expected to be faster
2003-07-29 André Malocause a lookup failure in external rewrite maps if
2003-07-29 André Malominor optimizations in lookup_map_program function.
2003-07-28 André Malo- style & readability
2003-07-28 André Malointegrate the random functions into the select_random_v...
2003-07-28 André Malocleanup fully_qualify_uri function
2003-07-28 André Malocleanup splitout_queryargs function.
2003-07-28 André Malocleanup rewritelog function.
2003-07-28 André Maloallow piped rewrite logs to be relative to serverroot
2003-07-28 André Maloexit(1) should never occur in any module. Stay away...
2003-07-28 André Maloa long time ago ...
2003-07-28 André Malocleanup current_logtime function.
2003-07-28 André Maloadd the ability to change the maximum txt:map line...
2003-07-27 André MaloGet a rid of the oversized cache.
2003-07-27 André Malocleanup the select_random_value_part function.
2003-07-27 André Malocleanup lookup_map_dbmfile function.
2003-07-27 André Malocleanup lookup_map_txtfile function.
2003-07-27 André Maloavoid unnecessary memory operations
2003-07-27 André Malocleanup lookup_map function.
2003-07-26 André Malorewritemaps are identified by name. Store 'em in a...
2003-07-26 André Malore-add missing headers
2003-07-26 André Malooof. Strip all non-public stuff from mod_rewrite.h and
2003-07-25 André Maloremove outdated and more confusing than helping comment.
2003-07-24 André Maloavoid unnecessary memory operation
2003-07-24 André Maloremove more unnecessary strlen() operations
2003-07-24 André Maloremove another fixed buffer from the stack
2003-07-24 André Maloindentation. no code change
2003-07-24 André Maloremove useless post increment.
2003-07-24 André Maloremove more variables from the stack and
2003-07-24 André Malominor optimization.
2003-07-24 André Maloremove outdated comments about different regex libs
2003-07-24 André Malooptimization/cleanup.
2003-07-23 André Malodon't compute the strlen of dconf->directory three...
2003-07-18 André Malowhen prefixing document root, use the core translator...
2003-07-17 André Malostep two: get a rid of the old do_expand function.
2003-07-17 André Malooptimization; rewrite the do_expand function in order to:
2003-07-16 André Maloadd some linebreaks and reorder case alphabetically...
2003-07-16 André Malooptimization: no need to use the pool here. This is
2003-07-16 André Malooptimization:
2003-07-16 André Malooptimization: speed up ruleflag parsing.
2003-07-15 André Malooptimization: no need to search linear for headers.
2003-07-15 André Malooptimization: rewrite reduce_uri function:
2003-07-15 André Malominor optimization. No need to use a function overhead...
2003-07-15 Paul J. RederNamespace protected the table label.
2003-07-15 André MaloIgnore RewriteRules in .htaccess files if the directory
2003-07-14 Paul J. RederRemove some extraneous code committed as part of the...
2003-07-14 Paul J. Redermod_rewrite: fix a problem in the proxy support of...
2003-06-07 Jeff TrawickUnix: Handle permissions settings for flock-based mutex...
2003-06-07 Jeff Trawickmod_rewrite: Perform child initialization on the rewrit...
2003-05-17 André Malofix LA-U lookaheads in directory context.
2003-05-04 André MaloMake sure that mod_rewrite's type checker is evaluated...
2003-03-20 William A. Rowe Jr SECURITY: Eliminated leaks of several file descripto...
2003-03-01 André MaloPrevent endless loops of internal redirects in mod_rewr...
2003-02-28 Jeff Trawickmod_rewrite: Fix some problems reporting errors with...
2003-02-27 André MaloFix mod_rewrite's abs_URI handling.
2003-02-25 Jeff Trawickfix some const-ness problems which break the compile...
2003-02-24 André MaloThis is part three.
2003-02-24 André MaloThis is part two.
2003-02-24 André MaloWell, here comes a major fix. I've splitted the patch...
2003-02-23 André Maloguess, what happens, when l == 0
2003-02-23 André Malouh, oh. Fix possible 1-byte buffer overflow.
2003-02-18 André MaloHook mod_proxy's fixup before mod_rewrite's fixup,...
2003-02-15 André Malocatch some style issues. No code changes.
2003-02-03 André Malofinished that boring job:
2002-12-29 André Maloallow RewriteEngine Off even if Options -FollowSymlinks...
2002-10-04 Jeff TrawickFix a bug with dbm rewrite maps which caused the wrong...
2002-08-30 Justin ErenkrantzThe style police just get really annoyed with this...
2002-08-30 Jeff Trawickfix a type mismatch
2002-08-29 Ian Holsmannew option 'path' to the cookie
2002-08-29 Ian Holsmanjust saw this bug
2002-08-29 Ian Holsmanshot in the arm by the style police while trying to...
2002-08-29 Ian Holsmanset expiry time correctly.
2002-08-23 Jeff Trawickfix breakage of dbm maps which was introduced in the...
2002-08-23 Jeff Trawickadd the ability to specify the dbm type (e.g., gdbm...
2002-08-21 Jeff TrawickChange mod_rewrite to use apr-util's dbm support for...
2002-08-21 Cliff WoolleyFix a problem whereby RewriteMap prg:'s would get out...
2002-07-10 Victor J. OrlikowskiContinue the Bill Rowe apr_size_t crusade.
2002-06-22 Ian Holsmannew configuration option for mod_rewrite to set cookies.
2002-06-11 Jeff TrawickFix some casting in mod_rewrite which broke random...
2002-06-09 William A. Rowe Jr Well the wrappers work out well... nice to be able...
2002-05-30 Cliff WoolleyThanks Ryan for cleaning up after my laziness. :)...
2002-05-30 Ryan BloomTokenize the arguments for rewrite programs during...
2002-05-29 Cliff WoolleyError out a bit more nicely if the RewriteMap prg:...
2002-05-29 Cliff WoolleyFix RewriteMap prg:'s that have command-line args.
next