aboutsummaryrefslogtreecommitdiffstats
path: root/www/lighttpd/files/patch-2803-pathinfo
Commit message (Collapse)AuthorAgeFilesLines
* Update to 1.4.30mm2011-12-191-122/+0
| | | | Unbreak build if using libev
* Add patches from upstream (svn revisions):mm2011-09-091-0/+122
- r2799: Always use our 'own' md5 implementation (fixes #2331) - r2800: fix some gcc warnings - r2801: Limit amount of bytes we send in one go; fixes stalling in one connection and timeouts on slow systems. - r2802: [ssl] fix build errors when Elliptic-Curve Diffie-Hellman is disabled - r2803: Add static-file.disable-pathinfo option to prevent handling of urls like .../secret.php/image.jpg as static file - r2804: Don't overwrite 401 (auth required) with 501 (unknown method) (fixes #2341) Add test and regression-test targets.