cvs commit: apache-1.3/src/ap ap_snprintf.c

1999-05-22 Thread jim
jim 99/05/21 18:37:43 Modified:src/ap ap_snprintf.c Log: Some fine-tuning... use enums rather than 3 stupid vars Revision ChangesPath 1.30 +23 -30apache-1.3/src/ap/ap_snprintf.c Index: ap_snprintf.c

cvs commit: apache-1.3/src/ap ap_snprintf.c

1999-05-22 Thread jim
jim 99/05/21 18:46:48 Modified:src/ap ap_snprintf.c Log: Final touch tonight... avoid the possibility that var_type isn't defined. To work around possible buggy compilers, we create an enum type and then the var and then assign it Revision ChangesPath 1.31

cvs commit: apache-1.3/src/ap ap_snprintf.c

1999-05-22 Thread jim
jim 99/05/21 20:49:33 Modified:src/ap ap_snprintf.c Log: Provide some faster versions of the conversion functions when the number value doesn't warrant use of quads Revision ChangesPath 1.32 +89 -6 apache-1.3/src/ap/ap_snprintf.c Index

cvs commit: apache-1.3/src/ap ap_snprintf.c

1999-05-22 Thread jim
jim 99/05/22 04:24:42 Modified:src/ap ap_snprintf.c Log: More mucking with ap_snprintf(). Some speed tuneups but also a renaming of some internal functions. After some sleep, I thought that making the 'quad' specific functions as having the noted names made better sense

cvs commit: apache-1.3/src/ap ap_snprintf.c

1999-05-21 Thread jim
jim 99/05/21 15:41:44 Modified:src/ap ap_snprintf.c Log: Add the needed logic in ap_snprint to handle quads (long longs). Note that we depend on AP_LONGEST_LONG being set correctly. This change does not effect the current operation of ap_snprintf, so it's OK to add right

cvs commit: apache-1.3/src/helpers getuid.sh

1999-04-23 Thread jim
jim 99/04/23 05:45:18 Modified:src/helpers getuid.sh Log: Avoid extraneous output on FreeBSD 3 Revision ChangesPath 1.5 +1 -1 apache-1.3/src/helpers/getuid.sh Index: getuid.sh === RCS

cvs commit: apache-1.3/src/helpers getuid.sh

1999-04-22 Thread jim
jim 99/04/22 04:58:57 Modified:src/helpers getuid.sh Log: Some changes as suggested by Ralf. Best to be conservative ;) Revision ChangesPath 1.4 +14 -12apache-1.3/src/helpers/getuid.sh Index: getuid.sh

cvs commit: apache-1.3/src CHANGES

1999-04-21 Thread jim
jim 99/04/21 06:20:48 Modified:.Makefile.tmpl src CHANGES Log: PR:4260 Submitted by: Maria Verina [EMAIL PROTECTED] APACI would not correctly build suexec due to an extra '\' Revision ChangesPath 1.72 +1 -2 apache-1.3

cvs commit: apache-1.3/src/helpers GuessOS PrintPath TestCompile buildinfo.sh checkheader.sh findcpp.sh fmn.sh mkshadow.sh ppl.sh slo.sh

1999-04-21 Thread jim
jim 99/04/21 07:30:35 Modified:src/helpers GuessOS PrintPath TestCompile buildinfo.sh checkheader.sh findcpp.sh fmn.sh mkshadow.sh ppl.sh slo.sh Log: Change 'Written by' to 'Initially written by' per the group consensus

cvs commit: apache-1.3/src/helpers mkshadow.sh

1999-04-21 Thread jim
jim 99/04/21 07:32:30 Modified:src/helpers mkshadow.sh Log: typo :) Revision ChangesPath 1.9 +1 -1 apache-1.3/src/helpers/mkshadow.sh Index: mkshadow.sh === RCS file: /export/home/cvs

cvs commit: apache-1.3/src/helpers getuid.sh

1999-04-21 Thread jim
jim 99/04/21 12:24:53 Added: src/helpers getuid.sh Log: Add the getuid.sh helper... Worked on all OSs I had access to and tried disabling 'id' to exercise the 'whoami' and 'who am i' stuff with success. YMMV. Test and patch :) Revision ChangesPath 1.1

cvs commit: apache-1.3/src/helpers getuid.sh

1999-04-21 Thread jim
jim 99/04/21 12:27:47 Modified:src/helpers getuid.sh Log: Sorry... forgot this little patch Revision ChangesPath 1.2 +1 -1 apache-1.3/src/helpers/getuid.sh Index: getuid.sh === RCS

cvs commit: apache-1.3/src/helpers getuid.sh

1999-04-21 Thread jim
jim 99/04/21 12:37:17 Modified:src/helpers getuid.sh Log: Sorry again... The output of 'who' is most non-consistant :) Revision ChangesPath 1.3 +1 -1 apache-1.3/src/helpers/getuid.sh Index: getuid.sh

cvs commit: apache-1.3 configure

1999-04-21 Thread jim
jim 99/04/21 12:52:40 Modified:.configure Log: Use the new getuid.sh script Revision ChangesPath 1.85 +2 -2 apache-1.3/configure Index: configure === RCS file: /export/home/cvs

cvs commit: apache-1.3 Makefile.tmpl

1999-04-21 Thread jim
jim 99/04/21 12:57:14 Modified:.Makefile.tmpl Log: Now use it in Makefile.tmpl. Should we also wrap the 'chown's down by the suxec area?? Revision ChangesPath 1.74 +1 -1 apache-1.3/Makefile.tmpl Index: Makefile.tmpl

cvs commit: apache-1.3/src CHANGES

1999-04-20 Thread jim
jim 99/04/20 08:44:10 Modified:.configure src CHANGES Log: Some APACI/configure tweaks to accomodate old shells. Also, we had been clobbering IFS, which looks like it had been harmless, but it's still not good practise :) Revision Changes

cvs commit: apache-1.3/conf highperformance.conf-dist httpd.conf-dist

1999-04-20 Thread jim
jim 99/04/20 14:40:59 Modified:conf highperformance.conf-dist httpd.conf-dist Log: Change of the conf-dist default setting for MaxRequestsPerChild, as well as some notes about it Revision ChangesPath 1.3 +2 -1 apache-1.3/conf/highperformance.conf

cvs commit: apache-1.3/htdocs/manual/mod core.html

1999-04-20 Thread jim
jim 99/04/20 15:19:17 Modified:htdocs/manual/misc perf-tuning.html htdocs/manual/mod core.html Log: Document the MaxRequestsPerChild values wrt KeepAlives and how to tune it Revision ChangesPath 1.17 +6 -6 apache-1.3/htdocs/manual/misc/perf

cvs commit: apache-1.3 KEYS

1999-04-15 Thread jim
jim 99/04/14 16:20:40 Modified:.KEYS Log: Add my [EMAIL PROTECTED] key Revision ChangesPath 1.21 +33 -0 apache-1.3/KEYS Index: KEYS === RCS file: /export/home/cvs/apache-1.3

cvs commit: apache-1.3/src/support apachectl

1999-04-06 Thread jim
jim 99/04/06 13:34:57 Modified:src/support apachectl Log: Avoid the confusing error message from kill if the PID isn't valid. We take care of this ourselves Revision ChangesPath 1.14 +1 -1 apache-1.3/src/support/apachectl Index: apachectl

cvs commit: apache-1.3/src/support apachectl

1999-04-06 Thread jim
jim 99/04/06 13:36:33 Modified:src/support apachectl Log: Minor nit. Possible portability concern, since we don't use this format anyplace else AFAIK Revision ChangesPath 1.15 +1 -1 apache-1.3/src/support/apachectl Index: apachectl

cvs commit: apache-1.3 STATUS

1999-03-24 Thread jim
jim 99/03/24 09:41:53 Modified:.STATUS Log: Uploaded and avail Revision ChangesPath 1.673 +2 -2 apache-1.3/STATUS Index: STATUS === RCS file: /export/home/cvs/apache-1.3/STATUS

cvs commit: apache-1.3 STATUS

1999-03-20 Thread jim
jim 99/03/20 07:14:13 Modified:.STATUS Log: My thoughts on MaxRequestsPerChild Revision ChangesPath 1.653 +8 -1 apache-1.3/STATUS Index: STATUS === RCS file: /export/home/cvs

cvs commit: apache-1.3/src CHANGES Configure

1999-03-16 Thread jim
jim 99/03/15 16:26:58 Modified:.STATUS src CHANGES Configure Log: AIX does not need/user SHARED_CODE for dso Revision ChangesPath 1.647 +1 -6 apache-1.3/STATUS Index: STATUS

cvs commit: apache-1.3/src CHANGES

1999-03-16 Thread jim
jim 99/03/15 16:38:59 Modified:.Makefile.tmpl STATUS src CHANGES Log: Honor TARGET in httpd.conf 'creation' Revision ChangesPath 1.67 +1 -0 apache-1.3/Makefile.tmpl Index: Makefile.tmpl

cvs commit: apache-1.3 STATUS

1999-03-15 Thread jim
jim 99/03/15 08:05:13 Modified:.STATUS Log: Add another patch... I will commit Ryan's and Fred's patches later today unless there are vetos Revision ChangesPath 1.646 +6 -1 apache-1.3/STATUS Index: STATUS

cvs commit: apache-site/images 99POYlede.gif

1999-03-13 Thread jim
jim 99/03/12 16:53:15 Modified:.awards.html Added: images 99POYlede.gif Log: Datamation award Revision ChangesPath 1.5 +17 -0 apache-site/awards.html Index: awards.html

cvs commit: apache-site awards.html

1999-03-13 Thread jim
jim 99/03/12 16:55:08 Modified:.awards.html Log: Oops Revision ChangesPath 1.6 +1 -1 apache-site/awards.html Index: awards.html === RCS file: /export/home/cvs/apache-site

cvs commit: apache-site awards.html

1999-03-13 Thread jim
jim 99/03/12 17:13:39 Modified:.awards.html Log: This looks better Revision ChangesPath 1.7 +30 -18apache-site/awards.html Index: awards.html === RCS file: /export/home/cvs

cvs commit: apache-devsite platforms.html index.html project-plan.html

1999-03-13 Thread jim
jim 99/03/13 06:56:00 Modified:.index.html project-plan.html Added: .platforms.html Log: Add the platform-developer mapping as well as some Plan updates Revision ChangesPath 1.27 +6 -1 apache-devsite/index.html Index

cvs commit: apache-devsite index.html

1999-03-13 Thread jim
jim 99/03/13 07:27:33 Modified:.index.html Log: Oosp :) Revision ChangesPath 1.28 +1 -1 apache-devsite/index.html Index: index.html === RCS file: /export/home/cvs/apache

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

1999-03-07 Thread jim
jim 99/03/07 07:41:57 Modified:src/main http_core.c Log: Older OSs simply return non-0 on fseek errors Revision ChangesPath 1.254 +5 -1 apache-1.3/src/main/http_core.c Index: http_core.c

cvs commit: apache-1.3 STATUS

1999-03-03 Thread jim
jim 99/03/03 04:58:50 Modified:.STATUS Log: Start making noise about 1.3.5 Revision ChangesPath 1.633 +3 -2 apache-1.3/STATUS Index: STATUS === RCS file: /export/home/cvs/apache

cvs commit: apache-1.3/src/os/os2 util_os2.c

1999-02-20 Thread jim
jim 99/02/20 09:57:54 Modified:.STATUS src CHANGES src/os/os2 util_os2.c Log: Add Brian Havard's os/2 patch for removing ap_assert() which caused ap_os_canonical_filename() under os/2 to die with a bad filename Revision

cvs commit: apache-1.3/src/main buff.c http_config.c http_main.c util.c

1999-02-20 Thread jim
jim 99/02/20 10:12:37 Modified:.STATUS src CHANGES src/main buff.c http_config.c http_main.c util.c Log: Added informative error messages when malloc() fails... some of these most probably should also exit :/ Revision Changes

cvs commit: apache-1.3 STATUS

1999-02-14 Thread jim
jim 99/02/14 06:32:58 Modified:.STATUS Log: Add another available patch Revision ChangesPath 1.623 +8 -1 apache-1.3/STATUS Index: STATUS === RCS file: /export/home/cvs/apache

cvs commit: apache-1.3/src/helpers GuessOS PrintPath TestCompile buildinfo.sh find-dbm-lib slo.sh

1999-02-07 Thread jim
jim 99/02/07 15:26:54 Modified:src Configure src/helpers GuessOS PrintPath TestCompile buildinfo.sh find-dbm-lib slo.sh Log: Some areas where the string protect shell hack wasn't finished Revision ChangesPath 1.329

cvs commit: apache-1.3 STATUS

1999-02-06 Thread jim
jim 99/02/06 06:14:36 Modified:.STATUS Log: some votes Revision ChangesPath 1.614 +6 -6 apache-1.3/STATUS Index: STATUS === RCS file: /export/home/cvs/apache-1.3/STATUS,v

cvs commit: apache-1.3/src/modules/standard mod_status.c

1999-02-02 Thread jim
jim 99/02/02 14:09:49 Modified:src/modules/standard mod_status.c Log: Clear up some descriptions Revision ChangesPath 1.106 +3 -3 apache-1.3/src/modules/standard/mod_status.c Index: mod_status.c

cvs commit: apache-site in_the_news.html

1999-01-21 Thread jim
jim 99/01/20 17:07:53 Modified:.in_the_news.html Log: Fix bad link Revision ChangesPath 1.46 +1 -1 apache-site/in_the_news.html Index: in_the_news.html === RCS file: /export

cvs commit: apache-site in_the_news.html

1999-01-19 Thread jim
jim 99/01/19 04:37:21 Modified:.in_the_news.html Log: Add the PR that Apple's Mac OS X uses Apache... A better more Apache specific PR is expected soon Revision ChangesPath 1.45 +12 -0 apache-site/in_the_news.html Index: in_the_news.html

cvs commit: apache-1.3/src/helpers binbuild.sh findprg.sh

1999-01-15 Thread jim
jim 99/01/15 07:01:16 Modified:src/helpers binbuild.sh Removed: src/helpers findprg.sh Log: First step in making binbuild.sh more universal as far as working with all/most shells. Remove the findprg.sh helper since PrintPath works just fine Revision Changes

cvs commit: apache-1.3/src/helpers binbuild.sh

1999-01-15 Thread jim
jim 99/01/15 07:07:00 Modified:src/helpers binbuild.sh Log: Older shells don't support the newer method of shell execute ( ) Revision ChangesPath 1.3 +8 -7 apache-1.3/src/helpers/binbuild.sh Index: binbuild.sh

cvs commit: apache-1.3/src/modules/standard mod_status.c

1999-01-15 Thread jim
jim 99/01/15 09:48:54 Modified:src CHANGES src/modules/standard mod_status.c Log: Some mod_status changes... It's useful to know both the value of ap_my_generation as well as the generation of each httpd child process, so we print this out now. Also

cvs commit: apache-1.3 Makefile.tmpl configure

1999-01-15 Thread jim
jim 99/01/15 12:06:59 Modified:.Makefile.tmpl configure Log: Some configure cleanups and the first attempts at some sort of universal style. First of all, we remove the hard-wire of TAR=tar and check to see if the tar we wind up with supports '-h'. Secondly

cvs commit: apache-1.3/src Configure

1999-01-15 Thread jim
jim 99/01/15 12:32:54 Modified:src Configure Log: Found my old System 7 shell book... Looks like this . vs x stuff isn't needed at all, as long as we wrap both sides in . So, instead we'll use $VAR = or $VAR = value and this make

cvs commit: apache-1.3 configure

1999-01-15 Thread jim
jim 99/01/15 12:44:03 Modified:.configure Log: More style changes Revision ChangesPath 1.69 +54 -54apache-1.3/configure Index: configure === RCS file: /export/home/cvs/apache

cvs commit: apache-1.3/src/helpers GuessOS PrintPath TestCompile binbuild.sh buildinfo.sh checkheader.sh find-dbm-lib findcpp.sh fmn.sh fp2rp install.sh mkshadow.sh ppl.sh slo.sh

1999-01-15 Thread jim
jim 99/01/15 12:59:46 Modified:.configure src Configure src/helpers GuessOS PrintPath TestCompile binbuild.sh buildinfo.sh checkheader.sh find-dbm-lib findcpp.sh fmn.sh fp2rp install.sh

cvs commit: apache-1.3/src CHANGES

1999-01-15 Thread jim
jim 99/01/15 13:04:23 Modified:src CHANGES Log: Document the style changes :/ Revision ChangesPath 1.1214+5 -0 apache-1.3/src/CHANGES Index: CHANGES === RCS file: /export/home/cvs

cvs commit: apache-1.3/src/helpers slo.sh

1999-01-15 Thread jim
jim 99/01/15 14:25:15 Modified:.configure src CHANGES Configure src/helpers slo.sh Log: Add Ben's suggestions Revision ChangesPath 1.71 +1 -1 apache-1.3/configure Index: configure

cvs commit: apache-1.3 STATUS

1999-01-14 Thread jim
jim 99/01/14 09:13:38 Modified:.STATUS Log: Some updates. Hopefully not too late for retirement question Revision ChangesPath 1.603 +5 -3 apache-1.3/STATUS Index: STATUS

cvs commit: apache-1.3 STATUS

1999-01-14 Thread jim
jim 99/01/14 09:21:40 Modified:.STATUS Log: Add another small qualifier Revision ChangesPath 1.604 +3 -2 apache-1.3/STATUS Index: STATUS === RCS file: /export/home/cvs/apache

cvs commit: apache-1.3/src Configure

1999-01-02 Thread jim
jim 99/01/02 15:54:35 Modified:src Configure Log: Fix Configure buglet when using SOCKS Submitted by: Life is hard, and then you die. [EMAIL PROTECTED] Revision ChangesPath 1.318 +2 -2 apache-1.3/src/Configure Index: Configure

cvs commit: apache-1.3 STATUS

1998-12-31 Thread jim
jim 98/12/30 17:10:55 Modified:.STATUS Log: Updates Revision ChangesPath 1.578 +3 -1 apache-1.3/STATUS Index: STATUS === RCS file: /export/home/cvs/apache-1.3/STATUS,v

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

1998-12-31 Thread jim
jim 98/12/31 07:54:20 Modified:.STATUS src CHANGES src/main http_main.c Log: The Module Apache Module Server token problem with DSO fixed Revision ChangesPath 1.580 +3 -4 apache-1.3/STATUS Index: STATUS

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

1998-12-24 Thread jim
jim 98/12/24 05:39:49 Modified:src/include scoreboard.h src/main http_main.c Log: Good catch by Ben Hyde. Revision ChangesPath 1.45 +1 -1 apache-1.3/src/include/scoreboard.h Index: scoreboard.h

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

1998-12-22 Thread jim
jim 98/12/22 06:49:49 Modified:src Configure src/include ap_config.h Log: Add the Cyberguard V2 port PR: 3336 Submitted by: Richard Stagg [EMAIL PROTECTED] Revision ChangesPath 1.313 +7 -0 apache-1.3/src/Configure Index

cvs commit: apache-1.3/src CHANGES

1998-12-22 Thread jim
jim 98/12/22 06:51:44 Modified:src CHANGES Log: And update CHANGES re: pr3336 Revision ChangesPath 1.1175+3 -0 apache-1.3/src/CHANGES Index: CHANGES === RCS file: /export/home/cvs

cvs commit: apache-1.3/src Configure

1998-12-22 Thread jim
jim 98/12/22 07:05:18 Modified:src Configure Log: Some Configure cleanups... we were using TABs inconsistantly. We use TABs in Configure since, at times, it generates inline scripts to awk and sed, and some shells have small buffers Revision ChangesPath

cvs commit: apache-site/contributors index.html

1998-12-19 Thread jim
jim 98/12/19 05:07:10 Modified:contributors index.html Log: Most likely will reverse it or tone it down anyway... Most of us don't like blowing our own horns, but maybe we should get over this, at least for this page Revision ChangesPath 1.59 +13 -8

cvs commit: apache-site/contributors index.html

1998-12-19 Thread jim
jim 98/12/19 05:30:04 Modified:contributors index.html Log: Oops... should really qualify most Revision ChangesPath 1.60 +2 -2 apache-site/contributors/index.html Index: index.html

cvs commit: apache-1.3 STATUS

1998-12-12 Thread jim
jim 98/12/12 05:37:10 Modified:.STATUS Log: Some comments Revision ChangesPath 1.556 +6 -4 apache-1.3/STATUS Index: STATUS === RCS file: /export/home/cvs/apache-1.3/STATUS,v

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

1998-12-11 Thread jim
jim 98/12/11 07:33:41 Modified:src/main http_main.c Log: This fixes the problem I was seeing on various platforms with non-Graceful restarts. It also explains why Graceful restarts worked OK. It looks like something similar might be needed for the Win32 sections of the code

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

1998-12-10 Thread jim
jim 98/12/10 12:51:57 Modified:src/main http_main.c Log: Thanks to Dean for making me take a 2nd look Revision ChangesPath 1.410 +11 -10apache-1.3/src/main/http_main.c Index: http_main.c

cvs commit: apache-1.3/src Configure

1998-12-09 Thread jim
jim 98/12/09 14:07:52 Modified:src Configure Log: Typo: lack of newline Revision ChangesPath 1.312 +2 -1 apache-1.3/src/Configure Index: Configure === RCS file: /export/home/cvs

cvs commit: apache-1.3/src/helpers TestCompile

1998-12-03 Thread jim
jim 98/12/02 17:03:48 Modified:src/helpers TestCompile Log: MAKE isn't inherited in the mini-makefile Revision ChangesPath 1.21 +1 -1 apache-1.3/src/helpers/TestCompile Index: TestCompile

cvs commit: apache-1.3/src/modules/standard mod_status.c

1998-12-03 Thread jim
jim 98/12/02 17:08:02 Modified:src/main http_main.c src/modules/standard mod_status.c Log: During Graceful restarts, the value of vhostrec is bogus. To get around this, we reset this pointer to NULL during these. Revision ChangesPath 1.407 +44

cvs commit: apache-1.3/src/modules/standard mod_status.c

1998-12-03 Thread jim
jim 98/12/03 06:38:06 Modified:src/modules/standard mod_status.c Log: Reduce a race condition... We doubly protect against a bogus vhostrec pointer. The first test sets the pointer correctly no matter what the value of vhostrec. When it's time to print out, we check again

cvs commit: apache-1.3/src/helpers GuessOS PrintPath TestCompile

1998-12-02 Thread jim
jim 98/12/02 06:03:32 Modified:src Configure src/helpers GuessOS PrintPath TestCompile Log: Reverse some acknowledgements that really aren't needed Revision ChangesPath 1.308 +0 -15 apache-1.3/src/Configure Index: Configure

cvs commit: apache-2.0/nsprpub/pr/src/md/unix aux3.c aux.c

1998-11-25 Thread jim
jim 98/11/25 05:45:21 Added: nsprpub/pr/include/md _aux3.cfg _aux3.h nsprpub/pr/src/md/unix aux3.c Removed: nsprpub/pr/include/md _aux.cfg _aux.h nsprpub/pr/src/md/unix aux.c Log: Rename of files. aux - aux3 to avoid conflicts Revision

cvs commit: apache-2.0/nsprpub/config A_UX.mk

1998-11-25 Thread jim
jim 98/11/25 05:55:55 Modified:nsprpub/config A_UX.mk Log: Continue aux-aux3 namechange Revision ChangesPath 1.2 +1 -1 apache-2.0/nsprpub/config/A_UX.mk Index: A_UX.mk === RCS file

cvs commit: apache-1.3/src/helpers GuessOS

1998-11-04 Thread jim
jim 98/11/04 04:38:35 Modified:src CHANGES Configure src/helpers GuessOS Log: Submitted by: Tom Horsley [EMAIL PROTECTED] Add the PowerMAX OS port. Revision ChangesPath 1.1132+3 -0 apache-1.3/src/CHANGES Index: CHANGES

cvs commit: apache-1.3 STATUS

1998-11-03 Thread jim
jim 98/11/02 17:26:54 Modified:.STATUS Log: Add some info to STATUS. We really need to clean up some of the deadwood in there as well. Revision ChangesPath 1.526 +19 -6 apache-1.3/STATUS Index: STATUS

cvs commit: apache-1.3 STATUS

1998-10-28 Thread jim
jim 98/10/27 17:06:12 Modified:.STATUS Log: Looks like enough votes... who wants to commit? Revision ChangesPath 1.523 +1 -1 apache-1.3/STATUS Index: STATUS === RCS file

cvs commit: apache-1.3/src/modules/standard mod_status.c

1998-10-28 Thread jim
jim 98/10/28 05:02:40 Modified:.STATUS src CHANGES src/include scoreboard.h src/main http_main.c src/modules/standard mod_status.c Log: Submitted by: Harrie Hazewinkel [EMAIL PROTECTED] Reviewed by: Ralf

cvs commit: apache-1.3/src Configure

1998-10-20 Thread jim
jim 98/10/19 16:58:28 Modified:src Configure Log: Some changes to conserve/maintain some coding consistancy. Always quote strings and use 'x' as first preference when performing empty string hack. Revision ChangesPath 1.300 +29 -29apache-1.3/src

cvs commit: apache-1.3 STATUS

1998-10-08 Thread jim
jim 98/10/08 06:34:34 Modified:.STATUS Log: The binary release stuff votes Revision ChangesPath 1.508 +3 -2 apache-1.3/STATUS Index: STATUS === RCS file: /export/home/cvs/apache

cvs commit: apache-1.3 STATUS

1998-10-06 Thread jim
jim 98/10/05 16:04:29 Modified:.STATUS Log: Remove some out-of-date comments Revision ChangesPath 1.502 +1 -13 apache-1.3/STATUS Index: STATUS === RCS file: /export/home/cvs

cvs commit: apache-1.3 Announcement

1998-10-06 Thread jim
jim 98/10/06 13:12:43 Modified:.Announcement Log: Just some additional notes on 1.3.3 Revision ChangesPath 1.38 +10 -8 apache-1.3/Announcement Index: Announcement === RCS file

cvs commit: apache-1.3 STATUS

1998-09-30 Thread jim
jim 98/09/30 07:50:58 Modified:.STATUS Log: Some notes and maybe release?? Revision ChangesPath 1.496 +3 -1 apache-1.3/STATUS Index: STATUS === RCS file: /export/home/cvs/apache

cvs commit: apache-1.3/src/helpers GuessOS

1998-09-30 Thread jim
jim 98/09/30 08:48:09 Modified:.STATUS src Configure src/helpers GuessOS Log: Fine-time Earle Ake's port for Pyramid DC/OSx and note it in STATUS Revision ChangesPath 1.497 +0 -4 apache-1.3/STATUS Index: STATUS

cvs commit: apache-1.3/src/helpers GuessOS

1998-09-28 Thread jim
jim 98/09/28 13:04:35 Modified:src CHANGES src/helpers GuessOS Log: Submitted by: Steve Cameron [EMAIL PROTECTED] Revision ChangesPath 1.1082+5 -2 apache-1.3/src/CHANGES Index: CHANGES

cvs commit: apache-1.3/src/main alloc.c util.c

1998-09-26 Thread jim
jim 98/09/25 16:01:55 Modified:src/main alloc.c util.c Log: Maintain state of errno in ap_pcfg_openfile and the functions that it calls. Needed when parsing .htaccess Revision ChangesPath 1.100 +6 -1 apache-1.3/src/main/alloc.c Index: alloc.c

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

1998-09-25 Thread jim
jim 98/09/25 08:42:13 Modified:src/main http_config.c Log: Change the order... Always allow valid 'f' Revision ChangesPath 1.130 +2 -5 apache-1.3/src/main/http_config.c Index: http_config.c

cvs commit: apache-2.0/nsprpub/pr/src/md/unix unix.c

1998-09-23 Thread jim
jim 98/09/23 11:50:26 Modified:nsprpub/config nsinstall.c nsprpub/pr/include/md _aux.h nsprpub/pr/src/io prfile.c nsprpub/pr/src/malloc prmalloc.c nsprpub/pr/src/md prosdep.c nsprpub/pr/src/md/unix unix.c

cvs commit: apache-1.3 STATUS

1998-09-21 Thread jim
jim 98/09/20 19:23:48 Modified:.STATUS Log: Note the DB concern Revision ChangesPath 1.483 +8 -0 apache-1.3/STATUS Index: STATUS === RCS file: /export/home/cvs/apache-1.3/STATUS

cvs commit: apache-1.3/src/helpers TestCompile

1998-09-21 Thread jim
jim 98/09/20 19:30:14 Modified:.STATUS src/helpers TestCompile Log: Fix the fact that TestCompile was not forcing main to return an int which appears to be required Revision ChangesPath 1.484 +0 -3 apache-1.3/STATUS Index

cvs commit: apache-1.3 STATUS

1998-09-21 Thread jim
jim 98/09/21 05:08:40 Modified:.STATUS Log: Looks like we are safe about db1/db2 compatibility Revision ChangesPath 1.485 +0 -17 apache-1.3/STATUS Index: STATUS === RCS file

cvs commit: apache-1.3/src CHANGES Configure

1998-09-21 Thread jim
jim 98/09/21 13:44:45 Modified:src CHANGES Configure Log: Work around old shells with small line buffers Revision ChangesPath 1.1071+5 -0 apache-1.3/src/CHANGES Index: CHANGES

cvs commit: apache-1.3 STATUS

1998-09-18 Thread jim
jim 98/09/18 06:00:25 Modified:.STATUS Log: Some STATUS updates Revision ChangesPath 1.472 +5 -0 apache-1.3/STATUS Index: STATUS === RCS file: /export/home/cvs/apache-1.3/STATUS

cvs commit: apache-1.3/src/helpers PrintPath TestCompile findcpp.sh PrintPathOS2

1998-09-17 Thread jim
jim 98/09/16 21:09:42 Modified:src CHANGES Configure src/helpers PrintPath TestCompile findcpp.sh Removed: src/helpers PrintPathOS2 Log: Remove the hack of having an OS/2 version of PrintPath around. Reviewed by: Brian Havard Revision

cvs commit: apache-1.3/src BUILD.NOTES PORTING

1998-09-17 Thread jim
jim 98/09/17 14:13:59 Modified:src PORTING Added: src BUILD.NOTES Log: Create an OS-specific notes file Revision ChangesPath 1.33 +0 -11 apache-1.3/src/PORTING Index: PORTING

cvs commit: apache-1.3/src/helpers GuessOS MakeEtags PrintPath PrintPathOS2 TestCompile buildinfo.sh checkheader.sh findcpp.sh fmn.sh install.sh mkdir.sh mkshadow.sh ppl.sh slo.sh

1998-09-16 Thread jim
jim 98/09/16 13:49:28 Modified:src/helpers GuessOS MakeEtags PrintPath PrintPathOS2 TestCompile buildinfo.sh checkheader.sh findcpp.sh fmn.sh install.sh mkdir.sh mkshadow.sh ppl.sh slo.sh Log: Add blame

cvs commit: apache-1.3/src Configuration.tmpl

1998-09-12 Thread jim
jim 98/09/12 13:16:52 Modified:conf httpd.conf-dist httpd.conf-dist-win htdocs/manual/mod mod_status.html src Configuration.tmpl Log: mod_status is now a Base module and included by default. Revision ChangesPath 1.30 +6 -0

cvs commit: apache-1.3/htdocs/manual/mod core.html directives.html mod_status.html

1998-08-11 Thread jim
jim 98/08/10 17:24:31 Modified:htdocs/manual/misc perf-tuning.html htdocs/manual/mod core.html directives.html mod_status.html Log: And now the docs for ExtendedStatus Revision ChangesPath 1.13 +8 -8 apache-1.3/htdocs/manual/misc/perf

cvs commit: apache-1.3/src/modules/standard mod_status.c

1998-08-11 Thread jim
jim 98/08/11 08:37:54 Modified:htdocs/manual/mod core.html directives.html mod_status.html src/main http_core.c src/modules/standard mod_status.c Log: Move the ExtendedStatus option to mod_status Revision ChangesPath 1.130 +0 -35

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

1998-08-11 Thread jim
jim 98/08/11 08:48:01 Modified:src/main http_config.c Log: Propagate the limit_req_* values Revision ChangesPath 1.124 +4 -0 apache-1.3/src/main/http_config.c Index: http_config.c

cvs commit: apache-1.3/htdocs/manual/mod mod_status.html

1998-08-11 Thread jim
jim 98/08/11 10:33:49 Modified:htdocs/manual/mod mod_status.html Log: mod_status isn't included by default so ExtendedStatus is Extension not Base directive Revision ChangesPath 1.14 +1 -1 apache-1.3/htdocs/manual/mod/mod_status.html Index

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

1998-08-11 Thread jim
jim 98/08/11 10:40:48 Modified:src/main http_main.c Log: Minor formatting change Revision ChangesPath 1.382 +1 -1 apache-1.3/src/main/http_main.c Index: http_main.c === RCS file

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

1998-08-11 Thread jim
jim 98/08/11 11:08:29 Modified:src CHANGES src/main http_main.c Log: Per Brian's request, when processes are in BUSY_READ mode, mod_status no longer shows the old, previous request info Revision ChangesPath 1.1019+4 -0 apache-1.3/src

<    1   2   3   4   5   >