| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Remove VeriSign Class 3 CA from trusted certs | Stephen Röttger | 2016-01-05 | 1 | -44/+0 |
| | | | | | | | | | Removing the VeriSign Class 3 Public Primary Certification Authority certificate since as of December 1, 2015, Symantec has decided that this root will no longer comply with the CAB baseline requirements. For more information, see: https://googleonlinesecurity.blogspot.com/2015/12/proactive-measures-in-digital.html | ||||
| * | Release 0.9.20.9.2 | Joe Gregorio | 2015-09-28 | 1 | -1/+1 |
| | | |||||
| * | Fix incorrect ResponseNotReady exceptions, retry on transient errors. | Colin Stolley | 2015-09-18 | 1 | -2/+3 |
| | | | | | | | | | | | | | | For socket errors besides Connection Refused, the code will swallow the error and fall through to a misleading "ResponseNotReady" exception. This is both incorrect and unhelpful. The code also does not retry on errors that are potentially transient, ie, Network Unreachable or Address Not Available. This patch addresses both concerns by raising the socket error so that application code can handle it appropriately, or retrying if the socket error is transient. This likely resolves Issue #284 . | ||||
| * | 0.9.1 Release changes.v0.9.10.9.1 | Joe Gregorio | 2015-04-11 | 1 | -1/+1 |
| | | |||||
| * | Added unit test for _convert_byte_str in python3/httplib2test.py. | Cristobal | 2015-03-02 | 1 | -0/+6 |
| | | |||||
| * | Update __init__.py | i026e | 2014-12-17 | 1 | -1/+6 |
| | | | | | | There is a problem with headers when a binary string is passed (like b'Authorization') I've added a function to decode such strings. It is not an elegant solution, but it works for me | ||||
| * | Default to doing DNS resolution through a proxy server if present. | Michael Farrell | 2014-07-14 | 1 | -4/+20 |
| | | | | | | | | | | | | | | | - Resolve an issue where proxy information by default was not resolving DNS through a proxy server (unlike the `socks` library), so users getting proxy information from an environment variable (HTTP_PROXY/HTTPS_PROXY) with no external DNS could not connect to hosts with DNS names. - Resolve a potential issue where if the proxy server was a different address family to the destination host and there was functional DNS, may not work. For example, using a IPv4-only proxy server to connect to an IPv6-only host via an IPv4-only internal network. - Improved documentation of the ProxyInfo class. | ||||
| * | Release 0.9. The heartbleed release. | Joe Gregorio | 2014-04-14 | 1 | -1/+1 |
| | | |||||
| * | Add an updated cacerts.txt file and fix some tests.0.9 | Joe Gregorio | 2014-03-06 | 2 | -476/+1920 |
| | | | | | Turns out nginx doesn't support etags on gzip'd content. | ||||
| * | Pass method by name, not positionally. | Joe Gregorio | 2013-03-26 | 1 | -2/+6 |
| | | | | | | Fixes issue #252. Reviewed in https://codereview.appspot.com/7987046/. | ||||
| * | Fix handling of BadStatusLine. | Joe Gregorio | 2013-03-08 | 2 | -2/+62 |
| | | | | | | Fixes issue #250. Review in https://codereview.appspot.com/7529045/. | ||||
| * | 0.8 release | Joe Gregorio | 2013-03-06 | 1 | -1/+1 |
| | | |||||
| * | Make indents consistent with PEP8. | Joe Gregorio | 2013-02-25 | 2 | -167/+167 |
| | | | | | Reviewed in https://codereview.appspot.com/7314118/. | ||||
| * | Fix all whitespace issues. Patch from dhermes@google.com. | Joe Gregorio | 2013-02-19 | 2 | -60/+60 |
| | | |||||
| * | Fix Python3 dup header handling. | Joe Gregorio | 2012-11-12 | 1 | -3/+7 |
| | | | | | Fixes isse #229. | ||||
| * | Adding proxy_info_from_* methods to Python3. | Joe Gregorio | 2012-10-25 | 2 | -4/+97 |
| | | | | | Reviewed in https://codereview.appspot.com/6588078/. | ||||
| * | Added GeoTrust cert | Joe Gregorio | 2012-10-24 | 1 | -0/+25 |
| | | |||||
| * | Make httplib2.Http() instances pickleable. | Joe Gregorio | 2012-10-03 | 2 | -12/+64 |
| | | | | | Reviewed in https://codereview.appspot.com/6506074/ | ||||
| * | Version 0.7.6 | Joe Gregorio | 2012-09-11 | 1 | -1/+1 |
| | | |||||
| * | Fixes issue #212. Fixes issue #210. Fixes issue #214. Fixes issue #223. ↵ | Joe Gregorio | 2012-08-28 | 1 | -4/+8 |
| | | | | | Fixes issue #222. | ||||
| * | Add control so that Authorization: headers aren't forwarded on a 3xx ↵ | Joe Gregorio | 2012-07-23 | 1 | -0/+5 |
| | | | | | response by default. | ||||
| * | Add a parameter to control the number of retries. | Joe Gregorio | 2012-04-17 | 1 | -10/+31 |
| | | |||||
| * | 0.7.4 fix for missing cacerts | Joe Gregorio | 2012-03-02 | 1 | -1/+1 |
| | | |||||
| * | Changing version numbers for 0.7.3 release | Joe Gregorio | 2012-03-02 | 1 | -1/+1 |
| | | |||||
| * | Fix python 2.4 compat issues and fixed python 3.0 tests. | Joe Gregorio | 2012-01-05 | 2 | -0/+784 |
| | | |||||
| * | Prepping for version 0.7.2 release | Joe Gregorio | 2011-11-14 | 1 | -1/+1 |
| | | |||||
| * | Fix up some tests. | Joe Gregorio | 2011-11-14 | 1 | -3/+3 |
| | | |||||
| * | Added (optional) opaque support to DigestAuth | Joe Gregorio | 2011-06-22 | 2 | -0/+17 |
| | | | | | Reviewed in http://codereview.appspot.com/4661044/ | ||||
| * | Fixes issue 72. Always lowercase authorization header. | Joe Gregorio | 2011-06-13 | 2 | -6/+6 |
| | | |||||
| * | Fix issue 47. Redirects that become a GET should not have a body. | Joe Gregorio | 2011-06-13 | 1 | -0/+1 |
| | | |||||
| * | Fixes issue 19. Set Content-location on redirected HEAD requests | Joe Gregorio | 2011-06-13 | 1 | -1/+1 |
| | | |||||
| * | Redirect with a GET on 302 regardless of the originating method. Fixes issue ↵ | Joe Gregorio | 2011-06-13 | 1 | -1/+1 |
| | | | | | 139. | ||||
| * | Fixes issue 145. | Joe Gregorio | 2011-06-13 | 1 | -0/+2 |
| | | |||||
| * | Handle unicode in headers when writing and retrieving cache entries. Who ↵ | Joe Gregorio | 2011-06-13 | 1 | -11/+27 |
| | | | | | says headers have to be ASCII! Fixes issue 138. | ||||
| * | Add certificate validation. Work initially started by Christoph Kern. | Joe Gregorio | 2011-06-07 | 2 | -94/+78 |
| | | |||||
| * | Set a version number. Fixes issue # 135. | Joe Gregorio | 2011-06-06 | 1 | -1/+1 |
| | | |||||
| * | Now testing against Python 3.2 | Joe Gregorio | 2011-06-06 | 2 | -10/+14 |
| | | |||||
| * | Add gzip to the user-agent, in case we are making a request to an app engine ↵ | Joe Gregorio | 2011-05-31 | 1 | -1/+1 |
| | | | | | project: http://code.google.com/appengine/kb/general.html#compression | ||||
| * | Add default support for optimistic concurrency on PATCH requests | Joe Gregorio | 2011-05-24 | 2 | -2/+18 |
| | | |||||
| * | Fix 302 test for python3.1 | Joe Gregorio | 2011-05-24 | 1 | -1/+1 |
| | | |||||
| * | Fixes issue 98. | Joe Gregorio | 2011-02-14 | 2 | -2/+4 |
| | | |||||
| * | Fixes issue 110. | Joe Gregorio | 2011-02-14 | 1 | -2/+17 |
| | | |||||
| * | Fixes issue 97. | Joe Gregorio | 2011-02-14 | 1 | -1/+1 |
| | | |||||
| * | Fixes issue 120. | Joe Gregorio | 2011-02-13 | 2 | -19/+30 |
| | | |||||
| * | Fixes issue 123. | Joe Gregorio | 2011-02-13 | 2 | -1/+10 |
| | | |||||
| * | Fixes issue 104. | Joe Gregorio | 2011-02-13 | 2 | -1/+8 |
| | | |||||
| * | Fixes issue 126. IPv6 under various conditions would fail. | Joe Gregorio | 2011-02-13 | 2 | -11/+47 |
| | | |||||
| * | Fixes issue 131. Handle socket.timeout's that occur during send. | Joe Gregorio | 2011-02-13 | 1 | -0/+2 |
| | | |||||
| * | Further fixes for issue 96. Adds tests and also fixes it for Python 3 | Joe Gregorio | 2011-02-11 | 2 | -7/+35 |
| | | |||||
| * | Fix for issue #94 by Leonard Richardson | jcgregorio | 2010-05-13 | 2 | -1/+14 |
| | | |||||
