]> git.ipfire.org Git - thirdparty/zstd.git/shortlog
thirdparty/zstd.git
2019-10-16  Yann Colletremoved wildcopy8() 1826/head
2019-10-15  Yann Colletminor comments & refactoring
2019-10-14  Yann ColletMerge pull request #1731 from chungy/stdin_nochmod
2019-10-14  Yann ColletMerge pull request #1792 from dmitri-shubin/dev
2019-10-14  Yann ColletMerge pull request #1812 from senhuang42/output-dir...
2019-10-14  Yann ColletMerge pull request #1823 from vangyzen/fwrite_errno
2019-10-10  Yann ColletMerge pull request #1760 from bimbashrestha/extract_seq...
2019-10-10  Eric van GyzenInclude errno in all fwrite error messages in fileio.c 1823/head
2019-10-09  Sen HuangOnly check for filename collisions when using --output... 1812/head
2019-10-08  Nick TerrellMerge pull request #1820 from mhlakhani/dev
2019-10-08  Hasnain LakhaniAdd OSS-Fuzz fuzzing badge 1820/head
2019-10-08  Sen HuangCasting to void* to avoid C4090 warnings
2019-10-08  Sen HuangSuppress C4090 warning
2019-10-08  Sen HuangHopefully fix VS compiler warning
2019-10-03  Sen HuangChanged function name, fix test
2019-10-03  Sen HuangNow constructs final destination path without allocatin...
2019-10-03  Bimba ShresthaManually moving instead of memcpy on decoder and using... 1760/head
2019-10-03  Bimba ShresthaCleaning sequence parsing logic
2019-10-02  Sen HuangAddressed comments on malloc
2019-10-02  Sen HuangStatic analyze fix
2019-10-02  Sen HuangCI Tests fix
2019-10-02  Sen HuangRemoved strdup() dependency
2019-10-02  Sen HuangModified message
2019-10-02  Sen HuangAdd support for --output-dir-flat
2019-09-27  Bimba ShresthaTypo fix
2019-09-26  Bimba ShresthaFixing appveyor test
2019-09-26  Bimba ShresthaFixing shortest failure
2019-09-26  Bimba ShresthaAdding more realistic test for get sequences
2019-09-24  Yann Colletbump version number to v1.4.4
2019-09-23  Bimba ShresthaReplacing assert with memory_allocation error code...
2019-09-23  Bimba ShresthaAdding test and null check for malloc
2019-09-23  Yann ColletMerge pull request #1808 from davidbolvansky/highset...
2019-09-23  Dávid BolvanskýFixed one more place 1808/head
2019-09-23  Dávid BolvanskýUse clz ^ 31 instead of 31 - clz; better codegen for GCC
2019-09-22  Nick TerrellMerge pull request #1804 from terrelln/wild-and-fast
2019-09-21  Nick TerrellAdd UNUSED_ATTR to ZSTD_storeSeq() 1804/head
2019-09-20  Nick TerrellHINT_INLINE ZSTD_storeSeq()
2019-09-20  Bimba ShresthaPassing in dummy dst buffer of compressbound(srcSize)
2019-09-20  Felix HandteMerge pull request #1806 from felixhandte/estimate...
2019-09-20  Nick TerrellRemove literals overread in ZSTD_storeSeq() for ~neutra...
2019-09-20  W. Felix HandteUpdate Comment on `ZSTD_estimateCCtxSize()` 1806/head
2019-09-20  Nick TerrellFix bounds check in ZSTD_storeSeq()
2019-09-20  Nick TerrellFix too strict assert
2019-09-20  Nick Terrell[tests] Fix decodecorpus
2019-09-20  Nick TerrellPass iend into ZSTD_storeSeq() to allow ZSTD_wildcopy()
2019-09-20  Nick TerrellWiden ZSTD_wildcopy to 32 bytes
2019-09-20  Nick TerrellOptimize decompression and fix wildcopy overread
2019-09-19  Bimba ShresthaAddressing comments
2019-09-19  Nick TerrellMerge pull request #1801 from terrelln/int-max
2019-09-18  Yann ColletMerge pull request #1802 from bimbashrestha/rle_block_b...
2019-09-18  Bimba Shresthaadding bit container size 1802/head
2019-09-18  Bimba ShresthaAdding 4 blocks to FSE_BLOCKBOUND() in lib/common ...
2019-09-18  Yann ColletMerge pull request #1756 from mgrice/dev
2019-09-18  Nick Terrell[test] Test the bounds of ZSTD_c_srcSizeHint 1801/head
2019-09-18  Bimba ShresthaCasting void pointer to ZSTD_Sequence pointer
2019-09-17  Yann ColletMerge pull request #1798 from facebook/refac_fast
2019-09-17  Yann Colletminor refactor of ZSTD_fast 1798/head
2019-09-17  Felix HandteMerge pull request #1783 from felixhandte/mtime-nsec
2019-09-16  Bimba ShresthaResolving appveyor test failure implicit conversion
2019-09-16  Bimba ShresthaMerge branch 'extract_sequences_api' of https://github...
2019-09-16  Bimba ShresthaHandling memory leak and potential side effect
2019-09-16  Bimba ShresthaMerge branch 'dev' into extract_sequences_api
2019-09-16  Felix HandteMerge pull request #1780 from felixhandte/workspace...
2019-09-16  W. Felix HandteDon't Include `sanitizer/msan_interface.h`, Since Not... 1780/head
2019-09-16  Bimba ShresthaBailing early when collecting sequences and documentation
2019-09-16  Dmitri ShubinDon't hardcode installation directories in CMakeLists.txt 1792/head
2019-09-15  Nick TerrellMerge pull request #1791 from terrelln/doc-up
2019-09-15  Nick Terrell[libzstd] Improve advanced API docs 1791/head
2019-09-13  Nick TerrellMerge pull request #1789 from terrelln/larger-fuzz
2019-09-13  Nick Terrell[fuzz] Fix leak in block_round_trip 1789/head
2019-09-13  Yann ColletMerge pull request #1784 from bimbashrestha/fse_block_b...
2019-09-13  Nick TerrellMerge pull request #1785 from terrelln/larger-fuzz
2019-09-12  Bimba ShresthaAdded assert to BIT_flushBits() 1784/head
2019-09-12  Nick Terrell[fuzz] Generate seed data up to 256KB 1785/head
2019-09-12  Bimba ShresthaRearranging assert and allowing 4 extra for FSE_BLOCKBO...
2019-09-12  Nick TerrellMerge pull request #1781 from darxsys/improvDataGen
2019-09-12  W. Felix HandteFormatting and Clean Up 1783/head
2019-09-12  Dario PavlovicMerge branch 'improvDataGen' of github.com:darxsys... 1781/head
2019-09-12  Dario PavlovicIt's time for all of rng seed code to go. Goodbye
2019-09-12  Dario PavlovicUpdate tests/fuzz/fuzz_data_producer.h
2019-09-12  Dario PavlovicUse range instead of the generic uint32 method to use...
2019-09-12  Yann Colletignore dictionary artifacts
2019-09-12  W. Felix HandteSet M-Time Nanoseconds
2019-09-12  Felix HandteMerge pull request #1708 from neheb/dev
2019-09-11  W. Felix HandteShrink Table Valid End During Alloc Alignment / Phase...
2019-09-11  W. Felix HandteAdd Assertions to Confirm that Workspace Pointers are...
2019-09-11  W. Felix Handte`__msan_poison()` Workspace When Preparing for Re-Use
2019-09-11  W. Felix HandteFix Memory Leak in Test
2019-09-11  W. Felix HandteFix Compilation Error (`uint32_t` -> `size_t`)
2019-09-11  W. Felix HandteSpeed Up Test a Little
2019-09-11  W. Felix HandteAdd Fuzzer Test Case for Index Reduction
2019-09-11  W. Felix HandteZero `h3size` When `h3log` is 0
2019-09-11  Dario PavlovicCombining fuzz_data_producer restrict calls into a...
2019-09-11  W. Felix HandteAlso Shrink Clean Table Area When Reducing Indices
2019-09-11  W. Felix HandteUpdate DEBUGLOG Statements
2019-09-11  W. Felix HandteShrink Clean Table Area When Copying Table Contents...
2019-09-10  Dario PavlovicAll tests should give some portion of data to the produ...
2019-09-10  Dario PavlovicMerge branch 'dev' into improvDataGen
2019-09-10  Dario Pavlovic[Fuzz] Improve data generation #1723
2019-09-10  W. Felix HandteComments
next