]> git.ipfire.org Git - thirdparty/zstd.git/shortlog
thirdparty/zstd.git
2016-09-12  inikep.travis.yml: added ubuntu-toolchain-r-test for asan32 363/head
2016-09-12  inikep.travis.yml: restored asan32 test
2016-09-12  inikep.travis.yml: added "sourceline"
2016-09-12  inikepforce Travis to use clang-3.8
2016-09-12  inikep.travis.yml: added gcc-multilib
2016-09-12  inikep.travis.yml: 32-bit clang tests switched to Ubuntu...
2016-09-12  inikeptest-zstd-speed.py: compiler version and MD5 in logs
2016-09-12  inikepappveyor.yml: automatic builds of Windows executables
2016-09-12  Yann Colletmake uninstall
2016-09-12  Yann ColletMerge branch 'dev' of github.com:Cyan4973/zstd into dev
2016-09-09  Yann Colletbetter error handling
2016-09-09  Yann ColletMerge pull request #357 from jrudolph/patch-1
2016-09-09  Johannes RudolphSmallish typo fixes in format documentation 357/head
2016-09-09  Yann ColletMerge branch 'dev' of github.com:facebook/zstd into dev
2016-09-09  Yann Colletchanged streaming decoder behavior : now, when all...
2016-09-09  Yann Colletclarified doc
2016-09-09  Yann ColletMerge pull request #355 from codeshef/dev
2016-09-08  codeshefmodification in line51 355/head
2016-09-08  Yann Colletclarified tests
2016-09-08  Yann ColletMerge branch 'dev' of github.com:facebook/zstd into dev
2016-09-08  Yann Colletupdated decompression streaming example
2016-09-08  Yann ColletMerge pull request #352 from terrelln/dev
2016-09-07  Nick TerrellSpecify that dictionary ID is little-endian 352/head
2016-09-07  Yann ColletMerge branch 'dev' of github.com:facebook/zstd into dev
2016-09-07  Yann Colletsupport large skippable frames
2016-09-07  Yann Colletminor comment
2016-09-07  Yann Colletdon't remove() /dev/null (#316)
2016-09-07  Yann Colletadded comments on searchLength min / max (#337)
2016-09-07  Yann ColletMerge pull request #349 from terrelln/dev
2016-09-07  Nick TerrellFix minor potential narrowing bug 349/head
2016-09-07  Nick TerrellFix invalid narrowing conversion to size_t
2016-09-06  Nick Terrell[pzstd] Add appveyor build commands
2016-09-06  Nick Terrell[pzstd] Compile with minGW 64
2016-09-06  Nick Terrell[pzstd] Changes to compile on VS2015
2016-09-06  Nick Terrell[pzstd] Smart default # of threads (#331)
2016-09-06  Yann Colletintroduced CHECK_E
2016-09-06  Yann Colletintroduced CHECK_F
2016-09-06  Yann Colletclarification dictionary format
2016-09-06  Yann ColletFORCE_INLINE common definition
2016-09-06  Yann Colletmore context-reuse tests
2016-09-06  Yann Colletfixed zbufftest
2016-09-06  Yann Colletfixed checksum
2016-09-06  Yann Colletimproved compression on small files when using same...
2016-09-06  Yann Colletsmall compression speed gains with using_CDict
2016-09-06  Yann Colletclarified streaming decompression inlined doc
2016-09-06  Yann ColletMerge pull request #346 from brendankirby/dev
2016-09-05  Brendan KirbyMerge pull request #1 from brendankirby/readme-fix 346/head
2016-09-05  Brendan KirbyFixes a few grammar issues in the readme file
2016-09-05  Yann ColletZSTD_frameHeaderSize_prefix (#340), as result of ZSTD_i...
2016-09-05  Yann ColletFixed : magic number (#345), reported by @mitchblank
2016-09-05  Yann Colletclarified inline doc for streaming
2016-09-05  Yann Colletupdated NEWS
2016-09-05  Yann ColletMerge pull request #344 from inikep/dev10
2016-09-05  inikepZSTD_decodeLiteralsBlock renamed to ZSTDv01_decodeLiter... 344/head
2016-09-05  inikepZSTD_decodeSeqHeaders renamed to ZSTDv01_decodeSeqHeaders
2016-09-05  inikeplegacy decoders: restored #include <intrin.h> for VC++
2016-09-05  inikepunified error codes for legacy decoders
2016-09-05  Yann ColletMerge pull request #338 from 0-wiz-0/dev
2016-09-05  inikepMerge remote-tracking branch 'refs/remotes/facebook...
2016-09-04  Thomas KlausnerEnable install targets for NetBSD. 338/head
2016-09-03  Yann ColletMerge branch 'dev' of github.com:facebook/zstd into dev
2016-09-03  Yann Colletfixed a few links
2016-09-03  Yann ColletMerge pull request #333 from terrelln/dev
2016-09-03  Nick TerrellFix memory usage issues. 333/head
2016-09-03  Yann Colletremoved g_displayLevel
2016-09-03  Yann ColletMerge branch 'dev' of github.com:facebook/zstd into dev
2016-09-03  Yann Colletclarified dictionary in format description
2016-09-02  Yann ColletMerge pull request #332 from terrelln/dev
2016-09-02  Yann Colletremoved timeb.h (#319)
2016-09-02  Yann Colletg_time => local displayTime
2016-09-02  Nick TerrellAdd optional max size to work queue 332/head
2016-09-02  Nick TerrellUpdate tests to reflect new default options
2016-09-02  Nick TerrellWhen reading from stdin, write to stdout by default
2016-09-02  Nick TerrellClean up compiler warnings + Build pzstd on travis
2016-09-02  Yann Colletfixing FORCE_INLINE for older compilers (#330)
2016-09-02  Yann Colletfixed zstd-pgo (#329) reported by @octoploid
2016-09-02  Yann ColletMerge pull request #327 from terrelln/dev
2016-09-02  Nick TerrellPut libzstd last 327/head
2016-09-02  Nick TerrellAdd zstd/lib in includes
2016-09-02  Nick TerrellPut linker -l commands at the end
2016-09-02  Nick TerrellRemove if statement, make language cpp
2016-09-02  Nick TerrellUpdate travis-ci g++ for pzstds job
2016-09-02  Nick TerrellMerge remote-tracking branch 'upstream/dev' into dev
2016-09-02  Nick TerrellFix up Makefiles, and fix include issues compiling...
2016-09-02  Yann ColletMerge branch 'dev' of github.com:Cyan4973/zstd into dev
2016-09-02  Yann Colletzbufftest only depends on standard C time.h
2016-09-02  Yann ColletMerge pull request #326 from terrelln/dev
2016-09-02  Nick TerrellMinor tweaks to pzstd graph 326/head
2016-09-02  Nick TerrellUpdate scale for compression speed graph
2016-09-02  Yann Colletzstd cli correctly detects console on Mac OS-X
2016-09-02  Yann ColletMerge pull request #325 from terrelln/dev
2016-09-01  Yann Colletzstreamtest depends only on standard C time.h
2016-09-01  Nick TerrellRandomize tests so travis-ci tests can check for existi... 325/head
2016-09-01  Nick TerrellUpdate travis-ci config to include pzstd
2016-09-01  Nick TerrellGet ready to add tests to travis-ci
2016-09-01  Yann Colletbumped version number
2016-09-01  Yann Colletchanged test to avoid issue #316 (reported by John...
2016-09-01  Nick TerrellRemove old benchmark code
2016-09-01  Nick TerrellFix small README things
2016-09-01  Nick TerrellAdd PZstandard to contrib/
next