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-1.3/src/support htdigest.c htpasswd.c

1999-10-21 Thread stoddard
stoddard99/10/21 13:46:38 Modified:src/ap ap_checkpass.c ap_getpass.c ap_snprintf.c src/include ap_config.h http_conf_globals.h httpd.h multithread.h scoreboard.h src/main alloc.c buff.c http_core.c http_log.c http_main.c

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/main buff.c

1999-10-21 Thread manoj
manoj 99/10/21 12:00:20 Modified:src/main buff.c Log: Fix an swap in the ?: operator's arguments in writev_it_all. Revision ChangesPath 1.9 +1 -1 apache-2.0/src/main/buff.c Index: buff.c =

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

1999-10-21 Thread stoddard
stoddard99/10/21 11:28:15 Modified:src/main http_core.c Log: This patch fixes EBCDIC conversion for Apache 1.3.9 on platforms that support mmap. Currently, ap_checkconv() is called only if mmap is not supported, or if mmap fails. This results in mangled .gif's and .jpg's etc.

cvs commit: apache-1.3/src/main http_core.c

1999-10-21 Thread stoddard
stoddard99/10/21 11:23:41 Modified:src/main http_core.c Log: This patch fixes EBCDIC conversion for Apache 1.3.9 on platforms that support mmap. Currently, ap_checkconv() is called only if mmap is not supported, or if mmap fails. This results in mangled .gif's and .jpg's etc.

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

1999-10-21 Thread rbb
rbb 99/10/21 09:43:12 Modified:src/lib/apr/include apr_portable.h Log: Remove the check for HAVE_PTHREAD_H from the common code for ap_get_thread*. This was an unecessary check, although the APR_HAS_THREADS is required. Revision ChangesPath 1.10 +2 -2 apac

cvs commit: apache-2.0/src/lib/apr aclocal.m4

1999-10-21 Thread rbb
rbb 99/10/21 09:41:10 Modified:src/lib/apr aclocal.m4 Log: Fix the problem that David Reid reported about using ./configure on PPC. Thanks Ralf, for finding my problem so quickly. Revision ChangesPath 1.3 +1 -1 apache-2.0/src/lib/apr/aclocal.m4 Index

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

1999-10-21 Thread fielding
fielding99/10/21 09:13:25 Modified:src/lib/apr/include apr_errno.h Log: Sorry to butt-in, but all these magic offsets make me itch. Add APR_OS_START_STATUS, APR_OS_START_SYSERR, and APR_OS_START_USEERR. Revision ChangesPath 1.8 +114 -94 apache-2.0/src/lib/apr/in

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 +52

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 b

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 In

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 ChangesPat

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/os/os2 iol_socket.c

1999-10-21 Thread bjh
bjh 99/10/21 02:03:11 Modified:src/os/os2 iol_socket.c Log: Apply iol_socket errno changes to OS/2 version. Revision ChangesPath 1.3 +51 -32apache-2.0/src/os/os2/iol_socket.c Index: iol_socket.c

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

1999-10-21 Thread stoddard
stoddard99/10/20 18:29:56 Modified:src/os/win32 mod_dll.c Log: Port mod_dll to the new module structure Revision ChangesPath 1.4 +10 -14apache-2.0/src/os/win32/mod_dll.c Index: mod_dll.c ===

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

1999-10-21 Thread stoddard
stoddard99/10/20 17:31:12 Modified:src/lib/apr/file_io/win32 open.c Log: Return Win32 failure status Revision ChangesPath 1.9 +4 -7 apache-2.0/src/lib/apr/file_io/win32/open.c Index: open.c