- Jun 24, 2002
-
-
Greg Ames authored
connection->keepalive is false. This works in conjunction with ap_die which resets connection->keepalive any time ap_status_drops_connection is true. The latter is explicity tested here in case ap_die isn't involved. Submitted by: Justin Erenkrantz, Greg Ames git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@95882 13f79535-47bb-0310-9956-ffa450edef68
-
Jeff Trawick authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@95881 13f79535-47bb-0310-9956-ffa450edef68
-
William A. Rowe Jr authored
Move the last little useful bit of registry.c into services.c, and blast it. All Win32 registry foo is going through ap_regkey now. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@95880 13f79535-47bb-0310-9956-ffa450edef68
-
William A. Rowe Jr authored
Add in the other complex ap_regkey_value_foo() fns and move ap_regkey.h Out Of The Way of exports stumbling onto it!!! git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@95879 13f79535-47bb-0310-9956-ffa450edef68
-
Cliff Woolley authored
undefined symbol link failures (apr_toupper is a macro, at least on Unix). Reported by: Trawick's regression build git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@95878 13f79535-47bb-0310-9956-ffa450edef68
-
William A. Rowe Jr authored
Incorporate ap_regkey.c into the build. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@95877 13f79535-47bb-0310-9956-ffa450edef68
-
William A. Rowe Jr authored
Replace gunk with ap_regkey calls. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@95876 13f79535-47bb-0310-9956-ffa450edef68
-
William A. Rowe Jr authored
Introduce win32 registry handling through a very apr-ish interface. Deals with apr utf-8 encoding of filesystem values, so we preserve strings in any locality or nationalized flavor of WinNT, and avoid the gunk for Win9x. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@95875 13f79535-47bb-0310-9956-ffa450edef68
-
William A. Rowe Jr authored
Another excessively warm day in Chicago. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@95874 13f79535-47bb-0310-9956-ffa450edef68
-
- Jun 23, 2002
-
-
William A. Rowe Jr authored
Doc it. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@95871 13f79535-47bb-0310-9956-ffa450edef68
-
William A. Rowe Jr authored
Seems 9x can't delete two files at a time git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@95870 13f79535-47bb-0310-9956-ffa450edef68
-
William A. Rowe Jr authored
Finish the -w keep-console-open-on-error patch. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@95869 13f79535-47bb-0310-9956-ffa450edef68
-
William A. Rowe Jr authored
The fix wasn't healthy for Win9x. Work around pre-Unicode flavors. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@95868 13f79535-47bb-0310-9956-ffa450edef68
-
Brian Pane authored
on any platform with a macro-based tolower() that references its argument multiple times. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@95867 13f79535-47bb-0310-9956-ffa450edef68
-
Brian Pane authored
the implementation matches the comments. (Note: The current virtual hosting code does case-insensitive host matching, so this fix is useful mostly to help ensure that custom modules and any future vhosting code don't get tripped up by case-sensitivity issues.) Submitted by: Perry Harrington <pedward@webcom.com> Reviewed by: Brian Pane git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@95866 13f79535-47bb-0310-9956-ffa450edef68
-
William A. Rowe Jr authored
Fixes Win32 cgi 500 errors when QUERY_ARGS or other strings include extended characters (non US-ASCII) in non-utf8 format. This brings Win32 back into CGI/1.1 compliance, and leaves charset decoding up to the cgi application itself. Accomplished this by utf-8 encoding of plain octets for user and header data, so that the apr_proc_create() translates back to single unicode characters. This won't necessarily translate into the correct octet depending on the codepage used by the cgi app. That's the next task. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@95865 13f79535-47bb-0310-9956-ffa450edef68
-
William A. Rowe Jr authored
Whoops... removal of the last compat was just this bit premature. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@95864 13f79535-47bb-0310-9956-ffa450edef68
-
William A. Rowe Jr authored
With dav corrected, this last _compat.h bogosity leaves the core distro. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@95863 13f79535-47bb-0310-9956-ffa450edef68
-
William A. Rowe Jr authored
The real pain. ap->apr xml and text types. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@95862 13f79535-47bb-0310-9956-ffa450edef68
-
William A. Rowe Jr authored
Not really sure what this is, but it wasn't aprized. back out rev 1.2 git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@95861 13f79535-47bb-0310-9956-ffa450edef68
-
William A. Rowe Jr authored
Adapt to use apr_ischar() git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@95860 13f79535-47bb-0310-9956-ffa450edef68
-
William A. Rowe Jr authored
Use apr_ flavors of ischar() git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@95859 13f79535-47bb-0310-9956-ffa450edef68
-
William A. Rowe Jr authored
cleanup uses of apr_ischar() macros (no cast required) git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@95858 13f79535-47bb-0310-9956-ffa450edef68
-
William A. Rowe Jr authored
That's apr, not ap (any longer) git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@95857 13f79535-47bb-0310-9956-ffa450edef68
-
William A. Rowe Jr authored
No crutches. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@95856 13f79535-47bb-0310-9956-ffa450edef68
-
William A. Rowe Jr authored
Use apr_ variants of ischar() tests. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@95855 13f79535-47bb-0310-9956-ffa450edef68
-
William A. Rowe Jr authored
No crutches, people! git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@95854 13f79535-47bb-0310-9956-ffa450edef68
-
William A. Rowe Jr authored
Simplify add_ssi_vars() and move the ssi/cgi vars into their respective functions [so we may address r->subprocess_env in the ap_cgi_build_command win32 handler.] git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@95853 13f79535-47bb-0310-9956-ffa450edef68
-
William A. Rowe Jr authored
s/cgi/cgid might be just a little agressive - fix a comment git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@95852 13f79535-47bb-0310-9956-ffa450edef68
-
Graham Leggett authored
PR: Obtained from: Submitted by: Reviewed by: git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@95851 13f79535-47bb-0310-9956-ffa450edef68
-
- Jun 22, 2002
-
-
Richard Bowen authored
those directives which have a fixed set of options (such as On or Off). It might be nice to back-port some of this to the 1.3 docs, but I'm not particularly motivated to do that myself. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@95850 13f79535-47bb-0310-9956-ffa450edef68
-
Richard Bowen authored
on usenet. Hopefully this is a little more what people are actually looking for, and will steer people towards better practices. Quite a lot of work still needs to be done, but this is the first cut, and, I think, somewhat of an improvement. Comments solicited. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@95849 13f79535-47bb-0310-9956-ffa450edef68
-
William A. Rowe Jr authored
Revert to the 1.39 comments about NULL for ap_sub_req_lookup() next_filter git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@95848 13f79535-47bb-0310-9956-ffa450edef68
-
Bill Stoddard authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@95847 13f79535-47bb-0310-9956-ffa450edef68
-
Bill Stoddard authored
thread serving a request needs to update the req_hdrs pointer so it needs to reside in r->pool (where the cache_handle_t resides). git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@95846 13f79535-47bb-0310-9956-ffa450edef68
-
William A. Rowe Jr authored
Note the changed meaning of the NULL next_filter argument to the ap_sub_req_lookup() family, and fix a few oddball cases (those are, PATH_TRANSLATED reference issues.) git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@95844 13f79535-47bb-0310-9956-ffa450edef68
-
Cliff Woolley authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@95843 13f79535-47bb-0310-9956-ffa450edef68
-
Cliff Woolley authored
ever finish. also re-alphabetized the unices (except the Mandrake-foo, AIX-foo, etc, which need to get their names formatted in the standard way) git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@95842 13f79535-47bb-0310-9956-ffa450edef68
-
Ian Holsman authored
configuration is like the following RewriteRule (.*) - [CO=<cookiename>:$1:<domain>:<expiry in minutes>] Submitted by: Brian Degenhardt <bmd@mp3.com> Reviewed by: Ian Holsman git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@95840 13f79535-47bb-0310-9956-ffa450edef68
-
- Jun 21, 2002
-
-
Bradley Nicholes authored
phase of the build. Submitted by: Guenter Knauf [eflash@gmx.net] git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@95837 13f79535-47bb-0310-9956-ffa450edef68
-