Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
zstd
/
3a295a91f8c8645888d7701eeb4c813c8fd663b8
/
contrib
d75c4dd
added a project support notice for VS2005
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
53a67ec
[linux-kernel] Fix duplicate symbols when built-in to kernel
by Nick Terrell
· 7 years ago
e63fff9
[linux-kernel] Fix clang-format edge case with goto labels
by Nick Terrell
· 7 years ago
74b12f4
[linux-kernel] Fix some up clang-format edge cases
by Nick Terrell
· 7 years ago
ddc68e1
[linux-kernel] Fix a weird clang-format corner case
by Nick Terrell
· 7 years ago
a2b21c5
[linux-kernel] Update tests Makefile
by Nick Terrell
· 7 years ago
8d8e65c
[linux-kernel] Update zstd.diff
by Nick Terrell
· 7 years ago
06fa1b0
[linux-kernel] Move ZSTD_STATIC_ASSERT to zstd_internal.h
by Nick Terrell
· 7 years ago
67101c6
[linux-kernel] clang-format lib/zstd/
by Nick Terrell
· 7 years ago
588579f
[linux-kernel] Rename MEM_* functions to ZSTD_*
by Nick Terrell
· 7 years ago
581e5fb
Add clang-format config
by Nick Terrell
· 7 years ago
d1a5790
[linux-kernel] Dual license with GPLv2
by Nick Terrell
· 7 years ago
fb10c91
[linux-kernel] Update zstd.diff
by Nick Terrell
· 7 years ago
358280f
Remove cross-platform macros and dead code
by Nick Terrell
· 7 years ago
8eb7a32
[linux-kernel] Fix whitespace edge case with script
by Nick Terrell
· 7 years ago
0ce0782
[linux-kernel] Update kernelize.sh script for edge cases
by Nick Terrell
· 7 years ago
0d26da2
[linux-kernel] Don't undef current (use curr)
by Nick Terrell
· 7 years ago
f3c9bd0
[linux-kernel] Remove unused variables in test
by Nick Terrell
· 7 years ago
90a1c94
[linux-kernel] Update header comments
by Nick Terrell
· 7 years ago
1d42ca8
Add zstd.diff
by Nick Terrell
· 7 years ago
b3ebe9b
[linux-kernel] Separate xxhash into its own module
by Nick Terrell
· 7 years ago
d47709b
Merge pull request #654 from iburinoc/splittable
by Yann Collet
· 7 years ago
cf4f940
[kernel] Update README with SquashFS patch
by Nick Terrell
· 8 years ago
99972fa
[btrfs] Fix typo in pr_warn() message
by Nick Terrell
· 8 years ago
79a85e1
[btrfs] Update patch to use ZSTD_init{C,D}Stream()
by Nick Terrell
· 8 years ago
470993c
Add raw seek table construction API and parallel compression example
by Sean Purcell
· 8 years ago
ccc0b0e
Merge pull request #680 from iburinoc/sqfs-kernel
by Yann Collet
· 8 years ago
c7e1071
Fix missing squashfs_finish_page's
by Sean Purcell
· 8 years ago
eeeb201
Fix case where pages run out before end of stream
by Sean Purcell
· 8 years ago
aca3926
Merge pull request #679 from terrelln/dev
by Yann Collet
· 8 years ago
32c658a
SquashFS linux kernel patch
by Sean Purcell
· 8 years ago
0bd5d25
[pzstd] Add logging statements to tests
by Nick Terrell
· 8 years ago
5087c17
Rename ZSTD_create*() to ZSTD_init*()
by Nick Terrell
· 8 years ago
11dc940
Add parallel processing example for seekable API
by Sean Purcell
· 8 years ago
35186e6
Address comments and make sure all prototypes are rendered by gen_html
by Sean Purcell
· 8 years ago
0f7bd77
Update seekable API to simplify IO
by Sean Purcell
· 8 years ago
9626cf1
Address @terrelln's comments
by Sean Purcell
· 8 years ago
2785b28
Reduce the limit on frame decompressed size to 2 GB
by Sean Purcell
· 8 years ago
5ee1135
s/chunk/frame/
by Sean Purcell
· 8 years ago
e80f1d7
Address PR comments and minor fixes
by Sean Purcell
· 8 years ago
d048fef
Move seekable format content to /contrib
by Sean Purcell
· 8 years ago
b633377
Add BtrFS benchmarks
by Nick Terrell
· 8 years ago
b4dd337
Add BtrFS patch for 4.10 kernel
by Nick Terrell
· 8 years ago
adb1974
Switch comments to kernel style + limit to 80 cols
by Nick Terrell
· 8 years ago
bed6c0a
Remove ZSTDLIB_API from decompress.c
by Nick Terrell
· 8 years ago
b5b79b3
Merge pull request #647 from terrelln/linux
by Yann Collet
· 8 years ago
9c7371b
Improve comments and ordering
by Nick Terrell
· 8 years ago
97693af
Add a README
by Nick Terrell
· 8 years ago
7f510a7
Add Kconfig and Makefile diffs
by Nick Terrell
· 8 years ago
60b34b0
fix gitignore
by Nick Terrell
· 8 years ago
bb21379
Rename zstd_(de)compress.c to (de)compress.c
by Nick Terrell
· 8 years ago
1b38564
Undef current if defined
by Nick Terrell
· 8 years ago
c53bacc
Fix up some old names
by Nick Terrell
· 8 years ago
2e4dbd2
Really move the makefile
by Nick Terrell
· 8 years ago
5859101
Move Makefile to lib/zstd
by Nick Terrell
· 8 years ago
d0bbcea
Add fs/btrfs/zstd.c
by Nick Terrell
· 8 years ago
2eb623a
Explicitly convert scratchBuffer to unsigned*
by Nick Terrell
· 8 years ago
fd95be0
Move sources to lib/zstd/
by Nick Terrell
· 8 years ago
1af700e
Remove unused FSE/HUF functions
by Nick Terrell
· 8 years ago
dd62829
Remove more restrict
by Nick Terrell
· 8 years ago
9c257dc
Fix up xxhash
by Nick Terrell
· 8 years ago
0888251
Switch intptr_t to ptrdiff_t
by Nick Terrell
· 8 years ago
6758392
Move zstd.h to linux/zstd.h
by Nick Terrell
· 8 years ago
b065072
Test module macros
by Nick Terrell
· 8 years ago
b1b582b
Add module macros
by Nick Terrell
· 8 years ago
b5e3e3c
Add zstd kernel module Makefile
by Nick Terrell
· 8 years ago
79298bf
Add userland test with mock kernel headers
by Nick Terrell
· 8 years ago
33fc0ad
Fix ZSTD_createCStream_usingCDict() and ZSTD_compress_usingCDict()
by Nick Terrell
· 8 years ago
87cec8f
Fix compilation errors
by Nick Terrell
· 8 years ago
59aadc8
Preallocate workSpace for cctx and combine create and init for cstream
by Nick Terrell
· 8 years ago
21b6c53
Working on API
by Nick Terrell
· 8 years ago
e48b135
Remove STATIC_LINKING_ONLY defines
by Nick Terrell
· 8 years ago
6ce5889
Use <asm/unaligned.h> for unaligned memory access
by Nick Terrell
· 8 years ago
be7da5d
Change stdlib includes to linux includes
by Nick Terrell
· 8 years ago
b3b41d0
Remove platform specific macros
by Nick Terrell
· 8 years ago
1075c12
Convert all spaces to tabs
by Nick Terrell
· 8 years ago
78063ca
spaces to tabs
by Nick Terrell
· 8 years ago
b1c6bb8
Copy files into contrib/linux-kernel/
by Nick Terrell
· 8 years ago
6851db4
created contrib/cleanTabs
by Yann Collet
· 8 years ago
793e7bb
Add symbolic link checking to pzstd
by Sean Purcell
· 8 years ago
7e35b35
Merge pull request #602 from iburinoc/doc
by Yann Collet
· 8 years ago
dec2b96
Add functions missing from manual, and fix parameter alignment
by Sean Purcell
· 8 years ago
120df49
Update builds to not support legacy v01-v03
by Sean Purcell
· 8 years ago
38a3428
support -Werror=format-security
by Pádraig Brady
· 8 years ago
822c718
Merge branch 'dev' into doc
by Sean Purcell
· 8 years ago
7e224ea
Merge pull request #562 from iburinoc/testcorpus
by Yann Collet
· 8 years ago
1d19324
Move educational_decoder to doc/ and add doc README
by Sean Purcell
· 8 years ago
db478ad
Merge pull request #558 from facebook/manual
by Yann Collet
· 8 years ago
3cd8d50
Update CLI and link from educational decoder
by Sean Purcell
· 8 years ago
5084045
added `manual` target to contrib/gen_html/Makefile
by Yann Collet
· 8 years ago
346ce32
legacy.c: fix memory leaks
by Przemyslaw Skibinski
· 8 years ago
d8114e5
zstd_compress.c: fix memory leaks
by Przemyslaw Skibinski
· 8 years ago
684858e
fix memory leaks
by Przemyslaw Skibinski
· 8 years ago
107c9a4
Moved to contrib
by Dima Krasner
· 8 years ago
0f5c95a
Disambiguate pledgedSrcSize == 0
by Sean Purcell
· 8 years ago
eb52dbd
Minor changes to educational decoder
by Sean Purcell
· 8 years ago
f191be2
Inlined portions of specification for clarity
by Sean Purcell
· 8 years ago
18ce8b5
Switch IO to go through streams
by Sean Purcell
· 8 years ago
Next »