- Mar 21, 2004
-
-
Jeff Trawick authored
build time (MAXLINE). PR: 27793 git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@103060 13f79535-47bb-0310-9956-ffa450edef68
-
- Mar 19, 2004
-
-
Jeff Trawick authored
Submitted by: Michael Corcoran <mcorcoran warpsolutions.com> Reviewed by: Jeff Trawick git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@103030 13f79535-47bb-0310-9956-ffa450edef68
-
Jeff Trawick authored
Fix starvation issue on listening sockets where a short-lived connection on a rarely-accessed listening socket will cause a child to hold the accept mutex and block out new connections until another connection arrives on that rarely-accessed listening socket. With Apache 2.x there is no performance concern about enabling the logic for platforms which don't need it, so it is enabled everywhere except for Win32. [Jeff Trawick] (already in 2.0.49, propagating to mirrors now) git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@103029 13f79535-47bb-0310-9956-ffa450edef68
-
Jeff Trawick authored
locks on some platforms. crashes seen on Sparc when the integer copied out of the database was not aligned properly also, sizeof(int) not necessarily sizeof(apr_size_t), so that could be a concern; we copy in sizeof(apr_size_t field) so we should copy out sizeof(apr_size_t field) git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@103027 13f79535-47bb-0310-9956-ffa450edef68
-
- Mar 16, 2004
-
-
Jeff Trawick authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@102997 13f79535-47bb-0310-9956-ffa450edef68
-
- Mar 15, 2004
-
-
Jeff Trawick authored
WorkerStackSize as made obvious by: Brad Nicholes git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@102975 13f79535-47bb-0310-9956-ffa450edef68
-
Jeff Trawick authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@102961 13f79535-47bb-0310-9956-ffa450edef68
-
- Mar 14, 2004
-
-
Andre Malo authored
container. PR: 14726. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@102954 13f79535-47bb-0310-9956-ffa450edef68
-
- Mar 13, 2004
-
-
Thom May authored
Submitted by: Guenter Knauf Reviewed by: Thom May git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@102950 13f79535-47bb-0310-9956-ffa450edef68
-
- Mar 11, 2004
-
-
Joe Orton authored
Consistently check whether r->status is "successful" or not; fix screwy handling of 2xx-but-not-200 responses when ProxyErrorOverride is used. PR: 20183 Submitted by: Marcus Janson <marcus.janson@tre.se>, Joe Orton git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@102935 13f79535-47bb-0310-9956-ffa450edef68
-
Jeff Trawick authored
to override default thread stack size for threads which handle client connections. Required for some third-party modules on platforms with small default thread stack size. This is also useful for trimming back the stack size on platforms with relatively large default stack size in order to conserve address space for supporting more threads per child. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@102931 13f79535-47bb-0310-9956-ffa450edef68
-
- Mar 10, 2004
-
-
Bill Stoddard authored
Win32: Tweak worker thread accounting to fix hang when number of Listen directives is >= ThreadsPerChild git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@102922 13f79535-47bb-0310-9956-ffa450edef68
-
- Mar 09, 2004
-
-
Madhusudan Mathihalli authored
Submitted by: Joe Orton Reviewed by: Madhusudan Mathihalli git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@102905 13f79535-47bb-0310-9956-ffa450edef68
-
- Mar 08, 2004
-
-
Justin Erenkrantz authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@102896 13f79535-47bb-0310-9956-ffa450edef68
-
Justin Erenkrantz authored
PR: 24483 Submitted by: Manni Wood <manniwood planet-save.com> Reviewed by: Cliff Woolley, Jim Jagielski git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@102890 13f79535-47bb-0310-9956-ffa450edef68
-
- Mar 07, 2004
-
-
Joe Orton authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@102881 13f79535-47bb-0310-9956-ffa450edef68
-
- Mar 03, 2004
-
-
Jeff Trawick authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@102846 13f79535-47bb-0310-9956-ffa450edef68
-
- Mar 01, 2004
-
-
Paul J. Reder authored
*) Remove compile-time length limit on request strings. Length is now enforced solely with the LimitRequestLine config directive. [Paul J. Reder] git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@102840 13f79535-47bb-0310-9956-ffa450edef68
-
- Feb 29, 2004
-
-
Jeff Trawick authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@102826 13f79535-47bb-0310-9956-ffa450edef68
-
- Feb 28, 2004
-
-
Andre Malo authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@102814 13f79535-47bb-0310-9956-ffa450edef68
-
Madhusudan Mathihalli authored
required creating a new EOC (End-Of-Connection) bucket type to notify mod_ssl that the connection is about to be closed. Reviewed by: Joe Orton, Justin Erenkrantz git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@102793 13f79535-47bb-0310-9956-ffa450edef68
-
- Feb 26, 2004
-
-
Jeff Trawick authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@102787 13f79535-47bb-0310-9956-ffa450edef68
-
- Feb 24, 2004
-
-
Sander Striker authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@102759 13f79535-47bb-0310-9956-ffa450edef68
-
- Feb 21, 2004
-
-
Andre Malo authored
PR: 25725 git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@102734 13f79535-47bb-0310-9956-ffa450edef68
-
Geoffrey Young authored
now populates r->user with the (possibly unauthenticated) user, and mod_auth_digest returns 500 when a provider returns AUTH_GENERAL_ERROR Reviewed by: justin git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@102719 13f79535-47bb-0310-9956-ffa450edef68
-
- Feb 19, 2004
-
-
Jeff Trawick authored
exception hooks to be called (in addition to the build time requirements). The 2.1-dev feature is now more aligned with the 1.3.30-dev feature, in that there is a build-time requirement as well as a configuration requirement. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@102686 13f79535-47bb-0310-9956-ffa450edef68
-
- Feb 18, 2004
-
-
Geoffrey Young authored
argumentless containers. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@102670 13f79535-47bb-0310-9956-ffa450edef68
-
- Feb 16, 2004
-
-
Jeff Trawick authored
fields given "ALL_HTTP" or "ALL_RAW". PR: 20656 Submitted by: Jesse Pelton <jsp pkc.com> Reviewed by: Jeff Trawick git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@102643 13f79535-47bb-0310-9956-ffa450edef68
-
Jeff Trawick authored
last character. PR: 20619 Submitted by: Jesse Pelton <jsp pkc.com> Reviewed by: Jeff Trawick git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@102642 13f79535-47bb-0310-9956-ffa450edef68
-
Jeff Trawick authored
size. PR: 20617 Submitted by: Jesse Pelton <jsp pkc.com> Reviewed by: Jeff Trawick git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@102641 13f79535-47bb-0310-9956-ffa450edef68
-
- Feb 11, 2004
-
-
Bradley Nicholes authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@102633 13f79535-47bb-0310-9956-ffa450edef68
-
- Feb 08, 2004
-
-
Andre Malo authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@102604 13f79535-47bb-0310-9956-ffa450edef68
-
- Feb 07, 2004
-
-
Andre Malo authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@102542 13f79535-47bb-0310-9956-ffa450edef68
-
- Feb 05, 2004
-
-
Paul J. Reder authored
Re-synch with 2.0 stable branch after backport. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@102519 13f79535-47bb-0310-9956-ffa450edef68
-
Paul J. Reder authored
Re-synch with 2.0 stable branch after backport. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@102517 13f79535-47bb-0310-9956-ffa450edef68
-
Paul J. Reder authored
Re-synch with 2.0 stable branch after backport. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@102509 13f79535-47bb-0310-9956-ffa450edef68
-
- Feb 04, 2004
-
-
Paul J. Reder authored
Re-synch with 2.0 stable branch after backport. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@102501 13f79535-47bb-0310-9956-ffa450edef68
-
Paul J. Reder authored
Re-sych with 2.0 stable branch after backport. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@102499 13f79535-47bb-0310-9956-ffa450edef68
-
Jeff Trawick authored
newer levels of the OS. Submitted by: Paul Querna <chip force-elite.com> Reviewed by: Jeff Trawick git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@102495 13f79535-47bb-0310-9956-ffa450edef68
-
- Feb 03, 2004
-
-
Paul J. Reder authored
Re-synch with 2.0 stable branch after backport. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@102493 13f79535-47bb-0310-9956-ffa450edef68
-