| Commit message (Collapse) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| * | Actually fix the issue in AppEngineHttpConnection.getresponse. | Alain Vongsouvanh | 2011-11-11 | 1 | -1/+0 | |
| | | ||||||
| * | Raise an exception in AppEngineHttpConnection.getresponse if response is None. | Alain Vongsouvanh | 2011-11-09 | 1 | -1/+4 | |
| | | ||||||
| * | Fixes issue 161. | Joe Gregorio | 2011-10-20 | 1 | -0/+3 | |
| | | | | | | | Don't use App Engine urlfetch when the apiproxy stub is not present. Reviewed in http://codereview.appspot.com/4823050/. | |||||
| * | Add socks.PROXY_TYPE_HTTP_NO_TUNNEL. Reviewed in ↵ | Joe Gregorio | 2011-10-06 | 1 | -1/+54 | |
| | | | | | http://codereview.appspot.com/4956072/. Fixes issue #38. | |||||
| * | Change out Go Daddy root ca for their ca bundle. Also add checks for version ↵ | Joe Gregorio | 2011-06-23 | 1 | -24/+77 | |
| | | | | | number matching when doing releases. | |||||
| * | Add Go Daddy cert. Fixes issue 154. | Joe Gregorio | 2011-06-23 | 1 | -0/+28 | |
| | | ||||||
| * | Fix issue with not matching on first host in cert list. Add unit tests. | Joe Gregorio | 2011-06-23 | 2 | -1/+9 | |
| | | ||||||
| * | Added (optional) opaque support to DigestAuth | Joe Gregorio | 2011-06-22 | 2 | -0/+17 | |
| | | | | | Reviewed in http://codereview.appspot.com/4661044/ | |||||
| * | Add unit tests for app engine specific code. Fix bugs found in said tests. | Joe Gregorio | 2011-06-22 | 2 | -1/+67 | |
| | | ||||||
| * | 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 | |
| | | ||||||
| * | Fixed app engine SLLCertificateError catching | Joe Gregorio | 2011-06-08 | 1 | -0/+2 | |
| | | ||||||
| * | Add certificate validation. Work initially started by Christoph Kern. | Joe Gregorio | 2011-06-07 | 4 | -19/+914 | |
| | | ||||||
| * | Fixes issue 133. | Joe Gregorio | 2011-06-06 | 1 | -1/+1 | |
| | | ||||||
| * | Set a version number. Fixes issue # 135. | Joe Gregorio | 2011-06-06 | 1 | -1/+1 | |
| | | ||||||
| * | Sync to latest version of socks.py | Joe Gregorio | 2011-06-06 | 1 | -162/+107 | |
| | | ||||||
| * | Better fix for https on app engine | Joe Gregorio | 2011-06-02 | 1 | -2/+2 | |
| | | ||||||
| * | Fix https on app engine. | Joe Gregorio | 2011-06-02 | 1 | -1/+1 | |
| | | ||||||
| * | 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 | |||||
| * | Uses a custom httplib shim on App Engine to wrap urlfetch, as opposed | Joe Gregorio | 2011-05-25 | 1 | -1/+87 | |
| | | | | | | | | to using the standard httplib, which allows setting timeouts and checking certificates. Reviewed in http://codereview.appspot.com/4520043/ | |||||
| * | Add default support for optimistic concurrency on PATCH requests | Joe Gregorio | 2011-05-24 | 2 | -2/+18 | |
| | | ||||||
| * | Fix problem with ssl import in some situations. | Joe Gregorio | 2011-05-03 | 2 | -3/+3 | |
| | | ||||||
| * | Fixes issue 98. | Joe Gregorio | 2011-02-14 | 1 | -1/+3 | |
| | | ||||||
| * | Fixes issue 110. | Joe Gregorio | 2011-02-14 | 1 | -6/+26 | |
| | | ||||||
| * | 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/+12 | |
| | | ||||||
| * | 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 | -10/+44 | |
| | | ||||||
| * | 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 | -6/+28 | |
| | | ||||||
| * | Fixes issue 96. | Joe Gregorio | 2011-02-11 | 1 | -0/+12 | |
| | | ||||||
| * | proxy support: degrade gracefully when socket.socket is unavailable | Augie Fackler | 2010-10-05 | 4 | -2/+38 | |
| | | | | | | This should allow httplib2 to continue to work even on platforms like appengine where the socket module exists but has no socket attribute. | |||||
| * | tests: misc pep8 cleanups | Augie Fackler | 2010-07-25 | 2 | -4/+4 | |
| | | ||||||
| * | tests: add missing __init__.py | Augie Fackler | 2010-07-24 | 1 | -0/+0 | |
| | | ||||||
| * | tests: add simple functional test for proxies | Augie Fackler | 2010-07-22 | 3 | -18/+109 | |
| | | | | | Depends on tinyproxy - test will automatically skip if it is unavailable. | |||||
| * | socks: many many pep8 fixes | Augie Fackler | 2010-07-22 | 1 | -84/+96 | |
| | | ||||||
| * | socks: clean up trailing whitespace | Augie Fackler | 2010-07-22 | 1 | -16/+16 | |
| | | ||||||
| * | Import socks.py for proxy support from http://code.google.com/p/socksipy-branch/ | Augie Fackler | 2010-07-22 | 2 | -5/+426 | |
| | | ||||||
| * | Add a simple self-contained http smoke test. | Augie Fackler | 2010-03-13 | 2 | -0/+120 | |
| | | ||||||
| * | Clean up trailing whitespace. | Augie Fackler | 2010-03-13 | 1 | -77/+77 | |
| | | ||||||
| * | Fix for issue #94 by Leonard Richardson | jcgregorio | 2010-05-13 | 2 | -1/+14 | |
| | | ||||||
| * | Fix issue #62 by trentm | jcgregorio | 2010-05-13 | 1 | -1/+5 | |
| | | ||||||
| * | Fix issue 91 | akhern | 2010-02-03 | 1 | -0/+2 | |
| | | ||||||
| * | Fixed issue #77 | Joe Gregorio | 2009-12-25 | 1 | -7/+0 | |
| | | ||||||
| * | Added to .hgignore and fixed issue #65 | Joe Gregorio | 2009-12-25 | 1 | -1/+3 | |
| | | ||||||
| * | Add support for Vary header | chris dent | 2009-12-24 | 2 | -1/+98 | |
| | | ||||||
