]> git.ipfire.org Git - thirdparty/apache/httpd.git/log
thirdparty/apache/httpd.git
19 years agoMove up two accepted patches
Paul Querna [Sun, 18 Jun 2006 14:08:37 +0000 (14:08 +0000)] 
Move up two accepted patches

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@415141 13f79535-47bb-0310-9956-ffa450edef68

19 years agovote.
Paul Querna [Sun, 18 Jun 2006 14:07:35 +0000 (14:07 +0000)] 
vote.

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@415140 13f79535-47bb-0310-9956-ffa450edef68

19 years agoBackport fix for PR#39672 (Don't try to insert an undefined filter)
Nick Kew [Sun, 18 Jun 2006 13:57:54 +0000 (13:57 +0000)] 
Backport fix for PR#39672 (Don't try to insert an undefined filter)
and chop outdated blurb.

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@415138 13f79535-47bb-0310-9956-ffa450edef68

19 years agoPropose speling thingey; vote&promote worker patch
Nick Kew [Wed, 14 Jun 2006 10:21:00 +0000 (10:21 +0000)] 
Propose speling thingey; vote&promote worker patch

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@414174 13f79535-47bb-0310-9956-ffa450edef68

19 years agoupdate transformation
André Malo [Mon, 12 Jun 2006 18:32:33 +0000 (18:32 +0000)] 
update transformation

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@413724 13f79535-47bb-0310-9956-ffa450edef68

19 years agoSubmitted by Vincent "noodl" Bray.
Rich Bowen [Sun, 11 Jun 2006 17:44:51 +0000 (17:44 +0000)] 
Submitted by Vincent "noodl" Bray.
Adds link to the other caching doc, where many secrets are revealed and
mysteries uncovered.

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@413483 13f79535-47bb-0310-9956-ffa450edef68

19 years agoReferring to stuff added in 1.1, in the 2.2 docs, seems a little
Rich Bowen [Sun, 11 Jun 2006 15:29:41 +0000 (15:29 +0000)] 
Referring to stuff added in 1.1, in the 2.2 docs, seems a little
archaic. Rephrase a little.

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@413462 13f79535-47bb-0310-9956-ffa450edef68

19 years agoRemove an appendix that hasn't really been useful since the turn of the
Rich Bowen [Sun, 11 Jun 2006 14:26:50 +0000 (14:26 +0000)] 
Remove an appendix that hasn't really been useful since the turn of the
century.

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@413452 13f79535-47bb-0310-9956-ffa450edef68

19 years agoupdate transformation
André Malo [Sun, 11 Jun 2006 12:39:01 +0000 (12:39 +0000)] 
update transformation

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@413441 13f79535-47bb-0310-9956-ffa450edef68

19 years agoBased on report from alex.extreme2@gmail.com (Alex Smith) poked around a
Rich Bowen [Sat, 10 Jun 2006 18:29:26 +0000 (18:29 +0000)] 
Based on report from alex.extreme2@gmail.com (Alex Smith) poked around a
bit, and there were a lot of incorrect paths in this document. Also, the
'apache.exe' file is now named 'httpd.exe' as god intended.
"C:\Program Files\Apache Group" becomes "C:\Program Files\Apache
Software Foundation" and the cooresponding change also made in the
registry paths.

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@413348 13f79535-47bb-0310-9956-ffa450edef68

19 years agoGramatical nitpicking.
Rich Bowen [Sat, 10 Jun 2006 03:17:32 +0000 (03:17 +0000)] 
Gramatical nitpicking.

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@413219 13f79535-47bb-0310-9956-ffa450edef68

19 years agoauthnz_ldap backport proposal
Bradley Nicholes [Fri, 2 Jun 2006 22:14:15 +0000 (22:14 +0000)] 
authnz_ldap backport proposal

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@411312 13f79535-47bb-0310-9956-ffa450edef68

19 years ago* Propose fix for PR 39647 for backport.
Ruediger Pluem [Thu, 1 Jun 2006 20:26:09 +0000 (20:26 +0000)] 
* Propose fix for PR 39647 for backport.

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@410938 13f79535-47bb-0310-9956-ffa450edef68

19 years agoMerge r377291 from trunk:
Ruediger Pluem [Thu, 1 Jun 2006 20:12:51 +0000 (20:12 +0000)] 
Merge r377291 from trunk:

Make the worker and event MPMs support GracefulShutdownTimeout just like
the prefork MPM does.

Submitted by: Chris Darroch <chrisd pearsoncmg.com>
Ported to event MPM by: rooneg
Issue number: 38621

* server/mpm/worker/worker.c
  (ap_mpm_run): Make the graceful shutdown log message refer to the right
   signal, and respect the graceful shutdown timeout if there is one.

* server/mpm/experimental/event/event.c
  (ap_mpm_run): Ditto.

* CHANGES: Note change.

Submitted by: chrisd, rooneg
Reviewed by: chrisd, rpluem, trawick
PR: 38621

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@410935 13f79535-47bb-0310-9956-ffa450edef68

19 years agoMerge r399388 from trunk:
Ruediger Pluem [Thu, 1 Jun 2006 20:03:53 +0000 (20:03 +0000)] 
Merge r399388 from trunk:

* Add Content-Type to headers_out if not already set. This ensures that
  the Content-Type of the cached entity gets restored correctly.

PR: 39266

Submitted by: rpluem
Reviewed by: rpluem, trawick, jim

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@410932 13f79535-47bb-0310-9956-ffa450edef68

19 years ago* add a vote
Ruediger Pluem [Thu, 1 Jun 2006 19:56:51 +0000 (19:56 +0000)] 
* add a vote

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@410931 13f79535-47bb-0310-9956-ffa450edef68

19 years agoDone one, reset one.
Joe Orton [Thu, 1 Jun 2006 10:57:46 +0000 (10:57 +0000)] 
Done one, reset one.

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@410831 13f79535-47bb-0310-9956-ffa450edef68

19 years agoMerge r407265 from trunk:
Joe Orton [Thu, 1 Jun 2006 10:54:59 +0000 (10:54 +0000)] 
Merge r407265 from trunk:

* modules/generators/mod_autoindex.c (output_directories): Escape
filename in non-FancyIndexing case.

PR: 38910
Submitted by: Robby Griffin <rmg terc.edu>
Reviewed by: jorton, rpluem, trawick

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@410830 13f79535-47bb-0310-9956-ffa450edef68

19 years agoAnd bump up patch with 3 +1s
Jim Jagielski [Wed, 31 May 2006 02:27:27 +0000 (02:27 +0000)] 
And bump up patch with 3 +1s

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@410420 13f79535-47bb-0310-9956-ffa450edef68

19 years agovotes baby
Jim Jagielski [Wed, 31 May 2006 02:26:33 +0000 (02:26 +0000)] 
votes baby

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@410419 13f79535-47bb-0310-9956-ffa450edef68

19 years ago* Vote and promote
Ruediger Pluem [Mon, 29 May 2006 19:59:18 +0000 (19:59 +0000)] 
* Vote and promote

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@410146 13f79535-47bb-0310-9956-ffa450edef68

19 years agovote for simple mod_filter fix
Jeff Trawick [Mon, 29 May 2006 14:17:48 +0000 (14:17 +0000)] 
vote for simple mod_filter fix

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@410096 13f79535-47bb-0310-9956-ffa450edef68

19 years agoPropose backport of fix to PR#39672
Nick Kew [Mon, 29 May 2006 11:53:29 +0000 (11:53 +0000)] 
Propose backport of fix to PR#39672

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@410081 13f79535-47bb-0310-9956-ffa450edef68

19 years agoThe syntax ">&/dev/null" is csh-style, not bourne-style shell syntax.
Martin Kraemer [Mon, 29 May 2006 08:37:43 +0000 (08:37 +0000)] 
The syntax ">&/dev/null" is csh-style, not bourne-style shell syntax.
Change it so that all bourne-style shells understand it.

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@410054 13f79535-47bb-0310-9956-ffa450edef68

19 years agoreview/vote for a few patches
Jeff Trawick [Sat, 27 May 2006 13:02:57 +0000 (13:02 +0000)] 
review/vote for a few patches

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@409827 13f79535-47bb-0310-9956-ffa450edef68

19 years ago* Cast a vote
Ruediger Pluem [Sat, 27 May 2006 08:24:38 +0000 (08:24 +0000)] 
* Cast a vote

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@409820 13f79535-47bb-0310-9956-ffa450edef68

19 years agoPropose backport of PRs 38621 and 38737.
Chris Darroch [Fri, 26 May 2006 20:34:48 +0000 (20:34 +0000)] 
Propose backport of PRs 38621 and 38737.

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@409736 13f79535-47bb-0310-9956-ffa450edef68

19 years ago* Cast some votes
Ruediger Pluem [Thu, 25 May 2006 18:56:47 +0000 (18:56 +0000)] 
* Cast some votes

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@409430 13f79535-47bb-0310-9956-ffa450edef68

19 years ago* Propose fix for PR 39593 for backport
Ruediger Pluem [Thu, 25 May 2006 18:42:47 +0000 (18:42 +0000)] 
* Propose fix for PR 39593 for backport

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@409425 13f79535-47bb-0310-9956-ffa450edef68

19 years agoNote location of patch against 2.2.x head, incorporating Joe Orton's review
Sander Temme [Sat, 20 May 2006 21:13:50 +0000 (21:13 +0000)] 
Note location of patch against 2.2.x head, incorporating Joe Orton's review

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@408094 13f79535-47bb-0310-9956-ffa450edef68

19 years agoAdd two.
Joe Orton [Wed, 17 May 2006 14:33:02 +0000 (14:33 +0000)] 
Add two.

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@407268 13f79535-47bb-0310-9956-ffa450edef68

19 years ago* Cast a vote
Ruediger Pluem [Mon, 15 May 2006 19:37:54 +0000 (19:37 +0000)] 
* Cast a vote

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@406726 13f79535-47bb-0310-9956-ffa450edef68

19 years agoPropose backport of ServerName directive enhancement
Sander Temme [Mon, 15 May 2006 18:56:34 +0000 (18:56 +0000)] 
Propose backport of ServerName directive enhancement

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@406716 13f79535-47bb-0310-9956-ffa450edef68

19 years agoBackport trawick's mod_charset_lite patch
Nick Kew [Sun, 7 May 2006 20:57:32 +0000 (20:57 +0000)] 
Backport trawick's mod_charset_lite patch

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@404847 13f79535-47bb-0310-9956-ffa450edef68

19 years agoVote&promote (and fix typo while we're at it)
Nick Kew [Sun, 7 May 2006 14:52:17 +0000 (14:52 +0000)] 
Vote&promote (and fix typo while we're at it)

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@404776 13f79535-47bb-0310-9956-ffa450edef68

19 years ago* Do some votes
Ruediger Pluem [Thu, 4 May 2006 21:05:26 +0000 (21:05 +0000)] 
* Do some votes

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@399858 13f79535-47bb-0310-9956-ffa450edef68

19 years ago* Propose fix for PR 39266 for backport
Ruediger Pluem [Thu, 4 May 2006 20:38:10 +0000 (20:38 +0000)] 
* Propose fix for PR 39266 for backport

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@399856 13f79535-47bb-0310-9956-ffa450edef68

19 years agopropose backports of two mod_charset_lite fixes
Jeff Trawick [Thu, 4 May 2006 11:33:25 +0000 (11:33 +0000)] 
propose backports of two mod_charset_lite fixes

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@399671 13f79535-47bb-0310-9956-ffa450edef68

19 years ago- 2.2.2 is out.
Paul Querna [Mon, 1 May 2006 05:17:25 +0000 (05:17 +0000)] 
- 2.2.2 is out.

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@398524 13f79535-47bb-0310-9956-ffa450edef68

19 years ago Two common win32 reconfigurations (SSLMutex -must- be default).
William A. Rowe Jr [Sun, 30 Apr 2006 06:17:07 +0000 (06:17 +0000)] 
  Two common win32 reconfigurations (SSLMutex -must- be default).

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@398283 13f79535-47bb-0310-9956-ffa450edef68

19 years agoRemove GENURI.nlm from the prebuild target
Bradley Nicholes [Sun, 30 Apr 2006 01:10:14 +0000 (01:10 +0000)] 
Remove GENURI.nlm from the prebuild target

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@398265 13f79535-47bb-0310-9956-ffa450edef68

19 years agoupdate transformation
André Malo [Sat, 29 Apr 2006 12:10:33 +0000 (12:10 +0000)] 
update transformation

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@398128 13f79535-47bb-0310-9956-ffa450edef68

19 years agoUpdate.
Hiroaki Kawai [Fri, 28 Apr 2006 12:42:02 +0000 (12:42 +0000)] 
Update.
English Revision: 396056

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@397882 13f79535-47bb-0310-9956-ffa450edef68

19 years agofix typo.
Hiroaki Kawai [Fri, 28 Apr 2006 11:50:04 +0000 (11:50 +0000)] 
fix typo.
Submitted by: kano@na.rim.or.jp

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@397874 13f79535-47bb-0310-9956-ffa450edef68

19 years agoupdate.
Hiroaki Kawai [Fri, 28 Apr 2006 11:40:15 +0000 (11:40 +0000)] 
update.
English Revision: 396056

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@397872 13f79535-47bb-0310-9956-ffa450edef68

19 years agofix typo.
Hiroaki Kawai [Fri, 28 Apr 2006 11:39:07 +0000 (11:39 +0000)] 
fix typo.
Submitted by: kano@na.rim.or.jp

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@397871 13f79535-47bb-0310-9956-ffa450edef68

19 years agofix typo.
Hiroaki Kawai [Fri, 28 Apr 2006 11:31:12 +0000 (11:31 +0000)] 
fix typo.
Submitted by: kano@na.rim.or.jp

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@397869 13f79535-47bb-0310-9956-ffa450edef68

19 years ago This resource /D syntax was pretty horridly imported into VS 2005,
William A. Rowe Jr [Thu, 27 Apr 2006 21:51:48 +0000 (21:51 +0000)] 
  This resource /D syntax was pretty horridly imported into VS 2005,
  change the quotation to ensure a peaceful transition to sln/vcproj files.

Backports: 397647

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@397651 13f79535-47bb-0310-9956-ffa450edef68

19 years ago Remove all /machine:I386 references, these are getting in the way
William A. Rowe Jr [Thu, 27 Apr 2006 21:47:41 +0000 (21:47 +0000)] 
  Remove all /machine:I386 references, these are getting in the way
  of switching linkers from the x86 (default linker) to x64 or other
  possible target platforms.  (Also this commit cleans up lingering
  /GX switches from the 'BASE' options that are supposed to be unused.)

Backports: 397407

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@397649 13f79535-47bb-0310-9956-ffa450edef68

19 years ago Make clean was -borked-! Too many extra target specifiers.
William A. Rowe Jr [Thu, 27 Apr 2006 05:02:29 +0000 (05:02 +0000)] 
  Make clean was -borked-!  Too many extra target specifiers.

Backports 397397 (say that five times fast)

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@397399 13f79535-47bb-0310-9956-ffa450edef68

19 years ago Fix lingering typo from previous mass-removal of .awk targets
William A. Rowe Jr [Thu, 27 Apr 2006 02:59:04 +0000 (02:59 +0000)] 
  Fix lingering typo from previous mass-removal of .awk targets

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@397372 13f79535-47bb-0310-9956-ffa450edef68

19 years ago Move flex/bison/sed steps into a "mod_ssl - Win32 Lexical" grammer
William A. Rowe Jr [Tue, 25 Apr 2006 22:17:45 +0000 (22:17 +0000)] 
  Move flex/bison/sed steps into a "mod_ssl - Win32 Lexical" grammer
  build target, outside of the normal Debug/Release builds.

  Continues on the path of eliminating external tool requirements,
  as we especially expect users will never modify these grammers
  in the course of their build.

  (Also, prevent mistakes such as r396980 reverted)

Backports: 396670

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@396998 13f79535-47bb-0310-9956-ffa450edef68

19 years ago Resolve three files mis-committed in r396974
William A. Rowe Jr [Tue, 25 Apr 2006 20:42:09 +0000 (20:42 +0000)] 
  Resolve three files mis-committed in r396974

  (Damn I swear these didn't appear in svn status :(  -  the next
  commit to mod_ssl.dsp will spare everyone this mistake in the future.)

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@396980 13f79535-47bb-0310-9956-ffa450edef68

19 years ago After appropriate time sitting on trunk, and some review by our
William A. Rowe Jr [Tue, 25 Apr 2006 20:24:55 +0000 (20:24 +0000)] 
  After appropriate time sitting on trunk, and some review by our
  win32 builders, eliminate platform-specific use of 'awk' to create
  our .rc resources.  (Deliberately waited until a clean 2.2.2 was
  pulled from the branch.)  The end goal is to make building simpler
  for our 'free' VisualStudio 2005 Express users, to encourage more
  end users to explore the source code.  Eliminating thousands of
  lines of build-script is a nice side effect.

Backports: 395418

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@396974 13f79535-47bb-0310-9956-ffa450edef68

19 years ago With all the enhancements to mod_proxy.so (core) the module no
William A. Rowe Jr [Tue, 25 Apr 2006 20:06:35 +0000 (20:06 +0000)] 
  With all the enhancements to mod_proxy.so (core) the module no
  longer fits - give this module a larger reservation for debug
  builders.

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@396970 13f79535-47bb-0310-9956-ffa450edef68

19 years ago Add static httpd.rc, which takes all of it's flags from the specific
William A. Rowe Jr [Tue, 25 Apr 2006 20:00:31 +0000 (20:00 +0000)] 
  Add static httpd.rc, which takes all of it's flags from the specific
  module's project /Defines, and ap_release.h.

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@396967 13f79535-47bb-0310-9956-ffa450edef68

19 years ago Add AP_SERVER_BASEPROJECT (distinct from AP_SERVER_BASEPRODUCT which -must-
William A. Rowe Jr [Tue, 25 Apr 2006 19:49:03 +0000 (19:49 +0000)] 
  Add AP_SERVER_BASEPROJECT (distinct from AP_SERVER_BASEPRODUCT which -must-
  remain "Apache" for our server tokens string) to identify the Apache HTTP
  Project.  This is to benefit our httpd.rc file, and eliminate a host of
  dependencies upon 'awk', coming shortly.

Backports 1st file commit of r395418

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@396964 13f79535-47bb-0310-9956-ffa450edef68

19 years agoPropose backport for bugfix
Nick Kew [Sun, 23 Apr 2006 20:04:56 +0000 (20:04 +0000)] 
Propose backport for bugfix

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@396311 13f79535-47bb-0310-9956-ffa450edef68

19 years agoupdate version reference
André Malo [Sat, 22 Apr 2006 08:59:32 +0000 (08:59 +0000)] 
update version reference

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@396100 13f79535-47bb-0310-9956-ffa450edef68

19 years agofix revision references again. *sigh*
André Malo [Sat, 22 Apr 2006 08:58:34 +0000 (08:58 +0000)] 
fix revision references again. *sigh*
Touching all files and tagging for release immediately is not a real good idea.

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@396099 13f79535-47bb-0310-9956-ffa450edef68

19 years agoRoll on development to 2.2.3-dev.
Paul Querna [Sat, 22 Apr 2006 03:49:16 +0000 (03:49 +0000)] 
Roll on development to 2.2.3-dev.

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@396067 13f79535-47bb-0310-9956-ffa450edef68

19 years agoPrepare the 2.2.x branch for the 2.2.2 tag.
Paul Querna [Sat, 22 Apr 2006 03:47:29 +0000 (03:47 +0000)] 
Prepare the 2.2.x branch for the 2.2.2 tag.

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@396065 13f79535-47bb-0310-9956-ffa450edef68

19 years agoRevert r395231 from the 2.2.x branch. This gets us back to the old place with regard...
Paul Querna [Sat, 22 Apr 2006 01:53:06 +0000 (01:53 +0000)] 
Revert r395231 from the 2.2.x branch.  This gets us back to the old place with regard to the copyright statements.

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@396056 13f79535-47bb-0310-9956-ffa450edef68

19 years agoRemove merged patch.
Paul Querna [Sat, 22 Apr 2006 01:36:28 +0000 (01:36 +0000)] 
Remove merged patch.

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@396052 13f79535-47bb-0310-9956-ffa450edef68

19 years agoMerge r394065 and r394446 from trunk.
Paul Querna [Sat, 22 Apr 2006 01:35:50 +0000 (01:35 +0000)] 
Merge r394065 and r394446 from trunk.
PR: 38227, 38267
Reviewed By:  rpluem, jim, wrowe

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@396050 13f79535-47bb-0310-9956-ffa450edef68

19 years agoMerge r394088 and r395180 from trunk.
Paul Querna [Sat, 22 Apr 2006 01:33:44 +0000 (01:33 +0000)] 
Merge r394088 and r395180 from trunk.
PR: 38793
Reviewed By: rpluem, jim, wrowe, trawick

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@396049 13f79535-47bb-0310-9956-ffa450edef68

19 years ago2.2.1 was tagged, but not released
Paul Querna [Sat, 22 Apr 2006 01:29:41 +0000 (01:29 +0000)] 
2.2.1 was tagged, but not released

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@396047 13f79535-47bb-0310-9956-ffa450edef68

19 years agoremove backpored patch.
Paul Querna [Sat, 22 Apr 2006 01:29:02 +0000 (01:29 +0000)] 
remove backpored patch.

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@396046 13f79535-47bb-0310-9956-ffa450edef68

19 years agoBackport r393364 from trunk, fixing a bug with crypt in htdbm.
Paul Querna [Sat, 22 Apr 2006 01:28:13 +0000 (01:28 +0000)] 
Backport r393364 from trunk, fixing a bug with crypt in htdbm.
Reviewed By: trawick, colm, jim

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@396045 13f79535-47bb-0310-9956-ffa450edef68

19 years agoFix mod_deflate to work in an internal redirect
Nick Kew [Fri, 21 Apr 2006 18:49:06 +0000 (18:49 +0000)] 
Fix mod_deflate to work in an internal redirect

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@395986 13f79535-47bb-0310-9956-ffa450edef68

19 years agoBackport fix to PR#39282
Nick Kew [Fri, 21 Apr 2006 18:43:36 +0000 (18:43 +0000)] 
Backport fix to PR#39282

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@395985 13f79535-47bb-0310-9956-ffa450edef68

19 years agoBackport mod_dbd updates
Nick Kew [Fri, 21 Apr 2006 18:30:02 +0000 (18:30 +0000)] 
Backport mod_dbd updates

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@395981 13f79535-47bb-0310-9956-ffa450edef68

19 years ago Backport 395419, replace /GX win32 compile flag with /EHsc to match.
William A. Rowe Jr [Fri, 21 Apr 2006 17:47:19 +0000 (17:47 +0000)] 
  Backport 395419, replace /GX win32 compile flag with /EHsc to match.
  Reviewed by all active win32 contributors, and committed as an arch
  maintenance fix.  This permits Win32 VisualStudio 2005 users to build
  httpd without extranious 'deprectated option' emits.

Reviewed by: wrowe, colm

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@395961 13f79535-47bb-0310-9956-ffa450edef68

19 years agoVote on the win32 compiler flag change, following a bout with MSVS
Colm MacCarthaigh [Fri, 21 Apr 2006 15:37:19 +0000 (15:37 +0000)] 
Vote on the win32 compiler flag change, following a bout with MSVS

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@395915 13f79535-47bb-0310-9956-ffa450edef68

19 years agoMove up the mod_dbd patch to accepted.
Paul Querna [Fri, 21 Apr 2006 15:20:17 +0000 (15:20 +0000)] 
Move up the mod_dbd patch to accepted.

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@395914 13f79535-47bb-0310-9956-ffa450edef68

19 years agoMove up accepted patch.
Paul Querna [Fri, 21 Apr 2006 15:19:05 +0000 (15:19 +0000)] 
Move up accepted patch.

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@395911 13f79535-47bb-0310-9956-ffa450edef68

19 years agoVote early. Vote often.
Paul Querna [Fri, 21 Apr 2006 15:18:10 +0000 (15:18 +0000)] 
Vote early. Vote often.

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@395910 13f79535-47bb-0310-9956-ffa450edef68

19 years agoMove up accepted patch.
Paul Querna [Fri, 21 Apr 2006 15:15:54 +0000 (15:15 +0000)] 
Move up accepted patch.

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@395908 13f79535-47bb-0310-9956-ffa450edef68

19 years agovote, promote
Jeff Trawick [Fri, 21 Apr 2006 11:02:36 +0000 (11:02 +0000)] 
vote, promote

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@395848 13f79535-47bb-0310-9956-ffa450edef68

19 years ago Vote up two patches, and propose to make life simpler for our
William A. Rowe Jr [Fri, 21 Apr 2006 08:54:01 +0000 (08:54 +0000)] 
  Vote up two patches, and propose to make life simpler for our
  visualstudio compiler users.

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@395816 13f79535-47bb-0310-9956-ffa450edef68

19 years agoupdate transformation
André Malo [Thu, 20 Apr 2006 15:50:13 +0000 (15:50 +0000)] 
update transformation

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@395625 13f79535-47bb-0310-9956-ffa450edef68

19 years agoUpdate and fix typo.
Hiroaki Kawai [Thu, 20 Apr 2006 03:27:07 +0000 (03:27 +0000)] 
Update and fix typo.

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@395467 13f79535-47bb-0310-9956-ffa450edef68

19 years ago* add my comment to niq's and jim's remarks
Ruediger Pluem [Wed, 19 Apr 2006 20:26:09 +0000 (20:26 +0000)] 
* add my comment to niq's and jim's remarks

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@395387 13f79535-47bb-0310-9956-ffa450edef68

19 years agodoh! update version here as well
André Malo [Wed, 19 Apr 2006 17:29:29 +0000 (17:29 +0000)] 
doh! update version here as well

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@395315 13f79535-47bb-0310-9956-ffa450edef68

19 years agofix revision references
André Malo [Wed, 19 Apr 2006 16:55:07 +0000 (16:55 +0000)] 
fix revision references

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@395310 13f79535-47bb-0310-9956-ffa450edef68

19 years agoCast a conditional vote
Jim Jagielski [Wed, 19 Apr 2006 12:40:10 +0000 (12:40 +0000)] 
Cast a conditional vote

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@395234 13f79535-47bb-0310-9956-ffa450edef68

19 years agoUpdate the last year of copyright for the 2.2.x branch
Colm MacCarthaigh [Wed, 19 Apr 2006 12:33:16 +0000 (12:33 +0000)] 
Update the last year of copyright for the 2.2.x branch

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@395231 13f79535-47bb-0310-9956-ffa450edef68

19 years agoneed another fix for proxy reslist maintenance
Jeff Trawick [Wed, 19 Apr 2006 11:37:38 +0000 (11:37 +0000)] 
need another fix for proxy reslist maintenance

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@395216 13f79535-47bb-0310-9956-ffa450edef68

19 years agohttp_protocol: Fix escaping of Expect error message
Mark J. Cox [Wed, 19 Apr 2006 08:33:19 +0000 (08:33 +0000)] 
http_protocol: Fix escaping of Expect error message
+1: mjc, trawick, rpluem, jim

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@395173 13f79535-47bb-0310-9956-ffa450edef68

19 years agoVote early, vote often
Nick Kew [Wed, 19 Apr 2006 08:14:52 +0000 (08:14 +0000)] 
Vote early, vote often

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@395166 13f79535-47bb-0310-9956-ffa450edef68

19 years agoadd a backport proposal, including recording of wrowe's list vote
Colm MacCarthaigh [Tue, 18 Apr 2006 22:56:51 +0000 (22:56 +0000)] 
add a backport proposal, including recording of wrowe's list vote
from the list (ianh's vote is less clear).

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@395081 13f79535-47bb-0310-9956-ffa450edef68

19 years ago Promote and promote
William A. Rowe Jr [Tue, 18 Apr 2006 21:55:09 +0000 (21:55 +0000)] 
  Promote and promote

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@395061 13f79535-47bb-0310-9956-ffa450edef68

19 years agocasting...
Jim Jagielski [Tue, 18 Apr 2006 21:42:10 +0000 (21:42 +0000)] 
casting...

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@395051 13f79535-47bb-0310-9956-ffa450edef68

19 years ago* Vote and promote
Ruediger Pluem [Tue, 18 Apr 2006 20:10:19 +0000 (20:10 +0000)] 
* Vote and promote

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@395020 13f79535-47bb-0310-9956-ffa450edef68

19 years agovote
Jeff Trawick [Tue, 18 Apr 2006 17:41:46 +0000 (17:41 +0000)] 
vote

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@394989 13f79535-47bb-0310-9956-ffa450edef68

19 years agoExpect header issue should be backported
Mark J. Cox [Tue, 18 Apr 2006 15:33:28 +0000 (15:33 +0000)] 
Expect header issue should be backported

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@394967 13f79535-47bb-0310-9956-ffa450edef68

19 years ago* Missed one patch in my backport proposal
Ruediger Pluem [Mon, 17 Apr 2006 11:26:51 +0000 (11:26 +0000)] 
* Missed one patch in my backport proposal

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@394658 13f79535-47bb-0310-9956-ffa450edef68

19 years ago* Add three backport proposals
Ruediger Pluem [Mon, 17 Apr 2006 10:41:40 +0000 (10:41 +0000)] 
* Add three backport proposals

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@394653 13f79535-47bb-0310-9956-ffa450edef68

19 years agoFix PR#39321 (Segfault if bad URL is specified in ProxyPass)
Nick Kew [Sun, 16 Apr 2006 21:02:24 +0000 (21:02 +0000)] 
Fix PR#39321 (Segfault if bad URL is specified in ProxyPass)

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@394557 13f79535-47bb-0310-9956-ffa450edef68

19 years agoUpdate one of the more important copyright notices prior to any 2006
Colm MacCarthaigh [Sun, 16 Apr 2006 17:34:39 +0000 (17:34 +0000)] 
Update one of the more important copyright notices prior to any 2006
releases.

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@394522 13f79535-47bb-0310-9956-ffa450edef68