提交历史

作者 SHA1 备注 提交日期
  Phillip Couto 5cf7b6ee4c Cleaned up code to streamline the connection being added to the pool and removed code related to old keyspace behaviour. 11 年之前
  Harpreet Sawhney 577cd1b366 close connections properly 11 年之前
  Chris Bannister 8d6a888d74 Dont hide the error from write 11 年之前
  Ben Hood e6ccb9722d Merge pull request #137 from Zariel/always-handle-error 11 年之前
  Chris Bannister eebae68aa6 Instead of checking for timeouts check for Tempoary errors, which will allow 5 timeouts before returning false 11 年之前
  Chris Bannister 32a6094508 Whenever the connection is closed always call cluster.HandleError 11 年之前
  Staņislavs Koikovs c7da189348 Small clean up 11 年之前
  Staņislavs Koikovs c0906d8c0d Normalize statement before initialization 11 年之前
  Staņislavs Koikovs 5b6f1833ee Moved to shouldPrepare func 11 年之前
  Staņislavs Koikovs 79258bbfc0 Small refactoring 11 年之前
  Staņislavs Koikovs 9de086929b Handle unlogged and counter batches as well 11 年之前
  Christoph Hack 8c74b3cf90 Merge pull request #124 from nemothekid/cass1batchbug 11 年之前
  Ben Hood 22d37847b4 Merge pull request #79 from Zariel/propogate-recv-error 11 年之前
  Nimi Wariboko Jr 6aad082f87 Was using wrong variable to retrieve begin keyword 11 年之前
  Nimi Wariboko Jr cf160bc451 is a DML query as well, make sure it is prepared. Fixes #117 11 年之前
  Chris Bannister 52364c6341 Add an option to enable TCP keepalive. 11 年之前
  Harpreet Sawhney 3d65e205b4 Return stream id to the pool in case of a write error. 12 年之前
  Christoph Hack ef668a87e0 prepare all DML queries 12 年之前
  Christoph Hack 788922259a added password authentication support for Cassandra 2 12 年之前
  Christoph Hack 5d6cb0f98b Merge pull request #84 from Zariel/prep-cache-errors 12 年之前
  Chris Bannister 1a851c5bab Use bufio to read from the underlying socket 12 年之前
  Chris Bannister e80fdd993e Delete the prep info struct if it failed to prepare 12 年之前
  Chris Bannister 34a8a74534 Fix possible infinite wait on prepare error. 12 年之前
  Chris Bannister daffa8a1ff Log the last error from serve 12 年之前
  Nimi Wariboko a447b1c932 Fix deadlock 12 年之前
  Nimi Wariboko 31578cb546 If the prepared statement does not exist on server, re-prepare it 12 年之前
  Konstantin Cherkasov 3952c447de Keyspace in USE statement enclosed in double quotation marks to make keyspace name case-sensitive 12 年之前
  Christoph Hack 1a181ce13a support for prefetching and lighter Iter struct 12 年之前
  Christoph Hack 4045f2cdac decode SUPPORTED frames correctly, that are send in response to options messages and periodical pings 12 年之前
  Christoph Hack 9f1b21f87b documented Iter and SnappyCompressor 12 年之前