]> git.ipfire.org Git - thirdparty/zstd.git/shortlog
thirdparty/zstd.git
2017-06-22  Paul Cruzgot rid of unnecessary casting to void*
2017-06-22  Paul Cruzadded comment addressing use of bits in frame header...
2017-06-20  Paul Cruzfixed strange spacing
2017-06-20  Paul Cruzfree the context object once done with decompression
2017-06-20  Paul Cruzallocate statically so we don't have to deal with freeing
2017-06-20  Paul Cruzconst dictOffset
2017-06-20  Paul Cruzconst value
2017-06-20  Paul Cruzmade changes to accommodate single file use case
2017-06-20  Paul Cruzadded description to advanced usage, changed to use...
2017-06-20  Paul Cruzremoved testing code from generation code
2017-06-20  Paul Cruzadded comments for clarity
2017-06-20  Paul Cruzchanged error condition
2017-06-20  Paul Cruzrefactoring for readability
2017-06-20  Paul Cruzchanged computation for readability
2017-06-20  Paul Cruzconst value that doesn't change
2017-06-20  Paul Cruzchanged scope to avoid errors
2017-06-20  Paul Cruzadhere to min dict size
2017-06-20  Paul Cruzchanged dictionary to stay reasonable size during test
2017-06-20  Paul Cruzadded test to runTestMode
2017-06-20  Paul Cruzfixed for loop declaration, fixed test case
2017-06-20  Paul Cruzwrote a test for dictionary corpus
2017-06-19  Paul Cruzchanging for loop declaration
2017-06-19  Paul Cruzfor loop declaration not allowed
2017-06-19  Paul Cruzscope change
2017-06-19  Paul Cruzchanged scope so that warning disappears
2017-06-19  Paul Cruzchanged scope to get rid of mixed code/variables warning
2017-06-19  Paul Cruzadded in struct to keep functions more orderly
2017-06-19  Paul Cruzmade some small changes to dictInfo struct and initDictInfo
2017-06-19  Paul Cruzcleaning up code
2017-06-19  Paul Cruzadded comment to anotate decompressed error code
2017-06-19  Paul Cruzsmall stylistic changes
2017-06-19  Paul Cruzchanged if statement styling
2017-06-19  Paul Cruzadded calls to free to match calls to malloc, made...
2017-06-19  Paul Cruzgot files to decompress
2017-06-19  Paul Cruzfixed decompression so that it uses compressed version
2017-06-19  Paul Cruzmade changes so that HUF_writeCTable no longer fails
2017-06-19  Paul Cruzsmall style changes
2017-06-16  Paul Cruzfixing general style
2017-06-15  Paul Cruzadd print statements for debugging and change malloc...
2017-06-15  Paul Cruzadded print statements for debugging, fixed first segfault
2017-06-15  Paul Cruzchanged samples to geometric distribution so that it...
2017-06-15  Paul Cruzchanged dictionary from using fixed amount of bytes...
2017-06-14  Paul Cruzchanged randomly generated samples to randomly selected...
2017-06-14  Paul Cruzadded error message to catch case where size not given
2017-06-14  Paul Cruzcode refactoring and adding some print statements for...
2017-06-14  Paul Cruzdebugging error with finalizeDictionary() not writing...
2017-06-13  Paul Cruzchanged makefile to include zdict functions, wrote...
2017-06-13  Paul Cruzadded code to generate dictionary using finalizeDictionary
2017-06-09  Paul Cruzadded code to extend the offset when a dictionary is...
2017-06-09  Paul Cruzmade sure dictionary ID was being written in the frame...
2017-06-09  Paul Cruzset the lower bits of frame header descriptor if dictio...
2017-06-09  Paul Cruzadded code for generating dictionary/test files randoml...
2017-06-03  Paul CruzMerge pull request #1 from facebook/dev
2017-06-02  Yann ColletMerge pull request #716 from paulcruz74/dev
2017-06-02  Paul Cruzadded a project support notice for VS2005 716/head
2017-06-02  Paul Cruzadded back documentation/notification for VS2005 in...
2017-06-02  Paul CruzRemoved VS2005 from the list of included projects
2017-06-02  Paul Cruzadding zstd/zstd.vcproj because it was ignored during...
2017-06-02  Paul CruzMoved VS2005 to the contrib directory
2017-05-26  Yann ColletMerge pull request #712 from terrelln/dev
2017-05-26  Nick Terrell[linux-kernel] Fix duplicate symbols when built-in... 712/head
2017-05-26  Yann ColletMerge pull request #711 from ldv-alt/dev
2017-05-25  Dmitry V. LevinFix typo in libzstd.a-mt make rules 711/head
2017-05-25  Nick Terrell[linux-kernel] Fix clang-format edge case with goto...
2017-05-24  Yann ColletMerge pull request #710 from terrelln/dev
2017-05-24  Nick Terrell[linux-kernel] Fix some up clang-format edge cases 710/head
2017-05-24  Nick Terrell[zstd] Fix up formatting edge cases for clang-format
2017-05-24  Yann ColletMerge pull request #709 from codicodi/fix-cmake
2017-05-24  codicodiCMake improvements 709/head
2017-05-22  Yann ColletMerge pull request #708 from terrelln/lk
2017-05-22  Yann ColletMerge pull request #705 from terrelln/dev
2017-05-20  Nick Terrell[libzstd] Allow users to define custom visibility 705/head
2017-05-17  Nick Terrell[linux-kernel] Fix a weird clang-format corner case 708/head
2017-05-17  Nick Terrell[linux-kernel] Update tests Makefile 704/head
2017-05-17  Nick Terrell[linux-kernel] Update zstd.diff
2017-05-17  Nick Terrell[linux-kernel] Move ZSTD_STATIC_ASSERT to zstd_internal.h
2017-05-17  Nick Terrell[linux-kernel] clang-format lib/zstd/
2017-05-17  Nick Terrell[linux-kernel] Rename MEM_* functions to ZSTD_*
2017-05-17  Nick TerrellAdd clang-format config
2017-05-17  Nick Terrell[linux-kernel] Dual license with GPLv2
2017-05-17  Yann Colletminor coding style update
2017-05-17  Nick Terrell[linux-kernel] Update zstd.diff
2017-05-17  Nick TerrellRemove cross-platform macros and dead code
2017-05-16  Nick Terrell[linux-kernel] Fix whitespace edge case with script
2017-05-16  Nick Terrell[linux-kernel] Update kernelize.sh script for edge...
2017-05-16  Nick Terrell[linux-kernel] Don't undef current (use curr)
2017-05-16  Yann ColletMerge pull request #702 from facebook/newPrototype
2017-05-16  Yann Colletpedantic : added one error check 702/head
2017-05-16  Yann ColletMerge pull request #701 from terrelln/lk-xxh
2017-05-16  Nick Terrell[linux-kernel] Remove unused variables in test 701/head
2017-05-16  Yann Colletadded prototype ZSTD_versionString()
2017-05-16  Nick Terrell[linux-kernel] Update header comments
2017-05-16  Yann Colletadded prototype ZSTD_decompressBegin_usingDDict (#700)
2017-05-16  Nick TerrellAdd zstd.diff
2017-05-16  Nick Terrell[linux-kernel] Separate xxhash into its own module
2017-05-16  Yann Colletremoved gcc compilation flag -Wbad-function-cast
2017-05-16  Yann Colletfixed vla warning on linux
2017-05-16  Yann Colletfixed redundant declarations in legacy v0.5 and v0...
2017-05-16  Yann Colletadded several compilation flags
2017-05-11  Yann ColletMerge pull request #696 from joscollin/wip-lib-legacy...
next