1. e078b6b Added GeoTrust cert by Joe Gregorio · 12 years ago
  2. 46546a6 Make httplib2.Http() instances pickleable. by Joe Gregorio · 12 years ago
  3. 6982075 Make httplib2.Http() instances pickleable. by Joe Gregorio · 12 years ago
  4. a97ff7f Added tag 0.7.6 for changeset 28bf49dc86c3 by Joe Gregorio · 12 years ago
  5. 2f5763a Added tag 0.7.6 for changeset 28bf49dc86c3 by Joe Gregorio · 12 years ago
  6. a91406d Version 0.7.6 by Joe Gregorio · 12 years ago
  7. 06c11c0 Version 0.7.6 by Joe Gregorio · 12 years ago
  8. c920442 On Python App Engine 2.7 a body can be passed in that is actually a stream. Do by Joe Gregorio · 12 years ago
  9. b3e06e2 On Python App Engine 2.7 a body can be passed in that is actually a stream. Do by Joe Gregorio · 12 years ago
  10. 8a8cbad Fix app engine by Joe Gregorio · 12 years ago
  11. 2dd5a4a Fix app engine by Joe Gregorio · 12 years ago
  12. 7d21bd2 Added tag 0.7.5 for changeset 403deb2f51e7 by Joe Gregorio · 12 years ago
  13. 4a29254 Added tag 0.7.5 for changeset 403deb2f51e7 by Joe Gregorio · 12 years ago
  14. 1b849a7 Fix some tests. by Joe Gregorio · 12 years ago
  15. 8270c14 Fix some tests. by Joe Gregorio · 12 years ago
  16. a0e2b2a Updating tests by jcgregorio · 13 years ago
  17. ed72cba Fixes issue #212. Fixes issue #210. Fixes issue #214. Fixes issue #223. Fixes issue #222. by Joe Gregorio · 12 years ago
  18. 5a16772 Added tag 0.7.5 for changeset c17f3cf9129c by Joe Gregorio · 12 years ago
  19. de10aca Keys are lowercase in a Response object, regardless of how Response object is constructed. by Joe Gregorio · 12 years ago
  20. b30ed37 Add control so that Authorization: headers aren't forwarded on a 3xx response by default. by Joe Gregorio · 12 years ago
  21. 9f1f9ed Set the reason correctly when running on App Engine. by Joe Gregorio · 12 years ago
  22. f1a27da Fix proxy socks for SSL connections. Fixes issue #199. by Joe Gregorio · 12 years ago
  23. 4860c4f Add a parameter to control the number of retries. by Joe Gregorio · 12 years ago
  24. 8e63343 Fix wrong link in description. by Joe Gregorio · 13 years ago
  25. e5332f5 0.7.4 fix for missing cacerts by Joe Gregorio · 13 years ago
  26. ca6a0a2 Added tag 0.7.4 for changeset d4a0fa4d3700 by Joe Gregorio · 13 years ago
  27. b850bd0 release notes by Joe Gregorio · 13 years ago
  28. 16ac18b 0.7.3 tagged release by Joe Gregorio · 13 years ago
  29. 3e56313 Changing version numbers for 0.7.3 release by Joe Gregorio · 13 years ago
  30. 40e25c7 Fall back to using installed socks.py if local one is not found. by Joe Gregorio · 13 years ago
  31. 16f48c4 When opening a socket for HTTP, httplib2 uses the IP and port that is returned from socket.getaddrinfo(self.host, self.port, 0, socket.SOCK_STREAM). This breaks using an HTTP CONNECT proxy by preventing the socks module from ever seeing the original domain name. Using the orignal hostname and port seem to be the correct choice here as the socket library will resolve them and it would have already been cached. by Joe Gregorio · 13 years ago
  32. 12c98bb Converted MANIFEST to manifest template (MANIFEST.in) for setuptools compatibility by Jason R. Coombs · 13 years ago
  33. ca3b490 Added support for setuptools (if present, but still fall back to distutils). Fixes issue #194 by Jason R. Coombs · 13 years ago
  34. cee15da Fixed failing test case when IPv6 HTTPS server is present by Jason R. Coombs · 13 years ago
  35. 88c1f28 Fixed failing test case on Windows by Jason R. Coombs · 13 years ago
  36. ac69af8 Fix python 2.4 compat issues and fixed python 3.0 tests. by Joe Gregorio · 13 years ago
  37. 9804c42 Now allow unicode to specify proxy hostname. Fixes #179 by Jason R. Coombs · 13 years ago
  38. 4d031dd merged by Joe Gregorio · 13 years ago
  39. 9fe26d7 Added tag 0.7.2 for changeset d2d8aa1da6a7 by Joe Gregorio · 13 years ago
  40. 965f2d1 Fix makefile for generation of docs by Joe Gregorio · 13 years ago
  41. 0aa16cd Prepping for version 0.7.2 release by Joe Gregorio · 13 years ago
  42. ac335ff Fix up some tests. by Joe Gregorio · 13 years ago
  43. 855ab27 Actually fix the issue in AppEngineHttpConnection.getresponse. by Alain Vongsouvanh · 13 years ago
  44. df24e4b Raise an exception in AppEngineHttpConnection.getresponse if response is None. by Alain Vongsouvanh · 13 years ago
  45. 5cf7c9c Fixes issue 161. by Joe Gregorio · 13 years ago
  46. e428f07 Add socks.PROXY_TYPE_HTTP_NO_TUNNEL. Reviewed in http://codereview.appspot.com/4956072/. Fixes issue #38. by Joe Gregorio · 13 years ago
  47. 2dda7ee Fixed issue where proxy bypass detection failed when a port was specified. by Jason R. Coombs · 13 years ago
  48. 96279c5 no_proxy can now be upper case by Jason R. Coombs · 13 years ago
  49. 4384089 Http() now detects the proxy configuration by Jason R. Coombs · 13 years ago
  50. 8a487d0 Added support to ProxyInfo object for detection of proxy from environment variables by Jason R. Coombs · 13 years ago
  51. 79d8c1b Reformatted ProxyInfo for readability by Jason R. Coombs · 13 years ago
  52. b470dc4 Change out Go Daddy root ca for their ca bundle. Also add checks for version number matching when doing releases. by Joe Gregorio · 13 years ago
  53. 905b8b6 Add Go Daddy cert. Fixes issue 154. by Joe Gregorio · 13 years ago
  54. c69dc78 Fix issue with not matching on first host in cert list. Add unit tests. by Joe Gregorio · 13 years ago
  55. 03d9910 Added (optional) opaque support to DigestAuth by Joe Gregorio · 13 years ago
  56. 2149bbf Add unit tests for app engine specific code. Fix bugs found in said tests. by Joe Gregorio · 13 years ago
  57. b2cfdf6 update changelog for 0.7.1 by Joe Gregorio · 13 years ago
  58. 8a0b6af Added tag 0.7.1 for changeset 458615668f63 by Joe Gregorio · 13 years ago
  59. f6bbcc8 Version 0.7.1 by Joe Gregorio · 13 years ago
  60. 94af017 Fixed failure to install cacerts.txt by Joe Gregorio · 13 years ago
  61. 8e222cf Added tag 0.7.0 for changeset 54e77b3b4431 by Joe Gregorio · 13 years ago
  62. 240680b Added missing html docs files by Joe Gregorio · 13 years ago
  63. b0c82ca Updated docs by Joe Gregorio · 13 years ago
  64. f637822 Fixes issue 50. by Joe Gregorio · 13 years ago
  65. 00def12 More prep for 0.7.0 by Joe Gregorio · 13 years ago
  66. 20a468b Starting on 0.7.0 release by Joe Gregorio · 13 years ago
  67. 875a8b5 Fixes issue 72. Always lowercase authorization header. by Joe Gregorio · 13 years ago
  68. d16e2c9 Fix issue 47. Redirects that become a GET should not have a body. by Joe Gregorio · 13 years ago
  69. 087753f Fixes issue 19. Set Content-location on redirected HEAD requests by Joe Gregorio · 13 years ago
  70. 60d72ec Redirect with a GET on 302 regardless of the originating method. Fixes issue 139. by Joe Gregorio · 13 years ago
  71. dcc062f Fixes issue 145. by Joe Gregorio · 13 years ago
  72. e709414 Handle unicode in headers when writing and retrieving cache entries. Who says headers have to be ASCII! Fixes issue 138. by Joe Gregorio · 13 years ago
  73. 22f8aad Fixed app engine SLLCertificateError catching by Joe Gregorio · 13 years ago
  74. b53de9b Add certificate validation. Work initially started by Christoph Kern. by Joe Gregorio · 13 years ago
  75. 327f360 Fixes issue 133. by Joe Gregorio · 13 years ago
  76. 83c3114 Set a version number. Fixes issue # 135. by Joe Gregorio · 13 years ago
  77. a2324f6 Now testing against Python 3.2 by Joe Gregorio · 13 years ago
  78. eb483aa Sync to latest version of socks.py by Joe Gregorio · 13 years ago
  79. ffc7512 Better fix for https on app engine by Joe Gregorio · 13 years ago
  80. 6dd1d61 Fix https on app engine. by Joe Gregorio · 13 years ago
  81. acbd01c Add gzip to the user-agent, in case we are making a request to an app engine project: http://code.google.com/appengine/kb/general.html#compression by Joe Gregorio · 13 years ago
  82. 788543e Uses a custom httplib shim on App Engine to wrap urlfetch, as opposed by Joe Gregorio · 13 years ago
  83. bd68208 Add default support for optimistic concurrency on PATCH requests by Joe Gregorio · 13 years ago
  84. 5352702 Updating tests by jcgregorio@web82.webfaction.com · 13 years ago
  85. df935b0 Fixes issue #212. Fixes issue #210. Fixes issue #214. Fixes issue #223. Fixes issue #222. by Joe Gregorio · 12 years ago
  86. edba5f4 Added tag 0.7.5 for changeset c17f3cf9129c by Joe Gregorio · 12 years ago
  87. 6d02d69 Keys are lowercase in a Response object, regardless of how Response object is constructed. by Joe Gregorio · 12 years ago
  88. 0f0f99d Add control so that Authorization: headers aren't forwarded on a 3xx response by default. by Joe Gregorio · 12 years ago
  89. bc0b0b6 Set the reason correctly when running on App Engine. by Joe Gregorio · 12 years ago
  90. 6a5d77c Fix proxy socks for SSL connections. Fixes issue #199. by Joe Gregorio · 12 years ago
  91. 3b089c9 Add a parameter to control the number of retries. by Joe Gregorio · 12 years ago
  92. 1fa164b Fix wrong link in description. by Joe Gregorio · 13 years ago
  93. c0b0ba1 0.7.4 fix for missing cacerts by Joe Gregorio · 13 years ago
  94. f0af0ab Added tag 0.7.4 for changeset d4a0fa4d3700 by Joe Gregorio · 13 years ago
  95. 43c9852 release notes by Joe Gregorio · 13 years ago
  96. 62b1798 0.7.3 tagged release by Joe Gregorio · 13 years ago
  97. 9551feb Changing version numbers for 0.7.3 release by Joe Gregorio · 13 years ago
  98. 8a66ac6 Fall back to using installed socks.py if local one is not found. by Joe Gregorio · 13 years ago
  99. 91eced9 When opening a socket for HTTP, httplib2 uses the IP and port that is returned from socket.getaddrinfo(self.host, self.port, 0, socket.SOCK_STREAM). This breaks using an HTTP CONNECT proxy by preventing the socks module from ever seeing the original domain name. Using the orignal hostname and port seem to be the correct choice here as the socket library will resolve them and it would have already been cached. by Joe Gregorio · 13 years ago
  100. 53426c1 Converted MANIFEST to manifest template (MANIFEST.in) for setuptools compatibility by Jason R. Coombs · 13 years ago