cvs commit: apache-1.3/src/os/bs2000 Makefile.tmpl

1998-03-26 Thread dgaudet
dgaudet 98/03/26 15:58:10 Modified:src/os/emx Makefile.tmpl src/os/unix Makefile.tmpl src/os/bs2000 Makefile.tmpl Log: EXTRA_LDFLAGS, not EXTRA_LFLAGS Revision ChangesPath 1.5 +1 -1 apache-1.3/src/os/emx/Makefile.tmpl Index: M

cvs commit: apache-1.2/src CHANGES http_protocol.c

1998-03-26 Thread dgaudet
dgaudet 98/03/26 13:27:47 Modified:src CHANGES http_protocol.c Log: Fixed a bug in URL parsing that caused a wrong decoding of URLs with empty paths. Submitted by: Alvaro Martínez Echevarría <[EMAIL PROTECTED]> Revision ChangesPath 1.304 +4 -0 apache-

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

1998-03-26 Thread dgaudet
dgaudet 98/03/26 13:20:53 Modified:src CHANGES src/include scoreboard.h src/main http_core.c http_main.c src/modules/standard mod_status.c Log: a few changes to scoreboard definitions to generate better code Revision Changes

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

1998-03-26 Thread dgaudet
dgaudet 98/03/26 13:17:42 Modified:src CHANGES src/include http_core.h httpd.h Log: I think it was Marc that pointed this out ages ago... I don't remember. We need to mark various bitfields as signed to follow the spec. Revision ChangesPath 1.736

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

1998-03-26 Thread dgaudet
dgaudet 98/03/26 13:08:38 Modified:src CHANGES src/main http_core.c Log: really make the hostnamelookups default off Revision ChangesPath 1.735 +3 -0 apache-1.3/src/CHANGES Index: CHANGES

cvs commit: apache-1.3 STATUS

1998-03-26 Thread jim
jim 98/03/26 12:08:50 Modified:.STATUS Log: Just a vote... thoughts on whether to drop naming each beta release to come later, but, in short, I think it just will cause major confusion for the outside world Revision ChangesPath 1.221 +1 -0 apache-

cvs commit: apache-1.3 STATUS

1998-03-26 Thread dgaudet
dgaudet 98/03/26 11:44:46 Modified:.STATUS Log: So it's sunny now, and the outdoors is calling me... and any monumental fixes I've been thinking about are somewhere deep in my mind I can't find at the moment. I'm ready to "throw in the towel" so that unix 1.3.0 can get

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

1998-03-26 Thread dgaudet
dgaudet 98/03/26 11:26:26 Modified:src CHANGES src/include conf.h Log: It seems foolish to define SIGURG SIGUSR1 especially when SIGUSR1 is used for graceful restarts. Given that the only usage of SIGURG is now protected by a #ifdef we don't really need the d

cvs commit: apache-1.2/src CHANGES conf.h

1998-03-26 Thread dgaudet
dgaudet 98/03/26 11:24:13 Modified:src CHANGES conf.h Log: It seems foolish to define SIGURG SIGUSR1 especially when SIGUSR1 is used for graceful restarts. Given that the only usage of SIGURG is now protected by a #ifdef we don't really need the definition. Revision C

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

1998-03-26 Thread dgaudet
dgaudet 98/03/26 11:03:04 Modified:src CHANGES src/main http_main.c Log: After a SIGHUP the listening sockets in the parent weren't properly marked for closure on fork(). PR: 2000 Submitted by: Jürgen Keil <[EMAIL PROTECTED]> Revision Chan

cvs commit: apache-1.2/src CHANGES http_main.c

1998-03-26 Thread dgaudet
dgaudet 98/03/26 10:59:39 Modified:src CHANGES http_main.c Log: After a SIGHUP the listening sockets in the parent weren't properly marked for closure on fork(). PR: 2000 Submitted by: Jürgen Keil <[EMAIL PROTECTED]> Revision ChangesPath 1.302

cvs commit: apache-1.2/src CHANGES buff.c

1998-03-26 Thread dgaudet
dgaudet 98/03/26 10:52:54 Modified:src CHANGES buff.c Log: Fix an incompatible pointer type assignment. PR: 2001 Revision ChangesPath 1.301 +3 -0 apache-1.2/src/CHANGES Index: CHANGES

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

1998-03-26 Thread martin
martin 98/03/26 08:19:48 Modified:htdocs/manual ebcdic.html Log: typo Revision ChangesPath 1.2 +1 -1 apache-1.3/htdocs/manual/ebcdic.html Index: ebcdic.html === RCS file: /home/cvs/apache

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

1998-03-26 Thread martin
martin 98/03/26 07:48:50 Added: htdocs/manual ebcdic.html Log: Add a preliminary EBCDIC porting paper (derived from README.EBCDIC) Revision ChangesPath 1.1 apache-1.3/htdocs/manual/ebcdic.html Index: ebcdic.html =

cvs commit: apache-1.3 STATUS

1998-03-26 Thread chuck
chuck 98/03/26 07:17:28 Modified:.STATUS Log: Submitted by: Chuck Change to +0 my vote for inclusion APACI. I am still slightly tempted to -1, but for no good reason other than the incredibly condescending comments associated with it. This addition has been a classic

cvs commit: apache-2.0 STATUS

1998-03-26 Thread rse
rse 98/03/26 06:48:18 Modified:.STATUS Log: votes... Revision ChangesPath 1.34 +14 -13apache-2.0/STATUS Index: STATUS === RCS file: /export/home/cvs/apache-2.0/STATUS,v retriev

cvs commit: apache-1.3 STATUS

1998-03-26 Thread rse
rse 98/03/26 06:35:04 Modified:.STATUS Log: votes... Revision ChangesPath 1.218 +5 -4 apache-1.3/STATUS Index: STATUS === RCS file: /export/home/cvs/apache-1.3/STATUS,v retriev

cvs commit: apache-1.3/src Configure

1998-03-26 Thread martin
martin 98/03/26 06:09:51 Modified:src Configure Log: Move BS2000 compile switches to CC macro, since these flags must be present both for compile and link Revision ChangesPath 1.220 +2 -2 apache-1.3/src/Configure Index: Configure ==

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

1998-03-26 Thread martin
martin 98/03/26 06:06:49 Modified:src/main http_request.c Log: Don't refuse to serve if %2F occurs in the query part only, or in a proxy request (this shouldn't return a 404 anyway, but a 400) Revision ChangesPath 1.114 +7 -4 apache-1.3/src/main/http_request.c

cvs commit: apache-site/info supportdb.txt

1998-03-26 Thread randy
randy 98/03/26 05:55:37 Modified:info supportdb.txt Log: ... Revision ChangesPath 1.10 +1 -1 apache-site/info/supportdb.txt Index: supportdb.txt === RCS file: /export/home/cvs/apache-

cvs commit: apache-1.3/src CHANGES

1998-03-26 Thread martin
martin 98/03/26 05:54:41 Modified:src CHANGES Log: Document %2F fix in http_request Revision ChangesPath 1.732 +7 -0 apache-1.3/src/CHANGES Index: CHANGES === RCS file: /home/cvs/apach

cvs commit: apache-1.3 STATUS

1998-03-26 Thread martin
martin 98/03/26 05:54:04 Modified:.STATUS Log: Note %2F fix Revision ChangesPath 1.217 +2 -1 apache-1.3/STATUS Index: STATUS === RCS file: /home/cvs/apache-1.3/STATUS,v retrieving

cvs commit: apache-site/info support.cgi

1998-03-26 Thread randy
randy 98/03/26 05:53:56 Modified:info support.cgi Log: Add background to look more consistant with the rest of the site. Revision ChangesPath 1.2 +3 -1 apache-site/info/support.cgi Index: support.cgi

cvs commit: apache-site/info supportdb.txt

1998-03-26 Thread randy
randy 98/03/26 05:50:08 Modified:info supportdb.txt Log: Correct a typo. Revision ChangesPath 1.9 +1 -1 apache-site/info/supportdb.txt Index: supportdb.txt === RCS file: /export/home

cvs commit: apache-1.3 STATUS

1998-03-26 Thread rse
rse 98/03/26 05:32:11 Modified:.STATUS Log: Munich/Germany: Sunny, blue sky and warm temperature... Revision ChangesPath 1.216 +10 -3 apache-1.3/STATUS Index: STATUS === RCS file:

cvs commit: apache-site bug_report.html

1998-03-26 Thread coar
coar98/03/26 03:54:53 Modified:.bug_report.html Log: Some HTML cleanup. (There should be *no* leading space inside anchor text; it gives the highlighted link a tail. It's a SHOULD in the HTML specs for browsers to ignore \w*$\w* between a container

cvs commit: apache-2.0 STATUS

1998-03-26 Thread coar
coar98/03/26 03:45:11 Modified:.STATUS Log: Votes, votes, votes. Haven't looked outside yet - and what has the weather to do with it, anyway? Revision ChangesPath 1.33 +5 -5 apache-2.0/STATUS Index: STATUS ===

cvs commit: apache-1.3 STATUS

1998-03-26 Thread jim
jim 98/03/26 02:37:11 Modified:.STATUS Log: Controversial APACI: vote Revision ChangesPath 1.215 +3 -1 apache-1.3/STATUS Index: STATUS === RCS file: /export/home/cvs/apache-1.3/S

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

1998-03-26 Thread martin
martin 98/03/26 02:10:55 Modified:src/modules/proxy mod_proxy.c Log: Use HTTP_BAD_REQUEST for BAD_REQUEST everywhere Revision ChangesPath 1.48 +1 -7 apache-1.3/src/modules/proxy/mod_proxy.c Index: mod_proxy.c =

cvs commit: apache-1.3 STATUS

1998-03-26 Thread martin
martin 98/03/26 01:58:55 Modified:.STATUS Log: Bright sunny Revision ChangesPath 1.214 +4 -4 apache-1.3/STATUS Index: STATUS === RCS file: /home/cvs/apache-1.3/STATUS,v retrieving

cvs commit: apache-2.0 STATUS

1998-03-26 Thread jim
jim 98/03/26 01:36:10 Modified:.STATUS Log: Some votes Revision ChangesPath 1.32 +1 -1 apache-2.0/STATUS Index: STATUS === RCS file: /export/home/cvs/apache-2.0/STATUS,v retri

cvs commit: apache-1.3 STATUS

1998-03-26 Thread jim
jim 98/03/26 01:33:34 Modified:.STATUS Log: Some votes Revision ChangesPath 1.213 +7 -7 apache-1.3/STATUS Index: STATUS === RCS file: /export/home/cvs/apache-1.3/STATUS,v retri

cvs commit: apache-1.3 STATUS

1998-03-26 Thread pcs
pcs 98/03/26 01:05:35 Modified:.STATUS Log: Umm, guess what votes! Revision ChangesPath 1.212 +4 -4 apache-1.3/STATUS Index: STATUS === RCS file: /export/home/cvs/apache-1.3/

cvs commit: apache-2.0 STATUS

1998-03-26 Thread pcs
pcs 98/03/26 00:57:58 Modified:.STATUS Log: Votes! Dull and rainy again. 11-14. Revision ChangesPath 1.31 +5 -5 apache-2.0/STATUS Index: STATUS === RCS file: /export/home/cvs/ap

cvs commit: apache-1.3 STATUS

1998-03-26 Thread dgaudet
dgaudet 98/03/26 00:09:57 Modified:.STATUS Log: Revision ChangesPath 1.211 +1 -1 apache-1.3/STATUS Index: STATUS === RCS file: /export/home/cvs/apache-1.3/STATUS,v retrieving revi

cvs commit: apache-1.3 STATUS

1998-03-26 Thread fielding
fielding98/03/25 23:56:33 Modified:.STATUS Log: Put guidelines to the vote. Revision ChangesPath 1.210 +12 -23apache-1.3/STATUS Index: STATUS === RCS file: /home/cvs/apache-1.3/STATUS

cvs commit: apache-2.0 STATUS

1998-03-26 Thread fielding
fielding98/03/25 23:13:44 Modified:.STATUS Log: Add my comments/votes. Fixed the formatting and removed the kindler, gentler form of saying "piss off" to a proposal. Revision ChangesPath 1.30 +108 -92 apache-2.0/STATUS Index: STATUS ==

cvs commit: apache-1.3/src/main gen_test_char.c gen_uri_delims.c .cvsignore Makefile.tmpl util.c util_uri.c

1998-03-26 Thread dgaudet
dgaudet 98/03/25 20:58:42 Modified:src Makefile.tmpl src/main .cvsignore Makefile.tmpl util.c util_uri.c Added: src/main gen_test_char.c gen_uri_delims.c Log: Generate test_char_table and uri_delims at compile time so that they can be marked const and sa

cvs commit: apache-1.3 STATUS

1998-03-26 Thread fielding
fielding98/03/25 20:47:55 Modified:.STATUS Log: Dark... rain... must be time for a STATUS update. Revision ChangesPath 1.209 +8 -15 apache-1.3/STATUS Index: STATUS === RCS file: /home

cvs commit: apache-1.3 STATUS

1998-03-26 Thread dgaudet
dgaudet 98/03/25 20:24:23 Modified:.STATUS Log: a few updates Revision ChangesPath 1.208 +12 -15apache-1.3/STATUS Index: STATUS === RCS file: /export/home/cvs/apache-1.3/STATUS,v re