Commit History

Author SHA1 Message Date
  Stephen Kitt adb54293ab Stop using deprecated reset?Stream functions 3 years ago
  Nick Terrell 66e811d782 [license] Update year to 2021 3 years ago
  Yann Collet 2477968ee7 fix gcc-10 aliasing warning in zlib_wrapper 3 years ago
  Nick Terrell b2ca26b101 [zlibWrapper] Only use public zstd functions 3 years ago
  Nick Terrell b09ec5c2b9 Remove MEM_STATIC_ASSERT and use DEBUG_STATIC_ASSERT instead 4 years ago
  Nick Terrell a686d306d2 Rename ZSTD_{malloc,calloc,free} to ZSTD_custom{Malloc,Calloc,Free} 4 years ago
  Nick Terrell ac58c8d720 Fix copyright and license lines 4 years ago
  Nick Terrell b1ec94e63c Fix ZSTD_f_zstd1_magicless for small data 4 years ago
  Yann Collet 69c9401932 simplified Makefile 5 years ago
  Yann Collet cb18fffe65 enforce C90 compatibility for zlibWrapper 5 years ago
  Yann Collet 2e7fd6a2cb fixed remaining searchLength invocations 5 years ago
  Yann Collet b83d1e7714 removed some `static const` variables 5 years ago
  Yann Collet ca1a9ebac5 fixed zlib wrapper 7 years ago
  Yann Collet 3128e03be6 updated license header 7 years ago
  Yann Collet 232d62b637 fixed a few headers that were too hastily copy/pasted during last license change 7 years ago
  Yann Collet 32fb407c9d updated a bunch of headers 7 years ago
  Yann Collet 33a7e679e5 significant zlib wrapper code refactoring 7 years ago
  Yann Collet 4effccbf56 zlib_wrapper's uncompress() uses ZSTD_isFrame() for routing 7 years ago
  Yann Collet dcb7535352 ensure zlibwrapper uses ZSTD_malloc() and ZSTD_free() 7 years ago
  Yann Collet ae728a43b8 removed defaultCustomMem 7 years ago
  Przemyslaw Skibinski 502966ab9c zlibWrapper: added the totalInBytes flag - we need it as strm->total_in can be reset by user 7 years ago
  Przemyslaw Skibinski c9512db301 gzcompatibility.h updated to zlib 1.2.11 7 years ago
  Przemyslaw Skibinski 5edab91bbb get_crc_table only with ZLIB_VERNUM >= 0x1270 7 years ago
  Przemyslaw Skibinski 5b114d3c01 zlibWrapper: added get_crc_table 7 years ago
  Yann Collet 9ceb49e097 fixed zlib_wrapper conversion warnings 7 years ago
  Yann Collet ba75e9d8c3 fix : zlib wrapper compile in gnu90 mode 7 years ago
  Przemyslaw Skibinski eee427ee25 fixed fitblk 7 years ago
  Przemyslaw Skibinski edd3e2a834 Z_TREES only with ZLIB_VERNUM >= 0x1240 7 years ago
  Przemyslaw Skibinski 3bf9a72d95 experimental support for gz* functions 7 years ago
  Przemyslaw Skibinski 6cecb35f98 zwrapbench uses z_const 7 years ago