cvs commit: apachen/src/modules/standard mod_rewrite.c

1998-01-20 Thread dgaudet
dgaudet 98/01/19 16:27:21 Modified:.STATUS src CHANGES src/modules/standard mod_rewrite.c Log: RewriteLog shouldn't force hostname lookups. PR: 1684 Revision ChangesPath 1.101 +1 -0 apachen/STATUS Ind

cvs commit: apachen/src/modules/standard mod_rewrite.c

1998-01-13 Thread dgaudet
dgaudet 98/01/13 14:21:09 Modified:.STATUS src/modules/standard mod_rewrite.c Log: make mod_rewrite use ap_cpystrn Reviewed by:Ralf Engelschall, Jim Jagielski Revision ChangesPath 1.83 +1 -6 apachen/STATUS Index: STATUS ===

cvs commit: apachen/src/modules/standard mod_rewrite.c

1998-01-11 Thread dgaudet
dgaudet 98/01/11 12:55:23 Modified:.STATUS src CHANGES src/main http_request.c util_script.c src/modules/standard mod_rewrite.c Log: clean up some unneeded pstrdup()s in calls to table_* functions Reviewed by: Marc Slemk

cvs commit: apachen/src/modules/standard mod_rewrite.c

1997-11-12 Thread Ralf S. Engelschall
rse 97/11/12 03:21:54 Modified:src INDENT src/modules/standard mod_rewrite.c Log: Second step of the mod_rewrite overhauling phase: Finished the indentation of mod_rewrite.c where some stuff was left over from Roy's initial work. Thanks to Roy for his wo

cvs commit: apachen/src/modules/standard mod_rewrite.c mod_rewrite.h

1997-11-12 Thread Ralf S. Engelschall
rse 97/11/12 02:46:57 Modified:src CHANGES src/modules/standard mod_rewrite.c mod_rewrite.h Log: The mod_rewrite ``Break Its Heart'' patch: - the rewriting engine now is really very well documented, so all Apache developers should be able to under

cvs commit: apachen/src/modules/standard mod_rewrite.c

1997-10-27 Thread dgaudet
dgaudet 97/10/27 11:15:37 Modified:src/modules/standard mod_rewrite.c Log: Eliminate some manifest constants. Reviewed by: Ralf Engelschall Revision ChangesPath 1.55 +8 -5 apachen/src/modules/standard/mod_rewrite.c Index: mod_rewrite.c =

cvs commit: apachen/src/modules/standard mod_rewrite.c mod_rewrite.h

1997-09-18 Thread Roy Fielding
fielding97/09/18 15:54:08 Modified:src INDENT src/modules/standard mod_rewrite.c mod_rewrite.h Log: Partial manual indent to remove line wraps (ugh!). Exhausted after 2000 lines. Revision ChangesPath 1.35 +2 -2 apachen/src/INDENT Index

cvs commit: apachen/src/modules/standard mod_rewrite.c

1997-09-09 Thread Rodent of Unusual Size
coar97/09/09 04:06:59 Modified:src CHANGES src/modules/standard mod_rewrite.c Log: Don't take *any* actions if the RewriteEngine is off.. PR: 991 Reviewed by: Ralf S. Engelschall Revision ChangesPath 1.430 +5 -1 apa

cvs commit: apachen/src/modules/standard mod_rewrite.c

1997-08-31 Thread Randy Terbush
randy 97/08/31 19:39:06 Modified:src/modules/standard mod_rewrite.c Log: Convert log_*() to aplog_error(). Revision ChangesPath 1.50 +13 -6 apachen/src/modules/standard/mod_rewrite.c Index: mod_rewrite.c ==

cvs commit: apachen/src/modules/standard mod_rewrite.c

1997-08-18 Thread Dean Gaudet
dgaudet 97/08/18 00:09:21 Modified:src CHANGES src/modules/standard mod_rewrite.c Log: Fixed proxy-pass-through feature of mod_rewrite; Added error logging information for case where proxy module is not available. [Marc Slemko] Submitted by: Marc Slemko R