Gitiles
Code Review
Sign In
review.blissroms.org
/
platform_external_zstd
/
2ba0167a7ddc934d8b559439ff579a1fa04e2e6d
2ba0167
Merge pull request #1884 from facebook/specMBS
by Yann Collet
· 6 years ago
098b36e
clarifications for Block_Maximum_Size
by Yann Collet
· 6 years ago
7d85f35
Merge pull request #1875 from ryandesign/c89
by Yann Collet
· 6 years ago
cabbb1e
Merge pull request #1874 from terrelln/adjust-fix
by Nick Terrell
· 6 years ago
6ddb783
Change c90 to c89
by Ryan Schmidt
· 6 years ago
8c474f9
Fix parameter selection and adjustment with srcSize == 0
by Nick Terrell
· 6 years ago
2ed5344
added target zstd-dictBuilder
by Yann Collet
· 6 years ago
5688447
Merge pull request #1873 from felixhandte/make-overlap-log-multithread-only
by Felix Handte
· 6 years ago
ba46136
Merge pull request #1843 from moozzyk/issue-1637
by Felix Handte
· 6 years ago
32f989c
Merge pull request #1869 from bket/openbsd
by Felix Handte
· 6 years ago
cba922f
Merge pull request #1870 from bket/portable
by Felix Handte
· 6 years ago
c13f819
Fix #1861: Restrict overlapLog Parameter When Not Built With Multithreading
by W. Felix Handte
· 6 years ago
e488cab
'date -r FILE' is non-portable.
by Björn Ketelaars
· 6 years ago
66b6688
'head -c BYTES' is non-portable.
by Björn Ketelaars
· 6 years ago
73f8905
Merge pull request #1867 from bimbashrestha/dict_load_fuzz_err
by Yann Collet
· 6 years ago
3fb5b10
Replacing some literals with constants
by Bimba Shrestha
· 6 years ago
cf62c31
Merge pull request #15 from facebook/dev
by Bimba Shrestha
· 6 years ago
305ac26
update table benchmark with zstd v1.4.4
by Yann Collet
· 6 years ago
332aade
Merge pull request #1864 from terrelln/dict-fix
by Nick Terrell
· 6 years ago
60205fe
Fix 2 bugs in dictionary loading
by Nick Terrell
· 6 years ago
75e7c0d
[fuzz] Add dictionary_loader fuzzer
by Nick Terrell
· 6 years ago
d770a2a
fixed zlibwrapper build script
by Yann Collet
· 6 years ago
94dcce2
Merge pull request #1860 from senhuang42/streaming_compression_using_cdict
by Yann Collet
· 6 years ago
b9ede1c
Make sure contentsize is known
by Sen Huang
· 6 years ago
f9d867e
Merge pull request #1857 from 0x123456789A/link-shared
by Felix Handte
· 6 years ago
47034cd
Merge pull request #1850 from bimbashrestha/named_pipes
by Yann Collet
· 6 years ago
ae3d35d
updated CHANGELOG for v1.4.4
by Yann Collet
· 6 years ago
4ef97aa
Merge pull request #1855 from shashank0791/shtavi-filter-precompressed-files
by Yann Collet
· 6 years ago
3c1649f
Removed the optimization check
by Shashank Tavildar
· 6 years ago
6d0b7bd
Changed extension comparision logic, added new test cases
by Shashank Tavildar
· 6 years ago
c506099
Added check to perform comparison only if extension is present
by Shashank Tavildar
· 6 years ago
9ab6a74
Created utility function to extract extension from filename, fixed tests
by Shashank Tavildar
· 6 years ago
5e6dbad
Deleting test directory before creation to pass travis-ci test
by Shashank Tavildar
· 6 years ago
28d6773
Merge branch 'named_pipes' of https://github.com/bimbashrestha/zstd into named_pipes
by Bimba Shrestha
· 6 years ago
4a9eca4
Removing merge side effect
by Bimba Shrestha
· 6 years ago
9db11e3
Fixed check for building programs statically
by 0x123456789A
· 6 years ago
57a311d
Consider ZSTD_PROGRAMS_LINK_SHARED
by 0x123456789A
· 6 years ago
26ffc18
Introduce ZSTD_PROGRAMS_LINK_SHARED
by 0x123456789A
· 6 years ago
850ba66
Minor fixes in test
by Shashank Tavildar
· 6 years ago
da73b11
Merge branch 'dev' into named_pipes
by Bimba Shrestha
· 6 years ago
66f580c
Removing Visual08 and Visual10 tests
by Bimba Shrestha
· 6 years ago
5c0bdde
Merge pull request #1856 from terrelln/assert-fix
by Nick Terrell
· 6 years ago
0f2bff2
Addressing comments, removing cyclic dependency with header file, updating tests
by Shashank Tavildar
· 6 years ago
9c18608
Fix assert in ZSTD_safecopy
by Nick Terrell
· 6 years ago
0e9a37d
Fixing tests and moving flag to advanced usage
by Shashank Tavildar
· 6 years ago
f422914
Resolving local merge conflicts
by Shashank Tavildar
· 6 years ago
02433e0
Addressing comments: -Created a list of extensions defined in fileio.h, -Updated test
by Shashank Tavildar
· 6 years ago
48f8566
Added --exclude-compressed flag feature that skips compression of precompressed files
by Shashank Tavildar
· 6 years ago
6d5e0f1
Merge branch 'dev' of github.com:facebook/zstd into dev
by Yann Collet
· 6 years ago
faddd2a
updated CHANGELOG for v1.4.4
by Yann Collet
· 6 years ago
01ec595
Merge pull request #1851 from felixhandte/pkg-config-prefix-fix
by Felix Handte
· 6 years ago
74065da
updated API inline doc and manual
by Yann Collet
· 6 years ago
b4037b1
Merge pull request #1848 from felixhandte/tzst-ext-tmp
by Yann Collet
· 6 years ago
66a96ca
Merge pull request #1847 from facebook/zlibwrap_visual
by Yann Collet
· 6 years ago
55ee7d5
Added --exclude-compressed flag feature that skips compression of precompressed files
by Shashank Tavildar
· 6 years ago
5e59d51
Merge branch 'master' of https://github.com/bimbashrestha/zstd into named_pipes
by Bimba Shrestha
· 6 years ago
857268b
Gating named pipe support in hedaer file
by Bimba Shrestha
· 6 years ago
0b52d87
Cleaning up gate and adding comment to flag
by Bimba Shrestha
· 6 years ago
74bd76c
In pkg-config File, Derive Lib and Include Dir from Prefix at Use-Time
by W. Felix Handte
· 6 years ago
fb509a2
Merge pull request #8 from bimbashrestha/appveyorTest
by Bimba Shrestha
· 6 years ago
8adecc7
Running playtests.sh on PRs too
by Bimba Shrestha
· 6 years ago
5b45ff4
Gating named file support on windows
by Bimba Shrestha
· 6 years ago
4eccc82
Minor Fixes
by W. Felix Handte
· 6 years ago
c2140e9
Merge pull request #1845 from facebook/zbuff
by Yann Collet
· 6 years ago
2449903
Add Tests
by W. Felix Handte
· 6 years ago
91c3f54
Fix Build; Refactor
by W. Felix Handte
· 6 years ago
42a22af
fix zlibWrapper for Visual Studio
by Yann Collet
· 6 years ago
30b27ee
Merge pull request #1790 from stokito/tzst-ext
by Felix Handte
· 6 years ago
506e1a1
Merge branch 'tzst-ext-tmp' into tzst-ext
by Felix Handte
· 6 years ago
f93668c
Merge pull request #1841 from bimbashrestha/travis
by Yann Collet
· 6 years ago
37f9093
Merge pull request #1839 from bimbashrestha/named_pipes
by Yann Collet
· 6 years ago
a9a216a
Merge pull request #1824 from senhuang42/new_path_for_cdict
by Yann Collet
· 6 years ago
63e435d
improve deprecation warning macro
by Yann Collet
· 6 years ago
4899b6f
Moving arm64 test outside the meson scope
by Bimba Shrestha
· 6 years ago
eda7946
Take ZSTD_parameters as a const pointer
by moozzyk
· 6 years ago
3c8ff35
Merge pull request #1840 from terrelln/regression-fix
by Nick Terrell
· 6 years ago
5228c07
Adding arm64 make check
by Bimba Shrestha
· 6 years ago
f966cd0
added documentation on DYNAMIC_BMI2 build macro
by Yann Collet
· 6 years ago
95f7880
Merge pull request #4 from facebook/dev
by Bimba Shrestha
· 6 years ago
10f7147
Adding shell test and removing bash test file
by Bimba Shrestha
· 6 years ago
09d0b52
Merge pull request #1838 from facebook/fixAdvanced
by Yann Collet
· 6 years ago
edae3c8
Adding bash test for named pipes
by Bimba Shrestha
· 6 years ago
cf21003
[regression] Fix the old streaming regression test
by Nick Terrell
· 6 years ago
8a39748
Allowing named pipes to go through zstdcli
by Bimba Shrestha
· 6 years ago
514f941
Merge pull request #1836 from facebook/dirFlat2
by Yann Collet
· 6 years ago
5d5c895
fix initCStream_advanced() for fast strategies
by Yann Collet
· 6 years ago
111b0c5
update documentation on deprecated functions
by Yann Collet
· 6 years ago
222ec7e
Merge pull request #1837 from terrelln/magic-isnt-real
by Nick Terrell
· 6 years ago
b1ec94e
Fix ZSTD_f_zstd1_magicless for small data
by Nick Terrell
· 6 years ago
c2e1e54
((x or y) or z) == (x or y or z), remove brackets
by Sen Huang
· 6 years ago
59c81aa
Line up comments :)
by Sen Huang
· 6 years ago
dbda8c3
Trailing comma
by Sen Huang
· 6 years ago
0c00455
Merge branch 'dev' of github.com:senhuang42/zstd into new_path_for_cdict
by Sen Huang
· 6 years ago
5b2f4ac
merge
by Sen Huang
· 6 years ago
2ab484a
Fix bad merge
by Sen Huang
· 6 years ago
919d1d8
Merge pull request #1831 from terrelln/zstdmt-bad-memset
by Nick Terrell
· 6 years ago
b6c3459
merge
by Sen Huang
· 6 years ago
989e0f0
Added --output-dir-flat=
by Yann Collet
· 6 years ago
6cf04c0
Merge pull request #1834 from facebook/winFix
by Yann Collet
· 6 years ago
bad35bd
turned off zlib tests during msan
by Yann Collet
· 6 years ago
Next »