Historique des commits

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