- May 13, 2003
-
-
Jeff Trawick authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@99790 13f79535-47bb-0310-9956-ffa450edef68
-
Jeff Trawick authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@99787 13f79535-47bb-0310-9956-ffa450edef68
-
Bill Stoddard authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@99779 13f79535-47bb-0310-9956-ffa450edef68
-
Andre Malo authored
Check the processed file on validity. If a line is not empty and not a comment, it must contain at least one colon. Otherwise exit with error code 7. Submitted by: Thom May <thom@planetarytramp.net> (on 2002-07-02) Kris Verbeeck <Kris.Verbeeck@ubizen.com> (on 2002-10-22) git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@99771 13f79535-47bb-0310-9956-ffa450edef68
-
Andre Malo authored
PR: 9427 git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@99767 13f79535-47bb-0310-9956-ffa450edef68
-
- May 06, 2003
-
-
Andre Malo authored
"require" directives, instead of literal spaces only. PR: 17135 git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@99727 13f79535-47bb-0310-9956-ffa450edef68
-
- May 05, 2003
-
-
Thom May authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@99720 13f79535-47bb-0310-9956-ffa450edef68
-
Thom May authored
to using the expanded config variables to work the same as httpd-std.conf PR: 19611 git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@99719 13f79535-47bb-0310-9956-ffa450edef68
-
- May 04, 2003
-
-
Andre Malo authored
PR: 19626 git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@99704 13f79535-47bb-0310-9956-ffa450edef68
-
- May 02, 2003
-
-
Jeff Trawick authored
if any property values were set which defined namespaces these came out mangled in the PROPFIND response. PR: 11637 Submitted by: Amit Athavale <amit_athavale@persistent.co.in> Reviewed by: Joe Orton, Jeff Trawick git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@99690 13f79535-47bb-0310-9956-ffa450edef68
-
- May 01, 2003
-
-
Thom May authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@99680 13f79535-47bb-0310-9956-ffa450edef68
-
- Apr 24, 2003
-
-
Andre Malo authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@99582 13f79535-47bb-0310-9956-ffa450edef68
-
Jeff Trawick authored
for gprof support. Submitted by: Jim Carlson <jcarlson@jnous.com> Reviewed by: Jeff Trawick git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@99574 13f79535-47bb-0310-9956-ffa450edef68
-
Jeff Trawick authored
The user can override with CC and CPP environment variables. This applies to out-of-tree APR builds. Prior to this change, if you had multiple compilers on the system and you told APR to use a non-default one, you'd have to remember to tell Apache too. Otherwise, Apache would use the default compiler but use CFLAGS that went with the compiler that APR was built with. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@99572 13f79535-47bb-0310-9956-ffa450edef68
-
- Apr 22, 2003
-
-
Andre Malo authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@99521 13f79535-47bb-0310-9956-ffa450edef68
-
Jeff Trawick authored
strings with []. This fixes certain types of redirection. PR: 19207 git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@99517 13f79535-47bb-0310-9956-ffa450edef68
-
- Apr 18, 2003
-
-
Jeff Trawick authored
the previous implementation used a format string already taken by mod_logio now, an optional %P format is used instead thanks to Andre' Malo for pointing out that I chose a format string already used by mod_logio! git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@99442 13f79535-47bb-0310-9956-ffa450edef68
-
Jeff Trawick authored
processing the request (%I). git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@99439 13f79535-47bb-0310-9956-ffa450edef68
-
- Apr 17, 2003
-
-
Allan K. Edwards authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@99424 13f79535-47bb-0310-9956-ffa450edef68
-
Jeff Trawick authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@99399 13f79535-47bb-0310-9956-ffa450edef68
-
Jeff Trawick authored
on some platforms when mod_so was enabled by default, breaking DSOs on AIX. PR: 19012 git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@99397 13f79535-47bb-0310-9956-ffa450edef68
-
- Apr 15, 2003
-
-
Allan K. Edwards authored
APR_TCP_NODELAY_INHERITED to apr.hw will cause Nagle to be disabled for Windows. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@99373 13f79535-47bb-0310-9956-ffa450edef68
-
Graham Leggett authored
this value was ignored in favour of the current time. This meant that Date headers on proxied requests where rewritten when they should not have been. PR: 14376 Obtained from: Submitted by: Reviewed by: git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@99370 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@99366 13f79535-47bb-0310-9956-ffa450edef68
-
Graham Leggett authored
PR: 19023 Obtained from: Submitted by: Sami Tikka <sami.tikka@f-secure.com> Reviewed by: git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@99363 13f79535-47bb-0310-9956-ffa450edef68
-
- Apr 12, 2003
-
-
Graham Leggett authored
httpd.spec.in, using build/get-version.sh from APR. PR: Obtained from: Submitted by: Reviewed by: git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@99346 13f79535-47bb-0310-9956-ffa450edef68
-
- Apr 11, 2003
-
-
William A. Rowe Jr authored
Time for disclosure details If anyone sees credit-where-credit-is-due that I've missed, please add those individuals. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@99332 13f79535-47bb-0310-9956-ffa450edef68
-
- Apr 05, 2003
-
-
William A. Rowe Jr authored
Note the recent SSL-C fixes. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@99260 13f79535-47bb-0310-9956-ffa450edef68
-
- Apr 04, 2003
-
-
Jeff Trawick authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@99212 13f79535-47bb-0310-9956-ffa450edef68
-
Jeff Trawick authored
mod_ext_filter/mod_cgi script children (e.g., exec failure). This was broken after such children stopped inheriting the error log handle. (For this to work with mod_ext_filter, that module's LogStderr option has to be on.) git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@99211 13f79535-47bb-0310-9956-ffa450edef68
-
Jeff Trawick authored
(e.g., OpenSSL 0.9.7a and xlc_r on AIX). The OpenSSL info callback field changed recently from a generic function pointer to a specific one, and ssl_callback_LogTracingState wasn't quite right. old: ssl.h: void (*info_callback)(); new: ssl.h: void (*info_callback)(const SSL *ssl,int type,int val); git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@99201 13f79535-47bb-0310-9956-ffa450edef68
-
Andre Malo authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@99200 13f79535-47bb-0310-9956-ffa450edef68
-
- Apr 03, 2003
-
-
Jeff Trawick authored
args to apr and apr-util. This broke binbuild.sh as well as user-specified layout parameters. PR: 18649 Original concept code submitted by: Justin Erenkrantz Mangled by: Jeff Trawick git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@99188 13f79535-47bb-0310-9956-ffa450edef68
-
- Apr 02, 2003
-
-
William A. Rowe Jr authored
Resync with 2_0_BRANCH git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@99172 13f79535-47bb-0310-9956-ffa450edef68
-
- Mar 30, 2003
-
-
Graham Leggett authored
PR: Obtained from: Joe Orton <jorton@redhat.com> Submitted by: Reviewed by: git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@99122 13f79535-47bb-0310-9956-ffa450edef68
-
- Mar 29, 2003
-
-
Brian Pane authored
Reviewed by: Greg Ames, Bill Rowe git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@99109 13f79535-47bb-0310-9956-ffa450edef68
-
- Mar 28, 2003
-
-
Andre Malo authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@99101 13f79535-47bb-0310-9956-ffa450edef68
-
- Mar 24, 2003
-
-
Greg Ames authored
are folded headers. PR 18170 [Peter Mayne <PeterMayne@SPAM_SUX.ap.spherion.com>] git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@99057 13f79535-47bb-0310-9956-ffa450edef68
-
- Mar 22, 2003
-
-
Andre Malo authored
PR: 17629 git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@99042 13f79535-47bb-0310-9956-ffa450edef68
-
- Mar 20, 2003
-
-
William A. Rowe Jr authored
SECURITY: Eliminated leaks of several file descriptors to child processes, such as CGI scripts. PR: 17206 Submitted by: Christian Kratzer <ck@cksoft.de>, Bjoern A. Zeeb <bz@zabbadoz.net> Reviewed by: Joe Orton, Will Rowe git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@99032 13f79535-47bb-0310-9956-ffa450edef68
-