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

1999-10-07 Thread dreid
dreid 99/10/07 13:15:20 Modified:src/lib/apr/file_io/beos Makefile.in Log: Small fix for beos that I missed first time around. This removes some files that I was playing with here but won't be committed. Revision ChangesPath 1.5 +1 -2 apache-2.0/src/lib

cvs commit: apache-2.0/src/lib/apr/misc/beos misc.h start.c

1999-10-08 Thread dreid
dreid 99/10/08 04:29:55 Modified:src/lib/apr/misc/beos misc.h start.c Log: Continuing to bring the beos APR into line. Revision ChangesPath 1.3 +7 -0 apache-2.0/src/lib/apr/misc/beos/misc.h Index: misc.h

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

1999-10-08 Thread dreid
dreid 99/10/08 04:33:28 Modified:src/lib/apr/locks/beos locks.c Log: And with this small change beos is up to date again! Revision ChangesPath 1.3 +3 -1 apache-2.0/src/lib/apr/locks/beos/locks.c Index: locks.c

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

1999-10-08 Thread dreid
dreid 99/10/08 09:10:39 Modified:src/lib/apr Makefile.in Log: This allows the build process for APR to make use of the extra flexability in the configure process. The MODULES and SUBDIRS are now generated by configure. Revision ChangesPath 1.10 +2 -3

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

1999-10-10 Thread dreid
dreid 99/10/10 06:54:18 Modified:src/lib/apr/network_io/beos sockopt.c Log: This stops a small moan by the compiler. h_errno is a global so it'll need to be made threadsafe. Revision ChangesPath 1.5 +2 -1 apache-2.0/src/lib/apr/network_io/beos/sockopt.c

cvs commit: apache-2.0/src/lib/apr/threadproc/beos apr_proc_stub.c

1999-10-10 Thread dreid
dreid 99/10/10 10:25:32 Modified:src/lib/apr configure.in src/lib/apr/network_io/beos sockopt.c src/lib/apr/threadproc/beos apr_proc_stub.c Log: Fixing a couple of small bugs in the beos code. Adjust the way that the check for OSDIR is done

cvs commit: apache-2.0/src/support ab.c htdigest.c logresolve.c

1999-10-11 Thread dreid
dreid 99/10/11 13:25:09 Modified:src/support ab.c htdigest.c logresolve.c Log: These changes allow the support programs to compile on BeOS. The biggest change is in ab.c where the functions that BeOS needs that aren't the standard format are hidden behind a new ab_* define

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

1999-10-13 Thread dreid
dreid 99/10/13 13:14:33 Modified:src/lib/apr/network_io/beos sockopt.c Log: This fixes that small cast that isn't needed now that I've included the apr_lib.h file for the prototype. Revision ChangesPath 1.8 +2 -1 apache-2.0/src/lib/apr/network_io/beos

cvs commit: apache-2.0/src/lib/apr/threadproc/beos proc.c

1999-10-13 Thread dreid
dreid 99/10/13 14:35:40 Modified:src/lib/apr/threadproc/beos proc.c Log: Add the process routines that BeOS was missing. Also bring BeOS back into line with the most recent changes. Revision ChangesPath 1.7 +72 -2 apache-2.0/src/lib/apr/threadproc/beos

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

1999-10-13 Thread dreid
dreid 99/10/13 15:37:20 Modified:src/modules/mpm/mpmt_beos mpmt_beos.c Log: This correct mpmt_beos for the recent changes of argument ordering for ap_get_os_sock. Revision ChangesPath 1.3 +2 -2 apache-2.0/src/modules/mpm/mpmt_beos/mpmt_beos.c Index

cvs commit: apache-2.0/src/lib/apr/locks/beos crossproc.c intraproc.c

1999-10-13 Thread dreid
dreid 99/10/13 15:49:53 Modified:src/lib/apr/locks/beos crossproc.c intraproc.c Log: Remove some silly typo's, some naughty tabs that crept in and generally tidy up. Also start adding in ap_null_cleanup in line with recent changes. There is so little difference between

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

1999-10-14 Thread dreid
dreid 99/10/14 13:53:29 Modified:src/lib/apr/locks/beos locks.c Log: Remove some early debugging code that stops the server running. Revision ChangesPath 1.5 +0 -4 apache-2.0/src/lib/apr/locks/beos/locks.c Index: locks.c

cvs commit: apache-2.0/src/lib/apr/inc apr_macro.h

1999-10-16 Thread dreid
dreid 99/10/16 05:48:00 Modified:src/lib/apr/inc apr_macro.h Log: This fixes a small problem with the macro due to the line length. Revision ChangesPath 1.2 +2 -2 apache-2.0/src/lib/apr/inc/apr_macro.h Index: apr_macro.h

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

1999-10-16 Thread dreid
dreid 99/10/16 05:52:09 Modified:src/lib/apr/time/unix time.c Log: This corrects a small problem with the safety locks. Always helps to lock and unlock the same lock! Revision ChangesPath 1.9 +2 -2 apache-2.0/src/lib/apr/time/unix/time.c Index

cvs commit: apache-2.0/src/lib/apr/include apr_mmap.h

1999-10-21 Thread dreid
dreid 99/10/21 13:36:46 Added: src/lib/apr/include apr_mmap.h Log: OK, here is the file I missed form the mmap commit last night. Revision ChangesPath 1.1 apache-2.0/src/lib/apr/include/apr_mmap.h Index: apr_mmap.h

cvs commit: apache-2.0/src/lib/apr/test testmmap.c

1999-10-21 Thread dreid
dreid 99/10/21 14:13:50 Modified:src/lib/apr configure.in src/lib/apr/mmap/beos Makefile.in mmap.c src/lib/apr/mmap/unix Makefile.in mmap.c src/lib/apr/test testmmap.c Log: This set of changes adds the function ap_mmap_open_create which

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

1999-10-22 Thread dreid
dreid 99/10/22 04:25:42 Modified:src/os/beos beosd.c iol_socket.c Log: This brings BeOS back up to date with the recent changes. Revision ChangesPath 1.4 +4 -4 apache-2.0/src/os/beos/beosd.c Index: beosd.c

cvs commit: apache-2.0/src/lib/apr/network_io/beos networkio.h

1999-10-22 Thread dreid
dreid 99/10/22 04:26:55 Modified:src/lib/apr/network_io/beos networkio.h Log: Correct a small typo that Roy pointed out. Revision ChangesPath 1.5 +1 -1 apache-2.0/src/lib/apr/network_io/beos/networkio.h Index: networkio.h

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

1999-10-22 Thread dreid
dreid 99/10/22 04:28:34 Modified:src/modules/mpm/mpmt_beos mpmt_beos.c Log: Bring the BeOS mpm up to date with the error logging changes. Revision ChangesPath 1.4 +42 -37apache-2.0/src/modules/mpm/mpmt_beos/mpmt_beos.c Index: mpmt_beos.c

cvs commit: apache-2.0/src/lib/apr/threadproc/beos apr_proc_stub.c proc.c

1999-10-22 Thread dreid
dreid 99/10/22 15:06:17 Modified:src/lib/apr/threadproc/beos apr_proc_stub.c proc.c Log: Fiz a small problem with the thread_id not being returned by correctly by ap_get_os_proc. Revision ChangesPath 1.3 +2 -2 apache-2.0/src/lib/apr/threadproc/beos

cvs commit: apache-2.0/src/lib/apr/network_io/beos networkio.h

1999-10-23 Thread dreid
dreid 99/10/23 07:43:44 Modified:src/lib/apr/network_io/beos networkio.h Log: This small addition needs altered yet again. This time hopefully it'll be totally correct. Revision ChangesPath 1.6 +1 -1 apache-2.0/src/lib/apr/network_io/beos/networkio.h

cvs commit: apache-2.0/src/lib/apr/network_io/beos sockaddr.c networkio.h sockets.c sockopt.c

1999-10-24 Thread dreid
dreid 99/10/24 05:27:35 Modified:src/lib/apr/network_io/beos networkio.h sockets.c sockopt.c Added: src/lib/apr/network_io/beos sockaddr.c Log: Bring BeOS back into line with Ben's changes to the network API. Revision ChangesPath 1.7 +3 -1 apache-2.0

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

1999-10-25 Thread dreid
dreid 99/10/25 06:21:16 Modified:src/lib/apr/network_io/beos Makefile.in Log: Well having added the file guess I should really include it! Revision ChangesPath 1.4 +2 -1 apache-2.0/src/lib/apr/network_io/beos/Makefile.in Index: Makefile.in

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

1999-10-28 Thread dreid
dreid 99/10/28 15:15:03 Modified:src/modules/mpm/mpmt_beos mpmt_beos.c Log: This gets the BeOS mpm working again. I'm still using the poll provided by RSE as so far the APR poll hasn't delivered enough performance. I'll fix it once I've got some other problems out of the way

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

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

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

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

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

1999-11-03 Thread dreid
dreid 99/11/03 04:30:59 Modified:src/lib/apr/mmap/beos Makefile.in mmap.c src/lib/apr/mmap/unix Makefile.in mmap.c Added: src/lib/apr/mmap/beos common.c src/lib/apr/mmap/unix common.c Log: Add more functions to the APR mmap. Revision

cvs commit: apache-2.0/src/lib/apr/include apr_mmap.h

1999-11-03 Thread dreid
dreid 99/11/03 04:33:34 Modified:src/lib/apr/include apr_mmap.h Log: Add the new functions and also argument names :-) Revision ChangesPath 1.2 +11 -9 apache-2.0/src/lib/apr/include/apr_mmap.h Index: apr_mmap.h

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

1999-11-03 Thread dreid
dreid 99/11/03 07:50:14 Modified:src/os/beos iol_socket.c Log: Fix a small problem with beos_writev. Revision ChangesPath 1.4 +3 -1 apache-2.0/src/os/beos/iol_socket.c Index: iol_socket.c

cvs commit: apache-2.0/src/lib/apr/threadproc/beos proc.c

1999-11-03 Thread dreid
dreid 99/11/03 08:01:53 Modified:src/lib/apr/threadproc/beos proc.c Log: This allows ap_create_process to work again... Revision ChangesPath 1.10 +4 -5 apache-2.0/src/lib/apr/threadproc/beos/proc.c Index: proc.c

cvs commit: apache-2.0/src/lib/apr/threadproc/beos proc.c

1999-11-03 Thread dreid
dreid 99/11/03 13:47:49 Modified:src/lib/apr/threadproc/beos proc.c Log: Thanks to Manuel J Petit de Gabriel for finding the problem with my pipes. This fix allows CGI to work on BeOS. Revision ChangesPath 1.11 +4 -0 apache-2.0/src/lib/apr/threadproc/beos

cvs commit: apache-2.0/src/lib/apr/threadproc/beos apr_proc_stub.c

1999-11-04 Thread dreid
dreid 99/11/04 03:21:53 Modified:src/lib/apr/threadproc/beos apr_proc_stub.c Log: Now that CGI works tidy up the files that support it. Revision ChangesPath 1.4 +7 -17 apache-2.0/src/lib/apr/threadproc/beos/apr_proc_stub.c Index: apr_proc_stub.c

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

1999-11-13 Thread dreid
dreid 99/11/12 16:07:26 Modified:src/lib/apr aclocal.m4 configure.in src/lib/apr/include apr_mmap.h src/lib/apr/mmap/beos mmap.c mmap_h.h src/lib/apr/mmap/unix common.c mmap.c mmap_h.h Log: hange the way that we test for the size

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

1999-11-20 Thread dreid
dreid 99/11/20 03:56:15 Modified:src/include http_protocol.h src/main http_core.c http_protocol.c Log: Next stage of ap_mmap support. Tested on FreeBSD and BeOS. Revision ChangesPath 1.8 +2 -1 apache-2.0/src/include/http_protocol.h Index

cvs commit: apache-2.0/src/modules/experimental Makefile.tmpl mod_mmap_static.c

1999-11-20 Thread dreid
dreid 99/11/20 04:55:27 Modified:src/modules/experimental Makefile.tmpl mod_mmap_static.c Log: This brings mod_mmap_static into Apache 2.0 using APR. Tested on BeOS. Revision ChangesPath 1.5 +5 -4 apache-2.0/src/modules/experimental/Makefile.tmpl

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

1999-11-24 Thread dreid
dreid 99/11/24 08:46:06 Modified:src/os/beos beosd.c Log: Clean up some code that BeOS doesn't use. Revision ChangesPath 1.7 +0 -16 apache-2.0/src/os/beos/beosd.c Index: beosd.c === RCS

cvs commit: apache-2.0/src/lib/apr/lib apr_pools.c

1999-12-06 Thread dreid
dreid 99/12/06 14:37:25 Modified:src/lib/apr/lib apr_pools.c Log: Tidy up a small copy/paste error in the headers. Revision ChangesPath 1.27 +1 -1 apache-2.0/src/lib/apr/lib/apr_pools.c Index: apr_pools.c

cvs commit: apache-2.0/src/lib/apr/misc/beos misc.h

1999-12-07 Thread dreid
dreid 99/12/07 07:09:23 Modified:src/lib/apr/misc/beos misc.h Log: Add apr_abort to BeOS. Revision ChangesPath 1.5 +1 -0 apache-2.0/src/lib/apr/misc/beos/misc.h Index: misc.h === RCS

cvs commit: apache-2.0/src/lib/apr/mmap/beos mmap_common.c Makefile.in common.c

1999-12-12 Thread dreid
dreid 99/12/12 09:08:48 Modified:src/lib/apr/misc/beos Makefile.in getopt.c misc.h start.c src/lib/apr/mmap/beos Makefile.in Added: src/lib/apr/file_io/beos Makefile.in file_io_common.c readwrite.c src/lib/apr/mmap/beos

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

1999-12-12 Thread dreid
dreid 99/12/12 09:18:58 Modified:src/lib/apr/network_io/beos sockaddr.c Log: The final stage of getting apache to build and run OK on BeOS. Revision ChangesPath 1.2 +0 -2 apache-2.0/src/lib/apr/network_io/beos/sockaddr.c Index: sockaddr.c

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

1999-12-15 Thread dreid
dreid 99/12/15 03:54:36 Modified:src/os/beos beosd.c Log: A small change to allow Apache to run on the most recent versions of BeOS. Revision ChangesPath 1.8 +3 -0 apache-2.0/src/os/beos/beosd.c Index: beosd.c

cvs commit: apache-2.0/src/lib/apr/test htdigest.c testmmap.c

1999-12-15 Thread dreid
dreid 99/12/15 04:20:41 Modified:src/lib/apr/test htdigest.c testmmap.c Log: Get the mmap test working again and tidy up in htdigest. Revision ChangesPath 1.10 +9 -0 apache-2.0/src/lib/apr/test/htdigest.c Index: htdigest.c

cvs commit: apache-2.0/src/lib/apr/threadproc/beos proc.c

1999-12-15 Thread dreid
dreid 99/12/15 04:35:16 Modified:src/lib/apr/threadproc/beos proc.c Log: Update the proc routines for BeOS. CGI is still hosed though :-( Revision ChangesPath 1.13 +50 -16apache-2.0/src/lib/apr/threadproc/beos/proc.c Index: proc.c

cvs commit: apache-2.0/src/lib/apr/threadproc/beos proc.c procsup.c signals.c thread.c threadcancel.c threadpriv.c threadproc.h

1999-12-15 Thread dreid
dreid 99/12/15 05:07:33 Modified:src/lib/apr/file_io/unix pipe.c src/lib/apr/locks/beos crossproc.c intraproc.c locks.c locks.h src/lib/apr/mmap/beos mmap.c mmap_h.h src/lib/apr/network_io/beos inet_aton.c

cvs commit: apache-2.0/src/lib/apr/time/unix Makefile.in

1999-12-19 Thread dreid
dreid 99/12/19 10:10:05 Modified:src/lib/apr configure.in src/lib/apr/file_io/beos Makefile.in src/lib/apr/lib Makefile.in apr_md5.c src/lib/apr/misc/beos Makefile.in src/lib/apr/mmap/beos Makefile.in src/lib

cvs commit: apache-2.0/src Configure

1999-12-19 Thread dreid
dreid 99/12/19 10:18:11 Modified:src Configure Log: Continuing the work to overcome the PowerPC BeOS autoconf is this little patch that allows Apache to be built at long last on PowerPC BeOS. Revision ChangesPath 1.18 +12 -2 apache-2.0/src/Configure

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

1999-12-20 Thread dreid
dreid 99/12/20 08:04:16 Modified:src/lib/apr/locks/beos Makefile.in Log: Missed this one when I did the others. As there isn't an inc directory I guess the other platforms should do this as well? Revision ChangesPath 1.4 +3 -4 apache-2.0/src/lib/apr/locks

cvs commit: apache-2.0/htdocs modules.html

2000-01-04 Thread dreid
dreid 00/01/04 09:14:00 Added: htdocs modules.html Log: HTML doc outlining how to convert a module from 1.3 to 2.0. Not complete but at least it's a start. Revision ChangesPath 1.1 apache-2.0/htdocs/modules.html Index: modules.html

cvs commit: apache-2.0/htdocs mpm.html

2000-01-15 Thread dreid
dreid 00/01/15 09:25:18 Added: htdocs mpm.html Log: This is the first pass at a file to give people an idea of which MPM's are available. Revision ChangesPath 1.1 apache-2.0/htdocs/mpm.html Index: mpm.html

cvs commit: apache-2.0/htdocs/manual - New directory

2000-01-15 Thread dreid
dreid 00/01/15 10:32:06 apache-2.0/htdocs/manual - New directory

cvs commit: apache-2.0/htdocs/manual/developer - New directory

2000-01-15 Thread dreid
dreid 00/01/15 10:32:34 apache-2.0/htdocs/manual/developer - New directory

cvs commit: apache-2.0/htdocs/manual/user - New directory

2000-01-15 Thread dreid
dreid 00/01/15 10:32:47 apache-2.0/htdocs/manual/user - New directory

cvs commit: apache-2.0/htdocs/manual/user index.html

2000-01-15 Thread dreid
dreid 00/01/15 10:34:15 Added: htdocs/manual index.html htdocs/manual/user index.html Log: This attempts to make more sense of the documentation along the lines of my suggestion about a week ago. Now when I figure out how to move files... Revision Changes

cvs commit: apache-2.0/htdocs/manual/developer index.html

2000-01-15 Thread dreid
dreid 00/01/15 10:35:04 Added: htdocs/manual/developer index.html Log: Another file for the documentation. Revision ChangesPath 1.1 apache-2.0/htdocs/manual/developer/index.html Index: index.html

cvs commit: apache-2.0/htdocs/manual/developer hooks.html modules.html

2000-01-15 Thread dreid
dreid 00/01/15 12:13:51 Added: htdocs/manual/developer hooks.html modules.html Log: The remaining files for the new documentation. Revision ChangesPath 1.1 apache-2.0/htdocs/manual/developer/hooks.html Index: hooks.html

cvs commit: apache-2.0/htdocs/manual/user mpm.html

2000-01-15 Thread dreid
dreid 00/01/15 12:15:08 Added: htdocs/manual/user mpm.html Log: Missed this file! So here it is... Revision ChangesPath 1.1 apache-2.0/htdocs/manual/user/mpm.html Index: mpm.html

cvs commit: apache-2.0/src/lib/apr/file_io/beos readwrite.c

2000-02-05 Thread dreid
dreid 00/02/05 04:05:06 Modified:src/lib/apr/file_io/beos readwrite.c Log: Remove the stated lines from readwrite.c to bring BeOS back in line and get it building again. Revision ChangesPath 1.6 +0 -9 apache-2.0/src/lib/apr/file_io/beos/readwrite.c

cvs commit: apache-2.0/src/lib/apr/shmem/unix/mm configure.in mm.h mm_conf.h.in mm_core.c

2000-02-05 Thread dreid
dreid 00/02/05 04:07:39 Modified:src/lib/apr/shmem/unix/mm configure.in mm.h mm_conf.h.in mm_core.c Log: This commit gets mm running on BeOS. With this BeOS APR once more compiles and builds cleanly. Not sure if this is how to update mm, but it gets

cvs commit: apache-2.0/src/modules/mpm/mpmt_beos Makefile.in config.m4 mpmt_beos.c

2000-02-07 Thread dreid
dreid 00/02/07 04:03:15 Modified:src/modules/mpm/mpmt_beos mpmt_beos.c Added: src/modules/mpm/mpmt_beos Makefile.in config.m4 Log: These changes allow BeOS to use the new buildconf configuration. Revision ChangesPath 1.14 +0 -1 apache-2.0/src/modules

cvs commit: apache-2.0/src/modules/mpm config.m4

2000-02-07 Thread dreid
dreid 00/02/07 04:05:23 Modified:src/modules/mpm config.m4 Log: These changes allow the MPM to be selected based on platform. At present it works for BeOS but adding others shouldn't be hard. Also added the OS2 MPM to the list. Revision ChangesPath 1.11 +5

cvs commit: apache-2.0/src/build build.mk

2000-02-07 Thread dreid
dreid 00/02/07 09:17:01 Modified:src/build build.mk Log: This changes build.mk to use the PrintPath utility in helpers to try and keep as much portability as possible. Revision ChangesPath 1.4 +2 -2 apache-2.0/src/build/build.mk Index: build.mk

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

2000-02-10 Thread dreid
dreid 00/02/10 05:24:15 Modified:src/main util.c src/modules/standard mod_autoindex.c mod_log_config.c Log: Small changes to remove some compiler complaints. Revision ChangesPath 1.30 +1 -1 apache-2.0/src/main/util.c Index: util.c