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

1999-12-01 Thread stoddard
stoddard99/12/01 14:41:35 Modified:src/main http_main.c Log: Maybe this will help eliminate some of the 'ws2_32.dll is missing' PRs. Revision ChangesPath 1.482 +5 -10 apache-1.3/src/main/http_main.c Index: http_main.c ===

cvs commit: apache-1.3/src/modules/standard mod_autoindex.c

1999-12-01 Thread coar
coar99/12/01 14:10:50 Modified:htdocs/manual/mod mod_autoindex.html src CHANGES src/modules/standard mod_autoindex.c Log: Add the long-awaited IndexOptions DescriptionWidth keyword. It was waiting for a way to avoid breaking HTML t

cvs commit: apache-1.3 Makefile.tmpl

1999-12-01 Thread martin
martin 99/12/01 13:21:23 Modified:.Makefile.tmpl Log: Fix htdocs/ overwrite test in "make install" rule: it was still testing for the presence of index.html, while it's been renamed to index.html.en a couple of weeks ago. Also, didn't we want to move /usr/local/apac

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

1999-12-01 Thread martin
martin 99/12/01 12:55:08 Modified:src CHANGES src/main util.c Log: EBCDIC: Escaped characters in c2x() were encoding the EBCDIC representation of the special characters, not the latin1 representation. This would result in invalid URI references for, e.g., f

cvs commit: apache-2.0/src/lib/apr/mmap/unix common.c

1999-12-01 Thread rbb
rbb 99/12/01 12:50:03 Modified:src/lib/apr/locks/unix crossproc.c src/lib/apr/mmap/unix common.c Log: Fix a couple of files that need to include apr_config.h now. All of these are APR .c files. Revision ChangesPath 1.9 +1 -0 apache-2.0/src

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

1999-12-01 Thread martin
martin 99/12/01 12:45:47 Modified:src CHANGES src/main http_protocol.c Log: EBCDIC: Fix Byte Ranges for EBCDIC platforms. The necessary switch between implied conversion for protocol parts and configured conversion for document data was missing. The effect of

cvs commit: apache-2.0/src/lib/apr/include apr.h.in apr_file_io.h apr_general.h apr_lib.h apr_network_io.h apr_pools.h apr_portable.h

1999-12-01 Thread rbb
rbb 99/12/01 12:35:56 Modified:src/lib/apr configure.in src/lib/apr/include apr.h.in apr_file_io.h apr_general.h apr_lib.h apr_network_io.h apr_pools.h apr_portable.h Log: This finishes cleaning up the APR macro leak.

cvs commit: apache-1.3/src/modules/standard mod_autoindex.c

1999-12-01 Thread coar
coar99/12/01 12:34:18 Modified:htdocs/manual/mod mod_autoindex.html src CHANGES src/modules/standard mod_autoindex.c Log: Add a FoldersFirst keyword to the IndexOptions directive, which causes subdirectories to always appear first

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

1999-12-01 Thread martin
martin 99/12/01 12:24:58 Modified:src CHANGES src/main buff.c Log: On BS2000, currently the send() call has slightly better performance than write(), and it doesn't have a maximum transfer size of 16kB. Revision ChangesPath 1.1464+4 -0 apac

cvs commit: apache-2.0/src/lib/apr/network_io/unix networkio.h poll.c

1999-12-01 Thread rbb
rbb 99/12/01 10:39:45 Modified:src/lib/apr acconfig.h configure.in src/lib/apr/file_io/unix fileio.h readwrite.c src/lib/apr/include apr.h.in apr_errno.h apr_file_io.h apr_fnmatch.h apr_general.h apr_lib.h apr_md5.h

cvs commit: apache-site index.html

1999-12-01 Thread coar
coar99/12/01 07:32:21 Modified:.index.html Log: Add the ApacheCon 2000 banner-advert. Revision ChangesPath 1.8 +9 -0 apache-site/index.html Index: index.html === RCS file

Re: cvs commit: apache-2.0/src/include ap_ac_config.h

1999-12-01 Thread Ryan Bloom
On 1 Dec 1999 [EMAIL PROTECTED] wrote: > manoj 99/11/30 21:09:19 > > Modified:src/include ap_ac_config.h > Log: > Autoconf's configure script will tell us which types select is looking > for; we might as well take advantage of it. We shouldn't be using select anymore in Apache.

cvs commit: apache-2.0/src Makefile.am

1999-12-01 Thread manoj
manoj 99/11/30 21:39:16 Modified:src Makefile.am Log: Force buildmark.c to be rebuilt for every Apache compile, as is done with the 1.3 configuration system. Revision ChangesPath 1.2 +7 -2 apache-2.0/src/Makefile.am Index: Makefile.am ==

cvs commit: apache-2.0/src/include ap_ac_config.h

1999-12-01 Thread manoj
manoj 99/11/30 21:09:19 Modified:src/include ap_ac_config.h Log: Autoconf's configure script will tell us which types select is looking for; we might as well take advantage of it. Revision ChangesPath 1.2 +4 -3 apache-2.0/src/include/ap_ac_config.h Ind

cvs commit: apache-2.0/src configure.in

1999-12-01 Thread manoj
manoj 99/11/30 20:57:15 Modified:src configure.in Log: Fix a couple of comments Revision ChangesPath 1.7 +3 -4 apache-2.0/src/configure.in Index: configure.in === RCS file: /home/cv

cvs commit: apache-2.0/src configure.in

1999-12-01 Thread manoj
manoj 99/11/30 20:25:05 Modified:src configure.in Log: Place ap_config_auto.h in src/include. It didn't seem to work earlier, but it does now. *shrug* Revision ChangesPath 1.6 +1 -1 apache-2.0/src/configure.in Index: configure.in ===

cvs commit: apache-2.0/src acinclude.m4

1999-12-01 Thread manoj
manoj 99/11/30 17:21:38 Modified:src acinclude.m4 Log: Fix what I think is a bug where rlim_t won't be #defined on systems that need it if the autoconf check for it was cached. Revision ChangesPath 1.3 +3 -1 apache-2.0/src/acinclude.m4 Index: acin

cvs commit: apache-2.0/src/regex config.h.stub config.m4

1999-12-01 Thread manoj
manoj 99/11/30 17:16:37 Modified:src acconfig.h.in acinclude.m4 configure.in src/include ap_config.h http_log.h src/main config.h.stub config.m4 http_log.c http_main.c src/os/unix config.m4 src/regex config.m4 Added:

cvs commit: apache-2.0/src/modules/mpm/spmt_os2 spmt_os2.c

1999-12-01 Thread manoj
manoj 99/11/30 16:45:08 Modified:src/modules/mpm/dexter dexter.c src/modules/mpm/mpmt_beos mpmt_beos.c src/modules/mpm/mpmt_pthread mpmt_pthread.c src/modules/mpm/prefork prefork.c src/modules/mpm/spmt_os2 spmt_os2.c Log:

cvs commit: apache-2.0/src/main rfc1413.c

1999-12-01 Thread manoj
manoj 99/11/30 16:25:20 Modified:src/main rfc1413.c Log: Remove a vestige of the old timeout system. ident lookups need timeouts, though. Revision ChangesPath 1.9 +4 -11 apache-2.0/src/main/rfc1413.c Index: rfc1413.c ==