summaryrefslogtreecommitdiff
path: root/boto/connection.py
Commit message (Expand)AuthorAgeFilesLines
...
* Set 70 second default socket timeout for httplibMike Schwartz2013-03-281-3/+5
* Log request params in _mexeJames Saryerwinnie2013-03-191-0/+1
* Merge branch 'patch-3' of git://github.com/g2harris/boto into g2harris-patch-3Mitch Garnaat2013-02-211-0/+2
|\
| * Make proxy_ssl used configured timeoutg2harris2012-11-021-0/+2
* | mods to support efficient EOF seek for KeyFileMike Schwartz2013-01-271-1/+1
* | Remove erroneous comment in build_list_paramsJames Saryerwinnie2013-01-141-1/+0
* | Add helper function to serialize list of structuresJames Saryerwinnie2013-01-141-0/+40
* | Use correct getter for auth_region_name propertyJames Saryerwinnie2012-12-101-1/+1
* | Fixing a regression introduced with f3bcdb4.Mitch Garnaat2012-12-051-1/+1
* | Backing off a change in make_request from last commit that broke everything e...Mitch Garnaat2012-12-031-1/+1
* | Merge pull request #1144 from dmcritchie/developMitch Garnaat2012-12-031-2/+3
|\ \
| * | 1) Changed the Common Request Parameter used to specify the requested operati...Dennis McRitchie2012-11-271-2/+3
* | | Merge pull request #1149 from fsouza/developMitch Garnaat2012-12-021-4/+7
|\ \ \
| * | | connection: use right host for tunneled https connectionsFrancisco Souza2012-11-291-4/+7
| |/ /
* | | Switch SQS to signature version 4James Saryerwinnie2012-11-211-0/+19
|/ /
* | Added httplib.BadStatusLine to re-tryable HTTP errorsChris Moyer2012-11-211-1/+1
* | Support unicode for building single list paramsJames Saryerwinnie2012-11-061-1/+1
|/
* Add params arg to AWSAuthConnection.make_requestJames Saryerwinnie2012-09-191-2/+5
* Merge branch 'ssl_cert_verification' into developMitch Garnaat2012-09-191-23/+40
|\
| * Changing comment to reflect new default behavior.Mitch Garnaat2012-09-161-2/+4
| * Adding a validate_certs parameter.Mitch Garnaat2012-09-051-4/+13
| * WIP commit.Mitch Garnaat2012-08-231-18/+24
* | Merge branch 'iam-expiration' of git://github.com/jamesls/boto into jamesls-i...Mitch Garnaat2012-09-051-30/+0
|\ \
| * | Remove the old reactive based credential refreshingJames Saryerwinnie2012-08-311-30/+0
| |/
* | Allow connections to be pickled.Mitch Garnaat2012-09-041-0/+10
|/
* Use boto.exception for checking expirationsJames Saryerwinnie2012-06-151-15/+5
* Allow the HTTPResponse to be reread multiple timesJames Saryerwinnie2012-06-141-1/+36
* Fixing a reference to ParseError in ElementTree that only works in Python 2.7.2.5.0Mitch Garnaat2012-06-131-7/+9
* Merge branch 'http_connection_factory' of git://github.com/tpodowd/boto into ...Mitch Garnaat2012-06-121-1/+7
|\
| * Enable use of https_connection_factory for non-secure connections also.Thomas O'Dowd2012-06-111-1/+7
* | Adding support for IAM Roles. Closes #811.Mitch Garnaat2012-06-111-1/+39
* | Reset response to None when following a redirect.Thomas O'Dowd2012-06-111-0/+1
|/
* Replace 'dict.has_key' with 'in'Garrett Holmstrom2012-06-081-3/+3
* Add a config knob for connection stale duration for connection reuse.Thomas O'Dowd2012-05-311-0/+3
* Changed HTTPS tunneling not to send CRLF after proxy auth headers by default ...Mike Schwartz2012-05-111-1/+6
* Fixed bug in handling of debug setting in boto config file. Fixes #669.Mitch Garnaat2012-04-301-4/+4
* Allow overriding provider in connection objectsThomas O'Dowd2012-04-171-4/+8
* Fixing bug dealing with non-integer value of debug param when no Boto section...Mitch Garnaat2012-01-311-2/+2
* Tweaking the throughput throttling exception handling for Amazon DynamoDB mod...Mitch Garnaat2012-01-311-0/+1
* fix TypeError in formatting introduced on 01/26Thomas O'Dowd2012-01-301-3/+2
* Added retry_handler mechanism to allow more flexibility in handling the new r...Mitch Garnaat2012-01-261-16/+36
* Bugfix: crash with AppEngine on localhostOleksandr Gituliar2012-01-251-1/+1
* Added optional param to disable consecutive slash suppression in pathsMike Schwartz2012-01-191-2/+14
* WIP Commit. Signatures working and low-level access to most requests.Mitch Garnaat2012-01-091-1/+2
* Make SSLError retryable again. It seems to be a transient error that happens ...Daniel Norberg2011-12-201-1/+0
* Merge pull request #412 from ormsbee/masterVictor Trac2011-12-041-1/+1
|\
| * Fixes #326, closing connections causing AttributeErrorDavid Ormsbee2011-11-171-1/+1
* | fix StorageUri and file.Key file descriptor leaksMike Schwartz2011-11-301-1/+3
|/
* Changed default num_retries from 5 to 6 because of lower retry period that ma...Mike Schwartz2011-10-261-1/+1
* Changed retry timers to use randomized binary exponential backoffMike Schwartz2011-10-261-2/+6