cvs commit: apache-1.3/src/main http_main.c

1999-06-02 Thread dgaudet
dgaudet 99/06/01 23:30:07 Modified:src CHANGES src/main http_main.c Log: Piped error logs could cause a segfault if an error occured during configuration after a restart. PR: 4456 Submitted by: Aidan Cully [EMAIL PROTECTED] Revision

cvs commit: apache-1.3/src/include httpd.h

1999-06-02 Thread rse
rse 99/06/02 00:08:19 Modified:src/include httpd.h Log: Fix recent commit of an ap_regerror() function. Hmmm... we should force us all to compile with egcc -Wall before something is comitted... Revision ChangesPath 1.279 +2 -0

cvs commit: apache-1.3/src/lib/expat-lite .cvsignore

1999-06-02 Thread rse
rse 99/06/02 00:15:52 Added: src/lib/expat-lite .cvsignore Log: Ignore generated Makefile... Revision ChangesPath 1.1 apache-1.3/src/lib/expat-lite/.cvsignore Index: .cvsignore

cvs commit: apache-1.3/src/lib .cvsignore

1999-06-02 Thread rse
rse 99/06/02 00:16:37 Added: src/lib .cvsignore Log: One more generated Makefile. Revision ChangesPath 1.1 apache-1.3/src/lib/.cvsignore Index: .cvsignore === Makefile

cvs commit: apache-site/mirrors mirrors.list index.html

1999-06-02 Thread brian
brian 99/06/02 03:12:21 Modified:mirrors mirrors.list index.html Log: 238 mirrors. Revision ChangesPath 1.77 +15 -1 apache-site/mirrors/mirrors.list Index: mirrors.list === RCS file:

cvs commit: apache-devsite binaries.html

1999-06-02 Thread brian
brian 99/06/02 03:19:08 Modified:.binaries.html Log: Clarify who can upload binaries, as well as the true argument for scp. Revision ChangesPath 1.20 +4 -4 apache-devsite/binaries.html Index: binaries.html

cvs commit: apache-1.3/src/lib/expat-lite xmltok.h xmltok_ns.c

1999-06-02 Thread rse
rse 99/06/02 06:06:29 Modified:src/lib/expat-lite xmltok.h xmltok_ns.c Log: Get rid of remaining missing prototype warnings... Revision ChangesPath 1.3 +4 -4 apache-1.3/src/lib/expat-lite/xmltok.h Index: xmltok.h

cvs commit: apache-1.3/src/modules/proxy proxy_cache.c

1999-06-02 Thread dgaudet
dgaudet 99/06/02 11:10:11 Modified:src/modules/proxy proxy_cache.c Log: missing ap_unblock_alarms Revision ChangesPath 1.60 +0 -1 apache-1.3/src/modules/proxy/proxy_cache.c Index: proxy_cache.c

cvs commit: apache-apr/apr/lib apr_snprintf.c lib.dsp

1999-06-02 Thread rbb
rbb 99/06/02 12:38:02 Modified:apr/lib apr_snprintf.c lib.dsp Log: Changes required to get lib building on Windows after this mornings commits. Revision ChangesPath 1.5 +1 -1 apache-apr/apr/lib/apr_snprintf.c Index: apr_snprintf.c

cvs commit: apache-1.3/src/main http_protocol.c

1999-06-02 Thread coar
coar99/06/02 13:11:20 Modified:src CHANGES src/main http_protocol.c Log: Trap (with an errorlog entry) malformed redirects from modules; i.e., that fail to set a Location field. Revision ChangesPath 1.1366+3 -2