Commit History

Author SHA1 Message Date
  Pierre.Curto bb3370a2ce Reset methods dont return anything 5 years ago
  Pierre.Curto f23479f940 updated command line tool lz4c 5 years ago
  Pierre.Curto e80bcfe16a moved frame related types and errors to their own internal package to cleanup the lz4 package scope 5 years ago
  Pierre.Curto 406cae5c2e Frame is now independent of Writer and Reader 5 years ago
  Pierre.Curto 6121bc3ad1 Reader: removed Seek 5 years ago
  Pierre.Curto 23f1199d93 Writer tests pass 5 years ago
  Pierre.Curto 3b22354bbc Reader tests pass 5 years ago
  Pierre.Curto ba55f68587 added first unit tests for Frame 5 years ago
  Pierre.Curto e909320f5e added OnBlockDoneOption 5 years ago
  Pierre.Curto f777510651 added Writer.Apply and Reader.Apply 5 years ago
  Pierre.Curto 2b087337a4 work started on tests 5 years ago
  Pierre.Curto fb4a2ec8e1 first v4 commit: tests are not ready. 5 years ago
  Pierre Curto 76905933af Rewritten block size constants with a formula. 6 years ago
  Ian Wilkes aa78dadf73 implement io.Seeker 6 years ago
  Ian Wilkes d22e83ee97 add SkipBytes() 6 years ago
  Pierre Curto 1112564638 Regroup static errors into their own file. Minor cosmetic adjustments. 6 years ago
  Pierre Curto fea8a15e10 Fixed Reader.OnBlockDone not processing uncompressed blocks 6 years ago
  Pierre Curto b69316ffb4 Added OnBlockDone handlers to the Reader and Writer. 6 years ago
  Pierre Curto 6749706c16 #42: the compress functions can write pass the end of the slice via copy. Make sure the capacity of the buffer used for compression is the same as its length. 6 years ago
  Andrey 908ada6c27 Fix short buffers in some specific cases 6 years ago
  Pierre Curto bb6bfd13c6 #33: fixes go module support breaking non module aware go versions, kudos to @snowzach 7 years ago
  Sebastien Binet 736b6e0e82 lz4: add support for Go modules 7 years ago
  Pierre Curto ea731401f5 perf improvements: removed default unused debug args evaluations; faster writer for short writes 7 years ago
  Pierre Curto 7f4bd64aba large refactoring for cleaner and faster code 7 years ago
  Pierre CURTO 383c0d87b5 Merged pull from arya: Fix compression/decompression bug when BlockDependency=true #6 10 years ago
  Pierre CURTO a0a195a994 some cleanups 10 years ago
  Arya Asemanfar 90d8b86b23 Fix compression/decompression bug when BlockDependency=true 10 years ago
  Pierre CURTO 0b67ae4bb1 added fuzz testing + related fixes 10 years ago
  Pierre Curto 4bdd4b0658 Fix for issue #4: Data race when decompressing blocks concurrently 10 years ago
  Alexander Neganov 52c49dea48 Fix reader, so it reads block len properly 10 years ago