cvs commit: apachen/src/modules/proxy proxy_util.c

1997-09-02 Thread Rodent of Unusual Size
coar97/09/02 03:39:36 Modified:src/modules/proxy proxy_util.c Log: Remove a bit of unused code (probably optmised away by reasonable compilers, but why needlessly confuse humans?). Submitted by: Martin Kraemer Reviewed by: Dean Gaudet, Ken Coar

cvs commit: apachen/src/support htdigest.c

1997-09-02 Thread Rodent of Unusual Size
coar97/09/02 09:12:18 Modified:src/main http_core.c md5.h md5c.c util_md5.c util_md5.h src/modules/proxy proxy_util.c src/modules/standard mod_digest.c src/support htdigest.c Log: `Personalise' Apache's use of MD5 names to avoid

cvs commit: apachen/src/main http_config.h

1997-09-02 Thread Rodent of Unusual Size
it back-compatibly, or at least signal an error). */ -#define MODULE_MAGIC_NUMBER 19970831 +#define MODULE_MAGIC_NUMBER 19970902 #define STANDARD_MODULE_STUFF MODULE_MAGIC_NUMBER, -1, __FILE__, NULL /* Generic accessors for other modules to get at their own module-specific

cvs commit: apache-devsite mmn.txt

1997-09-02 Thread Rodent of Unusual Size
(1.3a2-dev) - r-mtime cell added 19970831 (1.3a2-dev) - error logging changed to use aplog_error() +19970902 (1.3a2-dev) - MD5 routines and structures renamed to ap_*

cvs commit: apachen/src/main http_main.c http_protocol.c

1997-09-02 Thread Randy Terbush
randy 97/09/02 21:54:55 Modified:src/main http_main.c http_protocol.c Log: Logging tweaks. Revision ChangesPath 1.214 +1 -1 apachen/src/main/http_main.c Index: http_main.c === RCS file: