]> git.ipfire.org Git - thirdparty/zstd.git/shortlog
thirdparty/zstd.git
2018-05-18  fbrosson__builtin_prefetch did probably not exist before gcc... 1139/head
2018-05-18  Yann ColletMerge pull request #1140 from fbrosson/cpu-asm
2018-05-18  fbrossonDrop colon in asm snippet to make old versions of gcc... 1140/head
2018-05-15  Yann ColletMerge pull request #1135 from facebook/frameCSize
2018-05-15  Yann ColletMerge pull request #1136 from terrelln/fix
2018-05-15  Nick TerrellFix failing Travis tests 1136/head
2018-05-15  Yann ColletMerge pull request #1127 from facebook/staticDictCost
2018-05-14  Yann Colletdecompress: changed error code when input is too large 1135/head
2018-05-14  Yann ColletMerge pull request #1131 from facebook/zstdcli
2018-05-14  Yann ColletMerge pull request #1130 from facebook/man
2018-05-14  Yann ColletMerge pull request #1129 from facebook/paramgrill
2018-05-14  Yann ColletMerge pull request #1133 from felixhandte/travis-fix
2018-05-14  W. Felix HandteTravis CI Runs apt-get Update 1133/head
2018-05-14  Yann Colletparamgrill: use NB_LEVELS_TRACKED in loop 1129/head
2018-05-12  Yann Colletcli: control numeric argument overflow 1131/head
2018-05-12  Yann Colletminor : factor out errorOut()
2018-05-12  Yann Colletfix #1115 1130/head
2018-05-12  Yann Colletparamgrill: subtle change in level spacing
2018-05-12  Yann Colletadded programmable constraints
2018-05-12  Yann Colletgeneralized use of readU32FromChar()
2018-05-11  Yann Colletreplaced FSE_count by FSE_count_simple 1127/head
2018-05-11  Yann ColletMerge pull request #1128 from facebook/libdir
2018-05-11  Yann Colletminor patch, ensuring LIBDIR is created before installation 1128/head
2018-05-11  Yann Colletfixed wrong assertion
2018-05-11  Yann Colletfixed c++ conversion warning
2018-05-11  Yann Colletminor adjusting of weights
2018-05-11  Yann Colletopt: init statistics from dictionary
2018-05-10  Yann Colletbtopt : minor adjustment of update frequencies
2018-05-10  Yann ColletMerge pull request #1123 from baruchsiach/fix-install-pc
2018-05-09  Yann Colletopt: minor improvements to log traces
2018-05-09  Yann Colletfixed declaration-after-statement warning
2018-05-09  Yann Colletadded traces to look at symbol costs
2018-05-09  Yann Colletswitchable bit-approximation / fractional-bit accuracy...
2018-05-09  Yann ColletMerge pull request #1124 from terrelln/playtests-gnu
2018-05-09  Yann Colletimplemented fractional bit cost evaluation
2018-05-08  Yann Colletopt: shift all costs by 8 bits (* 256)
2018-05-08  Yann Colletopt: estimate cost of both Hufman and FSE symbols
2018-05-08  Yann Colletpass entropy tables to optimal parser
2018-05-08  Yann Colletminor code refactor for readability
2018-05-08  Nick TerrellWrite to /dev/random for test 1124/head
2018-05-08  Baruch Siachlib/Makefile: create include directory before headers... 1123/head
2018-05-08  Yann ColletMerge pull request #1122 from facebook/fixCDictBlock
2018-05-07  Yann Colletfix ZSTD_compressBlock() associated with CDict 1122/head
2018-05-04  Yann ColletMerge pull request #1120 from lamby/897904-libzstd...
2018-05-04  Chris LambMake the build reproducible 1120/head
2018-05-03  Yann ColletMerge pull request #1118 from terrelln/playtests-typo
2018-05-03  Nick TerrellFix playTests.sh typo 1118/head
2018-05-01  cyan4973ignore Windows build/test artefacts
2018-04-30  Yann ColletMerge pull request #1114 from pseiderer/ps-devel-001
2018-04-30  Yann ColletClarifications of Zstandard format specification
2018-04-30  Peter SeidererSplit library install target into pc, static, shared... 1114/head
2018-04-26  Yann ColletMerge pull request #1113 from terrelln/dict-fix
2018-04-25  Nick TerrellFix parameter adjustment with dictionary 1113/head
2018-04-25  Yann Colletclarified documentation related to refPrefix()
2018-04-24  Yann ColletMerge pull request #1112 from facebook/lz4dec
2018-04-24  Yann Colletupdated documentation of streaming compression api
2018-04-24  cyan4973fixed decoding bogus lz4 frame 1112/head
2018-04-23  taigaconFix the problem that enables DYNAMIC_BMI2 macro by...
2018-04-13  Yann ColletMerge pull request #1107 from terrelln/reset-params
2018-04-13  Nick TerrellFix documentation 1107/head
2018-04-13  Nick TerrellOnly reset CDict in ZSTD_CCtx_resetParameters()
2018-04-12  Nick TerrellAdd ZSTD_CCtx_resetParameters() function
2018-04-12  Nick TerrellEnforce pledgeSrcSize whenever known (#1106)
2018-04-12  Yann ColletMerge pull request #1105 from terrelln/get-param
2018-04-12  Nick TerrellAdd ZSTD_CCtx(Param)?_getParameter() function 1105/head
2018-04-10  Yann Colletdoc : clarified advanced API usage
2018-04-10  Yann Colletupdated comment on parameters that can be changed durin...
2018-04-09  Yann ColletMerge pull request #1104 from terrelln/fast-train
2018-04-09  Nick TerrellAllow negative compression levels in training 1104/head
2018-04-09  Yann ColletMerge pull request #1103 from kilobyte/dev
2018-04-08  Adam BorowskiUse -pthread rather than -lpthread. 1103/head
2018-04-05  Yann ColletMerge pull request #1100 from bket/stable_sort
2018-04-05  Yann Colletupdated ZSTD_p_chainLog description
2018-04-05  Yann ColletMerge pull request #1099 from bket/fix_typo
2018-04-05  Björn Ketelaarszstd requires a stable sort. 1100/head
2018-04-05  Björn Ketelaarsfix typo in programs/zstd.{1,1.md} 1099/head
2018-04-02  Yann ColletMerge pull request #1098 from terrelln/nd-mt
2018-04-02  Nick TerrellOnly load extra table positions for CDicts 1098/head
2018-04-02  Yann ColletMerge pull request #1089 from bket/portability
2018-04-02  Yann ColletMerge pull request #1090 from bket/openbsd
2018-04-02  bketMake sure that make check runs on OpenBSD. (#1091)
2018-04-01  Yann ColletMerge pull request #1080 from facebook/getFrameHeader
2018-03-31  Björn KetelaarsFix building zstd on OpenBSD. 1090/head
2018-03-31  Björn Ketelaarsexamples/Makefile assumes GNU make. 1089/head
2018-03-31  Yann Colletfixed comments as suggested by @terrelln 1080/head
2018-03-31  Yann ColletMerge pull request #1086 from hagemt/hagemt-patch-1
2018-03-30  Tor E HagemannUpdate zstd.1.md 1086/head
2018-03-30  Tor E HagemannUpdate zstd.1
2018-03-30  Yann ColletMerge pull request #1079 from facebook/ovlog
2018-03-30  Yann ColletMerge pull request #1085 from terrelln/readme
2018-03-30  Nick TerrellClarify license in the second paragraph 1085/head
2018-03-29  Yann Colletadded ZSTD_getFrameHeader_advanced()
2018-03-29  Yann Colletadded more code documentation for ZSTD_getFrameHeader()
2018-03-29  Yann Colletadded ovlog tests 1079/head
2018-03-28  Yann Colletrestored ability to manually set overlapLog
2018-03-26  Yann ColletMerge pull request #1075 from terrelln/cmake 1076/head
2018-03-26  Nick TerrellFix CMake build 1075/head
2018-03-26  Yann Colletupdated NEWS for v1.3.4
2018-03-26  Yann Colletupdated VS studio readme
2018-03-26  Yann ColletMerge pull request #1065 from HaydnTrigg/dev
next