Chris Bannister
|
b13e734abb
add session.connect to dial connections
|
10 年之前 |
Chris Bannister
|
a65110e114
sesssion now creates a single connconfig
|
10 年之前 |
Chris Bannister
|
0248bf8a96
pool: only add hosts if they are up
|
10 年之前 |
Chris Bannister
|
c1597c8274
HostInfo is now a pointer everywhere
|
10 年之前 |
Chris Bannister
|
be960bdc91
working tmp
|
10 年之前 |
Chris Bannister
|
5c1118aa01
start replacing host discovery with events
|
10 年之前 |
Chris Bannister
|
732282f2ca
add support for events
|
10 年之前 |
Chris Bannister
|
25a8e282f8
cluster: remove NumStreams config
|
10 年之前 |
Johnny Bergström
|
64eb2479f8
Defer mutex unlocks to prevent accidental deadlocks in connection pool
|
10 年之前 |
Chris Bannister
|
c8020c32f0
wait for schema agreement in conn
|
10 年之前 |
Daniel Cannon
|
4c27e0075d
Return host status to the host selection policy
|
10 年之前 |
Chris Bannister
|
e5248ed2fb
add internal control connection
|
10 年之前 |
Chris Bannister
|
50b9680b45
Remove SimpleConnPool, remove custom pools
|
10 年之前 |
Baptiste Fontaine
|
5d40b02f82
ConnectionPool: typo fixed in godoc
|
10 年之前 |
Jeff Mitchell
|
6495810dec
Remove limitations of SslOptions by making it inherit from tls.Config.
|
10 年之前 |
Maciek Sakrejda
|
8ab3de65a3
Do not require a client certificate in SslOptions
|
10 年之前 |
Chris Bannister
|
5db16e32cc
When the hostpool is empty dont block in fill
|
10 年之前 |
Chris Bannister
|
23e622bb33
When initially filling the host pool do it sync.
|
10 年之前 |
Justin Corpron
|
ef8e794e62
Improved unit test coverage and function documentation.
|
10 年之前 |
Justin Corpron
|
b6bbb37b4c
First round of code review fixes
|
10 年之前 |
Justin Corpron
|
0b2fd28388
Added token aware connection pool implementation
|
11 年之前 |
Chris Bannister
|
44795f75d3
dont export tlsConfig
|
10 年之前 |
Chris Bannister
|
ef3e59c0a6
conn: only setup the TLS config once
|
10 年之前 |
Miles Delahunty
|
ed80a3721e
Merge pull request #332
|
10 年之前 |
Miles Delahunty
|
264d68c4b8
Tidy syntax and add self to AUTHORS
|
10 年之前 |
Miles Delahunty
|
9c3f7ccdec
Use sync.WaitGroup rather than explicit semaphore in fillPool()
|
10 年之前 |
Chris Bannister
|
edf935ca8e
lock mu when checking if the pool is closed
|
10 年之前 |
Miles Delahunty
|
0033e98e26
Wait until we're done connecting before returning from fillPool, to avoid possible race between multiple goroutines opening new connections
|
10 年之前 |
Phillip Couto
|
0b7c9be389
Moved address formatting logic to separate function. Added unit testing to prevent regression.
|
11 年之前 |
Josh Wright
|
34294e27bf
Don't change file permissions
|
11 年之前 |