cvs commit: apache-1.3/src/test check_chunked

1999-08-13 Thread dgaudet
dgaudet 99/08/12 17:51:35 Modified:src/test check_chunked Log: newer perls complain about \r in hex, whatever Revision ChangesPath 1.3 +2 -2 apache-1.3/src/test/check_chunked Index: check_chunked

cvs commit: apache-1.3/src/helpers binbuild.sh

1999-08-13 Thread randy
randy 99/08/12 20:26:30 Modified:src CHANGES src/helpers binbuild.sh Log: Add -R flag to apachectl for binary builds to work around lack of absolute path to ./libexec directory for SHARED_CORE architectures that need to load libhttp.ep. Revision

cvs commit: apache-1.3 configure

1999-08-13 Thread rse
rse 99/08/12 23:36:16 Modified:src CHANGES .configure Log: Fixed generated AddModule adjustments in APACI's `configure' script in order to allow (new) modules like mod_vhost_alias to be handled correctly (which was touched by the adjustments for

cvs commit: apache-1.3/src CHANGES

1999-08-13 Thread rse
rse 99/08/12 23:37:54 Modified:src CHANGES Log: fix indentation Revision ChangesPath 1.1419+10 -10apache-1.3/src/CHANGES Index: CHANGES === RCS file:

cvs commit: apache-2.0/mpm/conf httpd.conf-dist

1999-08-13 Thread rse
rse 99/08/12 23:54:06 Modified:mpm/conf httpd.conf-dist Log: A few corrections to dexter default config. Thanks to Manoj for making it clear Revision ChangesPath 1.6 +6 -6 apache-2.0/mpm/conf/httpd.conf-dist Index: httpd.conf-dist

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

1999-08-13 Thread manoj
manoj 99/08/12 23:58:14 Modified:mpm/src/include http_connection.h httpd.h mpm/src/main http_connection.c mpm/src/modules/mpm/dexter dexter.c mpm/src/modules/mpm/mpmt_pthread mpmt_pthread.c mpm/src/modules/mpm/prefork

cvs commit: apache-1.3 Makefile.tmpl

1999-08-13 Thread martin
martin 99/08/12 23:58:24 Modified:.Makefile.tmpl Log: Ensure that the installed expat include files are world readable, just like the other header files. Revision ChangesPath 1.88 +1 -1 apache-1.3/Makefile.tmpl Index: Makefile.tmpl

cvs commit: apache-1.3 STATUS

1999-08-13 Thread martin
martin 99/08/13 00:17:11 Modified:.STATUS Log: Note problem with 300/304 return codes without Location: header (this bug breaks mod_speling) Revision ChangesPath 1.740 +8 -1 apache-1.3/STATUS Index: STATUS

cvs commit: apache-1.3/src/modules/experimental mod_auth_digest.c

1999-08-13 Thread ronald
ronald 99/08/13 00:18:08 Modified:src/modules/experimental mod_auth_digest.c Log: - Print out pointer to Rule DEV_RANDOM when truerand lib not found - Fix test-compile check to check for randbyte instead of trand32 - use ap_base64encode_binary/decode instead of our own copy -

cvs commit: apache-1.3 configure

1999-08-13 Thread bjh
bjh 99/08/13 08:05:49 Modified:.configure Log: Translate module names to dll names for OS/2 so that they are no more than 8 characters long and have an extension of dll instead of so. Revision ChangesPath 1.101 +9 -0 apache-1.3/configure

cvs commit: apache-2.0/mpm/src/os/unix iol_socket.c

1999-08-13 Thread rse
rse 99/08/13 08:52:03 Modified:mpm/src/os/unix iol_socket.c Log: Hell, what a subtle problem which caused me four hours this afternoon to find. It's not exactly specified (even POSIX does it once this time and once this time) whether read() returns EWOULDBLOCK or EAGAIN.

cvs commit: apache-2.0/mpm README.rse

1999-08-13 Thread rse
rse 99/08/13 09:01:12 Modified:mpm README.rse Log: Ops, Pth 1.1b3 has broken writev() semantics under blocking mode and a broken select() in case of timeouts. This caused problems for large transfers with Apache/mpm-dexter-pth. With 1.1b4 it is now gone, so use this

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

1999-08-13 Thread stoddard
stoddard99/08/13 12:45:27 Modified:mpm/src/modules/mpm/winnt winnt.c Log: Update listener code. Workaround stupid WIN32 bug(?) in WSASocket (fails with 10091 if the process environment block is not fully inherited from the parent). Start working on I/O layering support. It's

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

1999-08-13 Thread manoj
manoj 99/08/13 12:47:02 Modified:mpm/src/modules/mpm/dexter dexter.c Log: Get rid of the single-child worker thread implementation for now. It's a pain keeping track of them both, and it can be added back easily.. Revision ChangesPath 1.23 +1 -133

cvs commit: apache-2.0/mpm/src/os/unix unixd.c unixd.h

1999-08-13 Thread manoj
manoj 99/08/13 14:55:19 Modified:mpm/src/modules/mpm/dexter dexter.c mpm/src/modules/mpm/mpmt_pthread mpmt_pthread.c mpm/src/modules/mpm/prefork prefork.c mpm/src/os/unix unixd.c unixd.h Log: Move the ap_sys_siglist code from the Unix