cvs commit: apache-devsite devnotes.html

1999-10-12 Thread brian
brian 99/10/12 14:47:09 Modified:.devnotes.html Log: When used with the slash, it can cause problems with Karma (looking for /apache-devsite instead of apache-devsite in avail, for example). Revision ChangesPath 1.12 +1 -1 apache-devsite/devnotes.htm

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

1999-10-12 Thread manoj
manoj 99/10/12 13:39:03 Modified:src/main http_protocol.c Log: Eliminate a warning. Revision ChangesPath 1.21 +1 -1 apache-2.0/src/main/http_protocol.c Index: http_protocol.c === RCS file

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

1999-10-12 Thread manoj
manoj 99/10/12 13:37:05 Modified:src/main http_protocol.c Log: Attempt to make ap_send_fb work again. This is untested, but it works better than the old version because it compiles. Revision ChangesPath 1.20 +28 -71apache-2.0/src/main/http_protocol.c Ind

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. Revision Changes

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 apach

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

1999-10-12 Thread stoddard
stoddard99/10/12 12:19:31 Modified:src/modules/standard mod_cgi.c Log: Need to pass in just the directory, not including the filename. Note that CGI arguments are being completely ignored. suexec needs to be handled, the CGI arguments need to be canonicalized (e.g., quote args c

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

1999-10-12 Thread stoddard
stoddard99/10/12 12:14:04 Modified:src/lib/apr/threadproc/win32 proc.c Log: ap_create_process was ignoring the program name passed in on the call. Fix some alignment problems. Revision ChangesPath 1.8 +105 -77 apache-2.0/src/lib/apr/threadproc/win32/proc.c

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 that APR

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

1999-10-12 Thread Ben Laurie
[EMAIL PROTECTED] wrote: > > stoddard99/10/12 07:45:59 > > Modified:src/modules/standard mod_cgi.c > Log: > Fix bug interpreting cgi_child return code. Do some clean-up. > > Revision ChangesPath > 1.8 +6 -16 apache-2.0/src/modules/standard/mod_cgi.c > > Index:

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

1999-10-12 Thread stoddard
stoddard99/10/12 07:45:59 Modified:src/modules/standard mod_cgi.c Log: Fix bug interpreting cgi_child return code. Do some clean-up. Revision ChangesPath 1.8 +6 -16 apache-2.0/src/modules/standard/mod_cgi.c Index: mod_cgi.c ===

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

1999-10-12 Thread stoddard
stoddard99/10/12 07:13:40 Modified:src/lib/apr/lib apr_cpystrn.c Log: Missed this one in the last commit Revision ChangesPath 1.6 +0 -1 apache-2.0/src/lib/apr/lib/apr_cpystrn.c Index: apr_cpystrn.c

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

1999-10-12 Thread stoddard
stoddard99/10/12 07:09:13 Modified:src/lib/apr/lib apr_cpystrn.c Log: Fix bug in ap_tokenize_to_argv. Revision ChangesPath 1.5 +16 -3 apache-2.0/src/lib/apr/lib/apr_cpystrn.c Index: apr_cpystrn.c ===

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/locks/unix

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 fact

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

1999-10-12 Thread stoddard
stoddard99/10/12 05:20:03 Modified:src/lib/apr/locks/win32 locks.c Log: YAAS (yet another arg swap) Revision ChangesPath 1.10 +1 -1 apache-2.0/src/lib/apr/locks/win32/locks.c Index: locks.c =

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

1999-10-12 Thread stoddard
stoddard99/10/12 05:12:48 Modified:src/lib/apr/threadproc/win32 threadpriv.c Log: More argument swaps... Revision ChangesPath 1.7 +2 -2 apache-2.0/src/lib/apr/threadproc/win32/threadpriv.c Index: threadpriv.c =

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

1999-10-12 Thread stoddard
stoddard99/10/12 04:48:23 Modified:src/lib/apr/file_io/win32 readwrite.c Log: ap_fgets() bug fix. Need to reset the file pointer to the next character after the newline. Revision ChangesPath 1.6 +7 -2 apache-2.0/src/lib/apr/file_io/win32/readwrite.c Index

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

1999-10-12 Thread manoj
manoj 99/10/11 23:14:47 Modified:src/lib/apr/file_io/os2 filedup.c open.c pipe.c src/lib/apr/file_io/unix dir.c filedup.c open.c src/lib/apr/file_io/win32 dir.c filedup.c src/lib/apr/locks/beos crossproc.c intraproc.c src/lib/

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

1999-10-12 Thread manoj
manoj 99/10/11 22:54:02 Modified:src/lib/apr/locks/unix intraproc.c Log: Fix compilation warnings, and probably some bugs in the process. Revision ChangesPath 1.2 +9 -7 apache-2.0/src/lib/apr/locks/unix/intraproc.c Index: intraproc.c ==

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

1999-10-12 Thread manoj
manoj 99/10/11 21:06:59 Modified:src/modules/standard mod_cgi.c Log: Fix function arguments to respect APR's New World Order. Revision ChangesPath 1.7 +3 -3 apache-2.0/src/modules/standard/mod_cgi.c Index: mod_cgi.c

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

1999-10-12 Thread stoddard
stoddard99/10/11 18:09:55 Modified:src/lib/apr aprlib.def src/lib/apr/threadproc/win32 proc.c Log: I think this is an obsolete function... Revision ChangesPath 1.3 +1 -1 apache-2.0/src/lib/apr/aprlib.def Index: aprlib.def =