Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Add an updated cacerts.txt file and fix some tests.0.9 | Joe Gregorio | 2014-03-06 | 1 | -19/+21 |
| | | | | Turns out nginx doesn't support etags on gzip'd content. | ||||
* | Fix handling of BadStatusLine. | Joe Gregorio | 2013-03-08 | 1 | -0/+41 |
| | | | | | Fixes issue #250. Review in https://codereview.appspot.com/7529045/. | ||||
* | Make httplib2.Http() instances pickleable. | Joe Gregorio | 2012-10-03 | 1 | -19/+55 |
| | | | | Reviewed in https://codereview.appspot.com/6506074/ | ||||
* | Add control so that Authorization: headers aren't forwarded on a 3xx ↵ | Joe Gregorio | 2012-07-23 | 1 | -0/+14 |
| | | | | response by default. | ||||
* | Changing version numbers for 0.7.3 release | Joe Gregorio | 2012-03-02 | 1 | -3/+5 |
| | |||||
* | Fixed failing test case when IPv6 HTTPS server is present | Jason R. Coombs | 2011-08-09 | 1 | -0/+4 |
| | |||||
* | Fixed failing test case on Windows | Jason R. Coombs | 2011-08-09 | 1 | -54/+56 |
| | |||||
* | no_proxy can now be upper case | Jason R. Coombs | 2011-08-16 | 1 | -1/+9 |
| | | | | | ProxyInfo.from_environment now honors no_proxy=* ProxyInfo.applies_to now matches the domain of the host (consistent with Python's urllib) | ||||
* | Http() now detects the proxy configuration | Jason R. Coombs | 2011-08-09 | 1 | -0/+8 |
| | |||||
* | Added support to ProxyInfo object for detection of proxy from environment ↵ | Jason R. Coombs | 2011-08-09 | 1 | -0/+45 |
| | | | | variables | ||||
* | Fix up some tests. | Joe Gregorio | 2011-11-14 | 1 | -4/+4 |
| | |||||
* | Fix issue with not matching on first host in cert list. Add unit tests. | Joe Gregorio | 2011-06-23 | 1 | -0/+8 |
| | |||||
* | Added (optional) opaque support to DigestAuth | Joe Gregorio | 2011-06-22 | 1 | -0/+15 |
| | | | | Reviewed in http://codereview.appspot.com/4661044/ | ||||
* | Fixes issue 72. Always lowercase authorization header. | Joe Gregorio | 2011-06-13 | 1 | -3/+3 |
| | |||||
* | Add certificate validation. Work initially started by Christoph Kern. | Joe Gregorio | 2011-06-07 | 1 | -4/+53 |
| | |||||
* | Add default support for optimistic concurrency on PATCH requests | Joe Gregorio | 2011-05-24 | 1 | -1/+17 |
| | |||||
* | Fix problem with ssl import in some situations. | Joe Gregorio | 2011-05-03 | 1 | -2/+2 |
| | |||||
* | Fixes issue 120. | Joe Gregorio | 2011-02-13 | 1 | -0/+7 |
| | |||||
* | Fixes issue 123. | Joe Gregorio | 2011-02-13 | 1 | -0/+9 |
| | |||||
* | Fixes issue 104. | Joe Gregorio | 2011-02-13 | 1 | -0/+7 |
| | |||||
* | Fixes issue 126. IPv6 under various conditions would fail. | Joe Gregorio | 2011-02-13 | 1 | -0/+18 |
| | |||||
* | Further fixes for issue 96. Adds tests and also fixes it for Python 3 | Joe Gregorio | 2011-02-11 | 1 | -5/+22 |
| | |||||
* | Fix for issue #94 by Leonard Richardson | jcgregorio | 2010-05-13 | 1 | -0/+13 |
| | |||||
* | Fixed issue #77 | Joe Gregorio | 2009-12-25 | 1 | -7/+0 |
| | |||||
* | Add support for Vary header | chris dent | 2009-12-24 | 1 | -1/+74 |
| | |||||
* | Tests are now run on 2.4, 2.5, 2.6 and 3.1 | Joe Gregorio | 2009-12-24 | 1 | -0/+1331 |