cvs commit: apachen/src/main http_main.c

1997-10-15 Thread dgaudet
dgaudet 97/10/14 17:14:33 Modified:src/main http_main.c Log: clear_pool() was called before copy_listeners, and copy_listeners was using pointers from the cleared pool. close(scoreboard_fd) was happening before the scoreboard was even opened. Reviewed by: Jim Jagielski

cvs commit: apachen/src/main http_request.c

1997-10-15 Thread dgaudet
dgaudet 97/10/14 17:15:14 Modified:src/main http_request.c Log: Fix an off-by-one error introduced in one of the directory_walk optimizations. Reviewed by: Jim Jagielski, Rob Hartill Revision ChangesPath 1.89 +3 -1 apachen/src/main/http_request.c

cvs commit: apachen/src/main alloc.c

1997-10-15 Thread dgaudet
dgaudet 97/10/14 17:19:36 Modified:src/main alloc.c Log: Add in alloc debugging code which can be used standalone to detect some uninitialized read, and use-after-free errors. It can also be combined with debuggers like efence and Purify. By default nothing should change

cvs commit: apachen/src CHANGES

1997-10-15 Thread dgaudet
dgaudet 97/10/14 17:24:06 Modified:htdocs/manual new_features_1_3.html src CHANGES Log: Document alloc debugging. Revision ChangesPath 1.27 +10 -0 apachen/htdocs/manual/new_features_1_3.html Index: new_features_1_3.html

cvs commit: apache/src Configuration.tmpl

1997-10-22 Thread dgaudet
dgaudet 97/10/21 17:18:44 Modified:src Tag: APACHE_1_2_X Configuration.tmpl Log: PR#1279: Documentation sucks. Modules are listed in reverse priority order, not priority order. (already fixed in 1.3) Revision ChangesPath No revision

cvs commit: apachen/src/main http_main.c

1997-10-22 Thread dgaudet
dgaudet 97/10/22 09:43:06 Modified:src/main http_main.c Log: indent screwed up the indentation a bit Revision ChangesPath 1.236 +2 -2 apachen/src/main/http_main.c Index: http_main.c === RCS

cvs commit: apachen/src/modules/standard mod_speling.c

1997-10-22 Thread dgaudet
dgaudet 97/10/22 09:57:36 Modified:src/modules/standard mod_speling.c Log: Fix some 64-bit warnings. Reviewed by: Dean Gaudet, Martin Kraemer, Jim Jagielski Revision ChangesPath 1.7 +4 -3 apachen/src/modules/standard/mod_speling.c Index

cvs commit: apachen/src/modules/standard mod_autoindex.c mod_dir.c

1997-10-22 Thread dgaudet
dgaudet 97/10/22 09:59:24 Modified:src/modules/standard mod_autoindex.c mod_dir.c Log: When method is not GET, just DECLINE rather than return NOT_IMPLEMENTED. PR: 1241 Reviewed by: Dean Gaudet, Jim Jagielski, Martin Kraemer Revision ChangesPath 1.52

cvs commit: apachen/src/main http_core.c

1997-10-22 Thread dgaudet
dgaudet 97/10/22 10:08:49 Modified:src/main http_core.c Log: Tweak the descriptions a bit. Revision ChangesPath 1.130 +2 -2 apachen/src/main/http_core.c Index: http_core.c === RCS file

cvs commit: apachen/src/modules/standard mod_unique_id.c

1997-10-24 Thread dgaudet
dgaudet 97/10/24 01:56:48 Modified:src/modules/standard mod_unique_id.c Log: I'm in the middle of documenting the algorithm used here... I found another problem to defend against. Revision ChangesPath 1.7 +4 -1 apachen/src/modules/standard/mod_unique_id.c

cvs commit: apachen/htdocs/manual/mod mod_unique_id.html index.html

1997-10-24 Thread dgaudet
dgaudet 97/10/24 02:34:22 Modified:htdocs/manual/mod index.html Added: htdocs/manual/mod mod_unique_id.html Log: Document mod_unique_id.html. Revision ChangesPath 1.21 +1 -1 apachen/htdocs/manual/mod/index.html Index: index.html

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

1997-10-24 Thread dgaudet
dgaudet 97/10/24 02:39:19 Modified:htdocs/manual/misc perf-tuning.html Log: document MMAP_SEGMENT_SIZE Revision ChangesPath 1.2 +16 -9 apachen/htdocs/manual/misc/perf-tuning.html Index: perf-tuning.html

cvs commit: apachen/htdocs/manual new_features_1_3.html

1997-10-24 Thread dgaudet
dgaudet 97/10/24 02:44:18 Modified:htdocs/manual new_features_1_3.html Log: update with mod_unique_id link Revision ChangesPath 1.29 +4 -5 apachen/htdocs/manual/new_features_1_3.html Index: new_features_1_3.html

cvs commit: apachen/htdocs/manual index.html

1997-10-24 Thread dgaudet
dgaudet 97/10/24 02:53:40 Modified:htdocs/manual index.html Log: make it clear the docs are for 1.3 Revision ChangesPath 1.18 +2 -2 apachen/htdocs/manual/index.html Index: index.html

cvs commit: apachen/src/main conf.h

1997-10-25 Thread dgaudet
dgaudet 97/10/24 18:52:46 Modified:src CHANGES Configure src/helpers GuessOS src/main conf.h Log: PORT: AIX now uses USE_FCNTL_SERIALIZED_ACCEPT. PR#849 PORT: i386 AIX does not have memmove. PR#1267 PORT: HPUX now defaults to using Spencer

cvs commit: apachen/src PORTING

1997-10-25 Thread dgaudet
dgaudet 97/10/24 22:34:42 Modified:src PORTING Log: typo Revision ChangesPath 1.14 +1 -1 apachen/src/PORTING Index: PORTING === RCS file: /export/home/cvs/apachen/src/PORTING,v

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

1997-10-25 Thread dgaudet
dgaudet 97/10/24 22:35:44 Modified:htdocs/manual/misc perf-tuning.html Log: typo Revision ChangesPath 1.3 +1 -1 apachen/htdocs/manual/misc/perf-tuning.html Index: perf-tuning.html === RCS

cvs commit: apachen/src Configure CHANGES

1997-10-26 Thread dgaudet
dgaudet 97/10/25 16:28:07 Modified:src Configure CHANGES Log: Solaris 2.4 needs spencer regex. PR: 1321 Submitted by: John Line [EMAIL PROTECTED] Reviewed by:Lars Eilebrecht, Marc Slemko, Dean Gaudet Revision ChangesPath 1.164 +1 -1

cvs commit: apachen/src/main alloc.h

1997-10-26 Thread dgaudet
dgaudet 97/10/26 13:14:17 Modified:src/main alloc.h Log: fix an indentation problem, and add some comments Revision ChangesPath 1.36 +7 -4 apachen/src/main/alloc.h Index: alloc.h === RCS

cvs commit: apachen/src/modules/standard mod_mime_magic.c

1997-10-26 Thread dgaudet
dgaudet 97/10/26 13:41:13 Modified:src/modules/standard mod_mime_magic.c Log: The indentation was all whacky and there were various bits not in our coding style. Fix it up. (There's no code changes in this rev.) Revision ChangesPath 1.18 +1192 -1204apachen/src

cvs commit: apachen/src PORTING CHANGES

1997-10-28 Thread dgaudet
dgaudet 97/10/27 22:47:27 Modified:src PORTING CHANGES Log: Document the WANTHSREGEX change. Revision ChangesPath 1.16 +7 -2 apachen/src/PORTING Index: PORTING === RCS file: /export

cvs commit: apachen/src/main http_main.c

1997-10-30 Thread dgaudet
dgaudet 97/10/30 11:13:35 Modified:src CHANGES src/main http_main.c Log: Improve the error message generated when the server is busy. PR: 1293 Reviewed by: Martin Kraemer, Jim Jagielski Revision ChangesPath 1.480 +3 -0

cvs commit: apachen/src/modules/standard mod_mime_magic.c

1997-10-30 Thread dgaudet
dgaudet 97/10/30 11:20:52 Modified:src CHANGES src/modules/standard mod_mime_magic.c Log: Bug Fixes: - gzip -cdq requires at least 4k of a partial gzipped file, we were sending it only 1k, and it wouldn't produce any output. But raising HOWMANY to 4k

cvs commit: apache/htdocs/manual/mod core.html mod_actions.html mod_auth_anon.html mod_auth_dbm.html mod_cern_meta.html mod_cgi.html mod_env.html mod_imap.html mod_include.html mod_negotiation.html mod_status.html

1997-11-01 Thread dgaudet
dgaudet 97/11/01 15:39:48 Modified:htdocs/manual Tag: APACHE_1_2_X content-negotiation.html custom-error.html dns-caveats.html env.html host.html index.html install.html invoking.html man-template.html

cvs commit: apache/htdocs/manual/mod core.html mod_actions.html mod_auth_anon.html mod_auth_dbm.html mod_cern_meta.html mod_cgi.html mod_env.html mod_example.html mod_imap.html mod_include.html mod_mime.html mod_negotiation.html mod_proxy.html mod_status.html

1997-11-02 Thread dgaudet
dgaudet 97/11/01 16:19:48 Modified:htdocs/manual Tag: APACHE_1_2_X LICENSE content-negotiation.html custom-error.html dns-caveats.html env.html host.html index.html install.html invoking.html man-template.html

cvs commit: apachen/src CHANGES Configure

1997-11-03 Thread dgaudet
dgaudet 97/11/02 20:33:19 Modified:src CHANGES Configure Log: Warn user about default path change if /usr/local/etc/httpd is found. Submitted by: Lars Eilebrecht Reviewed by: Martin Kraemer, Dean Gaudet Revision ChangesPath 1.483 +3 -0 apachen/src

cvs commit: apachen/src/main http_main.c

1997-11-03 Thread dgaudet
dgaudet 97/11/03 02:11:44 Modified:src CHANGES src/main http_main.c Log: Fix a mild race condition in unblock_alarms() involving a SIGALRM showing up after a SIGTERM. PR: 1211 Reviewed by: Marc Slemko, Martin Kraemer Revision Changes

cvs commit: apachen/src/test time-sem.c

1997-11-04 Thread dgaudet
dgaudet 97/11/03 23:57:43 Modified:src/test time-sem.c Log: make it clear that fcntl/flock open lock file in cwd Revision ChangesPath 1.2 +2 -0 apachen/src/test/time-sem.c Index: time-sem.c

cvs commit: apachen/src/test time-sem.c

1997-11-04 Thread dgaudet
dgaudet 97/11/04 00:33:13 Modified:src/test time-sem.c Log: latest greatest time-sem.c Revision ChangesPath 1.3 +64 -15apachen/src/test/time-sem.c Index: time-sem.c === RCS file: /export

cvs commit: apachen/src/modules/standard mod_usertrack.c

1997-11-05 Thread dgaudet
dgaudet 97/11/05 03:23:24 Modified:src CHANGES src/modules/standard mod_usertrack.c Log: Fix a year 2100+ formatting problem with mod_usertrack. PR: 1342 Submitted by: Paul Eggert [EMAIL PROTECTED] Reviewed by: Dean Gaudet, Marc Slemko, Martin

cvs commit: apachen/conf srm.conf-dist srm.conf-dist-win

1997-11-05 Thread dgaudet
dgaudet 97/11/05 03:32:38 Modified:conf srm.conf-dist srm.conf-dist-win Log: Add PHP3's mime-types as an example. Submitted by: Rasmus Lerdorf Reviewed by: Dean Gaudet, Paul Sutton Revision ChangesPath 1.17 +5 -0 apachen/conf/srm.conf-dist

cvs commit: apache/src CHANGES mod_include.c

1997-11-05 Thread dgaudet
dgaudet 97/11/05 03:40:14 Modified:src Tag: APACHE_1_2_X CHANGES mod_include.c Log: mod_include did not properly handle all possible redirects from sub-reqs. Submitted by: Ken Coar Reviewed by: Dean Gaudet, Roy Fielding, Ralf Engelschall Revision ChangesPath

cvs commit: apache/src CHANGES mod_imap.c

1997-11-05 Thread dgaudet
dgaudet 97/11/05 03:43:15 Modified:src Tag: APACHE_1_2_X CHANGES mod_imap.c Log: mod_imap should DECLINE non-GET methods. Submitted by: Jay Bloodworth [EMAIL PROTECTED] Reviewed by: Brian Behlendorf, Dean Gaudet, Ralf Engelschall Revision ChangesPath

cvs commit: apache/src CHANGES mod_include.c

1997-11-05 Thread dgaudet
dgaudet 97/11/05 03:46:23 Modified:src Tag: APACHE_1_2_X CHANGES mod_include.c Log: fix bogus uninitialized data for and || PR: 1139 Submitted by: Brian Slesinsky [EMAIL PROTECTED] Reviewed by: Dean Gaudet, Roy Fielding, Ralf Engelschall Revision

cvs commit: apache/src mod_negotiation.c

1997-11-05 Thread dgaudet
dgaudet 97/11/05 03:48:31 Modified:src Tag: APACHE_1_2_X mod_negotiation.c Log: Fix undefined C behaviour. Submitted by: Ben Laurie Reviewed by: Dean Gaudet, Ralf Engelschall Revision ChangesPath No revision

cvs commit: apachen/src/regex Makefile.tmpl .cvsignore mkh Makefile

1997-11-05 Thread dgaudet
dgaudet 97/11/05 04:48:26 Modified:src .cvsignore CHANGES Configure Makefile.tmpl src/main conf.h http_core.c http_main.c src/modules/proxy proxy_cache.c src/regex .cvsignore mkh Added: src/helpers PrintPathOS2 src

cvs commit: apachen/src/main conf.h http_main.c

1997-11-06 Thread dgaudet
dgaudet 97/11/06 02:47:03 Modified:src CHANGES src/main conf.h http_main.c Log: Papa Roy said I could commit this. Fix USE_PTHREAD_SERIALIZED_ACCEPT, I totally didn't do it right the first time. Reviewed by: Roy Fielding Revision ChangesPath

cvs commit: apachen/src/modules/standard mod_cgi.c

1997-11-06 Thread dgaudet
dgaudet 97/11/06 13:54:15 Modified:src/main alloc.c http_log.c http_main.c httpd.h src/modules/standard mod_cgi.c Log: Commit the RAISE_SIGSTOP debugging support. Reviewed by: Jim Jagielski, Martin Kraemer Revision ChangesPath 1.57 +1 -0

cvs commit: apachen/src CHANGES Configure

1997-11-06 Thread dgaudet
dgaudet 97/11/06 13:57:39 Modified:src CHANGES Configure Log: A sed command in the Configure script pushed the edge of POSIXness, breaking on some systems PR: 1368 Submitted by: Bhaba R.Misra [EMAIL PROTECTED] Reviewed by:Dean Gaudet, Jim Jagielski

cvs commit: apachen/src/helpers PrintPathOS2

1997-11-06 Thread dgaudet
dgaudet 97/11/06 13:59:37 Modified:src/helpers PrintPathOS2 Log: * PrintPathOS2 uses $test_exec_flag without defining it... should it be '-x' or just '-r'? This fixes it up and also makes its output a bit more sensible by changing all the backslashes from

cvs commit: apachen/src/main fnmatch.c

1997-11-06 Thread dgaudet
dgaudet 97/11/06 14:03:40 Modified:src CHANGES src/main fnmatch.c Log: Inherit a bugfix to fnmatch.c from FreeBSD sources. PR: 1311 Obtained from:FreeBSD-current Submitted by: [KOI8-R] áÎÄÒÅÊ þÅÒÎÏ× [EMAIL PROTECTED] Reviewed

cvs commit: apachen/src/modules/standard mod_access.c

1997-11-08 Thread dgaudet
dgaudet 97/11/08 13:33:09 Modified:src CHANGES src/modules/standard mod_access.c Log: Fix a byte ordering problem in mod_access which prevented the old-style syntax (i.e. a.b.c. to match a class C) from working properly. [Dean Gaudet] PR: 1248

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

1997-11-08 Thread dgaudet
dgaudet 97/11/08 13:39:13 Modified:src CHANGES src/main http_request.c src/modules/proxy mod_proxy.c Log: find_types() shouldn't be called if we just found a matching ProxyPass directive and set handler to 'proxy-server', because find_types

cvs commit: apachen/src/main http_core.c

1997-11-08 Thread dgaudet
dgaudet 97/11/08 13:42:37 Modified:src CHANGES src/main http_core.c Log: Fix a logic error when issuing a mmap error with non-zero MMAP_THRESHOLD. PR: 1294 Submitted by: David Chambers [EMAIL PROTECTED] Reviewed by: Dean Gaudet, Jim Jagielski

cvs commit: apachen/src/main conf.h

1997-11-08 Thread dgaudet
dgaudet 97/11/08 13:47:35 Modified:src CHANGES Configure src/main conf.h Log: Update the LynxOS port. Submitted by: Marius Groeger [EMAIL PROTECTED] Reviewed by: Dean Gaudet, Paul Sutton Revision ChangesPath 1.499 +2 -0 apachen/src

cvs commit: apachen/src/test time-sem.c

1997-11-10 Thread dgaudet
dgaudet 97/11/09 17:47:50 Modified:src/test time-sem.c Log: Yet more updates. It now works on linux again (I lost the old version which runs under linux). It includes the correct flock() code. It attempts to yield its slice up to other processes ... Revision Changes

cvs commit: apachen/src/test zb.c

1997-11-10 Thread dgaudet
dgaudet 97/11/09 17:55:48 Added: src/test zb.c Log: Add zeusbench since the zeus folks seem to have removed it from their pages. It's freely distributable provided we leave the copyright intact at the top of the code. Revision ChangesPath 1.1

cvs commit: apachen/src/test test-writev.c

1997-11-10 Thread dgaudet
dgaudet 97/11/09 18:03:40 Added: src/test test-writev.c Log: Another little ditty from my box of test programs. Revision ChangesPath 1.1 apachen/src/test/test-writev.c Index: test-writev.c

cvs commit: apachen/src/test zb.c

1997-11-10 Thread dgaudet
dgaudet 97/11/09 18:06:03 Modified:src/test zb.c Log: Update to v1.01. Obtained from:http://www.zeus.co.uk/misc/zb.c Revision ChangesPath 1.2 +74 -33apachen/src/test/zb.c Index: zb.c

cvs commit: apachen/src/test/vhtest - New directory

1997-11-10 Thread dgaudet
dgaudet 97/11/09 18:08:33 apachen/src/test/vhtest - New directory

cvs commit: apachen/src/test/vhtest/bin - New directory

1997-11-10 Thread dgaudet
dgaudet 97/11/09 18:08:53 apachen/src/test/vhtest/bin - New directory

cvs commit: apachen/src/test/vhtest/docroot - New directory

1997-11-10 Thread dgaudet
dgaudet 97/11/09 18:08:55 apachen/src/test/vhtest/docroot - New directory

cvs commit: apachen/src/test/vhtest/logs - New directory

1997-11-10 Thread dgaudet
dgaudet 97/11/09 18:08:56 apachen/src/test/vhtest/logs - New directory

cvs commit: apachen/src/test/vhtest/docroot/default2 - New directory

1997-11-10 Thread dgaudet
dgaudet 97/11/09 18:09:42 apachen/src/test/vhtest/docroot/default2 - New directory

cvs commit: apachen/src/test/vhtest/docroot/main - New directory

1997-11-10 Thread dgaudet
dgaudet 97/11/09 18:09:45 apachen/src/test/vhtest/docroot/main - New directory

cvs commit: apachen/src/test/vhtest/docroot/vhost1 - New directory

1997-11-10 Thread dgaudet
dgaudet 97/11/09 18:09:47 apachen/src/test/vhtest/docroot/vhost1 - New directory

cvs commit: apachen/src/test/vhtest/docroot/vhost4 - New directory

1997-11-10 Thread dgaudet
dgaudet 97/11/09 18:09:51 apachen/src/test/vhtest/docroot/vhost4 - New directory

cvs commit: apachen/src/test/vhtest/docroot/vhost3 - New directory

1997-11-10 Thread dgaudet
dgaudet 97/11/09 18:09:50 apachen/src/test/vhtest/docroot/vhost3 - New directory

cvs commit: apachen/src/test/vhtest/docroot/vhost2 - New directory

1997-11-10 Thread dgaudet
dgaudet 97/11/09 18:09:49 apachen/src/test/vhtest/docroot/vhost2 - New directory

cvs commit: apachen/src/test/vhtest/docroot/vhost5 - New directory

1997-11-10 Thread dgaudet
dgaudet 97/11/09 18:09:52 apachen/src/test/vhtest/docroot/vhost5 - New directory

cvs commit: apachen/src/test/vhtest/docroot/vhost5 vhost.txt

1997-11-10 Thread dgaudet
dgaudet 97/11/09 18:11:56 Added: src/test/vhtest README runtest src/test/vhtest/bin test1 test1d test2 test2d test3 test4 test5 test6 vhget src/test/vhtest/conf common.conf mime.types test1.conf test1d.conf

cvs commit: apachen/src/main util.c

1997-11-11 Thread dgaudet
dgaudet 97/11/11 11:52:20 Modified:src CHANGES src/main util.c Log: If ap_slack fails to allocate above the low slack line it's a good indication that further problems will occur; it's a better indication than many external libraries give us when we actually

cvs commit: apachen/htdocs/manual/mod mod_cookies.html

1997-11-12 Thread dgaudet
dgaudet 97/11/11 17:50:04 Modified:htdocs/manual/mod mod_cookies.html Log: typo Revision ChangesPath 1.6 +1 -1 apachen/htdocs/manual/mod/mod_cookies.html Index: mod_cookies.html === RCS

cvs commit: apachen/htdocs/manual/vhosts ip-based.html

1997-11-12 Thread dgaudet
dgaudet 97/11/12 12:54:23 Modified:htdocs/manual/vhosts ip-based.html Log: addition Revision ChangesPath 1.2 +3 -1 apachen/htdocs/manual/vhosts/ip-based.html Index: ip-based.html === RCS

cvs commit: apachen/htdocs/manual/vhosts ip-based.html name-based.html

1997-11-12 Thread dgaudet
dgaudet 97/11/12 13:11:59 Modified:htdocs/manual/vhosts ip-based.html name-based.html Log: Language tweaks. Expand on the common reason why you would want to run multiple daemons. Revision ChangesPath 1.3 +19 -10apachen/htdocs/manual/vhosts/ip-based.html

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

1997-11-12 Thread dgaudet
dgaudet 97/11/12 15:22:09 Modified:src CHANGES src/main alloc.c alloc.h http_main.c Log: Create the pchild pool which is created before child_init and destroyed after child_exit. This fixes a bug with reliable piped logs. Reviewed by: Jim Jagielski, Roy

cvs commit: apachen/src/main conf.h

1997-11-12 Thread dgaudet
dgaudet 97/11/12 15:26:14 Modified:src CHANGES src/main conf.h Log: Always define SUNOS_LIB_PROTOTYPES under SUNOS. Submitted by: Ben Hyde Reviewed by: Dean Gaudet, Martin Kraemer Revision ChangesPath 1.508 +4 -0 apachen/src/CHANGES

cvs commit: apachen/htdocs/manual new_features_1_3.html

1997-11-12 Thread dgaudet
dgaudet 97/11/12 15:29:22 Modified:htdocs/manual new_features_1_3.html Log: document pchild change Revision ChangesPath 1.33 +6 -1 apachen/htdocs/manual/new_features_1_3.html Index: new_features_1_3.html

cvs commit: apachen/src/main http_core.c

1997-11-15 Thread dgaudet
dgaudet 97/11/14 16:16:51 Modified:htdocs/manual/mod core.html src/main http_core.c Log: Clean up check_cmd_context stuff. Fix core documentation for a few directives. Reviewed by: Jim Jagielski, Ken Coar, Martin Kraemer Revision ChangesPath 1.85

cvs commit: apachen/htdocs/manual/misc known_bugs.html

1997-11-20 Thread dgaudet
dgaudet 97/11/20 09:26:37 Modified:htdocs/manual/misc known_bugs.html Log: document the unknown error mmap bug Revision ChangesPath 1.36 +8 -0 apachen/htdocs/manual/misc/known_bugs.html Index: known_bugs.html

cvs commit: apachen/src/main http_core.c

1997-11-22 Thread dgaudet
dgaudet 97/11/21 17:59:58 Modified:src CHANGES src/main http_core.c Log: Fix the mmap_handler error messages again. Submitted by: Ben Hyde Reviewed by: Dean Gaudet, Randy Terbush, Martin Kraemer Revision ChangesPath 1.517 +3 -0

cvs commit: apache/src http_request.c

1997-11-22 Thread dgaudet
dgaudet 97/11/22 14:24:53 Modified:src Tag: APACHE_1_2_X http_request.c Log: Comment was a little bit inaccurate. Also explicitly mention 2068 S9, S14.23 in the error message so that maybe we can avoid more and more people complaining about us rejecting HTTP/1.1 requests

cvs commit: apachen/src CHANGES

1997-11-25 Thread dgaudet
dgaudet 97/11/25 13:36:52 Modified:src CHANGES Log: attribute the PR#1387 fix to Ben Hyde Revision ChangesPath 1.521 +1 -1 apachen/src/CHANGES Index: CHANGES === RCS file: /export/home

cvs commit: apachen/src/main http_config.c

1997-11-29 Thread dgaudet
dgaudet 97/11/28 21:51:53 Modified:src/main http_config.c Log: style tweaks Revision ChangesPath 1.87 +2 -2 apachen/src/main/http_config.c Index: http_config.c === RCS file: /export/home

cvs commit: apachen/src/main http_core.c

1997-11-30 Thread dgaudet
dgaudet 97/11/30 11:18:47 Modified:src/main http_core.c Log: Bump default MMAP_THRESHOLD to 1 from 0 because some systems don't allow mmap of size 0. PR: 1491 Reviewed by: Jim Jagielski, Ken Coar Revision ChangesPath 1.142 +4 -4 apachen/src

cvs commit: apachen/htdocs/manual/misc known_bugs.html

1997-12-04 Thread dgaudet
dgaudet 97/12/04 14:10:13 Modified:htdocs/manual/misc known_bugs.html Log: solaris 2.6 is common enough, talk about the broken gcc Revision ChangesPath 1.39 +10 -0 apachen/htdocs/manual/misc/known_bugs.html Index: known_bugs.html

cvs commit: apachen/htdocs/manual/misc known_bugs.html

1997-12-04 Thread dgaudet
dgaudet 97/12/04 14:22:48 Modified:htdocs/manual/misc known_bugs.html Log: tweak Revision ChangesPath 1.40 +2 -2 apachen/htdocs/manual/misc/known_bugs.html Index: known_bugs.html === RCS

cvs commit: apachen/htdocs/manual/misc security_tips.html

1997-12-14 Thread dgaudet
dgaudet 97/12/13 16:49:20 Modified:htdocs/manual install.html htdocs/manual/misc security_tips.html Removed: htdocs/manual install_1_1.html Log: We talk about a proper installation occasionally... and assume folks know how to set the perms on the serverroot

cvs commit: apachen/htdocs/manual/mod core.html mod_log_config.html

1997-12-14 Thread dgaudet
dgaudet 97/12/13 16:57:47 Modified:htdocs/manual/misc security_tips.html htdocs/manual/mod core.html mod_log_config.html Log: More tweaks related to serverroot/logs/etc. Revision ChangesPath 1.12 +6 -2 apachen/htdocs/manual/misc

cvs commit: apachen/htdocs/manual/mod core.html

1997-12-14 Thread dgaudet
dgaudet 97/12/13 17:04:57 Modified:htdocs/manual/mod core.html Log: The port documentation was a little unclear on its overlap with the Listen directive. PR: 975 Revision ChangesPath 1.87 +3 -1 apachen/htdocs/manual/mod/core.html Index

cvs commit: apachen/htdocs/manual/mod mod_access.html

1997-12-14 Thread dgaudet
dgaudet 97/12/13 17:07:38 Modified:htdocs/manual/mod mod_access.html Log: Note that the CIDR syntaxes are for 1.3 and later. PR: 1534 Revision ChangesPath 1.11 +4 -4 apachen/htdocs/manual/mod/mod_access.html Index: mod_access.html

cvs commit: apachen/src/modules/standard mod_alias.c

1997-12-14 Thread dgaudet
dgaudet 97/12/14 12:48:56 Modified:src/main alloc.c src/modules/standard mod_alias.c Log: Fix a SIGSEGV for RedirectMatch gone /. Fix a slight incompatibility introduced into pstrcat in rev 1.42. PR: 1319 Reviewed by: Ben Laurie, Martin Kraemer

cvs commit: apachen/src/main http_config.c

1997-12-16 Thread dgaudet
dgaudet 97/12/15 23:36:31 Modified:src/main http_config.c Log: Yet another 64-bit tweak like all the others... I'm too lazy to post it and wait for votes. Revision ChangesPath 1.89 +1 -1 apachen/src/main/http_config.c Index: http_config.c

cvs commit: apachen/src/modules/standard mod_auth_dbm.c

1997-12-18 Thread dgaudet
dgaudet 97/12/18 11:24:48 Modified:src/modules/standard mod_auth_dbm.c Log: fix messed up indentation Revision ChangesPath 1.32 +15 -15apachen/src/modules/standard/mod_auth_dbm.c Index: mod_auth_dbm.c

cvs commit: apachen/src/modules/standard mod_autoindex.c

1997-12-18 Thread dgaudet
dgaudet 97/12/18 11:53:20 Modified:src/modules/standard mod_autoindex.c Log: yet more messed up indentation Revision ChangesPath 1.58 +5 -5 apachen/src/modules/standard/mod_autoindex.c Index: mod_autoindex.c

cvs commit: apachen/src/modules/standard mod_digest.c

1997-12-18 Thread dgaudet
dgaudet 97/12/18 12:39:19 Modified:src/modules/standard mod_digest.c Log: grrr I dislike gnu indent Revision ChangesPath 1.27 +6 -6 apachen/src/modules/standard/mod_digest.c Index: mod_digest.c

cvs commit: apachen/src/main conf.h

1997-12-19 Thread dgaudet
dgaudet 97/12/18 18:16:02 Modified:src/main conf.h Log: Better glibc support for linux. PR: 1542 Reviewed by: Martin Kraemer, Jim Jagielski Revision ChangesPath 1.163 +30 -2 apachen/src/main/conf.h Index: conf.h

cvs commit: apachen/src CHANGES

1997-12-19 Thread dgaudet
dgaudet 97/12/18 18:17:17 Modified:src CHANGES Log: pr 1542 Revision ChangesPath 1.530 +2 -0 apachen/src/CHANGES Index: CHANGES === RCS file: /export/home/cvs/apachen/src/CHANGES,v

cvs commit: apachen/src/modules/standard mod_negotiation.c

1997-12-19 Thread dgaudet
dgaudet 97/12/19 10:24:59 Modified:src CHANGES src/modules/standard mod_negotiation.c Log: Fix a potential SEGV -- the hdr variable was being incremented twice going past the \0 terminator. Reviewed by: Jim Jagielski, Martin Kraemer Revision Changes

cvs commit: apachen/src/modules/standard mod_mime_magic.c

1997-12-19 Thread dgaudet
dgaudet 97/12/19 15:53:02 Modified:src CHANGES src/modules/standard mod_mime_magic.c Log: - fix an off-by-1 on read() which I think I introduced in an earlier cleanup - fix case where m-desc[] may be left unterminated - note some code which

cvs commit: apache-devsite how-to-release.html

1997-12-20 Thread dgaudet
dgaudet 97/12/20 12:35:10 Modified:.how-to-release.html Log: remove STATUS on release Revision ChangesPath 1.20 +2 -2 apache-devsite/how-to-release.html Index: how-to-release.html

cvs commit: apachen/htdocs/manual content-negotiation.html

1997-12-20 Thread dgaudet
dgaudet 97/12/20 12:42:29 Modified:htdocs/manual content-negotiation.html Log: Lars says: some people are confused if they see the different naming conventions for language negotiated documents (e.g. foo.html.en vs. foo.en.html) and how a hyperlink to such a document should

cvs commit: apachen/src/main http_protocol.c

1997-12-20 Thread dgaudet
dgaudet 97/12/20 15:44:31 Modified:src CHANGES src/main http_protocol.c Log: Fix memory corruption caused by allocating auth usernames in the wrong pool. PR: 1500 Reviewed by: Martin Kraemer, Jim Jagielski Revision ChangesPath 1.533

cvs commit: apachen STATUS

1997-12-20 Thread dgaudet
dgaudet 97/12/20 15:45:34 Modified:.STATUS Log: updates Revision ChangesPath 1.6 +6 -16 apachen/STATUS Index: STATUS === RCS file: /export/home/cvs/apachen/STATUS,v retrieving

cvs commit: apachen STATUS

1997-12-21 Thread dgaudet
dgaudet 97/12/20 16:05:21 Modified:.STATUS Log: yadda Revision ChangesPath 1.8 +8 -0 apachen/STATUS Index: STATUS === RCS file: /export/home/cvs/apachen/STATUS,v retrieving

cvs commit: apachen/src/test .cvsignore

1997-12-21 Thread dgaudet
dgaudet 97/12/20 16:15:21 Added: src/test .cvsignore Log: be quiet cvs Revision ChangesPath 1.1 apachen/src/test/.cvsignore Index: .cvsignore === a.out time-FCNTL time-FLOCK

cvs commit: apachen/logs .cvsignore

1997-12-21 Thread dgaudet
dgaudet 97/12/20 16:20:21 Modified:logs .cvsignore Log: Don't warn about anything here... there shouldn't be anything checked into cvs anyway. Revision ChangesPath 1.2 +1 -3 apachen/logs/.cvsignore Index: .cvsignore

cvs commit: apachen/htdocs .cvsignore

1997-12-21 Thread dgaudet
dgaudet 97/12/20 16:22:00 Added: htdocs .cvsignore Log: I'm tired of cvs complaining about all my debugging files. We're not likely to be changing this directory much, so ignore any non-cvs files in it. Revision ChangesPath 1.1 apachen/htdocs

cvs commit: apachen/src/main http_protocol.c

1997-12-21 Thread dgaudet
dgaudet 97/12/21 00:18:17 Modified:.STATUS htdocs/manual/misc known_client_problems.html src CHANGES src/main http_protocol.c Log: Tweak the 257th byte bug... happens at the 256th byte as well. Reviewed by: Jim

cvs commit: apachen/src/modules/standard mod_autoindex.c

1997-12-23 Thread dgaudet
dgaudet 97/12/22 17:50:03 Modified:.STATUS src CHANGES src/modules/standard mod_autoindex.c Log: AddIconByType (TXT,/icons/text.gif text/*, note the missing closing paren, does the wrong thing, and doesn't report an error. Don't

  1   2   3   4   5   6   7   >