Chris Bannister
|
bb7a9ee2e8
fix authentication frame type switch
|
10 éve |
Chris Bannister
|
6e5bf035d4
readd connection read retry on timeout
|
10 éve |
Chris Bannister
|
90ee44e8eb
remove debug panic
|
10 éve |
Chris Bannister
|
5e784b9961
remove resp.active, it was redundant and overcomplicates things
|
10 éve |
Chris Bannister
|
d4ed5236ce
remove logging
|
10 éve |
Chris Bannister
|
b49a43aff1
Refactor recv loop, inline dispatch
|
10 éve |
Chris Bannister
|
6352de5a0f
only use a single framer for reading and writing on a stream
|
10 éve |
Chris Bannister
|
3d926c4792
change call.resp is a data race and shouldnt be needed
|
10 éve |
Chris Bannister
|
050b936a96
support tracing
|
10 éve |
Chris Bannister
|
1ec0d62f42
update to pass integration tests
|
10 éve |
Chris Bannister
|
44795f75d3
dont export tlsConfig
|
10 éve |
Chris Bannister
|
ef3e59c0a6
conn: only setup the TLS config once
|
10 éve |
Chris Bannister
|
90c0bfb5f5
fix reading from the bufio.Reader
|
10 éve |
Chris Bannister
|
f76692dcdb
assign headerSize to a variable
|
10 éve |
Chris Bannister
|
da716eaad4
comments
|
10 éve |
Chris Bannister
|
7a5fe219a5
Plumb protocol version through TypeInfo into marshal
|
10 éve |
Chris Bannister
|
0a4bd71b3b
add support for v3 batch
|
10 éve |
Chris Bannister
|
1bd96c7e03
tidy up consts
|
10 éve |
Chris Bannister
|
0c6c1e0c2b
Update Conn to support different protocol headers
|
10 éve |
Oliver Beattie
|
779e083198
Use constant for default max prepared statements
|
10 éve |
Oliver Beattie
|
241b2b965e
Fix a panic establishing sessions using NewSession
|
10 éve |
Phillip Couto
|
0b7c9be389
Moved address formatting logic to separate function. Added unit testing to prevent regression.
|
11 éve |
Phillip Couto
|
c21472de6c
Added AvailableStreams function to Conn structure.
|
11 éve |
xoraes
|
ee57399ba2
fixed to ensure that cacert is optional and added comments on usage
|
11 éve |
xoraes
|
096ad18ea1
Merge branch 'master' of https://github.com/gocql/gocql
|
11 éve |
Nick DHUPIA
|
12fdedb378
added ssl/tls feature for gocql
|
11 éve |
Muir Manders
|
763d85a2a1
Fix prepared statement caching bug.
|
11 éve |
Phillip Couto
|
2e9ee30926
Added code to pass on flight.err
|
11 éve |
Nimi Wariboko Jr
|
5cf06ce3d8
Move up check for error status of prepareStatement to before access of info.
|
11 éve |
Ben Hood
|
aa38232411
Export all fields of the QueryInfo struct
|
11 éve |