Commit History

作者 SHA1 備註 提交日期
  Pierre.Curto 750bc64858 v4.0.0 4 年之前
  Pierre.Curto 6441bd6429 Fixed Reader.Reset and Writer.Reset 4 年之前
  Pierre.Curto 713b98a3ae clear hash tables when put back into the pool (related to #65). 4 年之前
  Pierre.Curto 29eb66c921 return buffers to pool in Writer.ReadFrom 4 年之前
  Pierre.Curto 3d212bc0d3 added Reader.WriteTo and Writer.ReadFrom 4 年之前
  Pierre.Curto bb3370a2ce Reset methods dont return anything 4 年之前
  Pierre.Curto f23479f940 updated command line tool lz4c 4 年之前
  Pierre.Curto 98c91cba6b fixed concurrent Writer 4 年之前
  Pierre.Curto e80bcfe16a moved frame related types and errors to their own internal package to cleanup the lz4 package scope 4 年之前
  Pierre.Curto 406cae5c2e Frame is now independent of Writer and Reader 4 年之前
  Pierre.Curto a8c0219ae3 added Option.String() 4 年之前
  Pierre.Curto 23f1199d93 Writer tests pass 4 年之前
  Pierre.Curto 3b22354bbc Reader tests pass 4 年之前
  Pierre.Curto ac61e7d85b Frame initial unit tests pass 4 年之前
  Pierre.Curto ba55f68587 added first unit tests for Frame 4 年之前
  Pierre.Curto e909320f5e added OnBlockDoneOption 4 年之前
  Pierre.Curto f777510651 added Writer.Apply and Reader.Apply 4 年之前
  Pierre.Curto 2b087337a4 work started on tests 4 年之前
  Pierre.Curto fb4a2ec8e1 first v4 commit: tests are not ready. 4 年之前
  Pierre Curto 9085dacd1e Writer: added concurrency support. Fixes #55 5 年之前
  Pierre Curto 5e5eaacf5f Writer: fixed header being improperly reset 5 年之前
  Pierre Curto d34061778c Writer: fixed Reset() not clearing error field 5 年之前
  Pierre Curto d8871004e9 Writer: made compatible with no map scheme for block max size 5 年之前
  Pierre Curto 49654038d5 Writer: initial concurrent version (no tests) 5 年之前
  Pierre Curto e990da5628 Writer: handle internal buffers via sync.Pools 5 年之前
  Pierre Curto 6807fb8d9e block: moved error handling from internal compress functions 5 年之前
  Pierre Curto 21241797f8 lz4.Writer: allocate only if buffer too small. Fixes #52. 5 年之前
  Pierre Curto 1112564638 Regroup static errors into their own file. Minor cosmetic adjustments. 5 年之前
  Pierre Curto b69316ffb4 Added OnBlockDone handlers to the Reader and Writer. 5 年之前
  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. 5 年之前