summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* catch missing .h for installWilliam A. Rowe Jr2009-08-281-0/+1
| | | | git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@808680 13f79535-47bb-0310-9956-ffa450edef68
* Make sure when adding a warning, that we don't duplicate an existing warning.Graham Leggett2009-08-271-2/+9
| | | | git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@808656 13f79535-47bb-0310-9956-ffa450edef68
* Log the return code in the debug message to properly indicate why the lockGraham Leggett2009-08-271-1/+1
| | | | | | | could not be obtained. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@808652 13f79535-47bb-0310-9956-ffa450edef68
* When attempting to set the stale lock, we will pass try_lock twice. If weGraham Leggett2009-08-271-0/+7
| | | | | | | | already have the lock the first time, we must also have the lock the second time. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@808649 13f79535-47bb-0310-9956-ffa450edef68
* Document limitation to ProxyPassMatch directive.Nick Kew2009-08-271-1/+6
| | | | | | | | This is a valid bug report PR 46665, which I'm marking as WONTFIX but which needs documenting for what it is. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@808321 13f79535-47bb-0310-9956-ffa450edef68
* mod_headers: generalise the envclause to support conditionalNick Kew2009-08-273-23/+63
| | | | | | | header rules via ap_expr. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@808240 13f79535-47bb-0310-9956-ffa450edef68
* Reintroduce an optimisation lost in some cut and paste. The cache lockGraham Leggett2009-08-272-28/+15
| | | | | | | | is removed as soon as we see an EOS, or is removed immediately if a failure has occurred. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@808220 13f79535-47bb-0310-9956-ffa450edef68
* Update transformations.Graham Leggett2009-08-2739-454/+589
| | | | git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@808213 13f79535-47bb-0310-9956-ffa450edef68
* mod_cache: Introduce the thundering herd lock, a mechanism to keepGraham Leggett2009-08-276-67/+617
| | | | | | | | the flood of requests at bay that strike a backend webserver as a cached entity goes stale. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@808212 13f79535-47bb-0310-9956-ffa450edef68
* Fix shm, rmm, and lock problems.Daniel Earl Poirier2009-08-262-34/+86
| | | | | | | PR: 16057 git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@808150 13f79535-47bb-0310-9956-ffa450edef68
* Bring back OS/2 support.Brian Havard2009-08-2637-55/+297
| | | | | | | Reverses r758929 with a little bit of conflict resolution. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@807930 13f79535-47bb-0310-9956-ffa450edef68
* Update transform for core.Daniel Earl Poirier2009-08-251-4/+4
| | | | git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@807612 13f79535-47bb-0310-9956-ffa450edef68
* Broaden the warning about modifying memory-mapped files,Daniel Earl Poirier2009-08-251-4/+4
| | | | | | | | | so it's not specific to NFS. PR: 46688 git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@807609 13f79535-47bb-0310-9956-ffa450edef68
* Preserve port over internal redirectionNick Kew2009-08-232-0/+5
| | | | | | | | PR#35999 A four-year-old buglet! git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@807015 13f79535-47bb-0310-9956-ffa450edef68
* Return consistent error status for proxy unable to connectNick Kew2009-08-233-5/+6
| | | | | | | PR 46971 git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@806920 13f79535-47bb-0310-9956-ffa450edef68
* Switch mod_dbd to using APR_STATUS_IS_foo macros in error handlingNick Kew2009-08-212-15/+15
| | | | git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@806692 13f79535-47bb-0310-9956-ffa450edef68
* fix wrong name in function prototype which led to Jeff Trawick2009-08-201-1/+5
| | | | | | | | | unresolved reference at link time hint at adding some doc as well git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@806315 13f79535-47bb-0310-9956-ffa450edef68
* Two typos correction.Lucien Gentis2009-08-201-2/+2
| | | | git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@806186 13f79535-47bb-0310-9956-ffa450edef68
* Updates.Lucien Gentis2009-08-207-17/+18
| | | | git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@806111 13f79535-47bb-0310-9956-ffa450edef68
* Don't require all listeners to be created equal ...Nick Kew2009-08-202-3/+31
| | | | git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@806010 13f79535-47bb-0310-9956-ffa450edef68
* Clarification on unit of measure of %D in mod_headersDaniel Earl Poirier2009-08-192-2/+4
| | | | | | | | PR: 47707 Reported by: Paschal Nee <pnee toombeola.com> git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@805754 13f79535-47bb-0310-9956-ffa450edef68
* Fix a few more broken links, one misspelling, andDaniel Earl Poirier2009-08-1713-42/+34
| | | | | | | | | remove reference to www.fastio.com which apparently doesn't exist anymore. Also update the transformations. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@805049 13f79535-47bb-0310-9956-ffa450edef68
* update transformationNilgun Belma Buguner2009-08-1768-68/+123
| | | | git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@804988 13f79535-47bb-0310-9956-ffa450edef68
* update for sync with English docs.Nilgun Belma Buguner2009-08-176-25/+41
| | | | | | | Translated by: Nilgün Belma Bugüner <nilgun belgeler.org> Reviewed by: Orhan Berent <berent belgeler.org> git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@804987 13f79535-47bb-0310-9956-ffa450edef68
* fixed xml validationNilgun Belma Buguner2009-08-171-1/+1
| | | | git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@804986 13f79535-47bb-0310-9956-ffa450edef68
* Broken linksDaniel Earl Poirier2009-08-1710-19/+19
| | | | git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@804977 13f79535-47bb-0310-9956-ffa450edef68
* * Do better checking of pollset operations in various places to avoid segfaults.Ruediger Pluem2009-08-166-13/+61
| | | | | | | | | PR: 46467 Submitted by: Stefan Fritsch <sf sfritsch.de> Reviewed by: rpluem git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@804764 13f79535-47bb-0310-9956-ffa450edef68
* Bring OS/2 MPM back from the dead.Brian Havard2009-08-1616-10/+1412
| | | | | | | Reverses r758899. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@804678 13f79535-47bb-0310-9956-ffa450edef68
* Updated vhost .fr translations, and added the mass missing file.Vincent Deffontaines2009-08-1613-759/+1683
| | | | git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@804652 13f79535-47bb-0310-9956-ffa450edef68
* * Correctly create an empty cell if the description for a file is missing.Ruediger Pluem2009-08-122-3/+6
| | | | | | | | | PR: 47682 Submitted by: Peter Poeml <poeml suse.de> Reviewed by: rpluem git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@803704 13f79535-47bb-0310-9956-ffa450edef68
* Work around an empty DBM_LISTWilliam A. Rowe Jr2009-08-111-5/+5
| | | | git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@803159 13f79535-47bb-0310-9956-ffa450edef68
* update transformationAndré Malo2009-08-0913-401/+300
| | | | git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@802466 13f79535-47bb-0310-9956-ffa450edef68
* Make sure mod_slotmem_shm is included in the final RPMGraham Leggett2009-08-041-1/+1
| | | | git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@800993 13f79535-47bb-0310-9956-ffa450edef68
* Use the bzip2 version of the httpd tarball when building from RPM.Graham Leggett2009-08-041-1/+1
| | | | git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@800943 13f79535-47bb-0310-9956-ffa450edef68
* Oops my bad: Stop copying and pasting code.Jean-Frederic Clere2009-08-041-29/+2
| | | | | | | Remove argstr_to_table and use qs_to_table. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@800685 13f79535-47bb-0310-9956-ffa450edef68
* buildconf:Takashi Sato2009-08-031-0/+1
| | | | | | | Fix error "[: -lt: unexpected operator" git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@800443 13f79535-47bb-0310-9956-ffa450edef68
* Fix warnings.Jean-Frederic Clere2009-08-031-2/+7
| | | | git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@800319 13f79535-47bb-0310-9956-ffa450edef68
* Remove some duplicate extensions (reported by Jacob Rus)Roy T. Fielding2009-08-031-5/+7
| | | | | | | | Add more unregistered Microsoft types for silverlight (idiots) http://blogs.msdn.com/tims/archive/2008/03/18/configuring-a-web-server-to-host-silverlight-content.aspx git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@800196 13f79535-47bb-0310-9956-ffa450edef68
* Add the file logic for the handler.Jean-Frederic Clere2009-07-301-1/+185
| | | | | | | (Next step add the slotmem logic for the multicast socket). git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@799334 13f79535-47bb-0310-9956-ffa450edef68
* Catch up to apr_dbm projectsWilliam A. Rowe Jr2009-07-293-3/+60
| | | | git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@799069 13f79535-47bb-0310-9956-ffa450edef68
* More 9x legacyWilliam A. Rowe Jr2009-07-291-3/+2
| | | | git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@799067 13f79535-47bb-0310-9956-ffa450edef68
* Update to 2.2-current, post 2.2 stuff comes nextWilliam A. Rowe Jr2009-07-292-397/+279
| | | | git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@799066 13f79535-47bb-0310-9956-ffa450edef68
* removed another obsolete cast. Mentioned by Peter Sylvester.Guenter Knauf2009-07-291-1/+1
| | | | git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@798989 13f79535-47bb-0310-9956-ffa450edef68
* ab: Fix broken error messages after resolver or connect() failures.Jeff Trawick2009-07-292-5/+9
| | | | | | | | | The APR error code was truncated because ab used an incorrect data type. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@798943 13f79535-47bb-0310-9956-ffa450edef68
* mark some private module data as "static", resolvingJeff Trawick2009-07-292-2/+2
| | | | | | | a duplicate definition error from the linker git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@798923 13f79535-47bb-0310-9956-ffa450edef68
* fix type mismatch in argument to attach() methodJeff Trawick2009-07-291-1/+1
| | | | git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@798921 13f79535-47bb-0310-9956-ffa450edef68
* Save some bytes :)Jim Jagielski2009-07-281-1/+5
| | | | git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@798702 13f79535-47bb-0310-9956-ffa450edef68
* Align logic and message :)Jim Jagielski2009-07-281-1/+1
| | | | git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@798695 13f79535-47bb-0310-9956-ffa450edef68
* Put the hm_slot_server_t in a common include.Jean-Frederic Clere2009-07-283-21/+53
| | | | git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@798507 13f79535-47bb-0310-9956-ffa450edef68
* removed obsolete cast. Mentioned by Peter Sylvester.Guenter Knauf2009-07-271-1/+1
| | | | git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@798274 13f79535-47bb-0310-9956-ffa450edef68