]> git.ipfire.org Git - thirdparty/zstd.git/shortlog
thirdparty/zstd.git
2017-06-21  Paul CruzMerge pull request #3 from facebook/dev 730/head
2017-06-21  Paul Cruzadded newline to align output
2017-06-21  Paul Cruzadded error check for when file could not be opened
2017-06-21  Paul Cruzreversed calculation of ratio
2017-06-21  Yann Colletadded test cases for new command --list
2017-06-21  Yann ColletMerge pull request #723 from paulcruz74/dev
2017-06-21  Paul Cruzadded test for files with no frame content size 723/head
2017-06-20  Paul Cruzadded tests with null files, changed condition to check...
2017-06-20  Paul Cruzspacing matters for test scripts
2017-06-20  Paul Cruzfixed error where extremely small files were not being...
2017-06-20  Paul Cruzchanged to use LONG_SEEK
2017-06-20  Paul Cruzadded progress metric to display
2017-06-20  Paul Cruzmoved signifcant operations to fileio.c
2017-06-20  Yann ColletMerge pull request #728 from terrelln/ubsan-failure
2017-06-20  Paul Cruzremoved double if statements for same condition
2017-06-20  Paul Cruzminor update to logic
2017-06-20  Paul Cruzsize_t const value
2017-06-20  Paul Cruzadded additional tests for error detection
2017-06-20  Paul Cruzchanged displayInfo alignment and const
2017-06-20  Paul Cruzchange test to list info on .zst files
2017-06-20  Paul Cruzchanged fileInfo initialization, updated error code
2017-06-20  Nick Terrell[linux] Add xxhash and zstd in-kernel tests 728/head
2017-06-20  Nick Terrell[linux] Add libfuzzer targets
2017-06-19  Nick Terrell[linux] Port libzstd UBSAN fix
2017-06-19  Yann ColletMerge pull request #727 from terrelln/ubsan-failure
2017-06-19  Nick Terrell[libzstd] Fix UBSAN failure 727/head
2017-06-19  Yann ColletMerge pull request #726 from terrelln/malloc-failure
2017-06-19  Nick Terrell[linux] Fix decompression memory allocation 726/head
2017-06-19  Paul Cruzmade style changes, added description in man file
2017-06-17  Yann ColletMerge pull request #724 from yurivict/fix-install-stati...
2017-06-17  YuriINSTALL_DATA instead of INSTALL_LIB for libzstd.a 724/head
2017-06-16  Paul CruzMerge branch 'list' into dev
2017-06-16  Paul Cruzfixing more spacing on loops
2017-06-16  Paul CruzMerge branch 'list' into dev
2017-06-16  Paul Cruzadded in correct error return from main in zstdcli.c
2017-06-16  Paul Cruzinitialized info manually to avoid error
2017-06-16  Paul Cruzchanged spacing on if statements
2017-06-16  Paul Cruzadded const
2017-06-16  Paul Cruzadded case for when file is not compressed with zstd...
2017-06-15  Paul Cruzadded tests in playTest.sh
2017-06-15  Paul CruzMerge branch 'list' into dev
2017-06-15  Paul Cruzrefactoring brackets to allow for const values
2017-06-15  Paul Cruzrearranging code to allow for consts
2017-06-15  Paul Cruzchanged implicit precision loss again
2017-06-15  Paul Cruzgot rid of imlpicit precision loss
2017-06-15  Paul Cruzmade another function static
2017-06-15  Paul Cruzclosed file at end of function, created another variabl...
2017-06-15  Paul Cruzchanged info to static allocation
2017-06-15  Paul Cruzcleaned up if statements
2017-06-15  Paul Cruzadded --list command
2017-06-15  Paul Cruzallow analysis even if file does not have zst extension
2017-06-15  Paul Cruzcleaning up code for analyzing frames
2017-06-15  Paul Cruzcleaning up code
2017-06-15  Paul CruzMerge pull request #2 from paulcruz74/list
2017-06-14  Yann ColletMerge pull request #722 from paulcruz74/dev
2017-06-14  Paul Cruzchanging formatting again
2017-06-14  Paul Cruzprint message when no files are given, rearrange code...
2017-06-14  Paul Cruzchanged U64 to unsigned long to get rid of build test...
2017-06-13  Paul Cruzcleaning up code
2017-06-13  Paul Cruzchanged print format for non-verbose version
2017-06-13  Paul Cruzyet more refactoring
2017-06-13  Paul Cruzmore refactoring for C90
2017-06-12  Paul Cruzrefactoring for C90 syntax
2017-06-12  Paul Cruzformatting issues resolved
2017-06-12  Paul Cruzcode refactorings with explicit conversion
2017-06-12  Paul Cruzformated information for verbose output
2017-06-12  Paul Cruzdisplayed decompressed size
2017-06-12  Paul Cruzincremented decompressedSize instead of setting value
2017-06-12  Paul Cruzremoved useless lines
2017-06-12  Paul Cruzadded in logic for parsing through blocks/frames
2017-06-12  Paul Cruzadded code to analyze the first frame header
2017-06-12  Paul Cruzadded line spacing for clarity
2017-06-12  Paul CruzMerge branch 'dev' into list
2017-06-12  Yann ColletMerge pull request #721 from manixate/typo-fix
2017-06-12  Muhammad AzeemMinor grammatical changes 721/head
2017-06-09  Paul Cruzremoved previous double free crash, used new crash... 722/head
2017-06-09  Paul Cruzadded error function for different compilation modes
2017-06-06  Paul Cruzadded display for compressed size
2017-06-05  Paul Cruzadded in check suffix check to ensure file was compress...
2017-06-05  Paul Cruzsetup basic functions for adding --list functionality
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
next