Historial de Commits

Autor SHA1 Mensaje Fecha
  Chris Bannister c573f5db2c ensure we have enough bytes to read 1 byte hace 10 años
  Chris Bannister 9db0f56206 fix reading short bytes not checking for enough bytes in the buffer hace 10 años
  Chris Bannister 619641c580 Ensure that frames are not bigger than the max hace 10 años
  Chris Bannister 859f523787 ensure we catch panics in readTrace hace 10 años
  Chris Bannister c2d8f27013 check for negative number of rows when parsing results frame hace 10 años
  Chris Bannister ae2ddd1c7c be more careful when reading the headers, check sizes of the buffer and for valid versions hace 10 años
  Chris Bannister 58d90fab97 bounds check when reading from the buffer hace 10 años
  Chris Bannister f42867acbd frame: catch panics from parsing hace 10 años
  Chris Bannister 332853ab7b fix parse frame with negative frame size hace 10 años
  Ben Hood 1a30be4244 Merge pull request #369 from Zariel/udt hace 10 años
  Chris Bannister 68ab73427f Add initial support for UDT's hace 10 años
  Chris Bannister 6af1499e33 Add with default timestamp support hace 10 años
  Chris Bannister 618df875eb Always set the number of values in a batch hace 10 años
  Ben Hood 61d083e439 Merge pull request #353 from Zariel/serial-consistency hace 10 años
  Chris Bannister 30aa70a1dd Merge pull request #358 from Zariel/fix-stream-signed hace 10 años
  Chris Bannister 395c7d05e3 Fix reading the streamID sign hace 10 años
  Chris Bannister 87288fa4a1 make SerialConsistency a distinct type hace 10 años
  Chris Bannister e52558aeed Add support for handling tuple types hace 10 años
  Chris Bannister 4b4dcdde53 refactor TypeInfo into an interface hace 10 años
  Chris Bannister c3feee8348 remove unused constants hace 10 años
  Chris Bannister 61f9761bea Defensivly copy byte slices from the read buffer hace 10 años
  Chris Bannister 919c6ae1e6 WriteStartup can use finishWrite(). hace 10 años
  Chris Bannister 35294a6602 Hold onto a ref of the read buffer to reset it hace 10 años
  Chris Bannister 14e58251f6 Use seperate buffers for reading and writing hace 10 años
  Chris Bannister bb7a9ee2e8 fix authentication frame type switch hace 10 años
  Chris Bannister d3dc14b6b9 parse all the auth response frames hace 10 años
  Chris Bannister 7563841c92 fix compression hace 10 años
  Chris Bannister e1b6bdfc84 be explicit about reading and writing shorts and ints hace 10 años
  Chris Bannister 7075d431f6 reduce buf size, reducing bytes used by around 30% hace 10 años
  Chris Bannister 8438ca4f49 reuse the framers buffer inside frame. hace 10 años