Skip to content
Snippets Groups Projects
  1. Apr 07, 2021
  2. Apr 06, 2021
  3. Apr 02, 2021
    • Nick Terrell's avatar
      Merge pull request #2541 from ihsinme/patch-1 · 8383fc82
      Nick Terrell authored
      simple fix for using bit operator.
      8383fc82
    • Niclas Rosenvik's avatar
      Stop complaining about hash tool not found · e7647180
      Niclas Rosenvik authored
      If build_dir is set the zstd build complains about md5sum not being found.
      Fix this by checking if build_dir is set before checking and using the hash tool
      just like in lib/Makefile .
      e7647180
    • sen's avatar
      [cwksp] Align all allocated "tables" and "aligneds" to 64 bytes (#2546) · 980f3bbf
      sen authored
      * Perform 64-byte alignment of wksp tables and aligneds internally
      
      * Clean up cwskp_finalize() function to only do two allocs
      
      * Refactor aligned/buffer reservation code, remove ASAN req for alignment reservations
      
      * Change from allocating 128 bytes always to allocating only buffer space as needed for tables/aligned
      
      * Back out aligned/table reservation order restriction
      
      * Add stricter bounds for new/resized wksps, fix comment in zstd_cwksp.h
      980f3bbf
  4. Mar 31, 2021
    • sen's avatar
      Fix repcode-related OSS-fuzz issues in block splitter (#2560) · 255925c2
      sen authored
      * Do not emit last partitions of blocks as RLE/uncompressed
      
      * Fix repcode updates within block splitter
      
      * Add a entropytables confirm function, redo ZSTD_confirmRepcodesAndEntropyTables() for better function signature
      
      * Add a repcode updater to block splitter, no longer need to force emit compressed blocks
      255925c2
  5. Mar 30, 2021
  6. Mar 26, 2021
  7. Mar 25, 2021
  8. Mar 24, 2021
  9. Mar 22, 2021
Loading