]> granicus.if.org Git - apache/history - modules/mappers/mod_rewrite.c
Move the POSIX reg* implementations into the ap_* namespace;
[apache] / modules / mappers / mod_rewrite.c
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...
2005-01-23 Sander StrikerMore hardcoded schemes in mod_rewrite... :/
2005-01-07 Sander StrikerMake the combination of mod_proxy_ajp and mod_rewrite...
2005-01-05 William A. Rowe Jr Fix another signedness bug
2005-01-02 William A. Rowe Jr FINALLY Correct ap_http_method()! It is NOT a method...
2004-11-01 Joe Orton* modules/mappers/mod_rewrite.c (hook_uri2file): Revert...
2004-10-12 Joe Orton* os/unix/os.h: Define AP_NEED_SET_MUTEX_PERMS.
2004-10-10 André Maloremove the RewriteOption MaxRedirects; LimitInternalRec...
2004-09-18 Jeff Trawickmod_rewrite: Handle per-location rules when r->filename...
2004-08-28 André MaloFix query string handling for proxied URLs.
2004-08-28 André MaloFix darn typo.
2004-05-17 André Maloexternal map responses were cut at 2048 bytes (and...
2004-04-10 André Malofix cache confusion which happens if different virtualh...
2004-04-03 André Malomod_rewrite no longer turns forward proxy requests...
2004-03-29 André Maloadd support for rewrite rules in proxy containers
2004-03-09 Madhusudan MathihalliEnable mod_rewrite to recognize SSL variables (using...
2004-02-09 André Malofix name of The Apache Software Foundation
2004-02-08 André Malofix copyright dates according to the first check in
2004-02-06 André Maloapply Apache License, Version 2.0
2004-01-27 André Maloissue a warning if an external rewrite map is used...
2004-01-27 André Malofix error handling during flag parsing
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
next