]> granicus.if.org Git - apache/history - modules/mappers/mod_rewrite.c
EOLs sent by external rewritemaps are now consumed
[apache] / modules / mappers / mod_rewrite.c
2004-01-25 André MaloEOLs sent by external rewritemaps are now consumed
2004-01-24 André MaloIntroduce the ability to force a content handler via
2004-01-24 André MaloIntroduce the RewriteCond -x check, which returns
2004-01-13 André Maloallow proxying and rules in .htaccess in subrequests
2004-01-13 André Malowith the new general status stuff, F and G are just...
2004-01-13 André Maloallow setting of any valid HTTP response code via R...
2004-01-13 André Malono need to copy the string again
2004-01-13 André Maloweekday and monthnames are locale dependent...
2004-01-12 André Malomake REMOTE_PORT available
2004-01-01 André Maloupdate license to 2004.
2003-11-10 André Malostyle
2003-10-24 Sander StrikerFold in the CAN-2003-0542 regex patch.
2003-09-30 Martin KraemerMatch type of both arguments (get rid of compiler warni...
2003-09-03 Jeff Trawickswitch to APR 1.0 API (which is still in flux)
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-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...
next