- Aug 12, 2000
-
-
Jeff Trawick authored
log it if it fails). Don't segfault if RewriteLock wasn't coded in the config (i.e., if rewrite_log_lock isn't set). Fix a missing error code in a call to ap_log_error(). git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@86058 13f79535-47bb-0310-9956-ffa450edef68
-
Ken Coar authored
Allow <Limit*> to accept arbitrary extension method named instead of varfing. Nothing takes advantage of this yet; that's coming next. Also replace the shorthand Allow setup to use the new API (this is possibly a problematical change for the core default handler; no problem to back that out). git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@86057 13f79535-47bb-0310-9956-ffa450edef68
-
- Aug 11, 2000
-
-
Ken Coar authored
Add mnemonics for the ap_allow_methods() reset flag meanings. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@86056 13f79535-47bb-0310-9956-ffa450edef68
-
Ken Coar authored
Note the connexion between the method number list and the ap_method_name_of() routine. (This should have been included as part of that commit but wasn't, alas.) git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@86055 13f79535-47bb-0310-9956-ffa450edef68
-
Ken Coar authored
More prototypical API support for arbitrary extension HTTP methods. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@86054 13f79535-47bb-0310-9956-ffa450edef68
-
Ken Coar authored
Preset the cmd_parms->limited field to the magic 'no limit active' value, and add some prototype API routines for expanding support for arbitrary extension HTTP methods. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@86053 13f79535-47bb-0310-9956-ffa450edef68
-
Bill Stoddard authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@86052 13f79535-47bb-0310-9956-ffa450edef68
-
Jeff Trawick authored
->APACHE_XLATE change. Once I figured out what "32/9" meant (doh!) it was pretty clear that the comment is no longer applicable. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@86051 13f79535-47bb-0310-9956-ffa450edef68
-
Ken Coar authored
Don't skip any remaining methods just because one was already noted. Submitted by: Joe Orton <joe@orton.demon.co.uk> Reviewed by: Ken Coar git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@86050 13f79535-47bb-0310-9956-ffa450edef68
-
Ken Coar authored
Fix another oversight: don't add an extension method to the Allow list if it's already there. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@86049 13f79535-47bb-0310-9956-ffa450edef68
-
Ken Coar authored
Add recognition of the --with-port=n (as was added to 1.3), and raise an error if --enable-layout is specified but we can't find the definition file. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@86048 13f79535-47bb-0310-9956-ffa450edef68
-
- Aug 10, 2000
-
-
Ken Coar authored
Whoops, head off a potential segfault. The array is only created at need, so check for its existence before trying to peek into it. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@86047 13f79535-47bb-0310-9956-ffa450edef68
-
Jeff Trawick authored
(Note: apr_initopt() and/or its callers still need tweaking.) Submitted by: Bill Rowe Reviewed by: Jeff Trawick git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@86045 13f79535-47bb-0310-9956-ffa450edef68
-
Jeff Trawick authored
that Apache builds again. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@86044 13f79535-47bb-0310-9956-ffa450edef68
-
Ken Coar authored
Add support for arbitrary extension methods for the Allow response header field, and an API routine for modifying the allowed list in a unified manner for both known and extension methods. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@86043 13f79535-47bb-0310-9956-ffa450edef68
-
Jeff Trawick authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@86042 13f79535-47bb-0310-9956-ffa450edef68
-
Ryan Bloom authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@86041 13f79535-47bb-0310-9956-ffa450edef68
-
Ryan Bloom authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@86040 13f79535-47bb-0310-9956-ffa450edef68
-
- Aug 09, 2000
-
-
Jeff Trawick authored
We checked the retcode from apr_fgets() improperly. Submitted by: Rob Simonson <simo@us.ibm.com> Reviewed by: Jeff Trawick git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@86039 13f79535-47bb-0310-9956-ffa450edef68
-
Bill Stoddard authored
Submitted by: Victor Orlikowski git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@86038 13f79535-47bb-0310-9956-ffa450edef68
-
William A. Rowe Jr authored
Fix ApacheBench for the apr_initopt/apr_getopt change. This illustrates abusing the apr_getopt_t for direct access at the working structure, just as we did with the global vars. By my global search, there should be no more apr_opt*** symbols out there. PR: Obtained from: Submitted by: Reviewed by: git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@86037 13f79535-47bb-0310-9956-ffa450edef68
-
William A. Rowe Jr authored
Adjust the WinNT MPM/SCM code for apr_initopt/apr_getopt; mostly just a bunch of constness changes. PR: Obtained from: Submitted by: Reviewed by: git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@86036 13f79535-47bb-0310-9956-ffa450edef68
-
William A. Rowe Jr authored
Provide the first real-world update for the new apr_initopt/apr_getopt changes. PR: Obtained from: Submitted by: Reviewed by: git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@86035 13f79535-47bb-0310-9956-ffa450edef68
-
William A. Rowe Jr authored
Add a useful header PR: Obtained from: Submitted by: Reviewed by: git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@86034 13f79535-47bb-0310-9956-ffa450edef68
-
Bill Stoddard authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@86033 13f79535-47bb-0310-9956-ffa450edef68
-
David Reid authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@86032 13f79535-47bb-0310-9956-ffa450edef68
-
David Reid authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@86031 13f79535-47bb-0310-9956-ffa450edef68
-
William A. Rowe Jr authored
Minor nits in documentation. The link to the ISAPI spec is broken. PR: Obtained from: Submitted by: Reviewed by: git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@86030 13f79535-47bb-0310-9956-ffa450edef68
-
- Aug 08, 2000
-
-
Bill Stoddard authored
Submitted by: Joe Orton <joe@orton.demon.co.uk> Reviewed by: Bill Stoddard git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@86029 13f79535-47bb-0310-9956-ffa450edef68
-
Bill Stoddard authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@86028 13f79535-47bb-0310-9956-ffa450edef68
-
Bill Stoddard authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@86027 13f79535-47bb-0310-9956-ffa450edef68
-
William A. Rowe Jr authored
A few new observations for the Win32 user. PR: Obtained from: Submitted by: Reviewed by: git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@86026 13f79535-47bb-0310-9956-ffa450edef68
-
Jeff Trawick authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@86025 13f79535-47bb-0310-9956-ffa450edef68
-
Ryan Bloom authored
to util_xml and util_uri headers git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@86024 13f79535-47bb-0310-9956-ffa450edef68
-
Ryan Bloom authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@86023 13f79535-47bb-0310-9956-ffa450edef68
-
Ryan Bloom authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@86022 13f79535-47bb-0310-9956-ffa450edef68
-
Ryan Bloom authored
file has the same functions, and I don't want to duplicate docs. When we generate docs, we'll just grab them from this directory. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@86021 13f79535-47bb-0310-9956-ffa450edef68
-
- Aug 07, 2000
-
-
Jeff Trawick authored
handled in the big apr rename last week. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@86020 13f79535-47bb-0310-9956-ffa450edef68
-
Jeff Trawick authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@86019 13f79535-47bb-0310-9956-ffa450edef68
-
Jeff Trawick authored
again. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@86018 13f79535-47bb-0310-9956-ffa450edef68
-