cvs commit: apache-apr/include apr_portable.h

1999-08-09 Thread rbb
rbb 99/08/09 08:52:32 Modified:apr/include apr_config.h.in apr/test ab_apr.c apr/time/unix access.c atime.h time.c include apr_portable.h Log: Update Unix side to match Windows side from the work done this weekend. All the test

cvs commit: apache-apr/include apr_errno.h apr_network_io.h

1999-08-09 Thread rbb
rbb 99/08/09 10:58:12 Modified:apr/network_io/unix poll.c include apr_errno.h apr_network_io.h Log: Adding some new functions for poll. Will test them as soon as I fix Windows and ab_apr. Adding CVS: Revision ChangesPath 1.16 +72 -0

cvs commit: apache-apr/include apr_network_io.h

1999-08-09 Thread rbb
rbb 99/08/09 12:25:08 Modified:apr/network_io/win32 network_io.def poll.c apr/test ab_apr.c ab_apr.dsp client.dsp server.dsp testarg.dsp testfile.dsp testproc.dsp testsig.dsp testsock.dsp testthread.dsp timetest.dsp

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

1999-08-09 Thread rbb
rbb 99/08/09 13:21:08 Modified:apr/network_io/unix networkio.h poll.c Log: reworked the unix poll code. This now works with ab_apr. The numbers returned from ab are WAY off on all platforms, but at least it is connecting everywhere. :) Revision ChangesPath

cvs commit: apache-apr/apr/time/win32 time.c

1999-08-10 Thread rbb
rbb 99/08/10 08:21:53 Modified:apr/time/win32 time.c Log: Fix a bug in the Windows ap_timediff function. Win32 doesn't use a rationale time slice for their internal representation, not seconds, not milliseconds, not even nanoseconds. No, Windows uses 100-nanosecond b

cvs commit: apache-apr/apr/time/unix time.c

1999-08-10 Thread rbb
rbb 99/08/10 10:49:27 Modified:apr/time/unix time.c Log: Fix a stupid mistake in the unix apr time code. Revision ChangesPath 1.10 +3 -2 apache-apr/apr/time/unix/time.c Index: time.c

cvs commit: apache-apr/apr/test htdigest.dsp htdigest.c test.dsw

1999-08-11 Thread rbb
rbb 99/08/11 07:44:18 Modified:apr/file_io/win32 file_io.def fileio.h open.c readwrite.c apr/lib apr_getpass.c lib.def lib.dsp apr/test htdigest.c test.dsw Added: apr/test htdigest.dsp Log: htdigest is now X-platform. :) Revision

cvs commit: apache-apr/apr/file_io/unix filedup.c fileio.h open.c readwrite.c seek.c

1999-08-16 Thread rbb
rbb 99/08/16 12:10:20 Modified:apr/file_io/unix filedup.c fileio.h open.c readwrite.c seek.c Log: Get the buffered file I/O stuff in APR for unix finally. This has been on my TODO list for a while, but it's off now. Revision Changes

cvs commit: apache-2.0/mpm/src/lib/apr - Imported sources

1999-08-17 Thread rbb
rbb 99/08/17 08:59:54 Log: I am importing the correct APR tree into the 2.0 tree. When Apache is successfully ported to use it, I am hoping this becomes it's own repository. This is my first import, so I am basically just hoping I get it right :) Status: Vendo

cvs commit: apache-2.0/mpm/src/lib/apr/shmem/unix/mm Makefile

1999-08-17 Thread rbb
rbb 99/08/17 10:19:19 Removed: mpm/src/lib/apr Makefile mpm/src/lib/apr/lib Makefile mpm/src/lib/apr/shmem/unix Makefile mpm/src/lib/apr/shmem/unix/mm Makefile Log: I forgot to remove these files before I did my import. Oh well

cvs commit: apache-2.0/mpm/src/lib/apr config.cache config.log

1999-08-17 Thread rbb
rbb 99/08/17 10:46:50 Removed: mpm/src/lib/apr config.cache config.log Log: Two more files that got stuck in accidentally.

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

1999-08-18 Thread rbb
rbb 99/08/18 05:32:04 Modified:mpm/src/lib/apr/file_io/unix Makefile.in mpm/src/lib/apr/lib Makefile.in mpm/src/lib/apr/misc/unix Makefile.in mpm/src/lib/apr/network_io/unix Makefile.in mpm/src/lib/apr/threadproc/unix

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

1999-08-18 Thread rbb
rbb 99/08/18 06:33:29 Modified:mpm/src/lib/apr configure configure.in mpm/src/lib/apr/file_io/unix open.c readwrite.c mpm/src/lib/apr/include apr_config.h.in apr_file_io.h mpm/src/lib/apr/lib apr_pools.c apr_tables.c mpm

cvs commit: apache-2.0/mpm/src/lib/apr/time/win32 time.dsp

1999-08-18 Thread rbb
rbb 99/08/18 07:37:17 Modified:mpm/src/lib/apr/file_io/win32 file_io.dsp mpm/src/lib/apr/lib lib.dsp mpm/src/lib/apr/locks/win32 locks.dsp mpm/src/lib/apr/misc/win32 misc.dsp mpm/src/lib/apr/network_io/win32 network_io.dsp

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

1999-08-18 Thread rbb
rbb 99/08/18 12:54:00 Removed: mpm/src/lib/apr/inc hsregex.h apr_lib.h apr_md5.h mpm/src/lib/apr/include apr_pools.h Log: Moving some files. apr_pools.h is an internal ONLY header, and the other three need to be exposed to the outside world. This change

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

1999-08-18 Thread rbb
rbb 99/08/18 13:20:30 Modified:mpm/src/lib/apr configure mpm/src/lib/apr/file_io/unix Makefile.in mpm/src/lib/apr/lib Makefile.in mpm/src/lib/apr/misc/unix Makefile.in mpm/src/lib/apr/network_io/unix Makefile.in

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

1999-08-18 Thread rbb
rbb 99/08/18 13:33:30 Modified:mpm/src/lib/apr/include apr_config.h.in mpm/src/lib/apr/lib apr_pools.c Log: Two more changes for AIX. One defines the __attributes__ directive for non-gcc compilers and remove a warning on picky compilers. Revision Changes

cvs commit: apache-2.0/mpm/src/lib/apr/include apr_config.h.in

1999-08-19 Thread rbb
rbb 99/08/19 06:31:11 Modified:mpm/src/lib/apr acconfig.h aclocal.m4 configure configure.in mpm/src/lib/apr/include apr_config.h.in Log: Changes to let APR compile and build on AIX with a non GNU compiler. I'll test these on other systems now. Rev

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

1999-08-19 Thread rbb
rbb 99/08/19 14:45:37 Modified:mpm/src/lib/apr Makefile.in mpm/src/lib/apr/include apr_lib.h Log: A couple of changes required to make things work nicer with Apache. Mainly moving the lib*.a when they are all built into a common dir, and putting some

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

1999-08-27 Thread rbb
rbb 99/08/27 09:26:12 Modified:src/lib/apr Makefile.in src/lib/apr/file_io/beos Makefile.in src/lib/apr/file_io/os2 Makefile.in src/lib/apr/file_io/unix Makefile.in src/lib/apr/inc apr_pools.h src/lib/apr

cvs commit: apache-2.0/src/lib/apr/signal/beos - New directory

1999-08-30 Thread rbb
rbb 99/08/30 07:58:42 apache-2.0/src/lib/apr/signal/beos - New directory

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

1999-08-30 Thread rbb
rbb 99/08/30 08:01:31 Added: src/lib/apr/signal/beos Makefile.in signal.c Log: Signals are now available on Beos. Submitted by: David Reid Revision ChangesPath 1.1 apache-2.0/src/lib/apr/signal/beos/Makefile.in Index: Makefile.in

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

1999-08-30 Thread rbb
rbb 99/08/30 08:20:16 Modified:src/lib/apr configure.in src/lib/apr/include apr_config.h.in src/lib/apr/lib apr_getpass.c src/lib/apr/time/unix time.c Log: More BeOS fixes. Submitted by: David Reid Revision ChangesPath

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

1999-08-30 Thread rbb
rbb 99/08/30 08:30:07 Removed: src/lib/apr/inc apr_config.h.in Log: This file is in include, and we only need it once.

cvs commit: apache-2.0/src/test test_find.c test_parser.c time-sem.c

1999-08-31 Thread rbb
rbb 99/08/30 22:35:56 Modified:src Configuration.mpm Configure Makefile.tmpl src/ap Makefile.tmpl ap_buf.c ap_getpass.c ap_hooks.c src/include ap.h ap_config.h ap_hooks.h ap_listen.h ap_mpm.h buff.h fnmatch.h http_config.h

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

1999-08-31 Thread rbb
rbb 99/08/31 05:33:09 Modified:src/os/beos os.c os.h src/os/bs2000 os.c os.h src/os/os2 os.c os.h src/os/tpf os.c os.h src/os/unix os.c os.h Log: Fix some errors from a global search and replace gone wrong. This should

cvs commit: apache-2.0/src/lib/apr/file_io/win32 .test.swp

1999-08-31 Thread rbb
rbb 99/08/31 06:02:35 Removed: src/lib/apr/file_io/win32 .test.swp Log: This file never should have been committed.

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

1999-08-31 Thread rbb
rbb 99/08/31 14:54:53 Modified:src/lib/apr/lib apr_execve.c src/modules/proxy proxy_util.c src/modules/standard mod_mime_magic.c Log: Fix all of those annoying --i -> - ap_context_t problems caused by a search/replace gone wrong. Revis

cvs commit: apache-2.0/src CHANGES

1999-08-31 Thread rbb
rbb 99/08/31 14:57:39 Modified:src CHANGES Log: Update the CHANGES file to reflect the APR changes. Revision ChangesPath 1.7 +3 -0 apache-2.0/src/CHANGES Index: CHANGES === RCS

cvs commit: apache-2.0/src/os/unix Makefile.tmpl

1999-09-01 Thread rbb
rbb 99/09/01 07:38:41 Modified:src Makefile.tmpl src/ap Makefile.tmpl src/lib/apr/include apr_lib.h src/lib/apr/lib apr_getpass.c src/main Makefile.tmpl src/modules/mpm/mpmt_pthread Makefile.tmpl

cvs commit: apache-2.0/src/lib/apr/include apr_config.h.in apr_file_io.h

1999-09-01 Thread rbb
rbb 99/09/01 12:01:59 Modified:src/lib/apr configure.in src/lib/apr/file_io/unix fileacc.c open.c readwrite.c src/lib/apr/include apr_config.h.in apr_file_io.h Log: Fix some compile issues, and add a new function or two, because util.c needs them

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

1999-09-02 Thread rbb
rbb 99/09/02 13:33:43 Modified:src/lib/apr/include apr_network_io.h src/lib/apr/network_io/unix sendrecv.c sockets.c Log: Add some network API's to APR. Revision ChangesPath 1.2 +2 -0 apache-2.0/src/lib/apr/include/apr_network

cvs commit: apache-2.0/src/lib/apr/file_io/unix dir.c open.c

1999-09-03 Thread rbb
rbb 99/09/03 05:22:28 Modified:src/lib/apr/file_io/unix dir.c open.c Log: Fix some APR documentation. Submitted by: Paul Reder Revision ChangesPath 1.2 +3 -3 apache-2.0/src/lib/apr/file_io/unix/dir.c Index: dir.c

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

1999-09-03 Thread rbb
rbb 99/09/03 07:20:24 Modified:src/lib/apr configure src/lib/apr/include apr_network_io.h src/lib/apr/network_io/unix networkio.h sendrecv.c sockopt.c Log: Fix the timeout code in APR. This is now done properly, by setting a field in the socket

cvs commit: apache-2.0/src/lib/apr/test Makefile.in ab_apr.c client.c server.c

1999-09-03 Thread rbb
rbb 99/09/03 07:33:13 Modified:src/lib/apr/network_io/unix sockets.c src/lib/apr/test Makefile.in ab_apr.c client.c server.c Log: Fix the test programs to use the new timeout API's in network I/O. Also, fix a minor bug in the new timeout code. I forg

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

1999-09-04 Thread rbb
rbb 99/09/03 17:21:16 Modified:src/lib/apr/include apr_errno.h apr_network_io.h src/lib/apr/network_io/unix sockets.c sockopt.c Log: A couple of new features for APR. And a few doc changes for APR. Revision ChangesPath 1.2 +8 -0 apache-2.0

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

1999-09-07 Thread rbb
rbb 99/09/07 14:24:45 Modified:src/lib/apr/file_io/unix open.c readwrite.c src/lib/apr/lib apr_pools.c src/lib/apr/network_io/unix sockets.c Log: Allor ap_palloc to work without a pool. Basically, this just uses malloc. This also sets us up to

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

1999-09-08 Thread rbb
rbb 99/09/08 07:16:09 Modified:src/include ap_config.h ap_listen.h http_log.h http_protocol.h httpd.h util_md5.h src/main http_config.c http_core.c http_log.c http_protocol.c listen.c rfc1413.c util.c

cvs commit: apache-site/contributors index.html

1999-09-08 Thread rbb
rbb 99/09/08 10:03:38 Modified:contributors index.html Log: Adding myself to the contributors page. Revision ChangesPath 1.74 +13 -0 apache-site/contributors/index.html Index: index.html

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

1999-09-08 Thread rbb
rbb 99/09/08 11:04:21 Modified:src/lib/apr/inc apr_pools.h src/lib/apr/include apr_lib.h src/lib/apr/lib apr_pools.c Log: Remove the "ap_popenf"-like calls. These are basically the ones that were removed from Apache earlier today. Th

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

1999-09-08 Thread rbb
rbb 99/09/08 12:07:09 Modified:src/lib/apr/lib apr_pools.c Log: Protect some #includes with #ifdefs and remove one that is no longer needed. Revision ChangesPath 1.7 +6 -1 apache-2.0/src/lib/apr/lib/apr_pools.c Index: apr_pools.c

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

1999-09-08 Thread rbb
rbb 99/09/08 12:56:25 Modified:src/lib/apr/lib apr_pools.c Log: Fix some STUPID typos I made on my last commit. Submitted by: Greg Stein Revision ChangesPath 1.8 +2 -2 apache-2.0/src/lib/apr/lib/apr_pools.c Index: apr_pools.c

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

1999-09-10 Thread rbb
rbb 99/09/10 07:00:49 Modified:src/lib/apr Makefile.in src/lib/apr/file_io/beos fileacc.c fileio.h open.c readwrite.c src/lib/apr/lib apr_getpass.c src/lib/apr/test htdigest.c src/lib/apr/threadproc

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

1999-09-11 Thread rbb
rbb 99/09/11 08:48:47 Modified:src/lib/apr/file_io/unix readwrite.c Log: A performance improvement for APR. We used to stat the file on every write. This is a legacy from a VERY early version of APR. Revision ChangesPath 1.6 +14 -15apache-2.0/src/lib/apr

cvs commit: apache-2.0/src/modules/mpm/mpmt_pthread acceptlock.c scoreboard.c

1999-09-11 Thread rbb
rbb 99/09/11 08:58:44 Modified:src/modules/mpm/dexter acceptlock.c src/modules/mpm/mpmt_pthread acceptlock.c scoreboard.c Log: This change should allow Apache to build on all platforms with the popenf changes. I have not been able to test this, but it should be

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

1999-09-13 Thread rbb
rbb 99/09/13 05:37:15 Modified:src/modules/mpm/dexter acceptlock.c Log: Fix a stupid typo that never should have been committed. Submitted by: Jim Jagielski Revision ChangesPath 1.8 +2 -2 apache-2.0/src/modules/mpm/dexter/acceptlock.c Index

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

1999-09-13 Thread rbb
rbb 99/09/13 07:06:42 Modified:src/lib/apr/file_io/unix open.c Log: Fix the bug dealing with opening files on Unix Revision ChangesPath 1.11 +2 -1 apache-2.0/src/lib/apr/file_io/unix/open.c Index: open.c

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

1999-09-14 Thread rbb
rbb 99/09/14 06:37:46 Modified:src/ap ap_hooks.c src/lib/apr/file_io/unix fileacc.c src/lib/apr/include apr_file_io.h apr_general.h apr_lock.h apr_network_io.h apr_thread_proc.h apr_time.h src/lib/apr/locks/unix

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

1999-09-20 Thread rbb
rbb 99/09/20 14:33:11 Modified:src/lib/apr/include apr_lock.h src/lib/apr/locks/unix locks.c src/lib/apr/test testthread.c Log: Allow APR locks to do more than just straight mutex. Only mutex is implemented, but at least now we can add different

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

1999-09-20 Thread rbb
rbb 99/09/20 14:34:28 Modified:src/lib/apr/file_io/unix fileacc.c src/lib/apr/misc/unix start.c src/lib/apr/network_io/unix poll.c Log: Some docs changes. Revision ChangesPath 1.4 +4 -1 apache-2.0/src/lib/apr/file_io/unix

cvs commit: apache-2.0/src/lib/apr/file_io/beos Makefile.in dir.c fileacc.c filedup.c fileio.h filestat.c open.c pipe.c readwrite.c seek.c

1999-09-28 Thread rbb
rbb 99/09/28 10:22:01 Modified:src/lib/apr/file_io/beos Makefile.in Removed: src/lib/apr/file_io/beos dir.c fileacc.c filedup.c fileio.h filestat.c open.c pipe.c readwrite.c seek.c Log: Make the beos compile use the common code from the Unix dir

cvs commit: apache-2.0/src/lib/apr/time/beos Makefile.in access.c atime.h time.c

1999-09-28 Thread rbb
rbb 99/09/28 10:24:37 Modified:src/lib/apr/time/beos Makefile.in Removed: src/lib/apr/time/beos access.c atime.h time.c Log: Make beos use the common unix code. Currently, we need the Makefile here, but in time, we will most likely change the build process to not

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

1999-10-02 Thread rbb
rbb 99/10/02 16:02:10 Modified:src/lib/apr/network_io/unix sockets.c Log: fix typo in ap_connect. Submitted by: Benoit Garnier Revision ChangesPath 1.10 +1 -1 apache-2.0/src/lib/apr/network_io/unix/sockets.c Index: sockets.c

cvs commit: apache-2.0/src/lib/apr/network_io/beos inet_aton.c Makefile.in networkio.h sendrecv.c sockets.c sockopt.c

1999-10-02 Thread rbb
rbb 99/10/02 16:11:38 Modified:src/lib/apr/network_io/beos Makefile.in networkio.h sendrecv.c sockets.c sockopt.c Added: src/lib/apr/network_io/beos inet_aton.c Log: Update BeOS network code. This should bring it up to the same level as the

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

1999-10-04 Thread rbb
rbb 99/10/04 06:37:20 Modified:src/lib/apr/file_io/unix dir.c fileacc.c Log: Ifdef out the code that checks to make sure the file descriptor isn't a socket. BeOS files cannot be sockets, so this code isn't needed and won't compile. Submitted by: David Rei

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

1999-10-04 Thread rbb
rbb 99/10/04 09:38:18 Modified:src/ap ap_hooks.c src/lib/apr/file_io/os2 dir.c fileacc.c filedup.c open.c pipe.c src/lib/apr/file_io/unix dir.c fileacc.c filedup.c fileio.h open.c pipe.c

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

1999-10-04 Thread rbb
rbb 99/10/04 10:24:55 Modified:src/lib/apr/file_io/unix readwrite.c src/lib/apr/file_io/win32 readwrite.c src/lib/apr/include apr_file_io.h src/main util.c src/modules/standard mod_negotiation.c Log: Simple name change

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

1999-10-05 Thread rbb
rbb 99/10/05 07:24:29 Modified:src/lib/apr/file_io/unix dir.c Log: Remove a line of code that shouldn't have been left in. Submitted by: Manoj Kasichainula Revision ChangesPath 1.6 +0 -1 apache-2.0/src/lib/apr/file_io/unix/dir.c Index:

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

1999-10-06 Thread rbb
rbb 99/10/05 23:48:52 Modified:src/lib/apr acconfig.h configure.in src/lib/apr/include apr_config.h.in apr_errno.h src/lib/apr/time/unix time.c Log: Make time functions threadsafe in APR. This is the current way to make a function thread-safe

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

1999-10-06 Thread rbb
rbb 99/10/06 16:04:18 Modified:src/lib/apr/file_io/os2 dir.c fileacc.c open.c pipe.c src/lib/apr/file_io/unix dir.c fileacc.c open.c pipe.c readwrite.c src/lib/apr/file_io/win32 dir.c fileacc.c open.c pipe.c

cvs commit: apache-2.0/src/lib/apr/include apr_file_io.h apr_lib.h apr_thread_proc.h apr_config.h.in

1999-10-08 Thread rbb
rbb 99/10/08 06:35:21 Modified:src/lib/apr/include apr_file_io.h apr_lib.h apr_thread_proc.h Removed: src/lib/apr/include apr_config.h.in Log: Remove the final generated file from the APR tree. Revision ChangesPath 1.9 +1 -0

cvs commit: apache-2.0/src/lib/apr/include apr_file_io.h apr_lib.h apr_thread_proc.h

1999-10-08 Thread rbb
rbb 99/10/08 06:47:05 Modified:src/lib/apr/include apr_file_io.h apr_lib.h apr_thread_proc.h Log: Undoing my last changes to these files. These changes are a part of a much larger commit that somebody else is doing. They got included by mistake

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

1999-10-08 Thread rbb
rbb 99/10/08 07:45:00 Modified:src/lib/apr/include apr_thread_proc.h Log: Finish undoing my recent patch. I missed a few lines in my haste to undo it Revision ChangesPath 1.6 +1 -1 apache-2.0/src/lib/apr/include/apr_thread_proc.h Index

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

1999-10-08 Thread rbb
rbb 99/10/08 10:29:25 Modified:src/lib/apr acconfig.h Log: Fix some stupid bugs with the SAFETY_LOCK code. Submitted by: Manoj Kasichainula and Greg Stein Revision ChangesPath 1.4 +3 -4 apache-2.0/src/lib/apr/acconfig.h Index: acconfig.h

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

1999-10-08 Thread rbb
rbb 99/10/08 11:53:31 Modified:src/lib/apr/locks/beos locks.c src/lib/apr/locks/os2 locks.c src/lib/apr/locks/unix locks.c src/lib/apr/locks/win32 locks.c Log: Parameter order change for the locks directory. They are all up to

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

1999-10-08 Thread rbb
rbb 99/10/08 13:04:46 Modified:src/lib/apr acconfig.h src/lib/apr/file_io/unix fileacc.c src/lib/apr/file_io/win32 fileacc.c src/lib/apr/include apr_general.h apr_lock.h src/lib/apr/locks/unix locks.c src/lib

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

1999-10-10 Thread rbb
rbb 99/10/10 13:35:07 Modified:src/lib/apr Makefile.in src/lib/apr/include apr_network_io.h apr_portable.h src/lib/apr/network_io/beos poll.c sockets.c sockopt.c src/lib/apr/network_io/os2 poll.c sockopt.c src/lib/apr

cvs commit: apache-2.0/src/lib/apr APRDesign

1999-10-11 Thread rbb
rbb 99/10/10 17:51:42 Added: src/lib/apr APRDesign Log: Add an APR design document. This is not complete, but it does provide some basic rules that the current APR developers have been following. Feel free to comment on it. Reviewed by: David Reid Revision

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

1999-10-11 Thread rbb
rbb 99/10/10 18:39:25 Modified:src/lib/apr/include apr_general.h src/lib/apr/signal/beos signal.c src/lib/apr/signal/unix signal.c src/lib/apr/signal/win32 signal.c src/lib/apr/test testsig.c Log: Bring signals up to

cvs commit: apache-2.0/src/os/win32 util_win32.c

1999-10-11 Thread rbb
rbb 99/10/11 07:20:48 Modified:src Configure src/include http_log.h src/lib/apr/file_io/unix open.c src/lib/apr/include apr_file_io.h apr_lib.h apr_thread_proc.h src/lib/apr/lib apr_cpystrn.c

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

1999-10-11 Thread rbb
rbb 99/10/11 10:52:29 Modified:src/lib/apr/include apr_portable.h apr_thread_proc.h src/lib/apr/locks/unix locks.c src/lib/apr/test testproc.c testsig.c testsock.c testthread.c src/lib/apr/threadproc/beos proc.c

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

1999-10-11 Thread rbb
rbb 99/10/11 10:57:13 Modified:src/lib/apr/locks/unix locks.c Log: This avoids a seg fault when using locks on some unixes. The problem is, if we pass in a NULL for the filename when creating a lock, we will seg fault. This is not a permanent solution, but at least the

cvs commit: apache-2.0/src Configure

1999-10-11 Thread rbb
rbb 99/10/11 12:45:46 Modified:src Configure Log: Make sure APRLIB is in the correct order. Without this change, we get undefined externals. The next step is to make one big APR lib file. Revision ChangesPath 1.13 +1 -1 apache-2.0/src/Configure

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

1999-10-12 Thread rbb
rbb 99/10/12 05:55:12 Modified:src/lib/apr/locks/unix intraproc.c Log: Fix some bugs introduced yesterday. Most pthreads functions (at least the mutex ones) return 0 for success and an error value on error, just like APR. This change allows us to take advantage of this

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

1999-10-12 Thread rbb
rbb 99/10/12 06:09:31 Modified:src/lib/apr/locks/unix intraproc.c Log: Fix some bugs in my last commit, and a few of the bugs I didn't notice when I went through the original patch. Whoops. Revision ChangesPath 1.5 +4 -5 apache-2.0/src/lib/apr/

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

1999-10-12 Thread rbb
rbb 99/10/12 10:54:33 Modified:src/lib/apr/lib apr_pools.c Log: Fix a bug in pool locking. The current logic requires recursive mutex's, which are non-portable. This fix ensures that when clearing and destroying pools, we only try to grab the mutex once. The fact tha

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

1999-10-12 Thread rbb
rbb 99/10/12 12:21:11 Modified:src/lib/apr/locks/unix intraproc.c Log: Fix some locking problems in the original pthreads locking code. Some of this was me being overly cautious. Some of it was me being careless. :) Revision ChangesPath 1.6 +2 -7

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

1999-10-12 Thread rbb
rbb 99/10/12 13:00:33 Modified:src/lib/apr/file_io/unix fileio.h readwrite.c src/lib/apr/include apr_file_io.h Log: Add a function to allow people to actually create and use ap_iovec_t's. I knew I needed this, but kept forgetting to add it. Rev

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

1999-10-13 Thread rbb
rbb 99/10/13 08:29:22 Modified:src/lib/apr configure.in src/lib/apr/include apr_file_io.h src/lib/apr/file_io/unix readwrite.c Log: Fix my ap_make_iovec function. APR compiles cleanly again. I could have sworn this compiled for me last night

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

1999-10-13 Thread rbb
rbb 99/10/13 10:45:17 Modified:src/lib/apr/lib apr_pools.c Log: I am actually going to fix the recursive lock contention this time. These locks were removed when Dean did his NSPR work a long time ago, and were carried over into the apache-apr tree. When the lib directory

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

1999-10-13 Thread rbb
rbb 99/10/13 11:07:23 Modified:src/lib/apr/include apr_lib.h src/lib/apr/lib apr_cpystrn.c Log: Move filename_of_pathname down to APR. I have put an ap_ at the beginning to protect namespace. This is "distilled" from http_main.c Submitted by

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

1999-10-14 Thread rbb
rbb 99/10/14 07:36:55 Modified:src/lib/apr/file_io/os2 open.c src/lib/apr/file_io/unix open.c src/lib/apr/file_io/win32 open.c src/lib/apr/include apr_file_io.h src/lib/apr/test ab_apr.c abc.c htdigest.c testfile.c

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

1999-10-14 Thread rbb
rbb 99/10/14 10:39:09 Modified:src/lib/apr acconfig.h src/lib/apr/time/unix time.c Added: src/lib/apr/inc apr_macro.h Log: Isolate the APR thread-safety macros. This makes any macro available to ANY portion of APR. It also makes these macros internal

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

1999-10-14 Thread rbb
rbb 99/10/14 11:14:39 Modified:src/lib/apr/time/unix time.c Log: Rid ourselves of a warning, and make all the time functions use one lock. This is because all the time functions supposedly may use the same static memory space for their work. Revision ChangesPath

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

1999-10-15 Thread rbb
rbb 99/10/15 07:20:32 Modified:src/lib/apr/file_io/unix fileacc.c src/lib/apr/file_io/win32 fileacc.c src/lib/apr/include apr_file_io.h apr_network_io.h apr_thread_proc.h src/lib/apr/locks/unix locks.c

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

1999-10-16 Thread rbb
rbb 99/10/16 07:07:01 Modified:src/lib/apr/file_io/unix dir.c src/lib/apr/inc apr_macro.h src/lib/apr/network_io/unix networkio.h sockets.c sockopt.c Log: Put mutex's around non-thread-safe functions in APR. Revision ChangesPath

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

1999-10-16 Thread rbb
rbb 99/10/16 13:52:33 Modified:src/lib/apr/threadproc/win32 proc.c Log: Fix some problems caused by the parameter swap merges. Revision ChangesPath 1.10 +1 -12 apache-2.0/src/lib/apr/threadproc/win32/proc.c Index: proc.c

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

1999-10-16 Thread rbb
rbb 99/10/16 14:09:16 Modified:src/lib/apr/inc apr_macro.h Log: Fix Greg's problems with my original macros. It compiles cleanly, But I haven't executed this code. I'll probably just start implementing the new functions now, so this will most likely not get

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

1999-10-18 Thread rbb
rbb 99/10/18 05:44:00 Modified:src/lib/apr/include apr_win.h src/lib/apr/lib apr_getpass.c Log: Remove a warning from apr_getpass.c Revision ChangesPath 1.4 +5 -0 apache-2.0/src/lib/apr/include/apr_win.h Index: apr_win.h

cvs commit: apache-2.0/src/lib/apr APRDesign

1999-10-18 Thread rbb
rbb 99/10/18 11:34:26 Modified:src/lib/apr APRDesign Log: Update the design doc with specs for FEATURE macros inside APR. Revision ChangesPath 1.2 +26 -0 apache-2.0/src/lib/apr/APRDesign Index: APRDesign

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

1999-10-19 Thread rbb
rbb 99/10/19 04:19:29 Modified:src/lib/apr/file_io/unix readwrite.c Log: Somewhere along the line, we stopped checking the return codes of read and write. This fixes that oversight. Submitted by: Manoj Kasichainula Revision ChangesPath 1.13 +6 -0

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

1999-10-19 Thread rbb
rbb 99/10/19 12:21:24 Modified:src/lib/apr acconfig.h configure.in src/lib/apr/file_io/unix dir.c src/lib/apr/network_io/unix sockets.c sockopt.c src/lib/apr/time/unix time.c Removed: src/lib/apr/inc apr_macro.h Log: Remove all

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

1999-10-20 Thread rbb
rbb 99/10/20 05:50:13 Modified:src/include http_log.h src/main http_config.c http_core.c http_log.c http_protocol.c http_request.c http_vhost.c listen.c rfc1413.c util.c util_script.c src/modules/mpm

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

1999-10-20 Thread rbb
rbb 99/10/20 11:28:11 Modified:src/lib/apr/threadproc/unix proc.c src/modules/standard mod_cgi.c Log: Fix mod_cgi so it works on Unix systems. We need to be VERY careful about calling ap_cleanups_for_exec now. There is really no reason to call this from

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

1999-10-20 Thread rbb
rbb 99/10/20 12:30:00 Modified:src/lib/apr/include apr_errno.h Log: Fix the error codes so they are more portable. Each OS can now define their own starting error value for APR extensions. Revision ChangesPath 1.4 +37 -36apache-2.0/src/lib/apr/include

cvs commit: apache-2.0/src/lib/apr APRDesign

1999-10-21 Thread rbb
rbb 99/10/21 04:14:50 Modified:src/lib/apr APRDesign Log: I have been beaten into submission. :) Revision ChangesPath 1.3 +3 -4 apache-2.0/src/lib/apr/APRDesign Index: APRDesign

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

1999-10-21 Thread rbb
rbb 99/10/21 04:38:47 Modified:src/lib/apr/include apr_errno.h Log: Protect OS_START_ERROR from other namespaces, by making it APR_OS_START_ERROR. Also use APR_OS_START_ERROR for ALL error values, including those that are immitating errno values. Revision Changes

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

1999-10-21 Thread rbb
rbb 99/10/21 06:15:56 Modified:src/lib/apr/file_io/unix dir.c Log: Fix bug in readdir. The bug was put in when making readdir thread-safe. Just forgot to return APR_SUCCESS. Revision ChangesPath 1.11 +1 -0 apache-2.0/src/lib/apr/file_io/unix/dir.c

cvs commit: apache-2.0/src/lib/apr/threadproc/unix thread.c threadcancel.c threadpriv.c threadproc.h

1999-10-21 Thread rbb
rbb 99/10/21 07:31:29 Modified:src/lib/apr/include apr_portable.h src/lib/apr/locks/unix intraproc.c locks.c locks.h src/lib/apr/threadproc/unix thread.c threadcancel.c threadpriv.c threadproc.h Log: Modify APR so that if we

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

1999-10-21 Thread rbb
rbb 99/10/21 08:16:11 Modified:src/lib/apr/include apr_errno.h Log: We no longer want to use 3000 for errno values not defined on the platform. I think 1000 should do. This gives us 500 APR error codes, and 500 APR status codes. Revision ChangesPath 1.7

  1   2   3   4   5   6   7   >