提交历史

作者 SHA1 备注 提交日期
  Nigel Tao 03ee571cd3 Use more than one 'not present' byte value to catch Decode overruns. 9 年之前
  Nigel Tao 12528fe033 Make TestDecodeLengthOffset test values above 16. 9 年之前
  Nigel Tao bb00731b7e Ensure that Decode doesn't write past the decoded length. 9 年之前
  Nigel Tao 343d0f4579 Add a snappytool command that uses the C++ library. 9 年之前
  Nigel Tao f1ae40350d Update .gitignore. 9 年之前
  Nigel Tao 6d15e7ca47 Move benchmark data files to testdata/bench. 9 年之前
  Nigel Tao a64ab7d6ec Add TestDecodeLengthOffset. 9 年之前
  Nigel Tao b95e9b379b Merge overlapping test cases in TestInvalidVarint and TestDecode. 9 年之前
  Nigel Tao 939eddc12b Add some more TestDecode cases. 9 年之前
  Nigel Tao bf2ded9d81 Use 64K blocks when encoding long inputs. 9 年之前
  Nigel Tao d1d908a252 Fix heuristic match skipping. 9 年之前
  Nigel Tao 51195a16b0 Add some length/offset tests where offset < length. 9 年之前
  Nigel Tao 7e6c06b922 Reject zero offsets in a length/offset pair. 9 年之前
  Nigel Tao 5979233c5d Run go fmt. 9 年之前
  Nigel Tao 5096ca2afa Improve Decode test coverage. 9 年之前
  Nigel Tao fd4a55a040 Add a .gitignore file for the downloaded testdata. 9 年之前
  Nigel Tao 799c780093 Reduce the number of Write calls to the underlying io.Writer. 9 年之前
  Nigel Tao 0fd139378b Add NewBufferedWriter, and Flush and Close methods. 9 年之前
  Nigel Tao 75a5f0a185 Add some shorter benchmarks. 9 年之前
  Nigel Tao 99f5c1a34c Add a sizeLimit to the benchmarks. 9 年之前
  Nigel Tao 894fd4616c Use a less unusual looking random number seed when testing. 10 年之前
  Nigel Tao 7269ba46dc Add BenchmarkRandomEncode. 10 年之前
  Damian Gryski f5466f1dff Fix max block size check 10 年之前
  Nigel Tao f4b10fa942 Reject invalid varints when decoding. 10 年之前
  Nigel Tao 2a6d64140d Have Encode return []byte instead of ([]byte, error). 10 年之前
  Nigel Tao 6bb8005037 Skip benchmarks if /usr/share/dict/words isn't readable. 10 年之前
  Sebastien Binet c5eccb269a all: simpler import path 10 年之前