- Dec 02, 2003
-
-
Joe Orton authored
* proxy_http.c (ap_proxy_http_process_response): Send a valid status-line even if the parsed status-line had no trailing spaces. Remove the warning for this case as triggers for valid status-lines too. PR: 23998 Reviewed by: Jeff Trawick, Bill Stoddard git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/APACHE_2_0_BRANCH@101954 13f79535-47bb-0310-9956-ffa450edef68
-
Joe Orton authored
* ssl_util.c (ssl_util_thread_cleanup): Clear the id_callback. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/APACHE_2_0_BRANCH@101953 13f79535-47bb-0310-9956-ffa450edef68
-
Jeff Trawick authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/APACHE_2_0_BRANCH@101952 13f79535-47bb-0310-9956-ffa450edef68
-
Joe Orton authored
* ssl_engine_log.c (ssl_log_ssl_error): Use the thread-safe interface for retrieving error strings. * mod_ssl.c (ssl_cleanup_pre_config): Don't free the error strings, since they can't be loaded again once. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/APACHE_2_0_BRANCH@101951 13f79535-47bb-0310-9956-ffa450edef68
-
Sander Striker authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/APACHE_2_0_BRANCH@101950 13f79535-47bb-0310-9956-ffa450edef68
-
Justin Erenkrantz authored
I see all of these nd and trawick votes waiting for one more soul. In a few weeks, I should have time to take a look at the backports then and cast votes. Then, I'll be able to sleep better. Until then, I'll sleep just fine, too. =0 git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/APACHE_2_0_BRANCH@101947 13f79535-47bb-0310-9956-ffa450edef68
-
- Nov 29, 2003
-
-
Yoshiki Hayashi authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/APACHE_2_0_BRANCH@101928 13f79535-47bb-0310-9956-ffa450edef68
-
Yoshiki Hayashi authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/APACHE_2_0_BRANCH@101927 13f79535-47bb-0310-9956-ffa450edef68
-
Astrid Kessler authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/APACHE_2_0_BRANCH@101926 13f79535-47bb-0310-9956-ffa450edef68
-
Astrid Kessler authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/APACHE_2_0_BRANCH@101924 13f79535-47bb-0310-9956-ffa450edef68
-
Astrid Kessler authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/APACHE_2_0_BRANCH@101922 13f79535-47bb-0310-9956-ffa450edef68
-
Astrid Kessler authored
Submitted by: Jobst Giesecke <JGiesecke@t-online.de> Reviewed by: Kai Blaschke <codav@wutallan.net> Kess git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/APACHE_2_0_BRANCH@101920 13f79535-47bb-0310-9956-ffa450edef68
-
Astrid Kessler authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/APACHE_2_0_BRANCH@101917 13f79535-47bb-0310-9956-ffa450edef68
-
- Nov 26, 2003
-
-
Bradley Nicholes authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/APACHE_2_0_BRANCH@101901 13f79535-47bb-0310-9956-ffa450edef68
-
Jeff Trawick authored
tweak mutex mechanism descriptions to describe them in terms of AcceptMutex directive instead of ancient 1.3-style CFLAGS for enabling to the mechanism PR: 24228 git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/APACHE_2_0_BRANCH@101898 13f79535-47bb-0310-9956-ffa450edef68
-
Jeff Trawick authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/APACHE_2_0_BRANCH@101896 13f79535-47bb-0310-9956-ffa450edef68
-
- Nov 25, 2003
-
-
Andre Malo authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/APACHE_2_0_BRANCH@101892 13f79535-47bb-0310-9956-ffa450edef68
-
Paul J. Reder authored
Merge this fix from 2.1-dev: *) mod_expires: Initialize ExpiresDefault to NULL instead of "" to avoid reporting an Internal Server error if it is used without having been set in the httpd.conf file. PR: 23748, 24459 Reviewed by: Andre Malo and Jeff Trawick. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/APACHE_2_0_BRANCH@101890 13f79535-47bb-0310-9956-ffa450edef68
-
Jim Jagielski authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/APACHE_2_0_BRANCH@101887 13f79535-47bb-0310-9956-ffa450edef68
-
- Nov 24, 2003
-
-
Jeff Trawick authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/APACHE_2_0_BRANCH@101876 13f79535-47bb-0310-9956-ffa450edef68
-
Andre Malo authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/APACHE_2_0_BRANCH@101875 13f79535-47bb-0310-9956-ffa450edef68
-
Andre Malo authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/APACHE_2_0_BRANCH@101874 13f79535-47bb-0310-9956-ffa450edef68
-
Bradley Nicholes authored
than defaulting to 80 git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/APACHE_2_0_BRANCH@101871 13f79535-47bb-0310-9956-ffa450edef68
-
Cliff Woolley authored
Submitted by: Fitz git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/APACHE_2_0_BRANCH@101869 13f79535-47bb-0310-9956-ffa450edef68
-
- Nov 23, 2003
-
-
Astrid Kessler authored
- some better descriptions - reorder the enable/disable module options - add --with-dbm options - some nits git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/APACHE_2_0_BRANCH@101856 13f79535-47bb-0310-9956-ffa450edef68
-
Astrid Kessler authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/APACHE_2_0_BRANCH@101852 13f79535-47bb-0310-9956-ffa450edef68
-
- Nov 22, 2003
-
-
Paul J. Reder authored
Update my recent backport submission (backout the previous and offer a better one). git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/APACHE_2_0_BRANCH@101847 13f79535-47bb-0310-9956-ffa450edef68
-
- Nov 21, 2003
-
-
Andre Malo authored
PR: 21668 Submitted by: Jesse Tie-Ten-Quee <highos highos.com> Reviewed by: Jeff Trawick, Thom May git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/APACHE_2_0_BRANCH@101844 13f79535-47bb-0310-9956-ffa450edef68
-
Bradley Nicholes authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/APACHE_2_0_BRANCH@101842 13f79535-47bb-0310-9956-ffa450edef68
-
Paul J. Reder authored
Submit a patch for porting votes. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/APACHE_2_0_BRANCH@101841 13f79535-47bb-0310-9956-ffa450edef68
-
Andre Malo authored
PR: 19355 Submitted by: Geoffrey Young <geoff apache.org> Reviewed by: Jeff Trawick, Thom May git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/APACHE_2_0_BRANCH@101840 13f79535-47bb-0310-9956-ffa450edef68
-
Andre Malo authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/APACHE_2_0_BRANCH@101838 13f79535-47bb-0310-9956-ffa450edef68
-
Jeff Trawick authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/APACHE_2_0_BRANCH@101837 13f79535-47bb-0310-9956-ffa450edef68
-
Jeff Trawick authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/APACHE_2_0_BRANCH@101835 13f79535-47bb-0310-9956-ffa450edef68
-
Jeff Trawick authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/APACHE_2_0_BRANCH@101834 13f79535-47bb-0310-9956-ffa450edef68
-
Jeff Trawick authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/APACHE_2_0_BRANCH@101831 13f79535-47bb-0310-9956-ffa450edef68
-
- Nov 20, 2003
-
-
Andre Malo authored
victimize himself and review it :) git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/APACHE_2_0_BRANCH@101827 13f79535-47bb-0310-9956-ffa450edef68
-
Jeff Trawick authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/APACHE_2_0_BRANCH@101823 13f79535-47bb-0310-9956-ffa450edef68
-
Bill Stoddard authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/APACHE_2_0_BRANCH@101821 13f79535-47bb-0310-9956-ffa450edef68
-
Jeff Trawick authored
EBCDIC: Convert header fields to ASCII before sending (broken since 2.0.44). Submitted by: Martin Kraemer Reviewed by: trawick, nd, gregames git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/APACHE_2_0_BRANCH@101818 13f79535-47bb-0310-9956-ffa450edef68
-