- May 04, 1998
-
-
Ralf S. Engelschall authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/1.3.x@81110 13f79535-47bb-0310-9956-ffa450edef68
-
Ralf S. Engelschall authored
said he removed it in the top-level, but it's still there. So remove it now! git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/1.3.x@81109 13f79535-47bb-0310-9956-ffa450edef68
-
brian authored
Moved HTTP_Features to a more appropriate directory, now we don't need to remove it when we build the release. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/1.3.x@81108 13f79535-47bb-0310-9956-ffa450edef68
-
brian authored
shifted an open issue from the list to status. Since this is a protocol issue it merits attention. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/1.3.x@81106 13f79535-47bb-0310-9956-ffa450edef68
-
brian authored
Yay! Ben handled this one too. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/1.3.x@81105 13f79535-47bb-0310-9956-ffa450edef68
-
brian authored
Submitted by: Ronald.Tschalaer@psi.ch Reviewed by: Dean Gaudet, Brian Behlendorf Preserve the 'x-' if the client used it in its Accept-Encoding headers. I had to make a small cosmetic change to mod_negotiation.c so that this report would be attached to the change, since the actual one had a blank log message. Oops. For more details about this whole mess, check out <Pine.LNX.3.96dg4.980418001055.4893D-100000@twinlark.arctic.org> From the April 1998 archives, and the whole thread around it. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/1.3.x@81104 13f79535-47bb-0310-9956-ffa450edef68
-
brian authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/1.3.x@81103 13f79535-47bb-0310-9956-ffa450edef68
-
brian authored
Add something Dean caught git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/1.3.x@81102 13f79535-47bb-0310-9956-ffa450edef68
-
brian authored
Ben handled these, or they were from bug reports that haven't been updated with feedback from users. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/1.3.x@81101 13f79535-47bb-0310-9956-ffa450edef68
-
brian authored
Final bit of reprioritizations for now. Note that showstoppers are at the top! People should either fix them, or decide that the showstoppers aren't necessary. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/1.3.x@81100 13f79535-47bb-0310-9956-ffa450edef68
-
brian authored
The guidelines have been approved - the devsite docs have been changed to reflect this. Is there anywhere else we can/should note this? git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/1.3.x@81099 13f79535-47bb-0310-9956-ffa450edef68
-
brian authored
Started the process of prioritization. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/1.3.x@81098 13f79535-47bb-0310-9956-ffa450edef68
-
brian authored
Submitted by: Dean Gaudet Reviewed by: Ben Laurie, Jim Jagielski Fix to mod_alias: translate_alias_redir is dealing with a URI, not a filename, so the check for drive letters for win32 and emx is not necessary. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/1.3.x@81097 13f79535-47bb-0310-9956-ffa450edef68
-
brian authored
Major STATUS work & cleaning up for a 1.3b7 release planned for tonight. First order of business - get STATUS as manageable and neat as possible. Since all committed code changes are in the CHANGES file, this section of the STATUS is completely redundant. I went through and made sure every entry removed had an equivalent in CHANGES. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/1.3.x@81096 13f79535-47bb-0310-9956-ffa450edef68
-
- May 03, 1998
-
-
Ben Laurie authored
PR: Obtained from: Submitted by: Reviewed by: git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/1.3.x@81094 13f79535-47bb-0310-9956-ffa450edef68
-
Ben Laurie authored
PR: 2146 Obtained from: Submitted by: Kari Likovuori <Kari.Likovuori@mol.fi> Reviewed by: git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/1.3.x@81093 13f79535-47bb-0310-9956-ffa450edef68
-
Ralf S. Engelschall authored
Submitted by: Jens-Uwe Mager Reviewed by: Ralf S. Engelschall git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/1.3.x@81092 13f79535-47bb-0310-9956-ffa450edef68
-
Jim Jagielski authored
PR: Obtained from: Submitted by: Michael Anderson's <mka@redes.int.com.mx> Reviewed by: Jim Jagielski, Dean Gaudet, Ben Laurie Apache header files, and some variable name/types, are more C++ friendly git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/1.3.x@81091 13f79535-47bb-0310-9956-ffa450edef68
-
Jim Jagielski authored
PR: Obtained from: Submitted by: Jim Jagielski Reviewed by: Dean Gaudet, Ralf Engelschall If a child exits with a status of APEXIT_CHILDFATAL, the main httpd process will see this as a "things are totally hosed" and do a server abort, shutting down completely. This is to prevent situations where child errors prevent the server from running correctly and filling the logs up with messages. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/1.3.x@81090 13f79535-47bb-0310-9956-ffa450edef68
-
Jim Jagielski authored
PR: 2112 Obtained from: Submitted by: Jim Jagielski Reviewed by: Dean Gaudet, Ralf Engelschall git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/1.3.x@81089 13f79535-47bb-0310-9956-ffa450edef68
-
Ralf S. Engelschall authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/1.3.x@81088 13f79535-47bb-0310-9956-ffa450edef68
-
Jim Jagielski authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/1.3.x@81087 13f79535-47bb-0310-9956-ffa450edef68
-
Ben Laurie authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/1.3.x@81086 13f79535-47bb-0310-9956-ffa450edef68
-
Ralf S. Engelschall authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/1.3.x@81085 13f79535-47bb-0310-9956-ffa450edef68
-
Ralf S. Engelschall authored
in httpd.conf at the APACI installation process. PR: 2175 git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/1.3.x@81084 13f79535-47bb-0310-9956-ffa450edef68
-
dgaudet authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/1.3.x@81083 13f79535-47bb-0310-9956-ffa450edef68
-
Jim Jagielski authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/1.3.x@81082 13f79535-47bb-0310-9956-ffa450edef68
-
- May 02, 1998
-
-
Ben Laurie authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/1.3.x@81081 13f79535-47bb-0310-9956-ffa450edef68
-
Ben Laurie authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/1.3.x@81080 13f79535-47bb-0310-9956-ffa450edef68
-
Ben Laurie authored
PR: 1203 git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/1.3.x@81079 13f79535-47bb-0310-9956-ffa450edef68
-
Ben Laurie authored
PR: 1558 git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/1.3.x@81078 13f79535-47bb-0310-9956-ffa450edef68
-
Ralf S. Engelschall authored
Submitted by: Jens-Uwe Mager & Ralf S. Engelschall Reviewed by: Ralf S. Engelschall git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/1.3.x@81077 13f79535-47bb-0310-9956-ffa450edef68
-
Ben Laurie authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/1.3.x@81076 13f79535-47bb-0310-9956-ffa450edef68
-
- May 01, 1998
-
-
dgaudet authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/1.3.x@81075 13f79535-47bb-0310-9956-ffa450edef68
-
Jim Jagielski authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/1.3.x@81074 13f79535-47bb-0310-9956-ffa450edef68
-
Jim Jagielski authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/1.3.x@81073 13f79535-47bb-0310-9956-ffa450edef68
-
Ralf S. Engelschall authored
USE_SHMGET_SCOREBOARD. Of course, Dean is right, USE_SHMGET_SCOREBOARD and USE_MMAP_SCOREBOARD makes no sense. Fixed now. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/1.3.x@81072 13f79535-47bb-0310-9956-ffa450edef68
-
Ralf S. Engelschall authored
Submitted by: Jaromir Dolecek <dolecek@ics.muni.cz> PR: 2165 git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/1.3.x@81071 13f79535-47bb-0310-9956-ffa450edef68
-
- Apr 30, 1998
-
-
Ralf S. Engelschall authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/1.3.x@81070 13f79535-47bb-0310-9956-ffa450edef68
-
Ralf S. Engelschall authored
Submitted by: Jaromir Dolecek <dolecek@ics.muni.cz> Reviewed by: Ralf S. Engelschall PR: 2158 git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/1.3.x@81069 13f79535-47bb-0310-9956-ffa450edef68
-