]> git.ipfire.org Git - thirdparty/zstd.git/shortlog
thirdparty/zstd.git
2019-11-08  Sen HuangRemove mixed declarations 1858/head
2019-11-08  Sen HuangFix static analyze error, use proper bounds for dictEnd
2019-11-08  Sen HuangMove asserts to loadZstdDictionary()
2019-11-08  Sen HuangExpose ZSTD_reset_compressedBlockState() to shared API
2019-11-08  Sen HuangAdd error forwarding to loadCEntropy(), make check...
2019-11-08  Sen HuangRemove redundant comment
2019-11-08  Sen HuangUse ZSTD Error codes, improve explanation of ZSTD_loadC...
2019-11-08  Sen HuangIntegrated refactor into getDictHeaderSize, now passes...
2019-11-08  Sen HuangFirst working pass at refactor of loadZstdDictionary()
2019-11-08  Sen HuangRevert "Move decompress symbols into zstd_internal...
2019-11-08  Sen HuangMove decompress symbols into zstd_internal.h, remove...
2019-11-08  Sen HuangChecks malloc() for failure, returns 0 if so
2019-11-08  Sen HuangChange to heap allocation, remove implicit type conversion
2019-11-08  Sen HuangAdded 2 unit tests: one for sanity, one for correctness...
2019-11-08  Sen HuangAdd ZDICT_getHeaderSize()
2019-11-06  Yann Colletadded target zstd-dictBuilder
2019-11-06  Felix HandteMerge pull request #1873 from felixhandte/make-overlap...
2019-11-06  Felix HandteMerge pull request #1843 from moozzyk/issue-1637
2019-11-06  Felix HandteMerge pull request #1869 from bket/openbsd
2019-11-06  Felix HandteMerge pull request #1870 from bket/portable
2019-11-06  W. Felix HandteFix #1861: Restrict overlapLog Parameter When Not Built... 1873/head
2019-11-06  Björn Ketelaars'date -r FILE' is non-portable. 1870/head
2019-11-06  Björn Ketelaars'head -c BYTES' is non-portable. 1869/head
2019-11-05  Yann ColletMerge pull request #1867 from bimbashrestha/dict_load_f...
2019-11-05  Bimba ShresthaReplacing some literals with constants 1867/head
2019-11-04  Bimba ShresthaMerge pull request #15 from facebook/dev
2019-11-04  Yann Colletupdate table benchmark with zstd v1.4.4
2019-11-02  Nick TerrellMerge pull request #1864 from terrelln/dict-fix 1865/head
2019-11-01  Nick TerrellFix 2 bugs in dictionary loading 1864/head
2019-11-01  Nick Terrell[fuzz] Add dictionary_loader fuzzer
2019-10-31  Yann Colletfixed zlibwrapper build script 1859/head
2019-10-30  Yann ColletMerge pull request #1860 from senhuang42/streaming_comp...
2019-10-30  Sen HuangMake sure contentsize is known 1860/head
2019-10-30  Felix HandteMerge pull request #1857 from 0x123456789A/link-shared
2019-10-30  Yann ColletMerge pull request #1850 from bimbashrestha/named_pipes
2019-10-30  Yann Colletupdated CHANGELOG for v1.4.4
2019-10-30  Yann ColletMerge pull request #1855 from shashank0791/shtavi-filte...
2019-10-29  Shashank TavildarRemoved the optimization check 1855/head
2019-10-29  Shashank TavildarChanged extension comparision logic, added new test...
2019-10-29  Shashank TavildarAdded check to perform comparison only if extension...
2019-10-29  Shashank TavildarCreated utility function to extract extension from...
2019-10-29  Shashank TavildarDeleting test directory before creation to pass travis...
2019-10-29  Bimba ShresthaMerge branch 'named_pipes' of https://github.com/bimbas... 1850/head
2019-10-29  Bimba ShresthaRemoving merge side effect
2019-10-29  0x123456789AFixed check for building programs statically 1857/head
2019-10-29  0x123456789AConsider ZSTD_PROGRAMS_LINK_SHARED
2019-10-29  0x123456789AIntroduce ZSTD_PROGRAMS_LINK_SHARED
2019-10-29  Shashank TavildarMinor fixes in test
2019-10-29  Bimba ShresthaMerge branch 'dev' into named_pipes
2019-10-29  Bimba ShresthaRemoving Visual08 and Visual10 tests
2019-10-29  Nick TerrellMerge pull request #1856 from terrelln/assert-fix
2019-10-29  Shashank TavildarAddressing comments, removing cyclic dependency with...
2019-10-29  Nick TerrellFix assert in ZSTD_safecopy 1856/head
2019-10-28  Shashank TavildarFixing tests and moving flag to advanced usage 1852/head
2019-10-28  Shashank TavildarResolving local merge conflicts
2019-10-28  Shashank TavildarAddressing comments: -Created a list of extensions...
2019-10-28  Shashank TavildarAdded --exclude-compressed flag feature that skips...
2019-10-28  Yann ColletMerge branch 'dev' of github.com:facebook/zstd into dev
2019-10-28  Yann Colletupdated CHANGELOG for v1.4.4
2019-10-28  Felix HandteMerge pull request #1851 from felixhandte/pkg-config...
2019-10-28  Yann Colletupdated API inline doc and manual
2019-10-28  Yann ColletMerge pull request #1848 from felixhandte/tzst-ext-tmp
2019-10-26  Yann ColletMerge pull request #1847 from facebook/zlibwrap_visual
2019-10-25  Shashank TavildarAdded --exclude-compressed flag feature that skips...
2019-10-25  Bimba ShresthaMerge branch 'master' of https://github.com/bimbashrest...
2019-10-25  Bimba ShresthaGating named pipe support in hedaer file
2019-10-25  Bimba ShresthaCleaning up gate and adding comment to flag
2019-10-25  W. Felix HandteIn pkg-config File, Derive Lib and Include Dir from... 1851/head
2019-10-25  Bimba ShresthaMerge pull request #8 from bimbashrestha/appveyorTest
2019-10-25  Bimba ShresthaRunning playtests.sh on PRs too
2019-10-25  Bimba ShresthaGating named file support on windows
2019-10-25  W. Felix HandteMinor Fixes 1848/head
2019-10-25  Yann ColletMerge pull request #1845 from facebook/zbuff
2019-10-25  W. Felix HandteAdd Tests
2019-10-25  W. Felix HandteFix Build; Refactor
2019-10-24  Yann Colletfix zlibWrapper for Visual Studio 1847/head
2019-10-24  Felix HandteMerge pull request #1790 from stokito/tzst-ext
2019-10-24  Felix HandteMerge branch 'tzst-ext-tmp' into tzst-ext 1790/head
2019-10-24  Yann ColletMerge pull request #1841 from bimbashrestha/travis
2019-10-24  Yann ColletMerge pull request #1839 from bimbashrestha/named_pipes
2019-10-23  Yann ColletMerge pull request #1824 from senhuang42/new_path_for_cdict
2019-10-23  Yann Colletimprove deprecation warning macro 1845/head
2019-10-23  Bimba ShresthaMoving arm64 test outside the meson scope 1841/head
2019-10-23  moozzykTake ZSTD_parameters as a const pointer 1843/head
2019-10-23  Nick TerrellMerge pull request #1840 from terrelln/regression-fix
2019-10-23  Bimba ShresthaAdding arm64 make check
2019-10-23  Yann Colletadded documentation on DYNAMIC_BMI2 build macro
2019-10-23  Bimba ShresthaMerge pull request #4 from facebook/dev
2019-10-23  Bimba ShresthaAdding shell test and removing bash test file 1839/head
2019-10-22  Yann ColletMerge pull request #1838 from facebook/fixAdvanced
2019-10-22  Bimba ShresthaAdding bash test for named pipes
2019-10-22  Nick Terrell[regression] Fix the old streaming regression test 1840/head
2019-10-22  Bimba ShresthaAllowing named pipes to go through zstdcli
2019-10-22  Yann ColletMerge pull request #1836 from facebook/dirFlat2
2019-10-22  Yann Colletfix initCStream_advanced() for fast strategies 1838/head
2019-10-22  Yann Colletupdate documentation on deprecated functions
2019-10-22  Nick TerrellMerge pull request #1837 from terrelln/magic-isnt-real
2019-10-22  Nick TerrellFix ZSTD_f_zstd1_magicless for small data 1837/head
2019-10-21  Sen Huang((x or y) or z) == (x or y or z), remove brackets 1824/head
2019-10-21  Sen HuangLine up comments :)
next