summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Backport of PID table code from trunk to 2.2...httpd-2.2-pid-tableJim Jagielski2007-06-1314-20/+115
| | | | | | | | Create a branch for this until we test enough to fold into 2.2 git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/httpd-2.2-pid-table@546948 13f79535-47bb-0310-9956-ffa450edef68
* propose backport for PR 41551Eric Covener2007-06-011-1/+10
| | | | git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@543543 13f79535-47bb-0310-9956-ffa450edef68
* * Cast a voteRuediger Pluem2007-05-301-1/+1
| | | | git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@542933 13f79535-47bb-0310-9956-ffa450edef68
* Update bugfix proposal to incorporate rpluem's patchNick Kew2007-05-271-0/+2
| | | | git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@541996 13f79535-47bb-0310-9956-ffa450edef68
* Propose backport of bugfix.Nick Kew2007-05-261-0/+7
| | | | | | | We can't go on with this unfixed - just look at the comments in Bugzilla! git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@541928 13f79535-47bb-0310-9956-ffa450edef68
* Add backport proposal: ProxyPassMatchJim Jagielski2007-05-251-0/+9
| | | | git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@541781 13f79535-47bb-0310-9956-ffa450edef68
* Cast my vote.Jean-Frederic Clere2007-05-211-1/+1
| | | | git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@540038 13f79535-47bb-0310-9956-ffa450edef68
* * Cast a voteRuediger Pluem2007-05-181-1/+1
| | | | git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@539626 13f79535-47bb-0310-9956-ffa450edef68
* Propose two more mod_cache backports.Justin Erenkrantz2007-05-181-0/+15
| | | | git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@539622 13f79535-47bb-0310-9956-ffa450edef68
* * Reset the votes and add a version of the patch that applies cleanlyRuediger Pluem2007-05-181-8/+14
| | | | | | | to 2.2.x. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@539434 13f79535-47bb-0310-9956-ffa450edef68
* Backport:Jim Jagielski2007-05-183-14/+29
| | | | | | | | | | | | | | * mod_cache: Let Cache-Control max-age set the expiration date. Trunk version of patch: http://svn.apache.org/viewvc?view=rev&revision=539063 2.2.x version of patch: http://people.apache.org/~jerenkrantz/max-age-expire-2.2.x.patch (No ->minex in 2.2.x) +1: jerenkrantz, fielding, striker git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@539430 13f79535-47bb-0310-9956-ffa450edef68
* This has the votes...Jim Jagielski2007-05-181-8/+8
| | | | git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@539428 13f79535-47bb-0310-9956-ffa450edef68
* Backport backlog cleared - except for one which doesn't apply cleanly any more.Justin Erenkrantz2007-05-181-52/+1
| | | | git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@539281 13f79535-47bb-0310-9956-ffa450edef68
* mod_cache: Allow caching of requests with query arguments when Cache-ControlJustin Erenkrantz2007-05-182-4/+8
| | | | | | | | | | | max-age is explicitly specified. (Backport of r538807) Reviewed by: jerenkrantz, fielding, rpluem git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@539280 13f79535-47bb-0310-9956-ffa450edef68
* mod_disk_cache: Allow Vary'd content to be refreshed properly.Justin Erenkrantz2007-05-182-6/+12
| | | | | | | | | (Backport of r538992, r538997, r539054) Reviewed by: jerenkrantz, fielding, rpluem git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@539279 13f79535-47bb-0310-9956-ffa450edef68
* mod_proxy: Print the correct error message for erroneous configured ProxyPassJustin Erenkrantz2007-05-182-5/+17
| | | | | | | | | | | directives. PR 40439. (Backport of r441947) Reviewed by: rpluem, jim, jerenkrantz git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@539277 13f79535-47bb-0310-9956-ffa450edef68
* mod_so: Provide more helpful LoadModule feedback when an error occurs.Justin Erenkrantz2007-05-182-3/+9
| | | | | | | | | (Backport of r520733) Reviewed by: wrowe, rpluem, niq git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@539275 13f79535-47bb-0310-9956-ffa450edef68
* mod_alias: Accept path components (URL part) in Redirects. PR 35314.Justin Erenkrantz2007-05-182-1/+7
| | | | | | | | | (Backport of r490142) Reviewed by: niq, jim, wrowe git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@539273 13f79535-47bb-0310-9956-ffa450edef68
* mod_headers: Allow % at the end of a Header value. PR 36609.Justin Erenkrantz2007-05-182-3/+8
| | | | | | | | | (Backport of r490156, r499567) Reviewed by: niq, rpluem, wrowe git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@539271 13f79535-47bb-0310-9956-ffa450edef68
* * STATUSSander Striker2007-05-181-1/+1
| | | | | | | Vote on a backport. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@539185 13f79535-47bb-0310-9956-ffa450edef68
* Vote on a backport.Justin Erenkrantz2007-05-171-24/+23
| | | | | | | | Move two that are approved to the right section. (rpluem and fielding both posted on dev@httpd that they are okay with trunk version going in instead.) git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@539161 13f79535-47bb-0310-9956-ffa450edef68
* 8 of 10 on the fugly scaleRoy T. Fielding2007-05-171-0/+8
| | | | git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@539155 13f79535-47bb-0310-9956-ffa450edef68
* * Vote, promote, commentRuediger Pluem2007-05-171-9/+12
| | | | git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@539117 13f79535-47bb-0310-9956-ffa450edef68
* Merge r506621 from trunk:Ruediger Pluem2007-05-174-24/+36
| | | | | | | | | | | | | | | | | * Save the key we generate during our first run of cache_generate_key_default on each request in the request_config. During consecutive runs of cache_generate_key_default during processing the request we restore it from there as we might not be able to generate the same key again as the ingredients used to compose the key might have changed and we constantly must use a key that could be generated during the quick handler phase. PR: 41475 Submitted by: rpluem Reviewed by: rpluem, jerenkrantz, jim git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@539112 13f79535-47bb-0310-9956-ffa450edef68
* Merge r504183 from trunk:Ruediger Pluem2007-05-176-13/+72
| | | | | | | | | | | | | | | * Add CacheIgnoreQueryString directive to cache requests with a query string even if no expiration time is specified. Futhermore the query string will not be used for key generation such that requests to the same URI path, but with different query strings are mapped to the same cache entity. Turning this setting to ON violates RFC 2616/13.9 and thus it is turned off by default. PR: 41484 Submitted by: Fredrik Widlund <fredrik.widlund qbrick.com> Reviewed by: rpluem, jerenkrantz, jim git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@539111 13f79535-47bb-0310-9956-ffa450edef68
* easy votesRoy T. Fielding2007-05-171-3/+3
| | | | git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@539083 13f79535-47bb-0310-9956-ffa450edef68
* I have lots of love for mod_cache and I want to share it with the world!Justin Erenkrantz2007-05-171-0/+8
| | | | | | | (Propose another mod_cache-related backport) git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@539072 13f79535-47bb-0310-9956-ffa450edef68
* Bundle in r539054 as well to this backport proposal collection.Justin Erenkrantz2007-05-171-0/+1
| | | | git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@539057 13f79535-47bb-0310-9956-ffa450edef68
* And promote... Will likely apply 1st round ofJim Jagielski2007-05-171-33/+33
| | | | | | | approved patches later on today :) git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@539006 13f79535-47bb-0310-9956-ffa450edef68
* Cast 2 votesJim Jagielski2007-05-171-2/+2
| | | | git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@539005 13f79535-47bb-0310-9956-ffa450edef68
* Reply to rpluem and propose another round of cache fixes for backport.Justin Erenkrantz2007-05-171-0/+10
| | | | git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@539000 13f79535-47bb-0310-9956-ffa450edef68
* Low hanging fruit...Jim Jagielski2007-05-171-1/+1
| | | | | | | | I'm looking at the varios cache patches today and will likely vote them later on. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@538894 13f79535-47bb-0310-9956-ffa450edef68
* Merge r425787 from trunk:Ruediger Pluem2007-05-173-14/+27
| | | | | | | | | | | | | | | | | | | | | * Remove all filters that are before the cache_out filter. This ensures that we kick off the filter stack with our cache_out filter being the first in the chain. This make sense because we want to restore things in the same manner as we saved them. There may be filters before our cache_out filter, because 1. We call ap_set_content_type during cache_select. This causes Content-Type specific filters to be added. 2. We call the insert_filter hook. This causes filters e.g. like the ones set with SetOutputFilter to be added. PR: 40090 Submitted by: rpluem Reviewed by: rpluem, wrowe, jerenkrantz git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@538868 13f79535-47bb-0310-9956-ffa450edef68
* * Add a commentRuediger Pluem2007-05-171-0/+2
| | | | git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@538863 13f79535-47bb-0310-9956-ffa450edef68
* Give mod_cache some more lovin': cast some votes and propose a backport.Justin Erenkrantz2007-05-171-12/+19
| | | | git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@538809 13f79535-47bb-0310-9956-ffa450edef68
* * Add commentRuediger Pluem2007-05-161-0/+7
| | | | git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@538692 13f79535-47bb-0310-9956-ffa450edef68
* I think I found the PKCS#7 patchSander Temme2007-05-161-0/+1
| | | | git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@538439 13f79535-47bb-0310-9956-ffa450edef68
* added proposals for backporting patches for PRs 39985 and 41302,Chris Darroch2007-05-161-0/+80
| | | | | | | and various prerequisite patches git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@538407 13f79535-47bb-0310-9956-ffa450edef68
* vote and explanationChris Darroch2007-05-101-1/+13
| | | | git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@536989 13f79535-47bb-0310-9956-ffa450edef68
* * Add a proposalRuediger Pluem2007-05-101-0/+9
| | | | git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@536986 13f79535-47bb-0310-9956-ffa450edef68
* Roll up patches and attach to bug so there's a URL to point toNick Kew2007-05-101-2/+2
| | | | git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@536831 13f79535-47bb-0310-9956-ffa450edef68
* Propose trivial bugfixNick Kew2007-05-101-0/+6
| | | | git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@536821 13f79535-47bb-0310-9956-ffa450edef68
* * This proposal resurrected in r536002. It was already backported in r535903.Ruediger Pluem2007-05-091-9/+0
| | | | | | | So remove it. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@536631 13f79535-47bb-0310-9956-ffa450edef68
* Merge r535169 from trunk:Ruediger Pluem2007-05-096-10/+39
| | | | | | | | | | | | * Add extern "C" linkage to several headers to make it easier to use them in C++ code. PR: 42286 Submitted by: Davi Arnaut <davi haxent.com.br> Reviewed by: rpluem, wrowe, niq git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@536627 13f79535-47bb-0310-9956-ffa450edef68
* vote&promote low-hanging fruitNick Kew2007-05-081-18/+18
| | | | git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@536348 13f79535-47bb-0310-9956-ffa450edef68
* * Cast a voteRuediger Pluem2007-05-081-1/+1
| | | | git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@536329 13f79535-47bb-0310-9956-ffa450edef68
* * Add a commentRuediger Pluem2007-05-081-0/+9
| | | | git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@536327 13f79535-47bb-0310-9956-ffa450edef68
* new suggestion, make mod_so more informativeWilliam A. Rowe Jr2007-05-081-1/+12
| | | | git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@536307 13f79535-47bb-0310-9956-ffa450edef68
* Merge r473278 from trunk:Jim Jagielski2007-05-082-10/+50
| | | | | | | | | | | | | | | | | | | | | Add alternate is_socket_connected by using APR functions. Submitted by: mturk Reviewed by: jim Merge r535354 from trunk: Abstract out (kinda) MSG_PEEK. This way when we actually update APR and apr_socket_recvfrom() to know about APR_MSG_OOB, APR_MSG_PEEK, etc... this code won't need to be adjusted. Also, make nicer for 2.2 backport. Reviewed by: jim git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@536291 13f79535-47bb-0310-9956-ffa450edef68
* PromoteJim Jagielski2007-05-081-9/+8
| | | | git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@536289 13f79535-47bb-0310-9956-ffa450edef68