]> git.ipfire.org Git - thirdparty/zstd.git/shortlog
thirdparty/zstd.git
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 :)
2019-10-21  Sen HuangTrailing comma
2019-10-21  Sen HuangMerge branch 'dev' of github.com:senhuang42/zstd into...
2019-10-21  Sen Huangmerge
2019-10-21  Sen HuangFix bad merge
2019-10-21  Nick TerrellMerge pull request #1831 from terrelln/zstdmt-bad-memset
2019-10-21  Sen Huangmerge
2019-10-21  Yann ColletMerge pull request #1834 from facebook/winFix
2019-10-21  Yann Colletturned off zlib tests during msan 1834/head
2019-10-21  Sen HuangAdded multiplier, renamed new enum to something more...
2019-10-21  Sen HuangUpdated forceAttachDict param bounds
2019-10-21  Sen HuangAdd enum to decision process
2019-10-21  Sen HuangAdded support for forcing new CDict behavior and update...
2019-10-21  Sen HuangChanged to int from BYTE
2019-10-21  Sen HuangChanged to int from BYTE
2019-10-21  Sen HuangTrailing whitespace
2019-10-21  Sen HuangFix test
2019-10-21  Sen HuangCast to BYTE to appease appveyor
2019-10-21  Sen Huangmerge conflicts round 2
2019-10-21  Sen Huangformatting
2019-10-21  Sen HuangFix error
2019-10-21  Sen HuangAdd compressionlevel to cdict
2019-10-21  Yann Colletminor refactor of FIO_compressGzFrame()
2019-10-21  Felix HandteMerge pull request #1795 from felixhandte/workspace...
2019-10-21  Sen HuangUpdated forceAttachDict param bounds
2019-10-20  Sen HuangAdd enum to decision process
2019-10-20  Sen HuangAdded support for forcing new CDict behavior and update...
2019-10-19  Yann ColletMerge pull request #1835 from facebook/format034
2019-10-19  Yann Colletclarifications for the FSE decoding table 1835/head
2019-10-19  Yann ColletMerge branch 'dev' of github.com:facebook/zstd into dev
2019-10-19  Yann Colletadded mode documentation on ZSTD_CLEVEL
2019-10-19  Yann Colletfixed visual defined test
2019-10-19  Yann Colletremoved Visual warning
2019-10-18  Nick TerrellMerge pull request #1832 from terrelln/fuzz-stream-fix
2019-10-18  Yann Colletfix function cast warning on Windows with gcc9
2019-10-18  Yann Colletupdated windows binary resources
2019-10-18  Yann Colletvalidated 'make test' for mingw environment
2019-10-18  Yann Colletmade `make check` faster
2019-10-18  Nick Terrell[zstdmt] Don't memset the jobDescription 1831/head
2019-10-18  Nick Terrell[threading] Add debug utilities
2019-10-18  Yann Colletminor appveyor test script fix
2019-10-18  Yann Colletattempt to run 'make check' tests on Appveyor
2019-10-18  Yann Colletfix test on windows
2019-10-18  Nick Terrell[fuzz] Increase output buffer size of stream_round_trip 1832/head
2019-10-18  Yann Colletrewrite FIO_createFilename_fromOutDir()
2019-10-17  Yann Colletfix : no output file opened in test mode
2019-10-17  Yann Colletremoved regular file test on Windows
2019-10-17  Yann Colletimproved test mode `-t`
2019-10-17  Yann Colletrefactored FIO_compressMultipleFilenames() prototype
2019-10-17  Yann Colletfixed multiple implicit casts
2019-10-17  Yann Collettests: can override isTerminal with environment variable
2019-10-17  Yann Colletfixed isSameFile()
2019-10-17  Yann Colletfix harness test
2019-10-17  Yann Colletfixed dict ptr init
2019-10-17  Yann Colletminor refactoring of harness
2019-10-17  Yann Colletminor: DIFF determination
2019-10-17  Yann Colletforce compression during tests
2019-10-17  Yann Colletfix several cast
2019-10-17  Yann Colletfix incorrect dictName/FileName comparison on Windows
2019-10-17  Yann ColletMerge branch 'dev' of github.com:facebook/zstd into dev
2019-10-17  Yann Colletignore build artifact from educational decoder test
2019-10-17  Yann ColletMerge pull request #1827 from facebook/dm_Dct
2019-10-17  Yann Colletremoved UNALIGNED() macro from educational decoder
2019-10-17  Yann ColletMerge pull request #1828 from bimbashrestha/education_d...
2019-10-16  Yann ColletMerge pull request #1815 from facebook/zlibwrap
2019-10-16  Yann ColletMerge pull request #1826 from facebook/noWild8
2019-10-16  Bimba ShresthaRemoving unnecessary check from decode side 1828/head
2019-10-16  Yann Colletupdated erroneous comments using ZSTD_dm_* 1827/head
2019-10-16  Yann Colletremoved wildcopy8() 1826/head
2019-10-16  Sen HuangChanged to int from BYTE
2019-10-16  Sen HuangChanged to int from BYTE
2019-10-16  Sen HuangTrailing whitespace
2019-10-16  Sen HuangFix test
2019-10-15  Yann Colletminor comments & refactoring
2019-10-15  Sen HuangCast to BYTE to appease appveyor
2019-10-15  Sen Huangmerge conflicts round 2
2019-10-15  Sen Huangmerge conflict
2019-10-15  Sen Huangformatting
2019-10-15  Sen HuangFix error
2019-10-15  Sen HuangAdd compressionlevel to cdict
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  W. Felix HandteFix CCtx Size Estimation 1795/head
2019-10-10  W. Felix HandteExpand Default Redzone Size
2019-10-10  W. Felix HandteCheck if CCtx in Workspace after Null Check
2019-10-10  W. Felix HandteDeclare the ASAN Functions We Need, Don't Include the...
2019-10-10  W. Felix HandteStop Allocating Extra Space for Table Redzones
2019-10-10  W. Felix HandteDon't Try to Redzone the Tables
2019-10-10  W. Felix HandteFix Workspace Size Calculation
2019-10-10  W. Felix HandteFix ZSTD_sizeof_matchState() Calculation
2019-10-10  W. Felix HandteAvoid ASAN Failure in ZSTD_cwksp_free()
2019-10-10  W. Felix HandteRefactor Freeing CCtxes / CDicts Inside Workspaces
2019-10-10  W. Felix HandteSurround Workspace Allocs with Dead Zone
2019-10-10  W. Felix HandteAdd `ZSTD_cwksp_alloc_size()` to Help Calculate Needed...
2019-10-10  W. Felix HandteStop Assuming Tables are Adjacent
2019-10-10  W. Felix HandtePoison Unused Workspace Memory
next