- Dec 07, 2006
-
-
William A. Rowe Jr authored
enabling of the debugger much more trivial. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@483567 13f79535-47bb-0310-9956-ffa450edef68
-
William A. Rowe Jr authored
default command-line build to \Apache2x directory, and name service Apache2.x (which means this doesn't need to change over and over as trunk becomes 2.5, 2.7 etc.) git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@483555 13f79535-47bb-0310-9956-ffa450edef68
-
- Dec 03, 2006
-
-
scheme://hostname[:port]Ruediger Pluem authored
when trying to find the worker that fits best to the given URL. PR: 40910 git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@481901 13f79535-47bb-0310-9956-ffa450edef68
-
Ruediger Pluem authored
PR: 30370 git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@481886 13f79535-47bb-0310-9956-ffa450edef68
-
- Dec 02, 2006
-
-
Chris Darroch authored
only, or else sub-requests and internal redirections may cause entire DBD pool to be stashed in a single HTTP request. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@481509 13f79535-47bb-0310-9956-ffa450edef68
-
- Nov 28, 2006
-
-
Jim Jagielski authored
would block. If ap_get_brigade() shows that, return EAGAIN. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@480193 13f79535-47bb-0310-9956-ffa450edef68
-
Jim Jagielski authored
filter. Now flushes work better. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@480135 13f79535-47bb-0310-9956-ffa450edef68
-
Chris Pepper authored
Add table showing effects of the various Allow/Deny match combinations. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@479888 13f79535-47bb-0310-9956-ffa450edef68
-
- Nov 27, 2006
-
-
Bradley Nicholes authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@479799 13f79535-47bb-0310-9956-ffa450edef68
-
Chris Pepper authored
Submitter: victory git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@479777 13f79535-47bb-0310-9956-ffa450edef68
-
Sander Temme authored
executed even if the trace_add returns in the middle * Add a direct-to-stderr path in case we don't have a server_rec to log for * Remove now redundant direct-to-sterr from x_monitor callback git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@479531 13f79535-47bb-0310-9956-ffa450edef68
-
Sander Temme authored
* Place some trace calls into context * Every hook callback implementation now has the same comment format * Document hitherto undocumented hook callbacks * Always trace the handler, whether it gets to write its content or not * Clean up stale 1.3 comments in handler callback * Document quick_handler callback according to a conversation Googled up from new-httpd in 2002 * Change callback names so all follow the same format: the hook name with a prefix * Add a callback handler for the enigmatic ap_hook_monitor git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@479471 13f79535-47bb-0310-9956-ffa450edef68
-
- Nov 25, 2006
-
-
Sander Temme authored
* Clean up introductory comments for hook handler declarations, explain about RUN_ALL, RUN_FIRST in one single place, remove leftover comments from 1.3 * Place trace entry for quick_handler in request context * Found every hook declaration in the source by running find . -name \*.[ch] | xargs grep -E -A 3 \ "AP_IMPLEMENT_(OPTIONAL_|)HOOK_(VOID|RUN_ALL|RUN_FIRST)" from top of source tree; implemented handler for everything that turned up. Next up: bring comments in line with introduction, clean up existing comments; re-design trace mechanism to stop messing with globals after server may start threads. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@479099 13f79535-47bb-0310-9956-ffa450edef68
-
- Nov 24, 2006
-
-
Sander Temme authored
* Fix http_scheme and default_port implementations to return proper equivalents of DECLINED, so they can exist without breaking stuff * Explain why some of the config access utility routines are ifdeffed out git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@479025 13f79535-47bb-0310-9956-ffa450edef68
-
- Nov 22, 2006
-
-
Joe Orton authored
cannot be destroyed before r->pool so serves no purpose. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@478141 13f79535-47bb-0310-9956-ffa450edef68
-
Joe Orton authored
failures. PR: 39487 git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@478135 13f79535-47bb-0310-9956-ffa450edef68
-
Joe Orton authored
* server/core.c: Likewise. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@478131 13f79535-47bb-0310-9956-ffa450edef68
-
- Nov 19, 2006
-
-
Andre Malo authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@476824 13f79535-47bb-0310-9956-ffa450edef68
-
Andre Malo authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@476820 13f79535-47bb-0310-9956-ffa450edef68
-
- Nov 18, 2006
-
-
Ruediger Pluem authored
entry where it belongs. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@476628 13f79535-47bb-0310-9956-ffa450edef68
-
Ruediger Pluem authored
as r->args could have been changed (e.g. via mod_rewrite) after the quick handler hook. This causes resources to be stored under a key, where they cannot be fetched again in the quick handler. PR: 40805 git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@476625 13f79535-47bb-0310-9956-ffa450edef68
-
Nick Kew authored
bytes trickle in over multiple buckets. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@476600 13f79535-47bb-0310-9956-ffa450edef68
-
- Nov 16, 2006
-
-
Ruediger Pluem authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@475922 13f79535-47bb-0310-9956-ffa450edef68
-
Ruediger Pluem authored
validation data is available in the first round. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@475920 13f79535-47bb-0310-9956-ffa450edef68
-
Ruediger Pluem authored
data already there by setting the correct offset for the target buffer. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@475915 13f79535-47bb-0310-9956-ffa450edef68
-
Jeff Trawick authored
Submitted by: Eric Covener Reviewed by: Jeff Trawick git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@475698 13f79535-47bb-0310-9956-ffa450edef68
-
- Nov 15, 2006
-
-
Ruediger Pluem authored
falls down the chain by accident. Otherwise we are likely to run in a SEGFAULT. So remove ourselves from the chain. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@475406 13f79535-47bb-0310-9956-ffa450edef68
-
Ruediger Pluem authored
of this is zlib's business. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@475403 13f79535-47bb-0310-9956-ffa450edef68
-
Graham Leggett authored
support an Active Directory installation spanning multiple domains. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@475240 13f79535-47bb-0310-9956-ffa450edef68
-
- Nov 14, 2006
-
-
Bradley Nicholes authored
Submitted by: Vicent Bray < noodlet gmail com > git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@475021 13f79535-47bb-0310-9956-ffa450edef68
-
- Nov 10, 2006
-
-
Mladen Turk authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@473278 13f79535-47bb-0310-9956-ffa450edef68
-
Mladen Turk authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@473276 13f79535-47bb-0310-9956-ffa450edef68
-
- Nov 09, 2006
-
-
Noirin Plunkett authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@472949 13f79535-47bb-0310-9956-ffa450edef68
-
Jim Jagielski authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@472933 13f79535-47bb-0310-9956-ffa450edef68
-
- Nov 08, 2006
-
-
Bradley Nicholes authored
terminated by the ldap server. PR#40878 Submitted by: Rob Baily <rbaily servicebench com> Reviewed by: bnicholes git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@472633 13f79535-47bb-0310-9956-ffa450edef68
-
- Nov 07, 2006
-
-
Jim Jagielski authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@472116 13f79535-47bb-0310-9956-ffa450edef68
-
Jim Jagielski authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@472105 13f79535-47bb-0310-9956-ffa450edef68
-
- Nov 02, 2006
-
-
Martin Kraemer authored
Fix broken compile for platforms with sendfile() -- As Graham says: Looks like this code hasn't built in the SENDFILE case for a while. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@470455 13f79535-47bb-0310-9956-ffa450edef68
-
- Nov 01, 2006
-
-
Ruediger Pluem authored
more important an error code at all, as currently APR_SUCCESS is returned in the error case. PR: 40865 Submitted by: Andrew Rucker Jones <arjones simultan.dyndns.org> Reviewed by: rpluem git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@470076 13f79535-47bb-0310-9956-ffa450edef68
-
Ruediger Pluem authored
as a MCacheMinObjectSize of 0 does not make sense and leads to a signal Floating point exception (8) (division by zero) in memcache_gdsf_algorithm. PR: 40576 Submitted by: Xuekun Hu <xuekun.hu gmail.com> Reviewed by: rpluem git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@469895 13f79535-47bb-0310-9956-ffa450edef68
-