cvs commit: apache-1.3/src/test check_chunked

1999-08-13 Thread dgaudet
dgaudet 99/08/12 17:51:35 Modified:src/test check_chunked Log: newer perls complain about \r in hex, whatever Revision ChangesPath 1.3 +2 -2 apache-1.3/src/test/check_chunked Index: check_chunked

cvs commit: apache-2.0/mpm/src/include buff.h

1999-08-16 Thread dgaudet
dgaudet 99/08/16 16:44:41 Modified:mpm/src/include buff.h Log: doc Revision ChangesPath 1.6 +6 -0 apache-2.0/mpm/src/include/buff.h Index: buff.h === RCS file: /home/cvs/apache-2.0/mpm

cvs commit: apache-2.0/src/os/beos beosd.c beosd.h

1999-09-07 Thread dgaudet
dgaudet 99/09/07 15:31:09 Modified:src/os/beos beosd.c beosd.h Log: beos updates from David Reid <[EMAIL PROTECTED]> Submitted by: David Reid <[EMAIL PROTECTED]> Revision ChangesPath 1.3 +30 -23apache-2.0/src/os/beos/beosd.c In

cvs commit: apache-1.3/htdocs index.html.en

1999-11-01 Thread dgaudet
dgaudet 99/11/01 13:48:49 Modified:htdocs index.html.en Log: i asked a friend who does interface design to comment on the "it worked" page. i liked what he had to say. > From: James Home <[EMAIL PROTECTED]> > > reading over the page, it

cvs commit: apache-1.3/cgi-bin printenv

1999-11-24 Thread dgaudet
dgaudet 99/11/24 10:11:00 Modified:cgi-bin printenv Log: no comment on the rest of this... but this is for debugging, and i don't want a debugging tool losing information for me for the sake of "looking good". Revision ChangesPath 1.5 +0 -1

cvs commit: apache-2.0 STATUS

1999-11-30 Thread dgaudet
dgaudet 99/11/29 16:52:32 Modified:.STATUS Log: more accurate reflection of reality Revision ChangesPath 1.20 +4 -2 apache-2.0/STATUS Index: STATUS === RCS file: /home/cvs/apache

cvs commit: apache-2.0/src/modules/standard mod_rewrite.c mod_rewrite.h

1999-12-31 Thread dgaudet
dgaudet 99/12/30 21:03:34 Modified:src CHANGES src/modules/standard mod_rewrite.c mod_rewrite.h Log: port mod_rewrite to 2.0 Submitted by: Paul J. Reder <[EMAIL PROTECTED]> Revision ChangesPath 1.20 +2 -0 apache-2.0/src/C

cvs commit: apache-2.0/src/modules/standard mod_rewrite.c mod_rewrite.h

1999-12-31 Thread dgaudet
dgaudet 99/12/30 21:05:29 Modified:src/modules/standard mod_rewrite.c mod_rewrite.h Log: merge 1.3 changes to rewrite forward onto 2.0 Submitted by: Paul J. Reder <[EMAIL PROTECTED]> Revision ChangesPath 1.7 +89 -61apache-2.0/src/modules/st

cvs commit: apache-2.0/src/lib/apr/time/unix timestr.c

1999-12-31 Thread dgaudet
dgaudet 99/12/30 21:09:22 Modified:src/lib/apr/include apr_time.h src/lib/apr/time/unix timestr.c Log: retsize should be ap_size_t, not hardwired to 32 bits Revision ChangesPath 1.8 +1 -1 apache-2.0/src/lib/apr/include/apr_time.h Index

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

1999-12-31 Thread dgaudet
dgaudet 99/12/30 21:35:53 Modified:src CHANGES src/modules/standard mod_autoindex.c mod_include.c Log: > Attached are 2 alternative diffs to finish implementing server-parsed > mod_autoindex Header and Readme files in apache_1.3. A third diff is >

cvs commit: apache-2.0/src/modules/standard mod_autoindex.c mod_cgi.c mod_cgid.c mod_expires.c mod_include.c mod_log_config.c mod_rewrite.c mod_status.c mod_usertrack.c

2000-01-09 Thread dgaudet
dgaudet 00/01/08 21:18:34 Modified:src modules.c src/include http_protocol.h http_request.h httpd.h util_date.h src/lib/apr/file_io/unix filestat.c src/lib/apr/include apr_file_io.h apr_time.h src

cvs commit: apache-2.0/src/lib/apr/test .cvsignore

2000-01-09 Thread dgaudet
dgaudet 00/01/08 21:19:04 Modified:src/lib/apr/test .cvsignore Log: more stuff to ignore Revision ChangesPath 1.2 +12 -0 apache-2.0/src/lib/apr/test/.cvsignore Index: .cvsignore === RCS

cvs commit: apache-2.0/src modules.c

2000-01-09 Thread dgaudet
dgaudet 00/01/08 21:23:22 Removed: src modules.c Log: what?

cvs commit: apache-site/contributors index.html

2000-02-23 Thread dgaudet
dgaudet 00/02/23 12:23:16 Modified:contributors index.html Log: remove excess redundancy Revision ChangesPath 1.89 +2 -2 apache-site/contributors/index.html Index: index.html === RCS file

cvs commit: apachen/src/main httpd.h

1997-10-13 Thread dgaudet
dgaudet 97/10/12 17:06:51 Modified:src/main httpd.h Log: yeah yeah yeah, btw the "how to release" docs are broken due to recent changes Revision ChangesPath 1.156 +1 -1 apachen/src/main/httpd.h Inde

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: apachen/src/main alloc.c

1997-10-15 Thread dgaudet
dgaudet 97/10/14 17:25:15 Modified:src/main alloc.c Log: tweak comment Revision ChangesPath 1.51 +1 -1 apachen/src/main/alloc.c Index: alloc.c === RCS file: /export/home/cvs/apachen/src

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 No

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

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 CHANGES

1997-10-25 Thread dgaudet
dgaudet 97/10/25 12:35:16 Modified:src CHANGES Log: fix attributions Revision ChangesPath 1.472 +26 -11apachen/src/CHANGES Index: CHANGES === RCS file: /export/home/cvs/apachen/src

cvs commit: apachen/src Configure CHANGES

1997-10-25 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

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 -1204apache

cvs commit: apachen/src/main httpd.h util.c

1997-10-26 Thread dgaudet
dgaudet 97/10/26 13:57:15 Modified:src/main httpd.h util.c Log: eliminate some -Wshadow warnings Revision ChangesPath 1.165 +3 -3 apachen/src/main/httpd.h Index: httpd.h === RCS file

cvs commit: apachen/src/main http_main.c

1997-10-27 Thread dgaudet
dgaudet 97/10/27 11:06:25 Modified:src CHANGES src/main http_main.c Log: Ensure that at least one copy of config warnings makes it to the error_log. Reviewed by: Paul Sutton Revision ChangesPath 1.477 +4 -0 apachen/src/CHANGES

cvs commit: apachen/src/main http_log.c

1997-10-27 Thread dgaudet
dgaudet 97/10/27 11:09:44 Modified:src/main http_log.c Log: WIN32 can also do the stderr/errorlog redirecting and properly detach from stdin/out. Submitted by: Paul Sutton Reviewed by: Dean Gaudet, Jim Jagielski Revision ChangesPath 1.42 +0 -4 apachen

cvs commit: apachen/src/main http_main.c

1997-10-27 Thread dgaudet
dgaudet 97/10/27 11:10:38 Modified:src CHANGES Configure PORTING src/main http_main.c Log: "Fix" PR#467 by generating a warning when the configuration/architecture demands it. PR: 467 Reviewed by: Paul Sutton, Jim Jagielski

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

1997-10-27 Thread dgaudet
dgaudet 97/10/27 11:12:40 Modified:htdocs/manual/misc known_bugs.html Log: doc 467 workaround Revision ChangesPath 1.31 +4 -1 apachen/htdocs/manual/misc/known_bugs.html Index: known_bugs.html

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

1997-10-27 Thread dgaudet
dgaudet 97/10/27 11:15:37 Modified:src/modules/standard mod_rewrite.c Log: Eliminate some manifest constants. Reviewed by: Ralf Engelschall Revision ChangesPath 1.55 +8 -5 apachen/src/modules/standard/mod_rewrite.c Index: mod_rewrite.c

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

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

1997-10-30 Thread dgaudet
dgaudet 97/10/30 11:17:57 Modified:src CHANGES src/modules/proxy proxy_util.c Log: AIX 1.x can't have files named '@'. PR: 1317 Submitted by: David Schuler <[EMAIL PROTECTED]> Reviewed by: Dean Gaudet, Jim Jagi

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

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 mod_auth_anon.html mod_example.html mod_mime.html mod_proxy.html

1997-11-02 Thread dgaudet
dgaudet 97/11/01 16:16:11 Modified:htdocs/manual Tag: APACHE_1_2_X LICENSE install.html invoking.html suexec.html vhosts-in-depth.html htdocs/manual/misc Tag: APACHE_1_2_X FAQ.html compat_notes.html fin_wait_2.html perf.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

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

cvs commit: apache/src CHANGES mod_userdir.c

1997-11-05 Thread dgaudet
dgaudet 97/11/05 03:38:53 Modified:src Tag: APACHE_1_2_X CHANGES mod_userdir.c Log: mod_userdir overwrites r->finfo in cases where it does not also update r->filename. These two are meant to be in sync, so this is a bug. Reviewed by: Dean Gaudet, Roy Fielding

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 ChangesPat

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

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 No

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 Changes

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 Gaude

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 cha

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

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 Gaude

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', becau

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 Gaude

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 apach

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 time-sem.c

1997-11-10 Thread dgaudet
dgaudet 97/11/09 17:50:09 Modified:src/test time-sem.c Log: Uh let's try that YIELD thing once more ... we want to yield in such a way that if the mutex is broken then it'll definately show up as an error. It's amazing how doing this yield flattens out differen

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

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/conf - New directory

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

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

1997-11-10 Thread dgaudet
dgaudet 97/11/09 18:09:41 apachen/src/test/vhtest/docroot/default1 - 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/default3 - New directory

1997-11-10 Thread dgaudet
dgaudet 97/11/09 18:09:43 apachen/src/test/vhtest/docroot/default3 - 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 w

cvs commit: apachen/src/main conf.h

1997-11-11 Thread dgaudet
dgaudet 97/11/11 11:55:25 Modified:src/main conf.h Log: Fix messup when re-enabling PTHREADs on solaris 2.5+ Reviewed by: Roy Fielding Revision ChangesPath 1.156 +4 -0 apachen/src/main/conf.h Index: conf.h

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

1997-11-12 Thread dgaudet
dgaudet 97/11/12 12:42:10 Modified:src CHANGES src/main http_core.c Log: http_core was mmap()ing even in cases where it wasn't going to read the file. Submitted by: Ben Hyde <[EMAIL PROTECTED]> Reviewed by: Dean Gaudet, Martin Kraemer

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

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

  1   2   3   4   5   6   7   8   9   >