]> granicus.if.org Git - apache/history - modules/mappers
cleanup handle_set function
[apache] / modules / mappers /
2003-08-20 André Malostyle
2003-08-20 André Maloallow [T=...] forced types to get expanded.
2003-08-19 André Malocleanup apply_rewrite_rule function.
2003-08-19 André Malorename the exp_ctx to rewrite_ctx and widen its scope...
2003-08-19 André Malostressing the notes table is not necessary.
2003-08-19 André MaloCatch an edge case, where strange subsequent RewriteRules
2003-08-19 André MaloFix LA-U and LA-F lookups in directory context. Previously
2003-08-18 André Malodoh. the permission thing is independent from rewrite log
2003-08-18 André Malouse a context structure to hold expansion information...
2003-08-06 André Maloremove superfluous (heya Cliff) space from log string.
2003-08-05 André Malohook mimetype-forcing into fixup/LAST. This leads to...
2003-08-05 André Maloadd a comment for future editors
2003-08-05 André MaloThere are different kinds of people:
2003-08-05 André Maloword smithing / grammar
2003-08-05 André Malomake clear, that we *know* the RewriteLog directive...
2003-08-04 André Malointroduce REWRITELOG_DISABLED compiler option, which...
2003-08-04 André Maloremove unneccessary assignment
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-07-14 André MaloPropagate the handler name to the action script via
2003-07-14 André MaloIntroduce the "virtual" modifier to the Action directive,
2003-07-12 André Malolet mod_speling use the current AcceptPathInfo setting.
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-15 Aaron Bannertmod_so can only be built statically. If the user wants...
2003-05-04 André Malomake sure, the preferred language gets its chance,...
2003-05-04 André MaloMake sure that mod_rewrite's type checker is evaluated...
2003-04-17 Jeff TrawickFix a problem that caused httpd to linked with incorrec...
2003-03-20 William A. Rowe Jr SECURITY: Eliminated leaks of several file descripto...
2003-03-11 William A. Rowe Jr After discussions at length on dev@apr/httpd, it...
2003-03-10 André Malomod_negotiation: quality values are now parsed independ...
2003-03-08 Jeff Trawickuse APR_CHECK_APR_DEFINE() where possible
2003-03-01 André MaloExtend mod_negotiation to evaluate the environment...
2003-03-01 André Malofix style and WS issues. No code changes.
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 André MaloWhen using Redirect in directory context, append reques...
next