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
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
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
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
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
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
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
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
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
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
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.
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
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
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
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
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
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
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
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
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
rbb 99/08/30 07:58:42
apache-2.0/src/lib/apr/signal/beos - New directory
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
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
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.
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
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
rbb 99/08/31 06:02:35
Removed: src/lib/apr/file_io/win32 .test.swp
Log:
This file never should have been committed.
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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:
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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/
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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 - 100 of 609 matches
Mail list logo