]> git.ipfire.org Git - thirdparty/zstd.git/shortlog
thirdparty/zstd.git
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  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-19  Paul Cruzmade style changes, added description in man file
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  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-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
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()
next