summaryrefslogtreecommitdiff
path: root/boto/connection.py
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #2621 from kyleknap/bjs-s3-keyKyle Knapp2014-10-071-1/+2
|\
| * Fixed 403 error from url encoded User-Agent headerkyleknap2014-09-221-1/+2
* | common modules: tidy up to meet PEP8 betterFelix Yan2014-09-141-39/+39
|/
* Copy proxy settings from the CloudSearch connection to the endpoint services....Yuval Oren2014-08-101-0/+15
* Remove redundant __future__ importsNico Revin2014-08-031-2/+0
* use encodebytes instead of encodestring (#2483)Piotr Bulinski2014-08-011-3/+2
* Fix typo; add testDaniel G. Taylor2014-07-241-1/+1
* Get rid of an explicit setting AF_INET to socket asnoxiouz2014-07-101-7/+7
* Fixes for bytes encoding/decodingDaniel G. Taylor2014-06-301-2/+2
* Remove unnecessary print_function importsDaniel G. Taylor2014-06-271-1/+1
* Be consistent about relative importsDaniel G. Taylor2014-06-271-2/+2
* Initial work to support Python 3.3+Daniel G. Taylor2014-06-271-40/+53
* Switch boto to use truncated exponential backoffMike Schwartz2014-06-271-1/+2
* S3 Metadata: allow storage of plus signs (+)Daniel Beardsley2014-03-041-1/+1
* - Allow the use of system provided certificate setup that may be incorporatedRobert Schweikert2014-03-031-4/+10
* initial interface for a request hook, sample interface and example for loggingdkavanagh2014-02-241-0/+10
* Added a fix for anonymous S3 requests.Daniel Lindsley2014-01-141-2/+2
* Merge remote-tracking branch 'zachm/add_profile_credentials_config' into developDaniel Lindsley2014-01-131-4/+14
|\
| * Support for multiple credential profiles.Zachary Musgrave2014-01-091-4/+14
* | Merge pull request #1930 from oxtopus/consistent-identity-comparison-noneDaniel G. Taylor2014-01-021-3/+3
|\ \
| * \ Merge remote-tracking branch 'upstream/develop' into consistent-identity-comp...Austin Marshall2013-12-261-2/+2
| |\ \ | | |/
| * | Consistent use of identity comparison (`is`/`is not`) for NoneAustin Marshall2013-12-181-3/+3
* | | Set security token via environment or config fileJim Browne2014-01-021-0/+4
| |/ |/|
* | Updated all old-style inheritance calls.Daniel Lindsley2013-12-231-2/+2
|/
* Merge pull request #1862 from dkavanagh/fix-v4-host-headerDaniel G. Taylor2013-12-041-1/+9
|\
| * re-factored patch to make it more testable, added unit testdkavanagh2013-12-021-5/+8
| * a more robust test for the functiondkavanagh2013-11-191-2/+2
| * use auth_handler to specify host header value if possibledkavanagh2013-11-181-1/+6
* | Add ASCII range 32-126 to the safe range when quoting headers.Daniel G. Taylor2013-11-211-1/+1
* | Attempt to fix issues related to encoding of values in HTTP headers when the ...Daniel G. Taylor2013-11-191-1/+2
|/
* Re-raise the last exception in the current scope.Will Maier2013-11-091-2/+2
* Merge pull request #1781 from gustavorauber/developDaniel G. Taylor2013-10-241-5/+6
|\
| * fix for os.env proxy without portGustavo Rauber2013-10-091-4/+5
| * fix for proxy user with dots or hyphensGustavo Rauber2013-10-091-1/+1
* | Fix #1792 by retrying 502, 504 HTTP errors.Daniel G. Taylor2013-10-171-1/+1
* | Make sure host is always passed as just the hostname excluding the port; set ...Daniel G. Taylor2013-10-091-13/+20
* | Make connection pooling port-aware, properly use port settings when creating ...Daniel G. Taylor2013-10-091-20/+33
* | Do not put connections that have been closed via the connection: close header...Daniel G. Taylor2013-10-071-2/+11
* | Blacklist S3 from the forced host header as this breaks hmac-v1 signatures an...Daniel G. Taylor2013-10-071-1/+6
* | Altered connections to force the Host header.Daniel Lindsley2013-10-061-0/+1
|/
* .Ted Romer2013-09-161-1/+2
* .Ted Romer2013-09-161-1/+6
* Remove extra whitespaceBurt Holzman2013-07-151-2/+0
* Fix no_proxy support, add https support, add testsBurt Holzman2013-07-151-2/+4
* Add support for no_proxy to HTTP connectionsBurt Holzman2013-07-151-1/+20
* Fixed typo in boto.connectionChristopher Grebs2013-06-191-1/+1
* Added an exception to signal a retry should occur.Daniel Lindsley2013-06-041-1/+8
* Update connection.py: get_path when suppress_consec_slashes is FalseJohn Le2013-06-041-1/+1
* Fixed a bug where 400s w/ timeouts were not honored.Daniel Lindsley2013-06-041-3/+4
* Allow port override in boto configTravis Hobrla2013-04-261-1/+3