]> git.ipfire.org Git - thirdparty/zstd.git/log
thirdparty/zstd.git
8 years ago[linux] Write all the patch summaries 732/head
Nick Terrell [Thu, 22 Jun 2017 03:23:44 +0000 (20:23 -0700)] 
[linux] Write all the patch summaries

8 years ago[linux] Rename last 2 diffs to patch names
Nick Terrell [Wed, 21 Jun 2017 22:21:25 +0000 (15:21 -0700)] 
[linux] Rename last 2 diffs to patch names

8 years ago[linux] Add summaries to xxhash and zstd patches
Nick Terrell [Wed, 21 Jun 2017 22:19:54 +0000 (15:19 -0700)] 
[linux] Add summaries to xxhash and zstd patches

8 years ago[linux] Rename diffs to patch names
Nick Terrell [Wed, 21 Jun 2017 22:10:18 +0000 (15:10 -0700)] 
[linux] Rename diffs to patch names

8 years ago[linux] Switch BtrFS compression level to 1
Nick Terrell [Wed, 21 Jun 2017 22:08:26 +0000 (15:08 -0700)] 
[linux] Switch BtrFS compression level to 1

8 years agoadded test cases for new command --list
Yann Collet [Wed, 21 Jun 2017 19:09:53 +0000 (12:09 -0700)] 
added test cases for new command --list

8 years agoMerge pull request #723 from paulcruz74/dev
Yann Collet [Wed, 21 Jun 2017 16:41:55 +0000 (09:41 -0700)] 
Merge pull request #723 from paulcruz74/dev

Adding zstd -l

8 years agoadded test for files with no frame content size 723/head
Paul Cruz [Wed, 21 Jun 2017 00:43:36 +0000 (17:43 -0700)] 
added test for files with no frame content size

8 years agoadded tests with null files, changed condition to check that the file is more than...
Paul Cruz [Tue, 20 Jun 2017 21:33:08 +0000 (14:33 -0700)] 
added tests with null files, changed condition to check that the file is more than 0 bytes

8 years agospacing matters for test scripts
Paul Cruz [Tue, 20 Jun 2017 21:14:53 +0000 (14:14 -0700)] 
spacing matters for test scripts

8 years agofixed error where extremely small files were not being detected as not compressed...
Paul Cruz [Tue, 20 Jun 2017 21:04:46 +0000 (14:04 -0700)] 
fixed error where extremely small files were not being detected as not compressed with zstd

8 years agochanged to use LONG_SEEK
Paul Cruz [Tue, 20 Jun 2017 20:44:05 +0000 (13:44 -0700)] 
changed to use LONG_SEEK

8 years agoadded progress metric to display
Paul Cruz [Tue, 20 Jun 2017 20:26:25 +0000 (13:26 -0700)] 
added progress metric to display

8 years agomoved signifcant operations to fileio.c
Paul Cruz [Tue, 20 Jun 2017 19:43:10 +0000 (12:43 -0700)] 
moved signifcant operations to fileio.c

8 years agoMerge pull request #728 from terrelln/ubsan-failure
Yann Collet [Tue, 20 Jun 2017 19:13:51 +0000 (12:13 -0700)] 
Merge pull request #728 from terrelln/ubsan-failure

[linux] Add more tests and fuzzing

8 years agoremoved double if statements for same condition
Paul Cruz [Tue, 20 Jun 2017 18:59:45 +0000 (11:59 -0700)] 
removed double if statements for same condition

8 years agominor update to logic
Paul Cruz [Tue, 20 Jun 2017 18:58:27 +0000 (11:58 -0700)] 
minor update to logic

8 years agosize_t const value
Paul Cruz [Tue, 20 Jun 2017 18:56:11 +0000 (11:56 -0700)] 
size_t const value

8 years agoadded additional tests for error detection
Paul Cruz [Tue, 20 Jun 2017 18:54:44 +0000 (11:54 -0700)] 
added additional tests for error detection

8 years agochanged displayInfo alignment and const
Paul Cruz [Tue, 20 Jun 2017 18:47:24 +0000 (11:47 -0700)] 
changed displayInfo alignment and const

8 years agochange test to list info on .zst files
Paul Cruz [Tue, 20 Jun 2017 17:45:06 +0000 (10:45 -0700)] 
change test to list info on .zst files

8 years agochanged fileInfo initialization, updated error code
Paul Cruz [Tue, 20 Jun 2017 16:35:21 +0000 (09:35 -0700)] 
changed fileInfo initialization, updated error code

8 years ago[linux] Add xxhash and zstd in-kernel tests 728/head
Nick Terrell [Tue, 20 Jun 2017 02:09:41 +0000 (19:09 -0700)] 
[linux] Add xxhash and zstd in-kernel tests

8 years ago[linux] Add libfuzzer targets
Nick Terrell [Tue, 20 Jun 2017 02:09:15 +0000 (19:09 -0700)] 
[linux] Add libfuzzer targets

8 years ago[linux] Port libzstd UBSAN fix
Nick Terrell [Mon, 19 Jun 2017 22:48:30 +0000 (15:48 -0700)] 
[linux] Port libzstd UBSAN fix

8 years agoMerge pull request #727 from terrelln/ubsan-failure
Yann Collet [Mon, 19 Jun 2017 22:43:17 +0000 (15:43 -0700)] 
Merge pull request #727 from terrelln/ubsan-failure

[libzstd] Fix UBSAN failure

8 years ago[libzstd] Fix UBSAN failure 727/head
Nick Terrell [Mon, 19 Jun 2017 22:12:28 +0000 (15:12 -0700)] 
[libzstd] Fix UBSAN failure

8 years agoMerge pull request #726 from terrelln/malloc-failure
Yann Collet [Mon, 19 Jun 2017 21:13:46 +0000 (14:13 -0700)] 
Merge pull request #726 from terrelln/malloc-failure

[linux] Fix decompression memory allocation

8 years ago[linux] Fix decompression memory allocation 726/head
Nick Terrell [Mon, 19 Jun 2017 19:24:14 +0000 (12:24 -0700)] 
[linux] Fix decompression memory allocation

8 years agomade style changes, added description in man file
Paul Cruz [Mon, 19 Jun 2017 16:55:55 +0000 (09:55 -0700)] 
made style changes, added description in man file

8 years agoMerge pull request #724 from yurivict/fix-install-static-lib
Yann Collet [Sat, 17 Jun 2017 08:19:39 +0000 (01:19 -0700)] 
Merge pull request #724 from yurivict/fix-install-static-lib

INSTALL_DATA instead of INSTALL_LIB for libzstd.a

8 years agoINSTALL_DATA instead of INSTALL_LIB for libzstd.a 724/head
Yuri [Sat, 17 Jun 2017 07:23:41 +0000 (00:23 -0700)] 
INSTALL_DATA instead of INSTALL_LIB for libzstd.a

INSTALL_LIB can be passed -s flag to strip symbols. Static libraries should not be stripped, only dynamic ones should be stripped.

8 years agoMerge branch 'list' into dev
Paul Cruz [Fri, 16 Jun 2017 01:09:15 +0000 (18:09 -0700)] 
Merge branch 'list' into dev

8 years agofixing more spacing on loops
Paul Cruz [Fri, 16 Jun 2017 01:08:22 +0000 (18:08 -0700)] 
fixing more spacing on loops

8 years agoMerge branch 'list' into dev
Paul Cruz [Fri, 16 Jun 2017 00:53:00 +0000 (17:53 -0700)] 
Merge branch 'list' into dev

8 years agoadded in correct error return from main in zstdcli.c
Paul Cruz [Fri, 16 Jun 2017 00:46:49 +0000 (17:46 -0700)] 
added in correct error return from main in zstdcli.c

8 years agoinitialized info manually to avoid error
Paul Cruz [Fri, 16 Jun 2017 00:30:18 +0000 (17:30 -0700)] 
initialized info manually to avoid error

8 years agochanged spacing on if statements
Paul Cruz [Fri, 16 Jun 2017 00:12:41 +0000 (17:12 -0700)] 
changed spacing on if statements

8 years agoadded const
Paul Cruz [Fri, 16 Jun 2017 00:03:59 +0000 (17:03 -0700)] 
added const

8 years agoadded case for when file is not compressed with zstd (incorrect magic number)
Paul Cruz [Fri, 16 Jun 2017 00:00:59 +0000 (17:00 -0700)] 
added case for when file is not compressed with zstd (incorrect magic number)

8 years agoadded tests in playTest.sh
Paul Cruz [Thu, 15 Jun 2017 23:53:03 +0000 (16:53 -0700)] 
added tests in playTest.sh

8 years agoMerge branch 'list' into dev
Paul Cruz [Thu, 15 Jun 2017 23:46:54 +0000 (16:46 -0700)] 
Merge branch 'list' into dev

8 years agorefactoring brackets to allow for const values
Paul Cruz [Thu, 15 Jun 2017 23:27:38 +0000 (16:27 -0700)] 
refactoring brackets to allow for const values

8 years agorearranging code to allow for consts
Paul Cruz [Thu, 15 Jun 2017 23:12:04 +0000 (16:12 -0700)] 
rearranging code to allow for consts

8 years agochanged implicit precision loss again
Paul Cruz [Thu, 15 Jun 2017 23:03:40 +0000 (16:03 -0700)] 
changed implicit precision loss again

8 years agogot rid of imlpicit precision loss
Paul Cruz [Thu, 15 Jun 2017 23:01:52 +0000 (16:01 -0700)] 
got rid of imlpicit precision loss

8 years agomade another function static
Paul Cruz [Thu, 15 Jun 2017 22:55:49 +0000 (15:55 -0700)] 
made another function static

8 years agoclosed file at end of function, created another variable to keep exit points simpler
Paul Cruz [Thu, 15 Jun 2017 22:53:02 +0000 (15:53 -0700)] 
closed file at end of function, created another variable to keep exit points simpler

8 years agochanged info to static allocation
Paul Cruz [Thu, 15 Jun 2017 22:35:37 +0000 (15:35 -0700)] 
changed info to static allocation

8 years agocleaned up if statements
Paul Cruz [Thu, 15 Jun 2017 22:25:20 +0000 (15:25 -0700)] 
cleaned up if statements

8 years agoadded --list command
Paul Cruz [Thu, 15 Jun 2017 22:07:54 +0000 (15:07 -0700)] 
added --list command

8 years agoallow analysis even if file does not have zst extension
Paul Cruz [Thu, 15 Jun 2017 22:02:54 +0000 (15:02 -0700)] 
allow analysis even if file does not have zst extension

8 years agocleaning up code for analyzing frames
Paul Cruz [Thu, 15 Jun 2017 21:13:28 +0000 (14:13 -0700)] 
cleaning up code for analyzing frames

8 years agocleaning up code
Paul Cruz [Thu, 15 Jun 2017 19:27:32 +0000 (12:27 -0700)] 
cleaning up code

8 years agoMerge pull request #2 from paulcruz74/list
Paul Cruz [Thu, 15 Jun 2017 00:18:25 +0000 (17:18 -0700)] 
Merge pull request #2 from paulcruz74/list

List

8 years agoMerge pull request #722 from paulcruz74/dev
Yann Collet [Wed, 14 Jun 2017 21:28:12 +0000 (14:28 -0700)] 
Merge pull request #722 from paulcruz74/dev

Improve roundTripCrash

8 years agochanging formatting again
Paul Cruz [Wed, 14 Jun 2017 20:26:19 +0000 (13:26 -0700)] 
changing formatting again

8 years agoprint message when no files are given, rearrange code for readability
Paul Cruz [Wed, 14 Jun 2017 20:23:36 +0000 (13:23 -0700)] 
print message when no files are given, rearrange code for readability

8 years agochanged U64 to unsigned long to get rid of build test errors
Paul Cruz [Wed, 14 Jun 2017 20:11:18 +0000 (13:11 -0700)] 
changed U64 to unsigned long to get rid of build test errors

8 years agocleaning up code
Paul Cruz [Tue, 13 Jun 2017 17:06:49 +0000 (10:06 -0700)] 
cleaning up code

8 years agochanged print format for non-verbose version
Paul Cruz [Tue, 13 Jun 2017 00:47:33 +0000 (17:47 -0700)] 
changed print format for non-verbose version

8 years agoyet more refactoring
Paul Cruz [Tue, 13 Jun 2017 00:19:53 +0000 (17:19 -0700)] 
yet more refactoring

8 years agomore refactoring for C90
Paul Cruz [Tue, 13 Jun 2017 00:09:08 +0000 (17:09 -0700)] 
more refactoring for C90

8 years agorefactoring for C90 syntax
Paul Cruz [Mon, 12 Jun 2017 23:53:50 +0000 (16:53 -0700)] 
refactoring for C90 syntax

8 years agoformatting issues resolved
Paul Cruz [Mon, 12 Jun 2017 23:29:00 +0000 (16:29 -0700)] 
formatting issues resolved

8 years agocode refactorings with explicit conversion
Paul Cruz [Mon, 12 Jun 2017 23:14:04 +0000 (16:14 -0700)] 
code refactorings with explicit conversion

8 years agoformated information for verbose output
Paul Cruz [Mon, 12 Jun 2017 22:59:28 +0000 (15:59 -0700)] 
formated information for verbose output

8 years agodisplayed decompressed size
Paul Cruz [Mon, 12 Jun 2017 22:51:59 +0000 (15:51 -0700)] 
displayed decompressed size

8 years agoincremented decompressedSize instead of setting value
Paul Cruz [Mon, 12 Jun 2017 22:40:47 +0000 (15:40 -0700)] 
incremented decompressedSize instead of setting value

8 years agoremoved useless lines
Paul Cruz [Mon, 12 Jun 2017 22:24:50 +0000 (15:24 -0700)] 
removed useless lines

8 years agoadded in logic for parsing through blocks/frames
Paul Cruz [Mon, 12 Jun 2017 22:22:48 +0000 (15:22 -0700)] 
added in logic for parsing through blocks/frames

8 years agoadded code to analyze the first frame header
Paul Cruz [Mon, 12 Jun 2017 20:46:39 +0000 (13:46 -0700)] 
added code to analyze the first frame header

8 years agoadded line spacing for clarity
Paul Cruz [Mon, 12 Jun 2017 17:58:34 +0000 (10:58 -0700)] 
added line spacing for clarity

8 years agoMerge branch 'dev' into list
Paul Cruz [Mon, 12 Jun 2017 17:47:30 +0000 (10:47 -0700)] 
Merge branch 'dev' into list

8 years agoMerge pull request #721 from manixate/typo-fix
Yann Collet [Mon, 12 Jun 2017 11:51:24 +0000 (04:51 -0700)] 
Merge pull request #721 from manixate/typo-fix

Minor grammatical changes

8 years agoMinor grammatical changes 721/head
Muhammad Azeem [Mon, 12 Jun 2017 03:09:44 +0000 (11:09 +0800)] 
Minor grammatical changes

8 years agoremoved previous double free crash, used new crash function 722/head
Paul Cruz [Fri, 9 Jun 2017 20:57:18 +0000 (13:57 -0700)] 
removed previous double free crash, used new crash function

8 years agoadded error function for different compilation modes
Paul Cruz [Fri, 9 Jun 2017 20:41:34 +0000 (13:41 -0700)] 
added error function for different compilation modes

8 years agoadded display for compressed size
Paul Cruz [Tue, 6 Jun 2017 16:21:42 +0000 (09:21 -0700)] 
added display for compressed size

8 years agoadded in check suffix check to ensure file was compressed with zstd
Paul Cruz [Mon, 5 Jun 2017 22:00:06 +0000 (15:00 -0700)] 
added in check suffix check to ensure file was compressed with zstd

8 years agosetup basic functions for adding --list functionality
Paul Cruz [Mon, 5 Jun 2017 21:45:31 +0000 (14:45 -0700)] 
setup basic functions for adding --list functionality

8 years agoMerge pull request #1 from facebook/dev
Paul Cruz [Sat, 3 Jun 2017 17:11:35 +0000 (10:11 -0700)] 
Merge pull request #1 from facebook/dev

Merge pull request #716 from paulcruz74/dev

8 years agoMerge pull request #716 from paulcruz74/dev
Yann Collet [Fri, 2 Jun 2017 19:34:18 +0000 (12:34 -0700)] 
Merge pull request #716 from paulcruz74/dev

VS2005 Support Changes

8 years agoadded a project support notice for VS2005 716/head
Paul Cruz [Fri, 2 Jun 2017 17:28:56 +0000 (10:28 -0700)] 
added a project support notice for VS2005

8 years agoadded back documentation/notification for VS2005 in build directory
Paul Cruz [Fri, 2 Jun 2017 17:25:30 +0000 (10:25 -0700)] 
added back documentation/notification for VS2005 in build directory

8 years agoRemoved VS2005 from the list of included projects
Paul Cruz [Fri, 2 Jun 2017 17:11:03 +0000 (10:11 -0700)] 
Removed VS2005 from the list of included projects

8 years agoadding zstd/zstd.vcproj because it was ignored during initial commit
Paul Cruz [Fri, 2 Jun 2017 04:25:39 +0000 (21:25 -0700)] 
adding zstd/zstd.vcproj because it was ignored during initial commit

8 years agoMoved VS2005 to the contrib directory
Paul Cruz [Fri, 2 Jun 2017 04:18:48 +0000 (21:18 -0700)] 
Moved VS2005 to the contrib directory

8 years agoMerge pull request #712 from terrelln/dev
Yann Collet [Fri, 26 May 2017 16:48:12 +0000 (18:48 +0200)] 
Merge pull request #712 from terrelln/dev

[linux-kernel] Fix formatting and Makefile

8 years ago[linux-kernel] Fix duplicate symbols when built-in to kernel 712/head
Nick Terrell [Fri, 26 May 2017 01:34:13 +0000 (18:34 -0700)] 
[linux-kernel] Fix duplicate symbols when built-in to kernel

8 years agoMerge pull request #711 from ldv-alt/dev
Yann Collet [Fri, 26 May 2017 00:31:33 +0000 (02:31 +0200)] 
Merge pull request #711 from ldv-alt/dev

Fix typo in libzstd.a-mt make rules

8 years agoFix typo in libzstd.a-mt make rules 711/head
Dmitry V. Levin [Thu, 25 May 2017 23:43:05 +0000 (23:43 +0000)] 
Fix typo in libzstd.a-mt make rules

The macro name is ZSTD_MULTITHREAD, not ZSTD_MULTHREAD.

Fixes: ca6fae78080d ("Add MT enabled targets for libzstd")
8 years ago[linux-kernel] Fix clang-format edge case with goto labels
Nick Terrell [Thu, 25 May 2017 20:56:46 +0000 (13:56 -0700)] 
[linux-kernel] Fix clang-format edge case with goto labels

8 years agoMerge pull request #710 from terrelln/dev
Yann Collet [Wed, 24 May 2017 22:10:17 +0000 (00:10 +0200)] 
Merge pull request #710 from terrelln/dev

[linux-kernel] Minor formatting changes

8 years ago[linux-kernel] Fix some up clang-format edge cases 710/head
Nick Terrell [Wed, 24 May 2017 20:52:36 +0000 (13:52 -0700)] 
[linux-kernel] Fix some up clang-format edge cases

8 years ago[zstd] Fix up formatting edge cases for clang-format
Nick Terrell [Wed, 24 May 2017 20:50:10 +0000 (13:50 -0700)] 
[zstd] Fix up formatting edge cases for clang-format

8 years agoMerge pull request #709 from codicodi/fix-cmake
Yann Collet [Wed, 24 May 2017 18:56:47 +0000 (20:56 +0200)] 
Merge pull request #709 from codicodi/fix-cmake

CMake improvements

8 years agoCMake improvements 709/head
codicodi [Wed, 24 May 2017 08:48:10 +0000 (10:48 +0200)] 
CMake improvements

8 years agoMerge pull request #708 from terrelln/lk
Yann Collet [Mon, 22 May 2017 22:10:59 +0000 (00:10 +0200)] 
Merge pull request #708 from terrelln/lk

[linux-kernel] Update patches in response to comments

8 years agoMerge pull request #705 from terrelln/dev
Yann Collet [Mon, 22 May 2017 19:25:09 +0000 (21:25 +0200)] 
Merge pull request #705 from terrelln/dev

[libzstd] Allow users to define custom visibility