]> git.ipfire.org Git - thirdparty/zstd.git/shortlog
thirdparty/zstd.git
2019-10-28  Yann Colletupdated UTIL_createFileNamesTable() inline documentation
2019-10-28  Yann Colletadded symlink test for --filelist=FILE
2019-10-28  Yann Colletreturn final `\0` directly from readLine()
2019-10-28  Yann Colletchange command name to `--filelist=`
2019-10-28  Yann ColletMerge branch 'dev' into ahmed_file
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 Colletyet another minor visual conversion warning
2019-10-26  Yann Colletfixed another minor conversion warning on Visual
2019-10-26  Yann Colletfix minor conversion warning on 32-bit
2019-10-26  Yann Colletminor cosmetic refactoring
2019-10-26  Yann ColletMerge pull request #1847 from facebook/zlibwrap_visual
2019-10-26  Yann Colletno need to track tableBuf
2019-10-26  Yann Collettest resilience on garbage file
2019-10-25  Yann Colletimproved --file=FILE implementation
2019-10-25  W. Felix HandteIn pkg-config File, Derive Lib and Include Dir from... 1851/head
2019-10-25  W. Felix HandteMinor Fixes 1848/head
2019-10-25  Yann ColletMerge pull request #1844 from AhmedAbdellah19/adding_re...
2019-10-25  Yann ColletMerge pull request #1845 from facebook/zbuff
2019-10-25  Ahmed Abdellahadding some functional tests 1844/head
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  Ahmed Abdellahfixing free const char** filenamesTable
2019-10-24  Yann ColletMerge pull request #1839 from bimbashrestha/named_pipes
2019-10-24  Ahmed Abdellahfixing type conversion error
2019-10-24  Ahmed Abdellahfixing AppVeyor errors
2019-10-24  Ahmed Abdellahfixing some warning
2019-10-24  Ahmed Abdellahfixing some warning
2019-10-24  Ahmed Abdellahfixing newTable issues and some warnings
2019-10-24  Ahmed Abdellahremoving extra logs
2019-10-24  Ahmed Abdellahfixing continuous integeration errors and removing...
2019-10-24  Ahmed Abdellahfixing c90 issue in util.c cont.
2019-10-24  Ahmed Abdellahfixing c90 issue in util.c cont. again
2019-10-24  Ahmed Abdellahfixing c90 issue in util.c cont.
2019-10-24  Ahmed Abdellahfixing c90 issue in util.c
2019-10-24  Ahmed Abdellahfixing memory leak issue and removing c90 issue
2019-10-23  Ahmed Abdellahsolving the rest of C90 issues in defining local varia...
2019-10-23  Ahmed Abdellahsolving C90 issues in defining local variables in middl...
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  AhmedAbdellah19Merge branch 'dev' into adding_read_files_from_file_feature
2019-10-23  Bimba ShresthaMoving arm64 test outside the meson scope 1841/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 :)
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 ColletAdded --output-dir-flat= 1836/head
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
next