cvs commit: apache-site related_projects.html

1998-07-14 Thread dgaudet
dgaudet 98/07/14 01:27:43 Modified:.related_projects.html Log: fix missing tag Revision ChangesPath 1.30 +1 -1 apache-site/related_projects.html Index: related_projects.html

cvs commit: apache-1.3/src/modules/test Makefile.tmpl

1998-07-20 Thread dgaudet
dgaudet 98/07/20 09:20:24 Modified:src/modules/test Makefile.tmpl Log: dependency update, this won't compile in 1.3.1 Revision ChangesPath 1.11 +10 -10apache-1.3/src/modules/test/Makefile.tmpl Index: Makefile.tmpl

cvs commit: apache-1.3/src Makefile.tmpl

1998-07-20 Thread dgaudet
dgaudet 98/07/20 09:27:59 Modified:src Makefile.tmpl Log: fix parallel make, must recurse first Revision ChangesPath 1.102 +1 -1 apache-1.3/src/Makefile.tmpl Index: Makefile.tmpl

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

1998-07-20 Thread dgaudet
dgaudet 98/07/20 09:33:58 Modified:src CHANGES src/modules/standard mod_include.c Log: use sub_req_lookup_file for fsize and flastmod. PR: 2355 Submitted by: Manoj Kasichainula [EMAIL PROTECTED] Reviewed by: Brian, Dean Revision Changes

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

1998-07-20 Thread dgaudet
dgaudet 98/07/20 09:37:15 Modified:src CHANGES src/include ap_config.h src/main http_main.c Log: serialized accepts for OS/2 Submitted by: Brian Havard Revision ChangesPath 1.972 +2 -0 apache-1.3/src/CHANGES Index

cvs commit: apache-1.3/src/os/emx util_os2.c Makefile.tmpl os.h

1998-07-20 Thread dgaudet
dgaudet 98/07/20 09:40:41 Modified:src CHANGES src/os/emx Makefile.tmpl os.h Added: src/os/emx util_os2.c Log: plug ... and other canonicalization holes under OS/2. Submitted by: Brian Havard Revision ChangesPath 1.973 +3 -0

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

1998-07-21 Thread dgaudet
dgaudet 98/07/21 08:03:08 Modified:src/include ap_config.h Log: OS/2 should only need serialization when multiple listens Revision ChangesPath 1.229 +1 -0 apache-1.3/src/include/ap_config.h Index: ap_config.h

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

1998-07-28 Thread dgaudet
dgaudet 98/07/28 09:59:11 Modified:src CHANGES src/modules/proxy proxy_cache.c Log: fix a segfault in the proxy on OS/2 Submitted by: Brian Havard Revision ChangesPath 1.990 +2 -0 apache-1.3/src/CHANGES Index: CHANGES

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

1998-07-28 Thread dgaudet
dgaudet 98/07/28 10:07:16 Modified:src CHANGES src/helpers GuessOS src/main util.c Log: NEC EWS4800 port Submitted by: MATSUURA Takanori / [iso-2022-jp] ^[$B1:9'HO^[(B [EMAIL PROTECTED] Revision ChangesPath 1.991 +3 -0

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

1998-08-07 Thread dgaudet
dgaudet 98/08/07 08:35:54 Modified:src CHANGES src/main http_main.c Log: fix os/2 mutex problem Submitted by: Brian Havard Revision ChangesPath 1.1010+2 -0 apache-1.3/src/CHANGES Index: CHANGES

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

1998-08-09 Thread dgaudet
dgaudet 98/08/09 09:57:29 Modified:src/include httpd.h src/main http_protocol.c Log: Include everything in the limits, rather than having to remember to add 2 to some of them... which leads to off-by-1 errors like one I just committed. (I don't understand what

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

1998-08-10 Thread dgaudet
dgaudet 98/08/10 09:17:55 Modified:src/main http_log.c Log: be a little more uniform, use [client %s] similar to other log fields Revision ChangesPath 1.64 +1 -1 apache-1.3/src/main/http_log.c Index: http_log.c

cvs commit: apache-1.3/src/os/win32 mod_isapi.c

1998-08-10 Thread dgaudet
dgaudet 98/08/10 09:26:33 Modified:src/os/win32 mod_isapi.c Log: another O(n^2) attack Revision ChangesPath 1.15 +1 -0 apache-1.3/src/os/win32/mod_isapi.c Index: mod_isapi.c === RCS file

cvs commit: apache-site security_reports.html

1998-08-10 Thread dgaudet
dgaudet 98/08/10 10:22:29 Added: .security_reports.html Log: a start. I think this should be linked from the front page Revision ChangesPath 1.1 apache-site/security_reports.html Index: security_reports.html

cvs commit: apache-site security_report.html bug_report.html index.html security_reports.html

1998-08-11 Thread dgaudet
dgaudet 98/08/10 20:19:17 Modified:.bug_report.html index.html Added: .security_report.html Removed: .security_reports.html Log: advertise [EMAIL PROTECTED] Revision ChangesPath 1.18 +4 -0 apache-site/bug_report.html

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

1998-08-14 Thread dgaudet
dgaudet 98/08/13 19:49:10 Modified:src/include ap_mmn.h Log: ap_log_rerror() certainly wasn't a minor change, it happened before that concept existed. Put its correct entry into the list. Make the minor module number useable... provide a macro that tests the version

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

1998-08-14 Thread dgaudet
dgaudet 98/08/13 19:49:57 Modified:src CHANGES src/include alloc.h src/main alloc.c http_protocol.c util_script.c src/modules/standard mod_cern_meta.c Log: Add ap_overlap_tables. Fix various O(n^2) attacks using it. Revision

cvs commit: apache-1.3 STATUS

1998-08-14 Thread dgaudet
dgaudet 98/08/13 19:54:21 Modified:.STATUS Log: note about O(n^2) on win32 Revision ChangesPath 1.456 +4 -1 apache-1.3/STATUS Index: STATUS === RCS file: /export/home/cvs/apache-1.3

cvs commit: apache-1.3/src CHANGES

1998-08-14 Thread dgaudet
dgaudet 98/08/13 20:00:17 Modified:src CHANGES Log: another helpful pointer Revision ChangesPath 1.1025+1 -1 apache-1.3/src/CHANGES Index: CHANGES === RCS file: /export/home/cvs/apache

cvs commit: apache-1.3/src/support ab.c

1998-08-20 Thread dgaudet
dgaudet 98/08/19 21:11:34 Modified:src/support ab.c Log: note a few bugs Revision ChangesPath 1.13 +13 -1 apache-1.3/src/support/ab.c Index: ab.c === RCS file: /export/home/cvs/apache-1.3

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

1998-08-22 Thread dgaudet
dgaudet 98/08/21 23:57:17 Modified:src CHANGES src/modules/standard mod_autoindex.c Log: dynamincally size the filename column Reviewed by: Martin Kraemer Revision ChangesPath 1.1031+3 -0 apache-1.3/src/CHANGES Index: CHANGES

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

1998-09-22 Thread dgaudet
dgaudet 98/09/22 08:43:43 Modified:src/main http_log.c Log: ap_table_set() causes an ap_pstrdup() of both arguments, one of the arguments is a constant and it's a waste to pstrdup it. Furthermore using a static local buffer means there is a static limit to the message length

cvs commit: apache-2.0/apache-nspr/modules/standard mod_status.c

1998-09-22 Thread dgaudet
dgaudet 98/09/22 09:12:07 Modified:apache-nspr Configuration apache-nspr/include scoreboard.h apache-nspr/main http_main.c apache-nspr/modules/standard mod_status.c Log: get rid of some NSPR defines... this code can only be built for NSPR

cvs commit: apache-2.0/nsprpub - Imported sources

1998-09-22 Thread dgaudet
dgaudet 98/09/22 09:24:12 Log: import current mozilla/nsprpub sources as of 19980922 Status: Vendor Tag: MOZILLA Release Tags: cvs19980922 U apache-2.0/nsprpub/Makefile N apache-2.0/nsprpub/Makefile.in U apache-2.0/nsprpub/makefile.win U apache-2.0/nsprpub/config

cvs commit: apache-2.0/nsprpub/pr/include prthread.h

1998-09-22 Thread dgaudet
dgaudet 98/09/22 09:27:38 Modified:nsprpub/pr/include prthread.h Log: merge up to MOZILLA cvs19980922 tag Revision ChangesPath 1.3 +5 -5 apache-2.0/nsprpub/pr/include/prthread.h Index: prthread.h

cvs commit: apache-2.0/apache-nspr HOWTOBUILD

1998-09-22 Thread dgaudet
dgaudet 98/09/22 09:38:42 Modified:apache-nspr HOWTOBUILD Log: we can build with the included nspr again Revision ChangesPath 1.3 +2 -11 apache-2.0/apache-nspr/HOWTOBUILD Index: HOWTOBUILD

cvs commit: apache-2.0/apache-nspr - Imported sources

1998-09-22 Thread dgaudet
dgaudet 98/09/22 09:47:32 Log: import apache-1.3.3-dev sources as of 19980922 Status: Vendor Tag: APACHE Release Tags: APACHE_1_3_19980922 U apache-2.0/apache-nspr/.cvsignore U apache-2.0/apache-nspr/.gdbinit U apache-2.0/apache-nspr/Apache.dsp U apache-2.0/apache

cvs commit: apache-2.0/apache-nspr/os/win32 modules.c util_win32.c

1998-09-22 Thread dgaudet
dgaudet 98/09/22 11:05:55 Modified:apache-nspr Configuration.tmpl Makefile.tmpl apache-nspr/ap Makefile.tmpl ap.dsp ap_snprintf.c apache-nspr/include alloc.h ap.h ap_config.h buff.h hsregex.h http_conf_globals.h http_log.h

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

1998-09-24 Thread dgaudet
dgaudet 98/09/24 10:25:55 Modified:src CHANGES src/include ap_config.h Log: As the new header test gets it right, remove the override for sys/select.h in OS/2 section of ap_config.h This removes warnings about the redefinition of HAVE_SYS_SELECT_H

cvs commit: apache-1.3 STATUS

1998-10-06 Thread dgaudet
dgaudet 98/10/06 14:55:18 Modified:.STATUS Log: it's october in sanfrancisco, summer is finally here Revision ChangesPath 1.505 +6 -0 apache-1.3/STATUS Index: STATUS === RCS file

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

1998-10-12 Thread dgaudet
dgaudet 98/10/12 06:48:27 Modified:src/main util_script.c Log: fix something that is obviously wrong by inspection Revision ChangesPath 1.134 +1 -1 apache-1.3/src/main/util_script.c Index: util_script.c

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

1998-10-12 Thread dgaudet
dgaudet 98/10/12 10:15:26 Modified:src/main http_main.c Log: correct inconsistency in error message format Revision ChangesPath 1.400 +2 -2 apache-1.3/src/main/http_main.c Index: http_main.c

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

1998-12-04 Thread dgaudet
dgaudet 98/12/04 11:12:18 Modified:src/include ap_mmn.h scoreboard.h src/main http_main.c src/modules/standard mod_status.c Log: - Jim's fix to the vhostrec problem wasn't sufficient for all cases... implement the full generation-based solution I

cvs commit: apache-site/contributors index.html

1998-12-18 Thread dgaudet
dgaudet 98/12/18 10:05:24 Modified:contributors index.html Log: I've changed jobs Revision ChangesPath 1.55 +3 -6 apache-site/contributors/index.html Index: index.html === RCS file: /home

cvs commit: apache-1.3/htdocs/manual/misc perf-tuning.html

1998-12-18 Thread dgaudet
dgaudet 98/12/18 14:29:57 Modified:htdocs/manual/misc perf-tuning.html Log: file moved Revision ChangesPath 1.16 +1 -1 apache-1.3/htdocs/manual/misc/perf-tuning.html Index: perf-tuning.html

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

1998-12-23 Thread dgaudet
dgaudet 98/12/23 10:34:27 Modified:src CHANGES src/modules/standard mod_log_config.c Log: For %v log ServerName regardless of the UseCanonicalName setting (similarly for %p). Revision ChangesPath 1.1177+3 -0 apache-1.3/src/CHANGES

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

1998-12-29 Thread dgaudet
dgaudet 98/12/29 10:28:11 Modified:src/modules/standard mod_negotiation.c Log: The US is the only English speaking country which uses these misspellings, I'm Canadian. Revision ChangesPath 1.89 +1 -1 apache-1.3/src/modules/standard/mod_negotiation.c Index

cvs commit: apache-2.0 STATUS

1998-12-29 Thread dgaudet
dgaudet 98/12/29 14:21:43 Modified:.STATUS Log: more details on sfio Revision ChangesPath 1.46 +19 -2 apache-2.0/STATUS Index: STATUS === RCS file: /home/cvs/apache-2.0/STATUS,v

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

1999-01-03 Thread dgaudet
dgaudet 99/01/03 08:45:27 Modified:src CHANGES src/main http_main.c Log: Back out roy's previous change -- this sort of thing should be handled by a cleanup if a module really needs it. Unless someone can demonstrate that there is broken libc code somewhere

cvs commit: apache-site/mirrors index.html mirrors.list

1999-01-07 Thread dgaudet
dgaudet 99/01/06 20:00:46 Modified:mirrors index.html mirrors.list Log: twinlark has been moved to a location pretty much the same as hyperreal itself... so there's little sense it continuing to be a mirror. Revision ChangesPath 1.55 +0 -2 apache-site

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

1999-01-07 Thread dgaudet
dgaudet 99/01/07 12:46:59 Modified:src/main http_core.c Log: dunno, maybe I'm missing something, but looks like we could save memory here Revision ChangesPath 1.244 +2 -0 apache-1.3/src/main/http_core.c Index: http_core.c

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 dgaudet
dgaudet 99/01/15 14:40:01 Modified:.configure src CHANGES Configure src/helpers GuessOS PrintPath TestCompile binbuild.sh buildinfo.sh checkheader.sh find-dbm-lib findcpp.sh fmn.sh fp2rp

cvs commit: apache-1.3/htdocs/manual/misc known_client_problems.html

1999-01-22 Thread dgaudet
dgaudet 99/01/22 10:04:11 Modified:htdocs/manual/misc known_client_problems.html Log: add some recent bugs Revision ChangesPath 1.15 +19 -0 apache-1.3/htdocs/manual/misc/known_client_problems.html Index: known_client_problems.html

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

1999-02-22 Thread dgaudet
dgaudet 99/02/22 09:07:40 Modified:src CHANGES src/main http_config.c http_core.c Log: pad out some initializers; reduce a string constant from 510 to below 509 characters Submitted by: John Bley [EMAIL PROTECTED] Revision ChangesPath 1.1257

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

1999-02-22 Thread dgaudet
dgaudet 99/02/22 09:13:06 Modified:src/include httpd.h src/main http_protocol.c Log: Fix a compile warning -- there was a const discarded with the recent verbose-errors-to change. Also move status_lines[] to constant storage (better mem behaviour for kernels

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

1999-02-24 Thread dgaudet
dgaudet 99/02/24 01:33:38 Modified:src/main http_core.c Log: did I really remove this NULL? what was I thinking? Revision ChangesPath 1.251 +2 -1 apache-1.3/src/main/http_core.c Index: http_core.c

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

1999-03-04 Thread dgaudet
dgaudet 99/03/04 11:28:41 Modified:.STATUS htdocs/manual/mod mod_log_config.html src CHANGES src/modules/standard mod_log_config.c Log: Commit %V and \n changes to mod_log_config. Submitted by: Tony Finch [EMAIL

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

1999-03-10 Thread dgaudet
dgaudet 99/03/10 09:42:47 Modified:src CHANGES src/include ap_ctype.h ap_mmn.h http_core.h src/main http_protocol.c util.c util_date.c src/modules/proxy mod_proxy.c proxy_ftp.c proxy_util.c Log: somehow we missed implementing

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

1999-03-10 Thread dgaudet
dgaudet 99/03/10 10:09:46 Modified:src CHANGES src/main util_script.c Log: Set-Cookie headers were being doubled up for some CGIs by the O(n^2) avoidance code added in 1.3.3. PR: 3872 Submitted by: Jeff Lewis [EMAIL PROTECTED] Revision

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

1999-03-10 Thread dgaudet
dgaudet 99/03/10 12:18:59 Modified:src/include http_core.h Log: oops this was not supposed to be committed Revision ChangesPath 1.55 +0 -3 apache-1.3/src/include/http_core.h Index: http_core.h

cvs commit: apache-1.3/src CHANGES

1999-03-11 Thread dgaudet
dgaudet 99/03/11 08:47:59 Modified:src CHANGES Log: should really say SECURITY on this line Revision ChangesPath 1.1279+5 -4 apache-1.3/src/CHANGES Index: CHANGES === RCS file: /home

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

1999-03-11 Thread dgaudet
dgaudet 99/03/11 08:52:39 Modified:src/main http_log.c Log: remove the extra httpd: logged for each error message Reviewed by: Marc Slemko, Ralf S. Engelschall Revision ChangesPath 1.76 +1 -2 apache-1.3/src/main/http_log.c Index: http_log.c

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

1999-03-16 Thread dgaudet
dgaudet 99/03/16 08:16:08 Modified:src CHANGES src/include ap_config.h Log: switch back to fcntl() locking on linux PR: 3531 Reviewed by: Lincoln Stein [EMAIL PROTECTED] Revision ChangesPath 1.1282+4 -0 apache-1.3/src

cvs commit: apache-1.3/src CHANGES

1999-03-16 Thread dgaudet
dgaudet 99/03/16 08:51:08 Modified:src CHANGES Log: also pr#2723 Revision ChangesPath 1.1283+1 -1 apache-1.3/src/CHANGES Index: CHANGES === RCS file: /home/cvs/apache-1.3/src/CHANGES,v

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

1999-03-01 Thread dgaudet
dgaudet 99/03/01 07:37:54 Modified:src/modules/standard mod_so.c Log: missing fixer_upper comment Submitted by: John Bley [EMAIL PROTECTED] Revision ChangesPath 1.31 +1 -0 apache-1.3/src/modules/standard/mod_so.c Index: mod_so.c

cvs commit: apache-1.3 Makefile.tmpl

1999-04-20 Thread dgaudet
dgaudet 99/04/20 09:19:59 Modified:.Makefile.tmpl Log: I want to be able to run make install as a non-root user. Revision ChangesPath 1.71 +2 -2 apache-1.3/Makefile.tmpl Index: Makefile.tmpl

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

1999-04-20 Thread dgaudet
dgaudet 99/04/20 09:28:47 Modified:src/main alloc.c Log: ALLOC_STATS support... I don't think this hurts anything... but feel free to remove it if someone objects. Revision ChangesPath 1.108 +51 -0 apache-1.3/src/main/alloc.c Index: alloc.c

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

1999-04-20 Thread dgaudet
dgaudet 99/04/20 10:03:28 Modified:src CHANGES src/main http_core.c Log: fix memory leak exacerbated by certain configurations PR: 4225 Revision ChangesPath 1.1309+3 -0 apache-1.3/src/CHANGES Index: CHANGES

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

1999-04-20 Thread dgaudet
dgaudet 99/04/20 10:27:51 Modified:src CHANGES src/modules/standard mod_mime.c Log: islower() returns true for stuff outside a-z when locale isn't C PR: 3427 Revision ChangesPath 1.1310+3 -0 apache-1.3/src/CHANGES Index

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

1999-04-20 Thread dgaudet
dgaudet 99/04/20 10:51:40 Modified:src CHANGES src/include ap_mmn.h http_protocol.h src/main http_protocol.c Log: Add ap_vrprintf() function PR: 4246 Submitted by: John Tobey [EMAIL PROTECTED] Revision ChangesPath

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

1999-04-20 Thread dgaudet
dgaudet 99/04/20 10:59:38 Modified:conf httpd.conf-dist Log: * matches a single component, this example makes more sense PR: 4221 Revision ChangesPath 1.39 +1 -1 apache-1.3/conf/httpd.conf-dist Index: httpd.conf-dist

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

1999-04-20 Thread dgaudet
dgaudet 99/04/20 11:03:12 Modified:conf httpd.conf-dist Log: protect .ht* files ... rather than just .htaccess (it costs pretty much the same) PR: 4215 Revision ChangesPath 1.40 +4 -1 apache-1.3/conf/httpd.conf-dist Index: httpd.conf

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

1999-04-20 Thread dgaudet
dgaudet 99/04/20 11:36:10 Modified:src CHANGES src/main http_protocol.c Log: deal with UTS compiler error PR: 4189 Submitted by: Dave Dykstra [EMAIL PROTECTED] Revision ChangesPath 1.1312+3 -0 apache-1.3/src/CHANGES

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

1999-04-20 Thread dgaudet
dgaudet 99/04/20 12:15:46 Modified:src CHANGES src/main http_main.c http_protocol.c Log: r-request_time wasn't being set in certain error cases PR: 4156 Revision ChangesPath 1.1313+3 -0 apache-1.3/src/CHANGES Index

cvs commit: apache-1.3/htdocs/manual windows.html

1999-04-20 Thread dgaudet
dgaudet 99/04/20 12:18:42 Modified:htdocs/manual windows.html Log: note about 127.0.0.1 PR: 4155 Revision ChangesPath 1.29 +6 -0 apache-1.3/htdocs/manual/windows.html Index: windows.html

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

1999-04-20 Thread dgaudet
dgaudet 99/04/20 12:43:00 Modified:src CHANGES src/include ap_config.h Log: what the heck? We don't use n_long anywhere, why define it? And even more perplexing -- why were the rlim_t and n_long conditionalized on S_IWOTH ?? PR: 4130

cvs commit: apache-1.3/htdocs/manual/misc known_client_problems.html

1999-04-20 Thread dgaudet
dgaudet 99/04/20 13:00:40 Modified:htdocs/manual/misc known_client_problems.html Log: ie40 screws up vary PR: 4118 Revision ChangesPath 1.16 +7 -0 apache-1.3/htdocs/manual/misc/known_client_problems.html Index: known_client_problems.html

cvs commit: apache-1.3/conf mime.types

1999-04-21 Thread dgaudet
dgaudet 99/04/20 16:19:36 Modified:conf mime.types Log: add .xls (flame away) PR: 3935 Revision ChangesPath 1.24 +1 -1 apache-1.3/conf/mime.types Index: mime.types

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

1999-04-21 Thread dgaudet
dgaudet 99/04/20 16:38:45 Modified:src CHANGES src/main http_request.c Log: copy expecting_100 when doing an internal redirect PR: 3910 Submitted by: Jose KAHAN [EMAIL PROTECTED] Revision ChangesPath 1.1316+3 -0 apache-1.3

cvs commit: apache-1.3/src CHANGES

1999-04-21 Thread dgaudet
dgaudet 99/04/20 18:29:21 Modified:src CHANGES Log: a few more PRs Revision ChangesPath 1.1317+1 -1 apache-1.3/src/CHANGES Index: CHANGES === RCS file: /home/cvs/apache-1.3/src/CHANGES

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

1999-04-21 Thread dgaudet
dgaudet 99/04/20 19:00:57 Modified:src CHANGES src/modules/standard mod_autoindex.c Log: we don't need padding when we're not doing fancyindexing PR: 3770 Submitted by: [EMAIL PROTECTED] Revision ChangesPath 1.1318+3 -0

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

1999-04-21 Thread dgaudet
dgaudet 99/04/20 20:42:35 Modified:src CHANGES src/modules/standard mod_mime_magic.c Log: uncompress and gzip don't like getting only 4k of the file... pass them the entire file (but we still only read 4k, so they don't get to run for long). PR

cvs commit: apache-1.3/src CHANGES

1999-04-21 Thread dgaudet
dgaudet 99/04/20 20:50:41 Modified:src CHANGES Log: another PR# Revision ChangesPath 1.1320+1 -1 apache-1.3/src/CHANGES Index: CHANGES === RCS file: /home/cvs/apache-1.3/src/CHANGES,v

cvs commit: apache-1.3/htdocs/manual/misc howto.html

1999-04-21 Thread dgaudet
dgaudet 99/04/20 22:01:25 Modified:htdocs/manual/misc howto.html Log: missing / in example PR: 3631 Submitted by: Sebastian Andersson [EMAIL PROTECTED] Revision ChangesPath 1.11 +1 -1 apache-1.3/htdocs/manual/misc/howto.html Index

cvs commit: apache-1.3 configure

1999-04-21 Thread dgaudet
dgaudet 99/04/21 00:21:04 Modified:.configure Log: fix typo PR: 4282 Submitted by: Philippe M.Chiasson [EMAIL PROTECTED] Revision ChangesPath 1.83 +1 -1 apache-1.3/configure Index: configure

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

1999-05-01 Thread dgaudet
dgaudet 99/05/01 10:02:30 Modified:src CHANGES src/main http_main.c src/modules/proxy proxy_ftp.c proxy_http.c proxy_util.c Log: *) Fix intermittent SEGV in ap_proxy_cache_error() in src/modules/proxy_util.c where a NULL filepointer and temporary

cvs commit: apache-1.3/src CHANGES

1999-05-01 Thread dgaudet
dgaudet 99/05/01 10:03:50 Modified:src CHANGES Log: PR#3178 submitter also diagnosed the fix Revision ChangesPath 1.1338+2 -1 apache-1.3/src/CHANGES Index: CHANGES === RCS file: /home

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

1999-05-01 Thread dgaudet
dgaudet 99/05/01 10:13:05 Modified:src/modules/standard mod_autoindex.c Log: fix a slight problem with my recent fix to mod_autoindex Submitted by: Raymond S Brand [EMAIL PROTECTED] Revision ChangesPath 1.104 +2 -2 apache-1.3/src/modules/standard

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

1999-05-05 Thread dgaudet
dgaudet 99/05/05 10:46:08 Modified:src CHANGES src/modules/standard mod_include.c Log: mod_include's fsize/flastmod should allow only relative paths, just like include file. This bug was introduced during the 1.98 - 1.99 rev of mod_include. Submitted

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

1999-05-07 Thread dgaudet
dgaudet 99/05/06 17:38:13 Modified:src CHANGES src/main http_main.c Log: loop around on EINTR from semop() Revision ChangesPath 1.1352+3 -0 apache-1.3/src/CHANGES Index: CHANGES

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

1999-05-12 Thread dgaudet
dgaudet 99/05/12 09:50:43 Modified:src CHANGES src/main http_request.c Log: don't assume the struct stat passed to stat() is left alone when the stat fails Submitted by: Ed Korthof [EMAIL PROTECTED] Revision ChangesPath 1.1353+3 -0

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

1999-05-13 Thread dgaudet
dgaudet 99/05/13 12:00:48 Modified:src/modules/standard mod_include.c mod_autoindex.c Log: Back out the evil hack portion of Raymond's patch. In addition to being an evil hack, it causes memory corruption. You cannot destroy a #included subrequest of mod_include... look

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

1999-05-13 Thread dgaudet
dgaudet 99/05/13 12:44:15 Modified:src/include alloc.h Log: add a bunch more info to the pool/ancestor documentation... Raymond's comments made it clear to me that what I'd written wasn't so clear ;) Revision ChangesPath 1.68 +36 -2 apache-1.3/src/include

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

1999-06-02 Thread dgaudet
dgaudet 99/06/01 23:30:07 Modified:src CHANGES src/main http_main.c Log: Piped error logs could cause a segfault if an error occured during configuration after a restart. PR: 4456 Submitted by: Aidan Cully [EMAIL PROTECTED] Revision

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

1999-06-02 Thread dgaudet
dgaudet 99/06/02 11:10:11 Modified:src/modules/proxy proxy_cache.c Log: missing ap_unblock_alarms Revision ChangesPath 1.60 +0 -1 apache-1.3/src/modules/proxy/proxy_cache.c Index: proxy_cache.c

cvs commit: apache-1.3 STATUS

1999-06-04 Thread dgaudet
dgaudet 99/06/04 09:49:14 Modified:.STATUS Log: a sunny day here Revision ChangesPath 1.698 +5 -15 apache-1.3/STATUS Index: STATUS === RCS file: /home/cvs/apache-1.3/STATUS,v

cvs commit: apache-1.3 STATUS

1999-06-04 Thread dgaudet
dgaudet 99/06/04 10:00:27 Modified:.STATUS Log: still sunny Revision ChangesPath 1.699 +6 -2 apache-1.3/STATUS Index: STATUS === RCS file: /home/cvs/apache-1.3/STATUS,v retrieving

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

1999-06-04 Thread dgaudet
dgaudet 99/06/04 10:15:53 Modified:htdocs/manual content-negotiation.html src CHANGES src/modules/standard mod_negotiation.c Log: This patch removes the processing of `mxb' parameters in Accept headers in mod_negotiation. A second patch updates

cvs commit: apache-apr/pthreads/src/test/rename apapi.h

1999-06-09 Thread dgaudet
dgaudet 99/06/09 15:03:44 Modified:pthreads/src/include buff.h pthreads/src/main alloc.c buff.c http_main.c pthreads/src/modules/proxy proxy_cache.c proxy_ftp.c proxy_http.c pthreads/src/test/rename apapi.h Log

cvs commit: apache-apr/pthreads/src/include buff.h httpd.h

1999-06-09 Thread dgaudet
dgaudet 99/06/09 15:06:30 Modified:pthreads/src/include buff.h httpd.h Log: BO_TIMEOUT belongs in buff.h Revision ChangesPath 1.7 +1 -0 apache-apr/pthreads/src/include/buff.h Index: buff.h

cvs commit: apache-2.0/mpm - Imported sources

1999-06-18 Thread dgaudet
dgaudet 99/06/18 11:40:00 Log: import mpm-3 into the apache-2.0 repository Status: Vendor Tag: dgaudet Release Tags: mpm-3 N apache-2.0/mpm/ABOUT_APACHE N apache-2.0/mpm/Announcement N apache-2.0/mpm/INSTALL N apache-2.0/mpm/KEYS N apache-2.0/mpm/LICENSE N

cvs commit: apache-2.0/mpm/src/docs - New directory

1999-06-18 Thread dgaudet
dgaudet 99/06/18 11:43:13 apache-2.0/mpm/src/docs - New directory

cvs commit: apache-2.0/mpm/src/docs goals.txt initial_blurb.txt tls.txt

1999-06-18 Thread dgaudet
dgaudet 99/06/18 11:46:55 Added: mpm/src/docs goals.txt initial_blurb.txt tls.txt Log: add in some of the discussion Revision ChangesPath 1.1 apache-2.0/mpm/src/docs/goals.txt Index: goals.txt

cvs commit: apache-2.0/mpm/src CHANGES BUILD.NOTES INDENT INSTALL PORTING README README.EBCDIC

1999-06-18 Thread dgaudet
dgaudet 99/06/18 11:58:49 Modified:mpm/src CHANGES Removed: mpm/src BUILD.NOTES INDENT INSTALL PORTING README README.EBCDIC Log: cleanup... rewrite the help later... clean state for changes for now Revision ChangesPath 1.2 +0 -6687

cvs commit: apache-2.0/mpm 00README_FIRST_REALLY

1999-06-18 Thread dgaudet
dgaudet 99/06/18 12:00:18 Added: mpm 00README_FIRST_REALLY Log: ignore the man behind the curtain Revision ChangesPath 1.1 apache-2.0/mpm/00README_FIRST_REALLY Index: 00README_FIRST_REALLY

cvs commit: apache-2.0/mpm/src/lib/expat-lite Makefile.tmpl

1999-06-18 Thread dgaudet
dgaudet 99/06/18 12:04:23 Modified:mpm/src/lib/expat-lite Makefile.tmpl Log: someone needs to put a depend rule into here Revision ChangesPath 1.2 +2 -0 apache-2.0/mpm/src/lib/expat-lite/Makefile.tmpl Index: Makefile.tmpl

cvs commit: apache-2.0/mpm/src/os/unix Makefile.tmpl

1999-06-18 Thread dgaudet
dgaudet 99/06/18 12:08:08 Modified:mpm/src/ap Makefile.tmpl mpm/src Makefile.tmpl mpm/src/main Makefile.tmpl mpm/src/modules/standard Makefile.tmpl mpm/src/os/unix Makefile.tmpl Log: update dependencies Revision

cvs commit: apache-2.0/mpm/src Configuration.mpm Configure

1999-06-18 Thread dgaudet
dgaudet 99/06/18 12:20:19 Modified:mpm/src Configuration.mpm Configure Log: lots todo Revision ChangesPath 1.2 +1 -1 apache-2.0/mpm/src/Configuration.mpm Index: Configuration.mpm === RCS

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

1999-06-18 Thread dgaudet
dgaudet 99/06/18 12:20:50 Modified:mpm/src/include buff.h mpm/src/main buff.c http_protocol.c Log: break chunked encoding, ebcdic, ... layering goes here Revision ChangesPath 1.2 +4 -48 apache-2.0/mpm/src/include/buff.h Index: buff.h

cvs commit: apache-2.0/mpm/src/main iol_unix.c Makefile.tmpl buff.c http_connection.c http_protocol.c http_request.c

1999-06-19 Thread dgaudet
dgaudet 99/06/18 16:35:01 Modified:mpm/src CHANGES mpm/src/include buff.h mpm/src/main Makefile.tmpl buff.c http_connection.c http_protocol.c http_request.c Added: mpm/src/docs buff.txt mpm/src/include

<    1   2   3   4   5   6   7   >