- Feb 03, 2002
-
-
Bill Stoddard authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@93195 13f79535-47bb-0310-9956-ffa450edef68
-
Bill Stoddard authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@93194 13f79535-47bb-0310-9956-ffa450edef68
-
Bill Stoddard authored
need to cleanup where some bytes are stored, check-in routines this module calls in cache_util, etc. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@93193 13f79535-47bb-0310-9956-ffa450edef68
-
Bill Stoddard authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@93192 13f79535-47bb-0310-9956-ffa450edef68
-
Cliff Woolley authored
we should be more concerned with keeping the parent rock solid than adding extra layers to protect the children from a broken parent. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@93191 13f79535-47bb-0310-9956-ffa450edef68
-
Brian Pane authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@93190 13f79535-47bb-0310-9956-ffa450edef68
-
Justin Erenkrantz authored
I'm fine with adjusting that script in a -beta tarball since it isn't a code change. However, since official binbuilds are contributed by committers only, this isn't a big deal as they can be smart enough to use the updated script anyway. And, binbuild has some other issues that will be addressed shortly. So, even if it doesn't happen, oh well. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@93189 13f79535-47bb-0310-9956-ffa450edef68
-
Cliff Woolley authored
and constify it while I'm at it. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@93188 13f79535-47bb-0310-9956-ffa450edef68
-
- Feb 02, 2002
-
-
Jeff Trawick authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@93187 13f79535-47bb-0310-9956-ffa450edef68
-
Aaron Bannert authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@93186 13f79535-47bb-0310-9956-ffa450edef68
-
Aaron Bannert authored
Demote entries until there is majority support for showstopper status. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@93185 13f79535-47bb-0310-9956-ffa450edef68
-
Jeff Trawick authored
tree so that there aren't any surprises on the target machine. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@93184 13f79535-47bb-0310-9956-ffa450edef68
-
Ian Holsman authored
PR: Obtained from: Submitted by: Reviewed by: git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@93183 13f79535-47bb-0310-9956-ffa450edef68
-
Bill Stoddard authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@93182 13f79535-47bb-0310-9956-ffa450edef68
-
Bill Stoddard authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@93181 13f79535-47bb-0310-9956-ffa450edef68
-
Justin Erenkrantz authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@93175 13f79535-47bb-0310-9956-ffa450edef68
-
Justin Erenkrantz authored
- ap_[r]getline rewrite has landed. I think it is time for this STATUS item to be removed. Is there anything more w.r.t. input filtering that needs to be addressed? git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@93174 13f79535-47bb-0310-9956-ffa450edef68
-
- Feb 01, 2002
-
-
Greg Stein authored
Submitted by: Zack Weinberg <zack@codesourcery.com> git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@93172 13f79535-47bb-0310-9956-ffa450edef68
-
Bill Stoddard authored
modules to completely take over all network i/o from the core. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@93171 13f79535-47bb-0310-9956-ffa450edef68
-
Jeff Trawick authored
enough to keep up with new requests. Start using HTTP_SERVER_UNAVAILABLE instead of HTTP_INTERNAL_SERVER_ERROR when we can't talk to the daemon. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@93170 13f79535-47bb-0310-9956-ffa450edef68
-
Jeff Trawick authored
Previously you had to edit the generated apxs to get rid of --silent. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@93168 13f79535-47bb-0310-9956-ffa450edef68
-
Bradley Nicholes authored
to the global variable ap_scoreboard_shm. Since this variable was already being excluded by APR_HAS_SHARED_MEMORY at the beginning of the file. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@93166 13f79535-47bb-0310-9956-ffa450edef68
-
Ian Holsman authored
sorry for the spam PR: Obtained from: Submitted by: Reviewed by: git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@93165 13f79535-47bb-0310-9956-ffa450edef68
-
Ian Holsman authored
PR: Obtained from: Submitted by: Reviewed by: git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@93164 13f79535-47bb-0310-9956-ffa450edef68
-
Ian Holsman authored
PR: Obtained from: Submitted by: Reviewed by: git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@93163 13f79535-47bb-0310-9956-ffa450edef68
-
Justin Erenkrantz authored
- Can we *ever* build a static binary? That *is* a showstopper, I agree. And, Aaron has volunteered to fix this soon-ish. - Separate from that, is the question whether we should we *always* build a static binary? That I do not believe I *is* a showstopper. So, let's make the distinction and call for a vote. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@93162 13f79535-47bb-0310-9956-ffa450edef68
-
Bradley Nicholes authored
unregistered. This fixes the 88 unreleased resources after termination git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@93161 13f79535-47bb-0310-9956-ffa450edef68
-
Aaron Bannert authored
survives graceful restarts. This fixes a SEGV during graceful restarts. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@93160 13f79535-47bb-0310-9956-ffa450edef68
-
Aaron Bannert authored
survives graceful restarts. This fixes a SEGV during graceful restarts. Children who attach to this scoreboard keep the same pool as before (pchild) since they should detach/unmap when the child process exits. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@93159 13f79535-47bb-0310-9956-ffa450edef68
-
Justin Erenkrantz authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@93158 13f79535-47bb-0310-9956-ffa450edef68
-
Jim Jagielski authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@93157 13f79535-47bb-0310-9956-ffa450edef68
-
Bill Stoddard authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@93156 13f79535-47bb-0310-9956-ffa450edef68
-
Ken Coar authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@93155 13f79535-47bb-0310-9956-ffa450edef68
-
Ken Coar authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@93154 13f79535-47bb-0310-9956-ffa450edef68
-
Jeff Trawick authored
whitespace problems :) git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@93153 13f79535-47bb-0310-9956-ffa450edef68
-
William A. Rowe Jr authored
One down, my fault git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@93152 13f79535-47bb-0310-9956-ffa450edef68
-
Justin Erenkrantz authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@93151 13f79535-47bb-0310-9956-ffa450edef68
-
Justin Erenkrantz authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@93150 13f79535-47bb-0310-9956-ffa450edef68
-
Aaron Bannert authored
Perchild works, but only on some platforms. ** Vote if you will not support a GA until perchild is portable. ** Volunteer for fixing binbuild. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@93149 13f79535-47bb-0310-9956-ffa450edef68
-
Justin Erenkrantz authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@93148 13f79535-47bb-0310-9956-ffa450edef68
-