index
:
delta/boto.git
2.0_stable
add-deprecation-notices
backporting_py27_fix
baserock/morph
branch_master_python3k
cleandocs
cloudtrail-update
develop
emr-fix
endpoints-v2
feature/s3-configuration-options
glacier
master
neo
py3kport
readme-boto3
requests_refactor
turnkey
warnings-docs
github.com: boto/boto.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
boto
/
ec2
/
elb
Commit message (
Expand
)
Author
Age
Files
Lines
*
Use generic connect function
JordonPhillips
2017-02-10
1
-4
/
+3
*
Correct docs around overriding SGs on ELBs
Travis Thieman
2015-02-05
2
-6
/
+6
*
Switch elb/ec2 over to signature version 4
James Saryerwinnie
2014-12-22
1
-1
/
+1
*
Merge pull request #2602 from zihaoyu/elb_idle_timeout
Kyle Knapp
2014-10-01
1
-1
/
+1
|
\
|
*
change back to connectingsettings
Zihao Yu
2014-09-21
1
-1
/
+1
|
*
add missing braces
Zihao Yu
2014-09-16
1
-1
/
+1
|
*
fix typo
Zihao Yu
2014-09-10
1
-1
/
+1
*
|
fix ELB ConnectionSettings values in documentation
Ted Timmons
2014-09-16
1
-2
/
+2
|
/
*
Fix Listener class's __getitem__ method to return the correct data. Add a tes...
nash e. foster
2014-08-18
1
-1
/
+3
*
Merge branch 'CashStar-develop' into develop
Daniel G. Taylor
2014-08-06
2
-2
/
+30
|
\
|
*
adding connectionSetting to ELB fully
nevins-b
2014-08-01
1
-0
/
+7
|
*
adding ELB connection settings IdleTime attribute
nevins-b
2014-08-01
1
-2
/
+24
*
|
ec2 module: tidy up to meet PEP8 better
Felix Yan
2014-07-30
4
-3
/
+7
|
/
*
adding marker param to describe all elbs
Kevin Glisson
2014-07-20
1
-1
/
+11
*
Fixing ELB unit tests. Also did some PEP8 cleanup on ELB code.
Mitch Garnaat
2014-07-02
2
-50
/
+62
*
Initial work to support Python 3.3+
Daniel G. Taylor
2014-06-27
1
-1
/
+2
*
Merge pull request #2291 from stansonhealth/develop
Daniel G. Taylor
2014-05-29
1
-0
/
+1
|
\
|
*
add 'name' param to documentation of LoadBalancer
Ted Timmons
2014-05-27
1
-0
/
+1
*
|
Update __init__.py
Anthony Scalisi
2014-05-28
1
-1
/
+1
|
/
*
Add connection draining tests. Add get attribute tests. Fix get_lb_attribute(...
David Kimdon
2014-03-25
1
-0
/
+3
*
Add support for ELB Connection Draining attribute.
David Kimdon
2014-03-24
2
-2
/
+40
*
Fixed removing policies from listeners.
Daniel Lindsley
2014-03-17
1
-1
/
+4
*
Add ELB access log support
Daniel G. Taylor
2014-03-06
2
-3
/
+52
*
Finished integrating the endpoints changes.
Daniel Lindsley
2014-01-28
1
-20
/
+3
*
Merge remote-tracking branch 'zachm/add_profile_credentials_config' into develop
Daniel Lindsley
2014-01-13
1
-2
/
+3
|
\
|
*
Support for multiple credential profiles.
Zachary Musgrave
2014-01-09
1
-2
/
+3
*
|
Merge pull request #1930 from oxtopus/consistent-identity-comparison-none
Daniel G. Taylor
2014-01-02
1
-1
/
+1
|
\
\
|
|
/
|
/
|
|
*
Merge remote-tracking branch 'upstream/develop' into consistent-identity-comp...
Austin Marshall
2013-12-26
1
-1
/
+2
|
|
\
|
*
|
Consistent use of identity comparison (`is`/`is not`) for None
Austin Marshall
2013-12-18
1
-1
/
+1
*
|
|
Fix string type tests.
Kevin Deldycke
2013-12-29
2
-9
/
+8
|
|
/
|
/
|
*
|
Merge branch 'switch-to-super' into develop
Daniel Lindsley
2013-12-23
1
-1
/
+1
|
\
\
|
*
|
Updated all old-style inheritance calls.
Daniel Lindsley
2013-12-23
1
-1
/
+1
|
|
/
*
|
Added ``cn-north-1`` to the regions.
Daniel Lindsley
2013-12-20
1
-0
/
+1
|
/
*
typo: AIM -> IAM
Alex Jurkiewicz
2013-11-29
1
-2
/
+2
*
Adds support for ELB Attributes and Cross Zone Balancing.
Chris Huegle
2013-11-16
3
-0
/
+184
*
Merge pull request #1770 from micahhausler/documentation/fixes
Daniel G. Taylor
2013-10-10
1
-14
/
+14
|
\
|
*
Fixed formatting in ELB docs
micahhausler
2013-10-07
1
-14
/
+14
*
|
fix typo in detach_subnets()
Martin andrews
2013-10-01
1
-1
/
+1
|
/
*
support other ELB policies
Eugene Girshov
2013-09-02
3
-2
/
+89
*
Enable connect_to_region('us-gov-west-1') for all services in GovCloud
Christian Arllen
2013-08-04
1
-0
/
+1
*
Set secure connection to elb api as default, as for any other connection
Louis Pery
2013-07-23
1
-1
/
+1
*
Fix for Issue#1417
Sukrit Khera
2013-07-23
1
-1
/
+1
*
Added tests for the ELB listeners change.
Daniel Lindsley
2013-07-09
1
-1
/
+2
*
Fixed typo
Mark Nunnikhoven
2013-07-09
1
-2
/
+2
*
Switch variable to correct name for complex_listeners
Mark Nunnikhoven
2013-07-09
1
-2
/
+2
*
Fixed typo in function definition
Mark Nunnikhoven
2013-07-09
1
-1
/
+1
*
Updated ELB conenction functions related to listeners to handle InstanceProtc...
Mark Nunnikhoven
2013-07-09
1
-14
/
+47
*
Updated ELB listener object to handle InstanceProtocol
Mark Nunnikhoven
2013-07-09
1
-1
/
+10
*
Updated ELB listeners to handle the InstanceProtocol without breaking current...
Mark Nunnikhoven
2013-07-09
1
-11
/
+45
*
Fix AttributeErrors thrown when LoadBalancerZones is used by adding endElemen...
g2harris
2013-05-31
1
-0
/
+2
[next]