Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
zstd
/
675839254d93a0f92852d6ba28e2c4abda3c6d03
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
137efc0
Make pzstd and cmake use gcc/g++
by Sean Purcell
· 8 years ago
0fcb5d7
Build windows releases on appveyor as artifacts
by Sean Purcell
· 8 years ago
2e2e78d
removed unnecessary restriction on minmatchLength
by Yann Collet
· 8 years ago
26769d8
Merge branch 'dev' of github.com:facebook/zstd into dev
by Yann Collet
· 8 years ago
933ce4a
fix : minmatch 7 conversion
by Yann Collet
· 8 years ago
dae3be8
Merge pull request #635 from iburinoc/skipmagic
by Yann Collet
· 8 years ago
5bde4be
fix : bench automatically adapts parameters to srcSize
by Yann Collet
· 8 years ago
4708394
Remove extra 'F' from skippable magic mask
by Sean Purcell
· 8 years ago
57458d4
Merge branch 'dev' of github.com:facebook/zstd into dev
by Yann Collet
· 8 years ago
32ef985
Merge pull request #631 from facebook/LegacyDictBuilder
by Yann Collet
· 8 years ago
70a4cc6
Merge pull request #633 from iburinoc/isatty
by Yann Collet
· 8 years ago
efdaf8b
Fix inline compile errors
by Sean Purcell
· 8 years ago
894bf49
Fix IS_CONSOLE returning 1 for NUL on windows
by Sean Purcell
· 8 years ago
41fefd5
Improved speed tests
by Yann Collet
· 8 years ago
4cf0093
restored bonus rule
by Yann Collet
· 8 years ago
69017bf
Merge branch 'dev' into LegacyDictBuilder
by Yann Collet
· 8 years ago
5827608
minor refactor
by Yann Collet
· 8 years ago
858f72e
fixed dictBuilder issue
by Yann Collet
· 8 years ago
ecee9f2
fixed conversion warnings
by Yann Collet
· 8 years ago
0246d5c
Merge pull request #630 from facebook/advancedCliCommands
by Yann Collet
· 8 years ago
3a2ff15
Merge pull request #629 from iburinoc/exematch
by Yann Collet
· 8 years ago
4c41d37
changed test for new syntax
by Yann Collet
· 8 years ago
d41f707
minor improvement : remove duplicates with 1 char prefix difference
by Yann Collet
· 8 years ago
b364caf
Merge pull request #628 from facebook/dictBuilder_limits
by Yann Collet
· 8 years ago
ef30af8
Ignore extension in command name matching
by Sean Purcell
· 8 years ago
8ff69fd
Merge pull request #627 from iburinoc/appveyor
by Yann Collet
· 8 years ago
2238870
Merge pull request #625 from facebook/loadCDict
by Yann Collet
· 8 years ago
96aa301
changed advanced commands --maxdict= and --dictID=
by Yann Collet
· 8 years ago
9da3b21
Ensure all limits derived from same constants
by Yann Collet
· 8 years ago
ebe9963
Merge pull request #626 from facebook/stricterDictBuilder
by Yann Collet
· 8 years ago
8d2c639
Statically build and link zlib on appveyor
by Sean Purcell
· 8 years ago
16a0b10
fixed ZSTD_loadZstdDictionary()
by Yann Collet
· 8 years ago
23776ce
fixed ERROR_GENERIC on dstSize_tooSmall
by Yann Collet
· 8 years ago
f332ece
dictBuilder fails to create dictionary on certain input
by Yann Collet
· 8 years ago
bea78e8
limited CDict acceptation criteria to be the same as DDict
by Yann Collet
· 8 years ago
5caaa15
Merge pull request #623 from iburinoc/educational
by Yann Collet
· 8 years ago
4452bbe
Merge pull request #622 from iburinoc/symlink
by Yann Collet
· 8 years ago
7f67f8d
Educational decoder polish updates
by Sean Purcell
· 8 years ago
793e7bb
Add symbolic link checking to pzstd
by Sean Purcell
· 8 years ago
dee08ca
Fix displayLevel redefinition issues
by Sean Purcell
· 8 years ago
680e4e0
Ignore symbolic links unless --force specified
by Sean Purcell
· 8 years ago
042ba12
Change g_displayLevel to int and fix DISPLAYUPDATE flush
by Sean Purcell
· 8 years ago
2798350
Merge pull request #621 from terrelln/zlib-flags
by Yann Collet
· 8 years ago
dfc75f7
Add $(EXT) to binary to fix zlib detection for some MinGW versions
by Nick Terrell
· 8 years ago
741e3e8
Add $(FLAGS) when testing for zlib/lzma support.
by Nick Terrell
· 8 years ago
f09acd2
Merge pull request #619 from iburinoc/educational
by Yann Collet
· 8 years ago
8922574
Merge pull request #614 from iburinoc/appveyor
by Yann Collet
· 8 years ago
35fc66f
updated .gitignore for new cmake script
by Yann Collet
· 8 years ago
9f048cb
Educational decoder: Some more minor clarity fixes
by Sean Purcell
· 8 years ago
ea14b73
Educational decoder: Clarify IO_rewind_bits
by Sean Purcell
· 8 years ago
f643e05
Merge pull request #618 from terrelln/zero-buffers
by Yann Collet
· 8 years ago
4cfed3c
Attempt to fix FUZZERTEST variable set and remove appveyor_old.yml
by Sean Purcell
· 8 years ago
c9dcdea
Merge pull request #616 from iburinoc/cmake
by Yann Collet
· 8 years ago
f7a7860
CMake: Fix version parsing and allow Unix flags on Clang
by Sean Purcell
· 8 years ago
eaf69b0
Zero pointers after freeing
by Nick Terrell
· 8 years ago
f3dfcdc
bump version number
by Yann Collet
· 8 years ago
e498ed5
Merge pull request #611 from Majlen/cmake-improvement
by Yann Collet
· 8 years ago
ad92b55
Fix msvc fuzzer test runtime
by Sean Purcell
· 8 years ago
1b418bd
Merge remote-tracking branch 'origin/dev' into appveyor
by Sean Purcell
· 8 years ago
5b3a9cb
Remove multithreading support by default on non UNIX platforms
by Milan Ševčík
· 8 years ago
a2286a3
Install zstdcat and unzstd symlinks by cmake
by Milan Ševčík
· 8 years ago
0d09c77
Add build of new cmake branches to Makefile
by Milan Ševčík
· 8 years ago
01d7ea2
Added options for building programs, static library and tests
by Milan Ševčík
· 8 years ago
16f771d
Install forgotten zstdmt tool and zstd.1 man page
by Milan Ševčík
· 8 years ago
f0076ad
Add_extra_compilation_flags macro needs to run before adding sources
by Milan Ševčík
· 8 years ago
8d56231
Test new cmake stuff
by Milan Ševčík
· 8 years ago
b98b6fc
Check for pthreads library
by Milan Ševčík
· 8 years ago
0d3daff
Much easier way of installing libraries with correct names
by Milan Ševčík
· 8 years ago
c243043
Install everything, not only libraries
by Milan Ševčík
· 8 years ago
ce11d77
Use shared library in programs
by Milan Ševčík
· 8 years ago
a8c0c2a
Fix cmake install prefix with cmake-3.x
by Milan Ševčík
· 8 years ago
0184d80
Refactored AddExtraCompilationFlags
by Milan Ševčík
· 8 years ago
56ef200
.gitignore only build directory
by Milan Ševčík
· 8 years ago
e8517a9
Add build documentation by gen_html
by Milan Ševčík
· 8 years ago
c03d7b8
Cleanup lib rules
by Milan Ševčík
· 8 years ago
623baf5
Move GetLibraryVersion function to its own module file
by Milan Ševčík
· 8 years ago
8013c86
Improve resolving ROOT_DIR
by Milan Ševčík
· 8 years ago
5400ecf
Merge pull request #613 from iburinoc/decodecorpus
by Yann Collet
· 8 years ago
5a2b857
Update appveyor.yml to have short and long tests
by Sean Purcell
· 8 years ago
c771977
Fix decodecorpus clang compile errors
by Sean Purcell
· 8 years ago
2f6c7e6
Fix windows compiler warnings for decodecorpus
by Sean Purcell
· 8 years ago
170861d
Merge pull request #610 from iburinoc/slowfuzzer
by Yann Collet
· 8 years ago
0b0b10e
Add --no-big-tests flag for qemu fuzz-tests
by Sean Purcell
· 8 years ago
7ebf2de
Add ability to strongly limit fuzzer test size with flag
by Sean Purcell
· 8 years ago
Next »