cvs commit: apache-2.0 STATUS

1999-11-02 Thread manoj
manoj 99/11/02 15:18:30 Modified:.STATUS Log: No, PalmOS doesn't have threads or any process support other than a task swapper, but it has a TCP stack with non-blocking I/O and an event subsystem that will report on socket status changes. A PalmOS MPM shouldn't be too

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

1999-11-02 Thread stoddard
stoddard99/11/02 14:04:19 Modified:src/modules/mpm/winnt winnt.c Log: Add some return code checking and general tidying up. Revision ChangesPath 1.26 +146 -115 apache-2.0/src/modules/mpm/winnt/winnt.c Index: winnt.c ===

cvs commit: apache-2.0/src/lib/apr/network_io/win32 sockets.c

1999-11-02 Thread manoj
manoj 99/11/02 13:49:28 Modified:src/lib/apr/network_io/beos sockets.c src/lib/apr/network_io/unix sockets.c src/lib/apr/network_io/win32 sockets.c Log: Another APR socket bug. We weren't properly setting local_addr. This also makes vhosts work again

cvs commit: apache-2.0/src/lib/apr/network_io/win32 sockets.c

1999-11-02 Thread manoj
manoj 99/11/02 13:21:55 Modified:src/lib/apr/network_io/beos sockets.c src/lib/apr/network_io/os2 sockets.c src/lib/apr/network_io/unix sockets.c src/lib/apr/network_io/win32 sockets.c Log: Fix an APR socket bug. ap_bind would always bin

cvs commit: apache-2.0/src/modules/mpm/mpmt_beos mpmt_beos.c mpmt_beos.h scoreboard.c scoreboard.h

1999-11-02 Thread dreid
dreid 99/11/02 09:29:32 Modified:src/modules/mpm/mpmt_beos mpmt_beos.c mpmt_beos.h scoreboard.c scoreboard.h Log: Add support for connection_info to BeOS. This follows the stuff Manoj has added to dexter. Also take the opportunity to clean-up some of t

Re: cvs commit: apache-2.0/src/lib/apr/file_io/win32 fileacc.c

1999-11-02 Thread Ben Laurie
[EMAIL PROTECTED] wrote: > > stoddard99/11/02 06:24:57 > > Modified:src/lib/apr/file_io/win32 fileacc.c > Log: > call ap_getfileinfo if the file has not been stat'ed Eek! Can we use "statted" instead of "stated" for the member? This is bound to lead to confusion! Cheers, Ben. --

cvs commit: apache-2.0/src/modules/standard mod_auth.c mod_imap.c mod_mime.c

1999-11-02 Thread bjh
bjh 99/11/02 07:15:11 Modified:src/include httpd.h src/main http_config.c util.c src/modules/standard mod_auth.c mod_imap.c mod_mime.c Log: De-errno ap_pcfg_openfile(). Revision ChangesPath 1.12 +1 -1 apache-2.0/src/include/http

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

1999-11-02 Thread stoddard
stoddard99/11/02 06:34:36 Modified:src/main http_protocol.c Log: Delete useless code... Revision ChangesPath 1.34 +1 -1 apache-2.0/src/main/http_protocol.c Index: http_protocol.c === RCS fi

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

1999-11-02 Thread stoddard
stoddard99/11/02 06:30:27 Modified:src/main http_protocol.c src/modules/mpm/winnt winnt.c src/os/win32 os.h iol_socket.c src/include ap_iol.h Log: First cut at adding a sendfile API to IOL. Eventually need to move iol_socket into APR...

cvs commit: apache-2.0/src/lib/apr/file_io/win32 fileacc.c

1999-11-02 Thread stoddard
stoddard99/11/02 06:24:57 Modified:src/lib/apr/file_io/win32 fileacc.c Log: call ap_getfileinfo if the file has not been stat'ed Revision ChangesPath 1.9 +3 -0 apache-2.0/src/lib/apr/file_io/win32/fileacc.c Index: fileacc.c ==

cvs commit: apache-2.0/src/lib/apr/network_io/beos sockets.c

1999-11-02 Thread dreid
dreid 99/11/02 06:16:10 Modified:src/lib/apr/network_io/beos sockets.c Log: Fix something that was missed when the context was added to the ap_accept call. Thanks to Manoj for pointing this out. Revision ChangesPath 1.13 +0 -1 apache-2.0/src/lib/apr/network

cvs commit: apache-2.0/src/os/beos iol_socket.c iol_socket.h

1999-11-02 Thread dreid
dreid 99/11/02 04:26:43 Modified:src/modules/mpm/mpmt_beos mpmt_beos.c src/os/beos iol_socket.c iol_socket.h Log: Change the BeOS iol_socket layer to use apr. Also update mpmt_beos.c to reflect this change. Revision ChangesPath 1.7 +2 -6 apa

cvs commit: apache-1.3/htdocs index.html.en

1999-11-02 Thread fanf
fanf99/11/02 04:18:18 Modified:htdocs index.html.en Log: link directly to the http server project home page rather than the ASF homepage because that's what the surrounding text refers to. Revision ChangesPath 1.3 +1 -1 apache-1.3/htdocs/index.html.en

cvs commit: apache-2.0/src/lib/apr/threadproc/beos Makefile.in

1999-11-02 Thread dreid
dreid 99/11/02 03:30:39 Modified:src/lib/apr/locks/beos Makefile.in src/lib/apr/misc/beos Makefile.in src/lib/apr/network_io/beos Makefile.in sockets.c src/lib/apr/threadproc/beos Makefile.in Log: This primarily updates some dependancies

cvs commit: apache-2.0/src Configure

1999-11-02 Thread ronald
ronald 99/11/01 21:08:53 Modified:src Configure Log: get rid of error under solaris 2.6 Revision ChangesPath 1.16 +1 -1 apache-2.0/src/Configure Index: Configure === RCS file: /home/c