Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Update README.mdHEADmaster | Joe Gregorio | 2016-04-11 | 1 | -103/+2 |
| | |||||
* | stray raise | Joe Gregorio | 2016-01-26 | 1 | -1/+0 |
| | |||||
* | Restore a branch that was erroneously removed in a previous patch. | Joe Gregorio | 2016-01-26 | 1 | -0/+2 |
| | |||||
* | Merge pull request #322 from stephenR/master | Joe Gregorio | 2016-01-05 | 2 | -88/+0 |
|\ | | | | | Remove VeriSign Class 3 CA from trusted certs | ||||
| * | Remove VeriSign Class 3 CA from trusted certs | Stephen Röttger | 2016-01-05 | 2 | -88/+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 | 4 | -3/+11 |
| | |||||
* | Merge pull request #313 from ccstolley/master | Joe Gregorio | 2015-09-21 | 2 | -4/+6 |
|\ | | | | | Fix incorrect ResponseNotReady exceptions, retry on transient errors. | ||||
| * | Fix incorrect ResponseNotReady exceptions, retry on transient errors. | Colin Stolley | 2015-09-18 | 2 | -4/+6 |
|/ | | | | | | | | | | | | | 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 . | ||||
* | Merge pull request #304 from davidsansome/readme-indentation | Joe Gregorio | 2015-07-03 | 1 | -13/+13 |
|\ | | | | | Minor fixes to indentation in the README | ||||
| * | Minor fixes to indentation in the README | David Sansome | 2015-06-24 | 1 | -13/+13 |
|/ | |||||
* | 0.9.1 Release changes.v0.9.10.9.1 | Joe Gregorio | 2015-04-11 | 5 | -6/+20 |
| | |||||
* | Update CHANGELOG for 0.9.1 release | Joe Gregorio | 2015-04-09 | 1 | -0/+5 |
| | |||||
* | Merge pull request #296 from cganterh/master | Joe Gregorio | 2015-03-03 | 2 | -1/+12 |
|\ | | | | | There was a problem with headers when a binary string is passed (like b'Authorization'). | ||||
| * | 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 | ||||
* | Merge pull request #276 from micolous/master | Joe Gregorio | 2014-07-14 | 2 | -15/+46 |
|\ | | | | | Default to doing DNS resolution through a proxy server if present. | ||||
| * | Default to doing DNS resolution through a proxy server if present. | Michael Farrell | 2014-07-14 | 2 | -15/+46 |
|/ | | | | | | | | | | | | | | - 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. | ||||
* | Create LICENSE | Joe Gregorio | 2014-05-03 | 1 | -0/+23 |
| | |||||
* | Merge pull request #267 from jone/masterv0.9 | Joe Gregorio | 2014-04-15 | 1 | -2/+1 |
|\ | | | | | setup.py: remove download URL, update project URL | ||||
| * | setup.py: remove download URL, update project URL | Jonas Baumann | 2014-04-15 | 1 | -2/+1 |
|/ | | | | The project was moved from googlecode to github. Because of the move the downloads are now longer available, thus the download_url is invalid. | ||||
* | Fix Makefile for rename of README to README.md | Joe Gregorio | 2014-04-14 | 1 | -1/+1 |
| | |||||
* | Release 0.9. The heartbleed release. | Joe Gregorio | 2014-04-14 | 3 | -3/+3 |
| | |||||
* | Add an updated cacerts.txt file and fix some tests.0.9 | Joe Gregorio | 2014-03-06 | 5 | -955/+3845 |
| | | | | Turns out nginx doesn't support etags on gzip'd content. | ||||
* | Merge pull request #259 from snarfed/master | Joe Gregorio | 2014-02-14 | 1 | -1/+3 |
|\ | | | | | Use socket.getdefaulttimeout() on App Engine as well as off, take 2: set the timeout for clients that passed deadline=None explicitly. | ||||
| * | use socket.getdefaulttimeout() on App Engine as well as off, take 2 | Ryan Barrett | 2014-02-12 | 1 | -1/+3 |
| | | | | | | | | the first attempt (3118243f371f56ba5b6cf9d7dfcea09c98daa573) wouldn't set the timeout for clients that passed deadline=None explicitly, which App Engine's httplib often does. this fixes that. | ||||
* | | Merge pull request #258 from snarfed/master | Joe Gregorio | 2014-02-12 | 1 | -1/+1 |
|\ \ | |/ | | | Use socket.getdefaulttimeout() on App Engine also. | ||||
| * | use socket.getdefaulttimeout() on App Engine as well as off | Ryan Barrett | 2014-02-12 | 1 | -1/+1 |
|/ | |||||
* | Update README.md | Joe Gregorio | 2014-02-06 | 1 | -0/+4 |
| | |||||
* | whitespace fix | Joe Gregorio | 2014-02-06 | 1 | -1/+0 |
| | |||||
* | Remove redundant README | Joe Gregorio | 2014-02-06 | 1 | -122/+0 |
| | |||||
* | Remove unused files. | Joe Gregorio | 2014-02-06 | 2 | -2401/+0 |
| | |||||
* | Update README.md | Joe Gregorio | 2014-02-06 | 1 | -4/+1 |
| | |||||
* | Merge ../httplib2.current | Joe Gregorio | 2014-02-05 | 8 | -22/+170 |
|\ | | | | | | | Merge to HEAD of the mercurial tree hopefully for the last time. | ||||
| * | Pass method by name, not positionally. | Joe Gregorio | 2013-03-26 | 2 | -4/+13 |
| | | | | | | | | | | Fixes issue #252. Reviewed in https://codereview.appspot.com/7987046/. | ||||
| * | Fix handling of BadStatusLine. | Joe Gregorio | 2013-03-08 | 4 | -3/+120 |
| | | | | | | | | | | Fixes issue #250. Review in https://codereview.appspot.com/7529045/. | ||||
| * | Clean up tags | Joe Gregorio | 2013-03-06 | 0 | -0/+0 |
| | | |||||
| * | Added tag 0.8 for changeset 427a4ff7b7e4 | Joe Gregorio | 2013-03-06 | 0 | -0/+0 |
| | | |||||
| * | 0.8 release | Joe Gregorio | 2013-03-06 | 4 | -3/+13 |
| | | |||||
| * | Added tag 0.8 for changeset a645d22abfd0 | Joe Gregorio | 2013-03-06 | 0 | -0/+0 |
| | | |||||
| * | Catch an edge case in imports. | Joe Gregorio | 2013-03-03 | 2 | -10/+23 |
| | | | | | | | | Reviewed in https://codereview.appspot.com/7454047/. | ||||
| * | Fix App Engine headers. | Joe Gregorio | 2013-02-27 | 1 | -1/+1 |
| | | | | | | | | Reviewed in https://codereview.appspot.com/7402063/. | ||||
| * | Make code slightly more portable. | Joe Gregorio | 2013-02-25 | 2 | -10/+2422 |
| | | | | | | | | Revewed in https://codereview.appspot.com/7406049/. | ||||
| * | Make indents consistent with PEP8. | Joe Gregorio | 2013-02-25 | 5 | -347/+351 |
| | | | | | | | | Reviewed in https://codereview.appspot.com/7314118/. | ||||
| * | Add missing conn.close(). | Joe Gregorio | 2013-02-25 | 1 | -0/+1 |
| | | | | | | | | Reviewed in https://codereview.appspot.com/7384055/. | ||||
| * | Fix all whitespace issues. Patch from dhermes@google.com. | Joe Gregorio | 2013-02-19 | 24 | -269/+269 |
| | | |||||
| * | Change the App Engine specific connection objects to be subclasses | Joe Gregorio | 2012-12-26 | 2 | -78/+46 |
| | | | | | | | | of the httplib ones, which gives better behavior on App Engine. | ||||
| * | Update for 0.7.7 release. | Joe Gregorio | 2012-11-12 | 2 | -4/+12 |
| | | |||||
| * | Added tag 0.7.7 for changeset e78fbc336997 | Joe Gregorio | 2012-11-12 | 0 | -0/+0 |
| | | |||||
| * | Stop swallowing App Engine specific errors. | Joe Gregorio | 2012-11-12 | 1 | -2/+0 |
| | | | | | | | | Fixes issue 230. Fixes issue 231. | ||||
| * | Fix Python3 dup header handling. | Joe Gregorio | 2012-11-12 | 4 | -6/+10 |
| | | | | | | | | Fixes isse #229. |