Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
zstd
/
04094f37e987cc509ee0a35a4cb5c930441d3576
04094f3
fixed offset in this case os that it always goes past src start
by Paul Cruz
· 7 years ago
0950b31
more meaningful names for count variables
by Paul Cruz
· 7 years ago
0b6eede
malloc samples instead of static allocation
by Paul Cruz
· 7 years ago
52a13ab
removed comment regarding windowSize requirement
by Paul Cruz
· 7 years ago
32e36c2
removed requirement that offset be less than windowSize
by Paul Cruz
· 7 years ago
eeff2d0
added const x2
by Paul Cruz
· 7 years ago
04253e2
added const
by Paul Cruz
· 7 years ago
2ceaec1
got rid of unnecessary casting to void*
by Paul Cruz
· 7 years ago
ccae9ec
added comment addressing use of bits in frame header descriptor
by Paul Cruz
· 7 years ago
acf0df6
fixed strange spacing
by Paul Cruz
· 7 years ago
69bc4fa
free the context object once done with decompression
by Paul Cruz
· 7 years ago
ceb4f65
allocate statically so we don't have to deal with freeing
by Paul Cruz
· 7 years ago
43ffcdd
const dictOffset
by Paul Cruz
· 7 years ago
1e0d125
const value
by Paul Cruz
· 7 years ago
0034129
made changes to accommodate single file use case
by Paul Cruz
· 7 years ago
36e14b1
added description to advanced usage, changed to use-dict
by Paul Cruz
· 7 years ago
1510206
removed testing code from generation code
by Paul Cruz
· 7 years ago
ff5589c
added comments for clarity
by Paul Cruz
· 7 years ago
551fb7c
changed error condition
by Paul Cruz
· 7 years ago
b8237c6
refactoring for readability
by Paul Cruz
· 7 years ago
6f17de2
changed computation for readability
by Paul Cruz
· 7 years ago
4a4f9ba
const value that doesn't change
by Paul Cruz
· 7 years ago
3a6856e
changed scope to avoid errors
by Paul Cruz
· 7 years ago
7d2b561
adhere to min dict size
by Paul Cruz
· 7 years ago
ea2af1f
changed dictionary to stay reasonable size during test
by Paul Cruz
· 7 years ago
fdbb072
added test to runTestMode
by Paul Cruz
· 7 years ago
bdec7b8
fixed for loop declaration, fixed test case
by Paul Cruz
· 7 years ago
23098b5
wrote a test for dictionary corpus
by Paul Cruz
· 7 years ago
7a26390
changing for loop declaration
by Paul Cruz
· 7 years ago
147ef05
for loop declaration not allowed
by Paul Cruz
· 7 years ago
791352a
scope change
by Paul Cruz
· 7 years ago
365e265
changed scope so that warning disappears
by Paul Cruz
· 7 years ago
f4f9285
changed scope to get rid of mixed code/variables warning
by Paul Cruz
· 7 years ago
7ea025c
added in struct to keep functions more orderly
by Paul Cruz
· 7 years ago
b91b810
made some small changes to dictInfo struct and initDictInfo
by Paul Cruz
· 7 years ago
1ee4f6b
cleaning up code
by Paul Cruz
· 7 years ago
2a52d72
added comment to anotate decompressed error code
by Paul Cruz
· 7 years ago
73ebb64
small stylistic changes
by Paul Cruz
· 7 years ago
34f4e5c
changed if statement styling
by Paul Cruz
· 7 years ago
1fc1a35
added calls to free to match calls to malloc, made some stylistic changes, added init function for new struct
by Paul Cruz
· 7 years ago
8f4fa43
got files to decompress
by Paul Cruz
· 7 years ago
da4ddc1
fixed decompression so that it uses compressed version
by Paul Cruz
· 7 years ago
33467ad
made changes so that HUF_writeCTable no longer fails
by Paul Cruz
· 7 years ago
09ac51b
small style changes
by Paul Cruz
· 7 years ago
2f30433
fixing general style
by Paul Cruz
· 7 years ago
623b8fc
add print statements for debugging and change malloc with updated size
by Paul Cruz
· 7 years ago
52934fb
added print statements for debugging, fixed first segfault
by Paul Cruz
· 7 years ago
03a208e
changed samples to geometric distribution so that it is huffman compressible
by Paul Cruz
· 7 years ago
d93207a
changed dictionary from using fixed amount of bytes for the header / entropy tables
by Paul Cruz
· 7 years ago
664ed05
changed randomly generated samples to randomly selected from the dictionary content
by Paul Cruz
· 7 years ago
3b0e24c
added error message to catch case where size not given
by Paul Cruz
· 7 years ago
aa95bc0
code refactoring and adding some print statements for debugging
by Paul Cruz
· 7 years ago
07cfc97
debugging error with finalizeDictionary() not writing dictionary properly
by Paul Cruz
· 7 years ago
8dd621f
changed makefile to include zdict functions, wrote out dictionary to path
by Paul Cruz
· 7 years ago
f35f252
added code to generate dictionary using finalizeDictionary
by Paul Cruz
· 7 years ago
11c3987
added code to extend the offset when a dictionary is detected
by Paul Cruz
· 7 years ago
125ed59
made sure dictionary ID was being written in the frame header of each file
by Paul Cruz
· 7 years ago
233ee53
set the lower bits of frame header descriptor if dictionary is needed
by Paul Cruz
· 7 years ago
c2d909e
added code for generating dictionary/test files randomly. Still need to make sure dictionary ID matches
by Paul Cruz
· 7 years ago
2a39ac5
Merge pull request #1 from facebook/dev
by Paul Cruz
· 7 years ago
2b8bef4
Merge pull request #716 from paulcruz74/dev
by Yann Collet
· 7 years ago
d75c4dd
added a project support notice for VS2005
by Paul Cruz
· 7 years ago
fa398bb
added back documentation/notification for VS2005 in build directory
by Paul Cruz
· 7 years ago
0ff9873
Removed VS2005 from the list of included projects
by Paul Cruz
· 7 years ago
306701a
adding zstd/zstd.vcproj because it was ignored during initial commit
by Paul Cruz
· 7 years ago
6dc5085
Moved VS2005 to the contrib directory
by Paul Cruz
· 7 years ago
e4182bb
Merge pull request #712 from terrelln/dev
by Yann Collet
· 7 years ago
53a67ec
[linux-kernel] Fix duplicate symbols when built-in to kernel
by Nick Terrell
· 7 years ago
8a1440d
Merge pull request #711 from ldv-alt/dev
by Yann Collet
· 7 years ago
1ea655c
Fix typo in libzstd.a-mt make rules
by Dmitry V. Levin
· 7 years ago
e63fff9
[linux-kernel] Fix clang-format edge case with goto labels
by Nick Terrell
· 7 years ago
5d62c16
Merge pull request #710 from terrelln/dev
by Yann Collet
· 7 years ago
74b12f4
[linux-kernel] Fix some up clang-format edge cases
by Nick Terrell
· 7 years ago
55fc1f9
[zstd] Fix up formatting edge cases for clang-format
by Nick Terrell
· 7 years ago
10078e4
Merge pull request #709 from codicodi/fix-cmake
by Yann Collet
· 7 years ago
e87cad1
CMake improvements
by codicodi
· 7 years ago
0a84a3c
Merge pull request #708 from terrelln/lk
by Yann Collet
· 7 years ago
6ea4683
Merge pull request #705 from terrelln/dev
by Yann Collet
· 7 years ago
a128040
[libzstd] Allow users to define custom visibility
by Nick Terrell
· 7 years ago
ddc68e1
[linux-kernel] Fix a weird clang-format corner case
by Nick Terrell
· 8 years ago
a2b21c5
[linux-kernel] Update tests Makefile
by Nick Terrell
· 8 years ago
8d8e65c
[linux-kernel] Update zstd.diff
by Nick Terrell
· 8 years ago
06fa1b0
[linux-kernel] Move ZSTD_STATIC_ASSERT to zstd_internal.h
by Nick Terrell
· 8 years ago
67101c6
[linux-kernel] clang-format lib/zstd/
by Nick Terrell
· 8 years ago
588579f
[linux-kernel] Rename MEM_* functions to ZSTD_*
by Nick Terrell
· 8 years ago
581e5fb
Add clang-format config
by Nick Terrell
· 8 years ago
d1a5790
[linux-kernel] Dual license with GPLv2
by Nick Terrell
· 8 years ago
e12ae02
minor coding style update
by Yann Collet
· 8 years ago
fb10c91
[linux-kernel] Update zstd.diff
by Nick Terrell
· 8 years ago
358280f
Remove cross-platform macros and dead code
by Nick Terrell
· 8 years ago
8eb7a32
[linux-kernel] Fix whitespace edge case with script
by Nick Terrell
· 8 years ago
0ce0782
[linux-kernel] Update kernelize.sh script for edge cases
by Nick Terrell
· 8 years ago
0d26da2
[linux-kernel] Don't undef current (use curr)
by Nick Terrell
· 8 years ago
392073b
Merge pull request #702 from facebook/newPrototype
by Yann Collet
· 8 years ago
7101434
pedantic : added one error check
by Yann Collet
· 8 years ago
ac4b4d0
Merge pull request #701 from terrelln/lk-xxh
by Yann Collet
· 8 years ago
f3c9bd0
[linux-kernel] Remove unused variables in test
by Nick Terrell
· 8 years ago
bfff899
added prototype ZSTD_versionString()
by Yann Collet
· 8 years ago
90a1c94
[linux-kernel] Update header comments
by Nick Terrell
· 8 years ago
4eff813
added prototype ZSTD_decompressBegin_usingDDict (#700)
by Yann Collet
· 8 years ago
Next »