Historial de Commits

Autor SHA1 Mensaje Fecha
  Pierre Curto e876bbd321 Merge pull request #72 from cyriltovena/fix-reset hace 4 años
  Cyril Tovena f5d4b63b7a Reset hashtable during Writer reset to ensure deterministic output. hace 4 años
  Pierre.Curto 65e4285c56 fixed invalid goto in CompressBlock hace 4 años
  Pierre.Curto 08cb7fb602 Fixes #71. hace 4 años
  Pierre Curto ac37b5b48a Merge pull request #70 from greatroar/hashtable-alloc hace 4 años
  greatroar 489205cea9 Fix typo in comment hace 4 años
  Pierre Curto 9483c04d89 Merge pull request #69 from greatroar/typo hace 4 años
  greatroar 2df7315854 Make the hashTable argument to CompressBlock optional hace 4 años
  greatroar 29411845fa Better document hashTable size hace 4 años
  greatroar bbd769d4f7 Typo in comment hace 4 años
  Pierre Curto cac5ed491e Merge pull request #68 from ivanov/patch-1 hace 4 años
  Paul Ivanov af843c9de8 fix typos hace 4 años
  Pierre Curto edce7c4c96 Merge pull request #61 from tobgu/master hace 4 años
  Tobias Gustafsson b375ca80ec Fix #58, block compression incompatibility with python library hace 4 años
  Pierre Curto 9085dacd1e Writer: added concurrency support. Fixes #55 hace 4 años
  Pierre Curto 5e5eaacf5f Writer: fixed header being improperly reset hace 4 años
  Pierre Curto d34061778c Writer: fixed Reset() not clearing error field hace 4 años
  Pierre Curto d8871004e9 Writer: made compatible with no map scheme for block max size hace 4 años
  Pierre Curto 8c52d09227 Merge branch 'master' into writer-concurrency hace 5 años
  Pierre Curto fbc25c327a Writer: removed zdata field hace 5 años
  Pierre Curto 76905933af Rewritten block size constants with a formula. hace 5 años
  Pierre Curto 49654038d5 Writer: initial concurrent version (no tests) hace 5 años
  Pierre Curto e990da5628 Writer: handle internal buffers via sync.Pools hace 5 años
  Pierre Curto 6807fb8d9e block: moved error handling from internal compress functions hace 5 años
  Pierre Curto 0554902aa7 lz4.Reader: implement io.Seeker. PR #54. Thanks @ianwilkes. hace 5 años
  Pierre Curto 645f9b948e Merge pull request #54 from ianwilkes/master hace 5 años
  Ian Wilkes aa78dadf73 implement io.Seeker hace 5 años
  Ian Wilkes d22e83ee97 add SkipBytes() hace 5 años
  Pierre Curto 21241797f8 lz4.Writer: allocate only if buffer too small. Fixes #52. hace 5 años
  Pierre Curto 3953b06bcb DecodeBlock: handle case in shortcut2 where the destination buffer is shorter than 18 bytes. Fixes #51. hace 5 años