Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
zstd
/
4299c271323d988c4e76d907f0a6710e2cd959d2
4299c27
improved console log of utils.h
by Yann Collet
· 7 years ago
d791aef
blind attempt at removing gcc dependency
by Yann Collet
· 7 years ago
3982edf
Merge branch 'dev' of github.com:facebook/zstd into dev
by Yann Collet
· 7 years ago
e0cecd8
fixed poolTests
by Yann Collet
· 7 years ago
179b161
fixed poolTest
by Yann Collet
· 7 years ago
f1a3ce3
Merge pull request #826 from terrelln/license
by Yann Collet
· 7 years ago
f9252d8
[linux-kernel] Update license
by Nick Terrell
· 7 years ago
b0cb081
last batch of header files changed to reflect new license (#825)
by Yann Collet
· 7 years ago
e21384f
fixed more file headers after license change (#825)
by Yann Collet
· 7 years ago
e9dc204
fixed a bunch of headers after license change (#825)
by Yann Collet
· 7 years ago
9023898
updated NEWS
by Yann Collet
· 7 years ago
868e9f6
Merge pull request #821 from facebook/licenseExample
by Yann Collet
· 7 years ago
d6ddb87
Merge pull request #817 from terrelln/pool-custom-alloc
by Yann Collet
· 7 years ago
9822f97
[error] Don't guard undef X with ifdef X
by Nick Terrell
· 7 years ago
394bdd7
changed license for examples
by Yann Collet
· 7 years ago
02033be
[pool] Visual Studios disallows empty structs
by Nick Terrell
· 7 years ago
7c365eb
[threading] Fix ERROR macro after including windows.h
by Nick Terrell
· 7 years ago
dffd342
Merge pull request #818 from bmwiedemann/sort
by Yann Collet
· 7 years ago
cf689b8
Sort input file list
by Bernhard M. Wiedemann
· 7 years ago
df08e2e
Merge pull request #816 from terrelln/default-level
by Yann Collet
· 7 years ago
db3f537
[zstdmt] Use POOL_create_advanced()
by Nick Terrell
· 7 years ago
de6c6bc
Fix zstd_internal.h for C++ mode
by Nick Terrell
· 7 years ago
26dc040
[pool] Accept custom allocators
by Nick Terrell
· 7 years ago
89dc856
[pool] Fix formatting
by Nick Terrell
· 7 years ago
376f435
[dictBuilder] Set default compression level to 3
by Nick Terrell
· 7 years ago
e9ce120
Merge pull request #812 from facebook/longRangeFix
by Yann Collet
· 7 years ago
74cde5a
Merge pull request #813 from stellamplau/highbit32fix
by Yann Collet
· 7 years ago
f7a09dd
Merge pull request #814 from dscheg/dev
by Yann Collet
· 7 years ago
20f715d
Fix displayLevel overflow
by Dmitriy Titarenko
· 7 years ago
bd9c8ca
Merge pull request #811 from terrelln/segmentSize
by Yann Collet
· 7 years ago
6b2b6a9
fixed extraordinary scenario where all fields use maximum possible nb of bits simultaneously
by Yann Collet
· 7 years ago
e50ed1f
Fix undefined behavior when srcSize==1
by Stella Lau
· 7 years ago
29c2d9a
[cover] Turn down notification for ZDICT subroutines
by Nick Terrell
· 7 years ago
98de3f6
[cover] Add dictionary size to compressed size
by Nick Terrell
· 7 years ago
78c3d16
Merge pull request #809 from terrelln/dev
by Yann Collet
· 7 years ago
9a54a31
[cover] Convert score to U32 and check for zero
by Nick Terrell
· 7 years ago
d49eb40
[cover] Stop when segmentSize is less than d
by Nick Terrell
· 7 years ago
232d62b
fixed a few headers that were too hastily copy/pasted during last license change
by Yann Collet
· 7 years ago
3587556
[cover] Test small maxdict
by Nick Terrell
· 7 years ago
f306d40
[cover] Fix divide by zero
by Nick Terrell
· 7 years ago
4912fc2
updated NEWS for v1.3.1
by Yann Collet
· 7 years ago
5cabae9
Merge pull request #805 from facebook/huffmanDoc
by Yann Collet
· 7 years ago
e8d35cc
minor formulation change, recommended by @ulikunitz
by Yann Collet
· 7 years ago
d6394cc
fixed test-zstd-nolegacy
by Yann Collet
· 7 years ago
81ec9ef
Merge pull request #806 from facebook/printVersion
by Yann Collet
· 7 years ago
ff16770
Merge pull request #807 from facebook/poolQueue0
by Yann Collet
· 7 years ago
7db5526
reduced pool queue to 0 to save memory
by Yann Collet
· 7 years ago
1c108c8
cli : Display supported formats on -vV command
by Yann Collet
· 7 years ago
d0d06e4
added alternative representation for huffman bistream
by Yann Collet
· 7 years ago
8b12812
fix #803 : wrong example in huffman bitstream section, reported by @ulikunitz
by Yann Collet
· 7 years ago
f7312a7
Merge pull request #802 from facebook/variants
by Yann Collet
· 7 years ago
2ecd34e
fixed unused variables warnings
by Yann Collet
· 7 years ago
23706fb
updated doc on compilation variables
by Yann Collet
· 7 years ago
9203003
fixed zstd-nolegacy
by Yann Collet
· 7 years ago
4b38772
fixed zstd-small
by Yann Collet
· 7 years ago
7729ab8
Merge branch 'dev' into variants
by Yann Collet
· 7 years ago
32e943b
Merge branch 'dev' of github.com:facebook/zstd into dev
by Yann Collet
· 7 years ago
582e19b
Merge pull request #801 from facebook/newLicense
by Yann Collet
· 7 years ago
288e263
added zstd-decompress to the list of variants tested
by Yann Collet
· 7 years ago
166645e
fixed zstd-compress
by Yann Collet
· 7 years ago
f207b39
blindfix for Windows conversion warning
by Yann Collet
· 7 years ago
32fb407
updated a bunch of headers
by Yann Collet
· 7 years ago
4f73b3b
added GPLv2 license
by Yann Collet
· 7 years ago
88d2f72
fixed --list command in presence of special blocks
by Yann Collet
· 7 years ago
c523c93
improved and fixed --list command, original patches by @ib (#772)
by Yann Collet
· 7 years ago
3f54d78
removed --list from cli help (-h), reported by Agostino Sarubbo (@asarubbo) (#800)
by Yann Collet
· 7 years ago
bbddff4
Merge branch 'dev' of github.com:facebook/zstd into dev
by Yann Collet
· 7 years ago
15e3dbd
Merge pull request #789 from paulcruz74/educational-decoder-2
by Yann Collet
· 7 years ago
bef5eda
const vars, change copy_literals() to only take size_t literal_length
by Paul Cruz
· 7 years ago
dd63533
Merge pull request #797 from paulcruz74/documentation
by Yann Collet
· 7 years ago
733ca51
Updating README.md
by Paul Cruz
· 7 years ago
f9e6590
Merge pull request #796 from terrelln/is-error
by Yann Collet
· 7 years ago
2dbcfc6
Merge pull request #794 from terrelln/force-inline
by Yann Collet
· 7 years ago
2daeab1
Merge pull request #795 from terrelln/squashfs-tools2
by Yann Collet
· 7 years ago
07c6ff5
[FSE][HUF] Inline error checks
by Nick Terrell
· 7 years ago
57e2df6
[kernel] Update squashfs-tools patch
by Nick Terrell
· 7 years ago
565e925
[libzstd] Fix FORCE_INLINE macro
by Nick Terrell
· 7 years ago
8d3f18a
renamed IO functions for clarity
by Paul Cruz
· 7 years ago
6aebcfa
added comments for new functions
by Paul Cruz
· 7 years ago
9d56c21
added separate function for executing match copy command
by Paul Cruz
· 7 years ago
d3e57db
created separate function for offset computation
by Paul Cruz
· 7 years ago
b6d6be5
created separate function for copying literals during sequence execution
by Paul Cruz
· 7 years ago
93c1309
added free to free_dictionary()
by Paul Cruz
· 7 years ago
dedd0d5
Merge pull request #791 from romange/dev
by Yann Collet
· 7 years ago
0ae20e5
Merge pull request #793 from codicodi/fix-lz4-support
by Yann Collet
· 7 years ago
38f4e43
added error checking for dictionary initialized with null src
by Paul Cruz
· 7 years ago
0fb7b23
fix typo in lz4 support code
by codicodi
· 7 years ago
b9d4f4f
Fix ZSTD_estimateDStreamSize function after ZSTD_DStream and ZSTD_DCtx were merged
by Roman Gershman
· 7 years ago
7ef9c6f
made separate API for dictionary management
by Paul Cruz
· 7 years ago
bfc6db8
exposed dictionary functions/types
by Paul Cruz
· 7 years ago
bd308d8
remove debug symbols when cleaning, added a simple test
by Paul Cruz
· 7 years ago
9f67e86
fixed warnings shown by compiler
by Paul Cruz
· 7 years ago
d0dc675
add makefile
by Paul Cruz
· 7 years ago
736a28d
reduce educational decoder to single frame decompression
by Paul Cruz
· 7 years ago
0ab9d55
Merge branch 'dev' of github.com:facebook/zstd into dev
by Yann Collet
· 7 years ago
cae4024
Merge pull request #787 from paulcruz74/dev
by Yann Collet
· 7 years ago
fc90469
updated program name print statement
by Paul Cruz
· 7 years ago
75c3ad9
Merge remote-tracking branch 'upstream/dev' into dev
by Paul Cruz
· 7 years ago
8915b9b
Merge pull request #786 from terrelln/squashfs-tools
by Yann Collet
· 7 years ago
8b6702a
[linux-kernel] Update patches for v5
by Nick Terrell
· 7 years ago
Next »