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 98c91cba6b fixed concurrent Writer 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 a8c0219ae3 added Option.String() 5 years ago
  Pierre.Curto 23f1199d93 Writer tests pass 5 years ago
  Pierre.Curto 3b22354bbc Reader tests pass 5 years ago
  Pierre.Curto ac61e7d85b Frame initial unit 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 9085dacd1e Writer: added concurrency support. Fixes #55 6 years ago
  Pierre Curto 5e5eaacf5f Writer: fixed header being improperly reset 6 years ago
  Pierre Curto d34061778c Writer: fixed Reset() not clearing error field 6 years ago
  Pierre Curto d8871004e9 Writer: made compatible with no map scheme for block max size 6 years ago
  Pierre Curto 49654038d5 Writer: initial concurrent version (no tests) 6 years ago
  Pierre Curto e990da5628 Writer: handle internal buffers via sync.Pools 6 years ago
  Pierre Curto 6807fb8d9e block: moved error handling from internal compress functions 6 years ago
  Pierre Curto 21241797f8 lz4.Writer: allocate only if buffer too small. Fixes #52. 6 years ago
  Pierre Curto 1112564638 Regroup static errors into their own file. Minor cosmetic adjustments. 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
  贺伟 e303551daa bugfix for flush 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