- Jun 07, 2008
-
-
William A. Rowe Jr authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@664227 13f79535-47bb-0310-9956-ffa450edef68
-
William A. Rowe Jr authored
when using optional fn's and hooks. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@664224 13f79535-47bb-0310-9956-ffa450edef68
-
William A. Rowe Jr authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@664217 13f79535-47bb-0310-9956-ffa450edef68
-
William A. Rowe Jr authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@664214 13f79535-47bb-0310-9956-ffa450edef68
-
- Jun 06, 2008
-
-
William A. Rowe Jr authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@664177 13f79535-47bb-0310-9956-ffa450edef68
-
William A. Rowe Jr authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@664173 13f79535-47bb-0310-9956-ffa450edef68
-
William A. Rowe Jr authored
declared in the function prototype of the c/b arg. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@664172 13f79535-47bb-0310-9956-ffa450edef68
-
William A. Rowe Jr authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@664170 13f79535-47bb-0310-9956-ffa450edef68
-
William A. Rowe Jr authored
the serverwide include/'s. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@664169 13f79535-47bb-0310-9956-ffa450edef68
-
William A. Rowe Jr authored
various subdirectories if you will consume it in the core (server/*.c). server/request.c needs mod_request (similar to mod_core.h) so this never belonged in the subdir. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@664167 13f79535-47bb-0310-9956-ffa450edef68
-
William A. Rowe Jr authored
Replace the nonsense (see modules such as mod_dav, mod_cache etc for similar examples). git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@664165 13f79535-47bb-0310-9956-ffa450edef68
-
William A. Rowe Jr authored
and therefore the wrong declspec. But why is the question, and this should be reviewed before release. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@664160 13f79535-47bb-0310-9956-ffa450edef68
-
Ruediger Pluem authored
request headers. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@664150 13f79535-47bb-0310-9956-ffa450edef68
-
William A. Rowe Jr authored
are undecorated, their .h files are not propagated into an installed include/ tree, and were erroniously exported. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@664145 13f79535-47bb-0310-9956-ffa450edef68
-
William A. Rowe Jr authored
two modules is an error. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@664143 13f79535-47bb-0310-9956-ffa450edef68
-
William A. Rowe Jr authored
of these cache_* functions, but in declaring them exported in the first place. _hash, _pqueue and cache_cache are undecorated and were erroniously exported. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@664142 13f79535-47bb-0310-9956-ffa450edef68
-
William A. Rowe Jr authored
from mod_cache by mod_mem_cache. The duplicate cache_util import is a dead giveaway that this was broken. In order to backport, an MMN bump would be required because these cache_pqueue, cache_cache and cache_hash exported functions would be added to the "contract" of functions which are available from mod_cache for third party cache providers. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@664136 13f79535-47bb-0310-9956-ffa450edef68
-
William A. Rowe Jr authored
_NONSTD refers to type fn (arg, arg, ...) incomplete declarations git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@664080 13f79535-47bb-0310-9956-ffa450edef68
-
William A. Rowe Jr authored
Submitted by: tdonovan git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@664023 13f79535-47bb-0310-9956-ffa450edef68
-
Takashi Sato authored
note round-robin DNS (from 2.2 r655998) git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@664013 13f79535-47bb-0310-9956-ffa450edef68
-
Joe Orton authored
suggested by rpluem: * modules/proxy/mod_proxy_balancer.c (balancer_init): Serialize the UUID to a string here... (balancer_handler): ...rather than here. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@663967 13f79535-47bb-0310-9956-ffa450edef68
-
Takashi Sato authored
since "Support for Additional Languages" needs to be enabled in the installation of JRE to read ISO-2022-JP. Reviewed by: kawai git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@663964 13f79535-47bb-0310-9956-ffa450edef68
-
- Jun 05, 2008
-
-
William A. Rowe Jr authored
the passed env argument on each CreateProcess call. PR: 44800 (part 2/3) Submitted by: tdonovan git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@663699 13f79535-47bb-0310-9956-ffa450edef68
-
William A. Rowe Jr authored
even on a restart, because some modules (e.g. mod_perl) might have set a console handler to terminate the process. PR: 44800 (part 1/3) Submitted by: tdonovan git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@663669 13f79535-47bb-0310-9956-ffa450edef68
-
William A. Rowe Jr authored
seperation of ldap link options. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@663663 13f79535-47bb-0310-9956-ffa450edef68
-
Jim Jagielski authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@663515 13f79535-47bb-0310-9956-ffa450edef68
-
- Jun 03, 2008
-
-
Guenter Knauf authored
Submitted by: Kaspar Brand <asfbugz velox.ch> git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@662815 13f79535-47bb-0310-9956-ffa450edef68
-
Chris Pepper authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@662627 13f79535-47bb-0310-9956-ffa450edef68
-
- Jun 02, 2008
-
-
Ruediger Pluem authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@662579 13f79535-47bb-0310-9956-ffa450edef68
-
Ruediger Pluem authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@662576 13f79535-47bb-0310-9956-ffa450edef68
-
- Jun 01, 2008
-
-
Takashi Sato authored
Submitted by: Nilgün Belma Bugüner <nilgun belgeler.org> git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@662210 13f79535-47bb-0310-9956-ffa450edef68
-
- May 31, 2008
-
-
Takashi Sato authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@662021 13f79535-47bb-0310-9956-ffa450edef68
-
Takashi Sato authored
Submitted by: Nilgün Belma Bugüner <nilgun belgeler.org> Reviewed by: Orhan Berent <berent belgeler.org> git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@662016 13f79535-47bb-0310-9956-ffa450edef68
-
Takashi Sato authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@662005 13f79535-47bb-0310-9956-ffa450edef68
-
Takashi Sato authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@661942 13f79535-47bb-0310-9956-ffa450edef68
-
- May 30, 2008
-
-
Andre Malo authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@661888 13f79535-47bb-0310-9956-ffa450edef68
-
Joe Orton authored
* modules/proxy/mod_proxy_balancer.c (balancer_init): New function. (balancer_handler): Place a nonce in the form output, and check that the submitted form data includes that nonce. (ap_proxy_balancer_register_hook): Register the new post_config hook. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@661666 13f79535-47bb-0310-9956-ffa450edef68
-
- May 29, 2008
-
-
Ruediger Pluem authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@661508 13f79535-47bb-0310-9956-ffa450edef68
-
Ruediger Pluem authored
Expect: 100-continue to an HTTP/1.0 server. Instead we MUST return a HTTP_EXPECTATION_FAILED. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@661506 13f79535-47bb-0310-9956-ffa450edef68
-
Ruediger Pluem authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@661459 13f79535-47bb-0310-9956-ffa450edef68
-