cvs commit: apache-apr/pthreads/src/modules/standard mod_info.c

1999-04-09 Thread manoj
manoj 99/04/08 19:07:55 Modified:pthreads/src/modules/standard mod_info.c Log: Submitted by: James Morris [EMAIL PROTECTED] mod_info fix. It actually seems to work now. Revision ChangesPath 1.3 +2 -1 apache-apr/pthreads/src/modules/standard/mod_info.c

cvs commit: apache-apr/pthreads/src/modules/standard mod_info.c

1999-04-09 Thread manoj
manoj 99/04/08 19:14:25 Modified:pthreads/src/modules/standard mod_info.c Log: Undo my stupid messed up commit temporarily. Revision ChangesPath 1.4 +1 -2 apache-apr/pthreads/src/modules/standard/mod_info.c Index: mod_info.c

cvs commit: apache-apr/pthreads/src/modules/standard mod_info.c

1999-04-09 Thread manoj
manoj 99/04/08 19:31:24 Modified:.STATUS pthreads/src CHANGES pthreads/src/modules/standard mod_info.c Log: Submitted by: James Morris [EMAIL PROTECTED] Fix to ap_rprintf call that allows mod_info to work properly Revision Changes

cvs commit: apache-apr/pthreads/src/main acceptlock.c

1999-04-09 Thread manoj
manoj 99/04/08 20:15:40 Modified:pthreads/src/main acceptlock.c Log: Fix acceptlock bugs found during warning scrubbing. expand_lock_fname is now static. Also, the psprintf in that function had an extra argument (the parent process pid), which wasn't used, and can't be used in

cvs commit: apache-apr/pthreads/src/os/unix os.h

1999-04-09 Thread manoj
manoj 99/04/08 20:33:40 Modified:pthreads/src/os/unix os.h Log: Remove extra ap_spawnvp declaration. Revision ChangesPath 1.5 +1 -6 apache-apr/pthreads/src/os/unix/os.h Index: os.h ===

cvs commit: apache-apr/pthreads/src/main alloc.c

1999-04-09 Thread manoj
manoj 99/04/08 20:43:28 Modified:pthreads/src/main alloc.c Log: An attempt to fix Roy's problems with ALLOC_DEBUG. The server will also compile with POOL_DEBUG now. Revision ChangesPath 1.5 +14 -4 apache-apr/pthreads/src/main/alloc.c Index: alloc.c

cvs commit: apache-apr/pthreads/src/modules/standard mod_auth.c mod_auth_anon.c mod_auth_db.c mod_auth_dbm.c mod_digest.c

1999-04-09 Thread manoj
manoj 99/04/08 21:10:41 Modified:pthreads/src/include alloc.h buff.h http_main.h scoreboard.h pthreads/src/main buff.c fdqueue.c http_accept.c http_main.c http_protocol.c scoreboard.c pthreads/src/modules/standard mod_auth.c

cvs commit: apache-apr/apr/file_io/os2 - New directory

1999-04-09 Thread bjh
bjh 99/04/08 21:54:23 apache-apr/apr/file_io/os2 - New directory

cvs commit: apache-apr/apr/include apr_config.h.in

1999-04-09 Thread bjh
bjh 99/04/08 22:37:01 Modified:apr configure.in apr/include apr_config.h.in Log: Some tweaks to autoconf for building under OS/2 Revision ChangesPath 1.3 +5 -0 apache-apr/apr/configure.in Index: configure.in

cvs commit: apache-1.3/src/include util_md5.h

1999-04-09 Thread martin
martin 99/04/09 05:57:11 Modified:src CHANGES src/support htdigest.c src/main util_md5.c http_core.c src/include util_md5.h Log: EBCDIC platforms: David submitted patches for two bugs in the MD5 digest port for EBCDIC machines:

cvs commit: apache-1.3/src/modules/proxy proxy_ftp.c

1999-04-09 Thread martin
martin 99/04/09 06:06:28 Modified:src CHANGES src/modules/proxy proxy_ftp.c Log: The ftp proxy used to return only the Content-Type (and Content-Size/Encoding if known) header lines, but not more. I had it return the Date: and Server: header lines as well.

cvs commit: apache-apr/apr/file_io/unix seek.c

1999-04-09 Thread rbb
rbb 99/04/09 07:11:39 Added: apr/file_io/unix seek.c Log: Adding the apr_seek code. I thought I had done this already, but I guess not. Revision ChangesPath 1.1 apache-apr/apr/file_io/unix/seek.c Index: seek.c

cvs commit: apache-apr/include apr_file_io.h

1999-04-09 Thread rbb
rbb 99/04/09 07:37:05 Modified:apr/file_io/unix Makefile readwrite.c apr/test testfile.c docs fileio.txt impl.txt include apr_file_io.h Added: apr/file_io/unix dir.c Log: Added support for directory commands in apr. I

cvs commit: apache-apr/apr/test testfile.c

1999-04-09 Thread rbb
rbb 99/04/09 08:05:17 Modified:apr/file_io/unix open.c apr/test testfile.c Log: I got rid of the memory leak related to opening and closing files. Revision ChangesPath 1.11 +5 -0 apache-apr/apr/file_io/unix/open.c Index: open.c

cvs commit: apache-apr/include apr_file_io.h

1999-04-09 Thread rbb
rbb 99/04/09 11:02:59 Modified:apr/file_io/unix readwrite.c apr/test testfile.c docs fileio.txt include apr_file_io.h Log: Added apr_writev call, and requisite defines. I also added the permissions abstraction #defines.

cvs commit: apache-apr/include apr_file_io.h

1999-04-09 Thread rbb
rbb 99/04/09 11:09:27 Modified:apr/file_io/unix open.c apr/test testfile.c docs fileio.txt include apr_file_io.h Log: Removed the NONBLOCKING flag for file I/O. Too many OS's don't support this option, so it's not portable,

cvs commit: apache-apr/apr/file_io/os2 filedup.c filestat.c maperrorcode.c open.c readwrite.c seek.c

1999-04-09 Thread bjh
bjh 99/04/09 11:39:16 Added: apr/file_io/os2 filedup.c filestat.c maperrorcode.c open.c readwrite.c seek.c Log: Implementation of basic file I/O for OS/2. Revision ChangesPath 1.1 apache-apr/apr/file_io/os2/filedup.c