| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | fix another CONTENT_LENGTH=-1 place | Ian Bicking | 2009-03-06 | 1 | -0/+2 |
| | | |||||
| * | Have the proxy handle a content-length of -1 | Ian Bicking | 2009-03-06 | 1 | -3/+8 |
| | | |||||
| * | #334, handle case when PATH_INFO is empty | Ian Bicking | 2009-02-11 | 1 | -1/+1 |
| | | |||||
| * | Add QUERY_STRING to Proxy requests (#232) | Ian Bicking | 2008-08-29 | 1 | -0/+2 |
| | | |||||
| * | In proxy, set content-length and filter more bad headers | Ian Bicking | 2008-07-30 | 1 | -1/+9 |
| | | |||||
| * | Don't overwrite X-Forwarded-For | Ian Bicking | 2007-10-30 | 1 | -1/+1 |
| | | |||||
| * | Treat missing Content-Length as 0, not unlimited | Ian Bicking | 2007-04-25 | 1 | -2/+2 |
| | | |||||
| * | Fix case with continuation headers | Ian Bicking | 2007-04-17 | 1 | -13/+30 |
| | | |||||
| * | Quote SCRIPT_NAME and PATH_INFO in construct_url and when forwarding the ↵ | Ian Bicking | 2006-12-18 | 1 | -2/+5 |
| | | | | | request via the proxy | ||||
| * | Fix for Set-Cookie in paste.proxy | Ian Bicking | 2006-11-21 | 1 | -2/+12 |
| | | |||||
| * | Added a force_host arg to TransparentProxy | Ian Bicking | 2006-10-18 | 1 | -8/+34 |
| | | |||||
| * | Paste should not depend upon other paste modules, such | cce | 2006-09-21 | 1 | -1/+1 |
| | | | | | | | | | | as Deploy. This patch moves 'converters' into paste.util since it was being used within paste proper. I'll leave it to those who know Deploy to update that. - copied converters.py from paste.deploy to paste.util - updated files that use paste.deploy.converters | ||||
| * | Some docstring fixes, and a link fix; exception fix in paste.lint0.9.8.1 | Ian Bicking | 2006-09-05 | 1 | -5/+12 |
| | | |||||
| * | Patch to add suppress_http_headers to paste.proxy.Proxy, from Brad Clements | Ian Bicking | 2006-08-29 | 1 | -4/+15 |
| | | |||||
| * | Added TransparentProxy | Ian Bicking | 2006-08-24 | 1 | -0/+69 |
| | | |||||
| * | Added copyright header to a bunch of files | Ian Bicking | 2006-06-13 | 1 | -0/+2 |
| | | |||||
| * | Patch for paste.proxy from Brad Clements | Ian Bicking | 2006-04-03 | 1 | -11/+50 |
| | | |||||
| * | Added entry point for paste.proxy | Ian Bicking | 2006-03-13 | 1 | -0/+7 |
| | | |||||
| * | Added a simple and lightly tested proxy app | Ian Bicking | 2006-02-03 | 1 | -0/+75 |
