- Jul 29, 2002
-
-
Yoshiki Hayashi authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@96226 13f79535-47bb-0310-9956-ffa450edef68
-
Yoshiki Hayashi authored
Submitted by: Hiroaki KAWAI <hawk@bcl.t.u-tokyo.ac.jp> git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@96225 13f79535-47bb-0310-9956-ffa450edef68
-
Yoshiki Hayashi authored
Submitted by: Hiroaki KAWAI <hawk@bcl.t.u-tokyo.ac.jp> git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@96224 13f79535-47bb-0310-9956-ffa450edef68
-
Yoshiki Hayashi authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@96223 13f79535-47bb-0310-9956-ffa450edef68
-
William A. Rowe Jr authored
pconf global factors out nicely. The one other pconf appears to be eqivilant to pchild. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@96222 13f79535-47bb-0310-9956-ffa450edef68
-
William A. Rowe Jr authored
Refactor out the child behavior from mpm_winnt. This is the first step in making a legible multiprocess windows mpm, or at least structuring the code to always begin a new child as an old one is going to die soon, rather than waiting for it's final dying breath. The only code that had to be affected [due to the split and general structure of the code] was merging the set_listeners_noninherited() code directly into the get_listeners_from_parent code, and also into the apr socket.c code for winnt. For the most part the code splits rather nicely. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@96221 13f79535-47bb-0310-9956-ffa450edef68
-
- Jul 28, 2002
-
-
Richard Bowen authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@96220 13f79535-47bb-0310-9956-ffa450edef68
-
Richard Bowen authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@96219 13f79535-47bb-0310-9956-ffa450edef68
-
- Jul 27, 2002
-
-
Joshua Slive authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@96218 13f79535-47bb-0310-9956-ffa450edef68
-
Joshua Slive authored
and factor out a bunch of common stuff into callable templates to make the stylesheet shorter and clearer. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@96217 13f79535-47bb-0310-9956-ffa450edef68
-
William A. Rowe Jr authored
Refactor the ready_event so that it's scope is the absolute minimum necessary... we were leaking ready_event's. Close it in the parent and child the moment it is no longer needed. Also, fail more gracefully if the child process terminates before we ever receive the ready_event [should improve robustness significantly.] git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@96216 13f79535-47bb-0310-9956-ffa450edef68
-
Joshua Slive authored
Submitted by: David Shane Holden <dpejesh@yahoo.com> git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@96215 13f79535-47bb-0310-9956-ffa450edef68
-
Joshua Slive authored
Submitted by: David Shane Holden <dpejesh@yahoo.com> git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@96214 13f79535-47bb-0310-9956-ffa450edef68
-
Joshua Slive authored
Submitted by: Andr� Malo <nd@perlig.de> git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@96213 13f79535-47bb-0310-9956-ffa450edef68
-
Joshua Slive authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@96212 13f79535-47bb-0310-9956-ffa450edef68
-
Joshua Slive authored
Submitted by: Vincent de Lau <vincent@delau.nl> git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@96211 13f79535-47bb-0310-9956-ffa450edef68
-
Joshua Slive authored
Submitted by: David Shane Holden <dpejesh@yahoo.com> git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@96210 13f79535-47bb-0310-9956-ffa450edef68
-
Joshua Slive authored
Submitted by: David Shane Holden <dpejesh@yahoo.com> git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@96209 13f79535-47bb-0310-9956-ffa450edef68
-
William A. Rowe Jr authored
Rather than an arbitrary sleep interval, improve robustness and speed things up (in the usual case) by using an event mutex. Submitted by: David Shane Holden <dpejesh@yahoo.com> git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@96208 13f79535-47bb-0310-9956-ffa450edef68
-
Joshua Slive authored
Submitted by: Brad Nicholes <BNICHOLES@novell.com> git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@96207 13f79535-47bb-0310-9956-ffa450edef68
-
Joshua Slive authored
Submitted by: Vincent de Lau <openoffice@delau.nl> git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@96206 13f79535-47bb-0310-9956-ffa450edef68
-
- Jul 26, 2002
-
-
Joshua Slive authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@96205 13f79535-47bb-0310-9956-ffa450edef68
-
Joshua Slive authored
Submitted by: Vincent de Lau <vincent@delau.nl> git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@96204 13f79535-47bb-0310-9956-ffa450edef68
-
Joshua Slive authored
Submitted by: Vincent de Lau <vincent@delau.nl> git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@96203 13f79535-47bb-0310-9956-ffa450edef68
-
Joshua Slive authored
Submitted by: Vincent de Lau <vincent@delau.nl> git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@96202 13f79535-47bb-0310-9956-ffa450edef68
-
Yoshiki Hayashi authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@96199 13f79535-47bb-0310-9956-ffa450edef68
-
Yoshiki Hayashi authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@96198 13f79535-47bb-0310-9956-ffa450edef68
-
Yoshiki Hayashi authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@96197 13f79535-47bb-0310-9956-ffa450edef68
-
Yoshiki Hayashi authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@96196 13f79535-47bb-0310-9956-ffa450edef68
-
- Jul 25, 2002
-
-
Greg Stein authored
allocated dynamically. The structures need a context pointer to represent that dynamic "object", so a pointer was added to the end of each of the more important structures. While providers don't need to add this field to their structures (it will default to NULL), I went ahead and added it to mod_dav_fs for clarity. No MMN bump is required because Apache does not use/examine the fields (only the provider will set and use them). git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@96195 13f79535-47bb-0310-9956-ffa450edef68
-
Richard Bowen authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@96194 13f79535-47bb-0310-9956-ffa450edef68
-
Richard Bowen authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@96193 13f79535-47bb-0310-9956-ffa450edef68
-
Richard Bowen authored
xhtml. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@96192 13f79535-47bb-0310-9956-ffa450edef68
-
Richard Bowen authored
Typos, grammar, and phrasing corrections. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@96191 13f79535-47bb-0310-9956-ffa450edef68
-
Bradley Nicholes authored
builds both the CGI and SSI command strings. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@96190 13f79535-47bb-0310-9956-ffa450edef68
-
Richard Bowen authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@96189 13f79535-47bb-0310-9956-ffa450edef68
-
Richard Bowen authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@96188 13f79535-47bb-0310-9956-ffa450edef68
-
Greg Ames authored
to how it *really* works in 1.3. Also, get rid of CVS stuff in the manual/ directory Submitted by: Justin Erenkrantz, Greg Ames git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@96187 13f79535-47bb-0310-9956-ffa450edef68
-
Richard Bowen authored
Reviewed by: Several people on docs mailing list, as well as various folks on IRC. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@96186 13f79535-47bb-0310-9956-ffa450edef68
-
Yoshiki Hayashi authored
Submitted by: Hiroaki KAWAI <hawk@bcl.t.u-tokyo.ac.jp> Reviewed by: Yoshiki Hayashi git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@96185 13f79535-47bb-0310-9956-ffa450edef68
-