cvs commit: apachen/src INDENT

1997-09-14 Thread Randy Terbush
randy 97/09/14 15:49:49 Modified:src INDENT Log: Update INDENT Revision ChangesPath 1.13 +7 -7 apachen/src/INDENT Index: INDENT === RCS file: /export/home/cvs/apachen/src/INDENT,v

cvs commit: apachen/src/support cls.c htdigest.c htpasswd.c logresolve.c rotatelogs.c suexec.c suexec.h

1997-09-14 Thread Randy Terbush
randy 97/09/14 15:48:14 Modified:src/support cls.c htdigest.c htpasswd.c logresolve.c rotatelogs.c suexec.c suexec.h Log: indent Revision ChangesPath 1.4 +66 -65apachen/src/support/cls.c Index: cls.c =

cvs commit: apachen/src/support .indent.pro

1997-09-14 Thread Randy Terbush
randy 97/09/14 15:29:59 Added: src/support .indent.pro Log: Add .indent.pro for this directory. Revision ChangesPath 1.1 apachen/src/support/.indent.pro Index: .indent.pro === -i

cvs commit: apachen/src INDENT

1997-09-14 Thread Randy Terbush
randy 97/09/14 15:20:34 Modified:src INDENT Log: Updates to INDENT Revision ChangesPath 1.12 +15 -15apachen/src/INDENT Index: INDENT === RCS file: /export/home/cvs/apachen/src/INDENT,

cvs commit: apachen/src/main util.c util_date.c util_date.h util_md5.c util_md5.h util_script.c util_script.h util_snprintf.c

1997-09-14 Thread Randy Terbush
randy 97/09/14 15:19:04 Modified:src/main util.c util_date.c util_date.h util_md5.c util_md5.h util_script.c util_script.h util_snprintf.c Log: indent Revision ChangesPath 1.69 +693 -594 apachen/src/main/util.c

cvs commit: apachen/src INDENT

1997-09-14 Thread Randy Terbush
randy 97/09/14 14:43:18 Modified:src INDENT Log: Reserve files for indentation. Revision ChangesPath 1.11 +8 -8 apachen/src/INDENT Index: INDENT === RCS file: /export/home/cvs/apache

cvs commit: apachen/src INDENT

1997-09-14 Thread Rodent of Unusual Size
coar97/09/14 10:01:55 Modified:src INDENT Log: Reserve the modules I'll indent in the first pass. Revision ChangesPath 1.10 +4 -4 apachen/src/INDENT Index: INDENT === RCS fil

cvs commit: apachen/src ApacheCore.mak ApacheCore.dsp

1997-09-14 Thread Paul Sutton
pcs 97/09/14 09:03:10 Modified:src ApacheCore.mak ApacheCore.dsp Log: ApacheCore's release build used the Debug build of ApacheOS. Fix it. Not sure why MSVC made some many other changes to the .dsp file. Revision ChangesPath 1.18 +117 -52 apachen/src/Apa

cvs commit: apachen/src Makefile.nt

1997-09-14 Thread Paul Sutton
pcs 97/09/14 08:30:31 Modified:src Makefile.nt Log: No longer need to install the ApacheOS dll Revision ChangesPath 1.16 +0 -2 apachen/src/Makefile.nt Index: Makefile.nt === RCS fi

cvs commit: apachen/src/os/win32 ApacheOS.dsp ApacheOS.mak

1997-09-14 Thread Paul Sutton
pcs 97/09/14 08:26:04 Modified:src/os/win32 ApacheOS.dsp ApacheOS.mak Log: By popular request... make ApacheOS into a static library instead of a DLL. Revision ChangesPath 1.4 +15 -36apachen/src/os/win32/ApacheOS.dsp Index: ApacheOS.dsp ==

cvs commit: apachen/src/os/win32 os.h

1997-09-14 Thread Paul Sutton
pcs 97/09/14 07:20:48 Modified:src/os/win32 os.h Log: For some reason #define STATUS got lost in the OS abstraction. Put it back. Revision ChangesPath 1.5 +3 -0 apachen/src/os/win32/os.h Index: os.h =

cvs commit: apachen/src/main http_request.c http_request.h

1997-09-14 Thread Roy Fielding
fielding97/09/14 05:16:57 Modified:src INDENT src/main http_request.c http_request.h Log: Reformatted http_request.* according to style guide. Revision ChangesPath 1.9 +4 -3 apachen/src/INDENT Index: INDENT ===

cvs commit: apachen/src/os/win32 os.c os.h

1997-09-14 Thread Paul Sutton
pcs 97/09/14 05:09:51 Modified:src/os/win32 os.c os.h Log: Make os_is_path_absolute() inline under Win32 Revision ChangesPath 1.3 +2 -8 apachen/src/os/win32/os.c Index: os.c === RCS fi

cvs commit: apachen/src/os/win32 ApacheOS.dsp ApacheOS.mak

1997-09-14 Thread Paul Sutton
pcs 97/09/14 05:09:02 Modified:src/os/win32 ApacheOS.dsp ApacheOS.mak Log: Don't copy os.h in release build Revision ChangesPath 1.3 +0 -9 apachen/src/os/win32/ApacheOS.dsp Index: ApacheOS.dsp =

cvs commit: apachen/src Configure

1997-09-14 Thread Paul Sutton
pcs 97/09/14 04:55:01 Modified:src Configure Log: The OSDIR has to be built first because it makes the OS specific header file(s) accessable to the other source files. Revision ChangesPath 1.156 +1 -1 apachen/src/Configure Index: Configure =

cvs commit: apachen/src/main conf.h

1997-09-14 Thread Paul Sutton
pcs 97/09/14 04:53:36 Modified:src/main conf.h Log: Make sure that os.h is used for non-win32 platforms as well Revision ChangesPath 1.138 +2 -0 apachen/src/main/conf.h Index: conf.h ===

cvs commit: apachen/src/main alloc.c alloc.h

1997-09-14 Thread Dean Gaudet
dgaudet 97/09/14 04:36:34 Modified:src INDENT src/main alloc.c alloc.h Log: indent Revision ChangesPath 1.8 +2 -2 apachen/src/INDENT Index: INDENT === RCS file: /export

cvs commit: apachen/src/main buff.c buff.h

1997-09-14 Thread Dean Gaudet
dgaudet 97/09/14 04:13:54 Modified:src INDENT src/main buff.c buff.h Log: indent Revision ChangesPath 1.7 +4 -4 apachen/src/INDENT Index: INDENT === RCS file: /export/h

cvs commit: apachen/src/main http_main.h

1997-09-14 Thread Dean Gaudet
dgaudet 97/09/14 04:09:34 Modified:src INDENT src/main http_main.h Log: indent Revision ChangesPath 1.6 +3 -3 apachen/src/INDENT Index: INDENT === RCS file: /export/hom

cvs commit: apachen/src/main http_main.c

1997-09-14 Thread Dean Gaudet
dgaudet 97/09/14 04:06:53 Modified:src INDENT src/main http_main.c Log: indent Revision ChangesPath 1.5 +2 -2 apachen/src/INDENT Index: INDENT === RCS file: /export/hom

cvs commit: apachen/src/main http_request.c

1997-09-14 Thread Roy Fielding
fielding97/09/14 03:53:25 Modified:src/main http_request.c Log: Cleanup an ifdef section so that it is readable by mere mortals (and indent, which puked rather badly on the interleaved elses). Revision ChangesPath 1.84 +21 -14apachen/src/main/http_request.c

cvs commit: apachen/src INDENT

1997-09-14 Thread Dean Gaudet
dgaudet 97/09/14 03:35:02 Modified:src INDENT Log: reserve http_main, hurt me hurt me Revision ChangesPath 1.4 +1 -1 apachen/src/INDENT Index: INDENT === RCS file: /export/home/cvs/ap

cvs commit: apachen/src/main http_main.c

1997-09-14 Thread Dean Gaudet
dgaudet 97/09/14 03:30:57 Modified:src CHANGES src/main http_main.c Log: *) Inetd mode (which is buggy) uses timeouts without having setup the jmpbuffer. [Dean Gaudet] PR#1064 *) Work around problem under Linux where a child will start looping

cvs commit: apachen/src/main http_protocol.c http_protocol.h

1997-09-14 Thread Roy Fielding
fielding97/09/14 03:05:00 Modified:src INDENT src/main http_protocol.c http_protocol.h Log: Reformatted http_protocol.* according to style guide. Revision ChangesPath 1.3 +2 -2 apachen/src/INDENT Index: INDENT

cvs commit: apachen/src/main .indent.pro

1997-09-14 Thread Roy Fielding
fielding97/09/14 03:01:45 Modified:src/main .indent.pro Log: indent doesn't know that FILE is a typedef Revision ChangesPath 1.3 +1 -0 apachen/src/main/.indent.pro Index: .indent.pro === R

cvs commit: apachen/src .indent.pro

1997-09-14 Thread Roy Fielding
fielding97/09/14 02:50:50 Removed: src .indent.pro Log: Moved to subdirectories (where the non-generated C files live)

cvs commit: apachen/src/main .indent.pro

1997-09-14 Thread Roy Fielding
fielding97/09/14 01:36:13 Modified:src/main .indent.pro Log: This is why pointer declarations looked weird to Ken. Revision ChangesPath 1.2 +52 -0 apachen/src/main/.indent.pro Index: .indent.pro

cvs commit: apachen/src/main .indent.pro

1997-09-14 Thread Roy Fielding
fielding97/09/14 00:57:24 Added: src/main .indent.pro Log: Urgle. We need one of these in every src directory now. Revision ChangesPath 1.1 apachen/src/main/.indent.pro Index: .indent.pro =

cvs commit: apachen/src INDENT

1997-09-14 Thread Roy Fielding
fielding97/09/14 00:47:37 Modified:src INDENT Log: Mark what I am working on Revision ChangesPath 1.2 +5 -5 apachen/src/INDENT Index: INDENT === RCS file: /export/home/cvs/apachen/src

cvs commit: apachen/src/modules/proxy proxy_util.c

1997-09-14 Thread Roy Fielding
fielding97/09/14 00:34:38 Modified:src CHANGES src/modules/proxy proxy_util.c Log: Fixed error in proxy_util.c when looping through multiple host IP addresses. PR: 974 Submitted by: Lars Eilebrecht Reviewed by: Roy Fielding (and many others) Revis

cvs commit: apachen/src INDENT

1997-09-14 Thread Roy Fielding
fielding97/09/14 00:02:19 Added: src INDENT Log: Just a temporary status file to track indent progress Revision ChangesPath 1.1 apachen/src/INDENT Index: INDENT === This is th