Historique des commits

Auteur SHA1 Message Date
  Pierre Curto e876bbd321 Merge pull request #72 from cyriltovena/fix-reset il y a 4 ans
  Cyril Tovena f5d4b63b7a Reset hashtable during Writer reset to ensure deterministic output. il y a 4 ans
  Pierre.Curto 65e4285c56 fixed invalid goto in CompressBlock il y a 4 ans
  Pierre.Curto 08cb7fb602 Fixes #71. il y a 4 ans
  Pierre Curto ac37b5b48a Merge pull request #70 from greatroar/hashtable-alloc il y a 4 ans
  greatroar 489205cea9 Fix typo in comment il y a 4 ans
  Pierre Curto 9483c04d89 Merge pull request #69 from greatroar/typo il y a 4 ans
  greatroar 2df7315854 Make the hashTable argument to CompressBlock optional il y a 4 ans
  greatroar 29411845fa Better document hashTable size il y a 4 ans
  greatroar bbd769d4f7 Typo in comment il y a 4 ans
  Pierre Curto cac5ed491e Merge pull request #68 from ivanov/patch-1 il y a 4 ans
  Paul Ivanov af843c9de8 fix typos il y a 4 ans
  Pierre Curto edce7c4c96 Merge pull request #61 from tobgu/master il y a 4 ans
  Tobias Gustafsson b375ca80ec Fix #58, block compression incompatibility with python library il y a 4 ans
  Pierre Curto 9085dacd1e Writer: added concurrency support. Fixes #55 il y a 4 ans
  Pierre Curto 5e5eaacf5f Writer: fixed header being improperly reset il y a 4 ans
  Pierre Curto d34061778c Writer: fixed Reset() not clearing error field il y a 4 ans
  Pierre Curto d8871004e9 Writer: made compatible with no map scheme for block max size il y a 4 ans
  Pierre Curto 8c52d09227 Merge branch 'master' into writer-concurrency il y a 5 ans
  Pierre Curto fbc25c327a Writer: removed zdata field il y a 5 ans
  Pierre Curto 76905933af Rewritten block size constants with a formula. 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 0554902aa7 lz4.Reader: implement io.Seeker. PR #54. Thanks @ianwilkes. il y a 5 ans
  Pierre Curto 645f9b948e Merge pull request #54 from ianwilkes/master il y a 5 ans
  Ian Wilkes aa78dadf73 implement io.Seeker il y a 5 ans
  Ian Wilkes d22e83ee97 add SkipBytes() 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 3953b06bcb DecodeBlock: handle case in shortcut2 where the destination buffer is shorter than 18 bytes. Fixes #51. il y a 5 ans