Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
zstd
/
1a61bdb9c08c9b4edc1891c78514510d67906789
1a61bdb
Update zstd.lua
by Codecat
· 6 years ago
23d77c5
Added premake4/GENie script to contrib folder
by Codecat
· 6 years ago
14a92e9
Merge pull request #1226 from facebook/noPrefetch
by Yann Collet
· 6 years ago
bbd78df
add build macro NO_PREFETCH
by Yann Collet
· 6 years ago
1bf0784
Merge pull request #1206 from GeorgeLu97/FullBenchParam
by Yann Collet
· 6 years ago
689bfec
Merge pull request #1188 from GeorgeLu97/BenchModule
by Yann Collet
· 6 years ago
592e3bd
Merge pull request #1223 from jon-turney/dev
by Yann Collet
· 6 years ago
87579d5
meson: fix build
by Jon Turney
· 6 years ago
636eaf9
Merge pull request #1222 from bket/openbsd
by Yann Collet
· 6 years ago
527dbf8
xz/lzma warning causes test to fail
by Björn Ketelaars
· 6 years ago
276988f
OpenBSD is unable to write to /dev/zero
by Björn Ketelaars
· 6 years ago
b5207aa
make build tests more unforgiving
by Yann Collet
· 6 years ago
328ec7e
fix `test-zstd` can be run with parallel compilation
by Yann Collet
· 6 years ago
7cecc44
Merge pull request #1220 from felixhandte/list-stdin-check
by Yann Collet
· 6 years ago
e22d024
Make One Travis CI Run Run Tests With Non-TTY `stdin`
by W. Felix Handte
· 6 years ago
8e7bdc1
Fix Tests of `--list` Behavior with `stdin`
by W. Felix Handte
· 6 years ago
712a9fd
Allow Invoking `zstd --list` When `stdin` is not a `tty`
by W. Felix Handte
· 6 years ago
a2c3a4c
Merge pull request #1214 from jennifermliu/dev
by Yann Collet
· 6 years ago
0402fa9
Merge pull request #1218 from facebook/man
by Yann Collet
· 6 years ago
1fd621f
minor man page update
by Yann Collet
· 6 years ago
a300206
Merge pull request #1216 from felixhandte/pool-test-time-t-fix
by Yann Collet
· 6 years ago
1ab57a7
Redirect failed test result to INTOVOID and update comment about parsing fast command
by Jennifer Liu
· 6 years ago
71d27aa
Consolidate Fast-Running Travis Jobs
by W. Felix Handte
· 6 years ago
a02ecff
Also Run test-pool Target in Travis
by W. Felix Handte
· 6 years ago
c10561c
poolTests.c: Fix Interval Var Type
by W. Felix Handte
· 6 years ago
a55ffbb
removed unused imaged
by Yann Collet
· 6 years ago
c000789
added graph for cdict speed v1.3.5 improvements
by Yann Collet
· 6 years ago
aef8486
Make fast=0 fail
by Jennifer Liu
· 6 years ago
13138e0
Merge pull request #1213 from facebook/arm64
by Yann Collet
· 6 years ago
9c277f1
attempt to re-enable arm64 tests
by Yann Collet
· 6 years ago
121aa2c
Merge pull request #1211 from facebook/staticAssert
by Yann Collet
· 6 years ago
4746c30
Merge pull request #1212 from facebook/decSpeed
by Yann Collet
· 6 years ago
4489dae
slightly adjusted default-distribution threshold
by Yann Collet
· 6 years ago
ff773bf
zeroise freq table with memset()
by Yann Collet
· 6 years ago
5ec2d38
Merge pull request #1208 from facebook/msys2
by Yann Collet
· 6 years ago
7b9bbf7
switched to a sizeof() version
by Yann Collet
· 6 years ago
25f3d54
Merge pull request #1207 from oleid/cmake_multithread_logic
by Yann Collet
· 6 years ago
f98ec46
updated DEBUG_STATIC_ASSERT()
by Yann Collet
· 6 years ago
f741fb8
minor fixes for MSYS2 compilation
by cyan4973
· 6 years ago
4e196b2
Correct multithread logic, fixing 'unsupported parameter' error
by oleid
· 6 years ago
ceb4b9e
New fullbench args
by George Lu
· 6 years ago
b426bcc
[zstdmt] Fix jobsize bugs (#1205)
by Nick Terrell
· 6 years ago
50d612f
Interleave compression/decompression
by George Lu
· 6 years ago
3b53bfe
Merge pull request #1200 from felixhandte/zstd-attach-dict-pref
by Yann Collet
· 6 years ago
d6121ad
Opaque State
by George Lu
· 6 years ago
59bb5f7
Merge pull request #1204 from facebook/noForwardProgress
by Yann Collet
· 6 years ago
31769ce
error on no forward progress
by Yann Collet
· 6 years ago
3934e01
Merge pull request #1197 from facebook/poolResize
by Yann Collet
· 6 years ago
fbd5dfc
changed POOL_resize() return type to int
by Yann Collet
· 6 years ago
d70c4a5
Merge pull request #1201 from facebook/rfcUpdate
by Yann Collet
· 6 years ago
1d5648c
Merge pull request #1196 from felixhandte/zstd-btopt-in-place-dict
by Yann Collet
· 6 years ago
f6242d3
Merge pull request #1202 from facebook/barelyCompressible
by Yann Collet
· 6 years ago
698fd00
huf: increase threshold detection of poorly compressible data
by Yann Collet
· 6 years ago
c1e6347
fixed minor typos, detected by @terrelln
by Yann Collet
· 6 years ago
243cd9d
add a cond_broadcast after resize
by Yann Collet
· 6 years ago
7639db9
updated Zstandard frame format
by Yann Collet
· 6 years ago
ab26f24
benchFunction Timed Wrappers
by George Lu
· 6 years ago
a8eea99
Incremental Display + Fn Separations
by George Lu
· 6 years ago
818e72b
added extended POOL test
by Yann Collet
· 6 years ago
01bb1c1
Add CCtx Param Controlling Dict Attachment Behavior
by W. Felix Handte
· 6 years ago
3e91dc4
Add Repcode Bounds Check
by W. Felix Handte
· 6 years ago
5bd3d4b
Add Debug Log Statement
by W. Felix Handte
· 6 years ago
3caba15
Fix `dmsBtLow` Test
by W. Felix Handte
· 6 years ago
7d80ada
added a test for POOL (multithreading)
by Yann Collet
· 6 years ago
5da9bbc
Conceivably Dedup ZSTD_noDict and ZSTD_dictMatchState _insertBt1 Impls
by W. Felix Handte
· 6 years ago
6de249c
fixed: bug when counting nb of active threads
by Yann Collet
· 6 years ago
6b48eb1
change control of threadLimit
by Yann Collet
· 6 years ago
a3cb97b
set up sample config.yml
by Jennifer Liu
· 6 years ago
5d81f71
Consistency in Guarding DMS-Only Variable Initializations
by W. Felix Handte
· 6 years ago
9c14eaf
Also Use `matchLow` for HC3 Match
by W. Felix Handte
· 6 years ago
0a6cf7c
Minor Changes
by W. Felix Handte
· 6 years ago
ae1f389
Remove Dead(!) HC3 DMS Lookup
by W. Felix Handte
· 6 years ago
93702a7
Merge pull request #1198 from facebook/msdebug
by Yann Collet
· 6 years ago
ae0b7ff
made Visual Studio compatible with DEBUGLEVEL >= 2
by cyan4973
· 6 years ago
62469c9
fixed wrong size in pthread struct transfer
by Yann Collet
· 6 years ago
166901d
reduced POOL_resize() restriction
by Yann Collet
· 6 years ago
066fbbf
make zstdmt resize its context
by Yann Collet
· 6 years ago
4567c57
finalized POOL_resize()
by Yann Collet
· 6 years ago
6768cf5
Merge pull request #1190 from terrelln/ldm-adjust
by Yann Collet
· 6 years ago
c0b6ce9
Merge pull request #1179 from supertopher/dev
by Yann Collet
· 6 years ago
03c39c5
Fix Incorrect Param
by W. Felix Handte
· 6 years ago
de63950
Update Dict Attachment Cut-Offs
by W. Felix Handte
· 6 years ago
f0a13bc
Make Sure Position 0 Gets Into the Tree
by W. Felix Handte
· 6 years ago
cb45b41
Merge pull request #1194 from facebook/no-opaqueapi
by Yann Collet
· 6 years ago
87fe478
Fix Compression Ratio Regression #1
by W. Felix Handte
· 6 years ago
4bb79f9
Misc Changes
by W. Felix Handte
· 6 years ago
2091f34
Find Proper Matches
by W. Felix Handte
· 6 years ago
64348a1
Misc Fixes
by W. Felix Handte
· 6 years ago
ade8586
Find `mls == 3` Matches
by W. Felix Handte
· 6 years ago
ce74331
Fix Typo
by W. Felix Handte
· 6 years ago
a075864
Switch `!= ZSTD_extDict` to `== ZSTD_noDict`
by W. Felix Handte
· 6 years ago
1e03377
Implement RepCode Check
by W. Felix Handte
· 6 years ago
ccbf067
Add _dictMatchState Functions
by W. Felix Handte
· 6 years ago
d5d8240
Convert `extDict` Flag to `dictMode` Enum
by W. Felix Handte
· 6 years ago
93c3184
Attach Dicts when Using ZSTD_btopt and ZSTD_btultra
by W. Felix Handte
· 6 years ago
5bac1db
Tests to verify piped input to `--list` exits 1
by Topher Lubaway
· 6 years ago
1c714fd
introduced POOL_resize()
by Yann Collet
· 6 years ago
c9e8ee9
removed specific --opaqueapi test
by Yann Collet
· 6 years ago
1d0fcde
Use debug.h in fileio.c
by Nick Terrell
· 6 years ago
3841dba
Adjust advanced parameters to source size
by Nick Terrell
· 6 years ago
Next »