Yann Collet
|
09b1844d9b
|
Merge pull request #1784 from bimbashrestha/fse_block_bound_err
Rearranging assert and allowing 4 extra for FSE_BLOCKBOUND()
|
2019-09-12 19:09:27 -07:00 |
|
Nick Terrell
|
23c5df1052
|
Merge pull request #1785 from terrelln/larger-fuzz
[fuzz] Generate seed data up to 256KB
|
2019-09-12 17:21:10 -07:00 |
|
Bimba Shrestha
|
fe9af338ed
|
Added assert to BIT_flushBits()
|
2019-09-12 15:35:27 -07:00 |
|
Nick Terrell
|
7c4578160e
|
[fuzz] Generate seed data up to 256KB
|
2019-09-12 15:02:01 -07:00 |
|
Bimba Shrestha
|
43da5bf27e
|
Rearranging assert and allowing 4 extra for FSE_BLOCKBOUND()
|
2019-09-12 14:43:50 -07:00 |
|
Nick Terrell
|
8c1b6f74dd
|
Merge pull request #1781 from darxsys/improvDataGen
Improve data generation
|
2019-09-12 14:27:58 -07:00 |
|
Dario Pavlovic
|
51e9d29a51
|
Merge branch 'improvDataGen' of github.com:darxsys/zstd into improvDataGen
|
2019-09-12 13:11:02 -07:00 |
|
Dario Pavlovic
|
cd8588077e
|
It's time for all of rng seed code to go. Goodbye
|
2019-09-12 13:10:34 -07:00 |
|
Dario Pavlovic
|
47bb4c6a23
|
Update tests/fuzz/fuzz_data_producer.h
|
2019-09-12 12:45:28 -07:00 |
|
Dario Pavlovic
|
92c58c4d5d
|
Use range instead of the generic uint32 method to use less bytes when generating necessary numbers.
|
2019-09-12 12:40:12 -07:00 |
|
Yann Collet
|
e0fb7e1eaf
|
ignore dictionary artifacts
|
2019-09-12 09:39:15 -07:00 |
|
Felix Handte
|
6ae1ec96bc
|
Merge pull request #1708 from neheb/dev
zstd: Don't use utime on Linux
|
2019-09-12 11:44:31 -04:00 |
|
Dario Pavlovic
|
b5b24c2a0d
|
Combining fuzz_data_producer restrict calls into a single function
|
2019-09-11 10:09:29 -07:00 |
|
Dario Pavlovic
|
23cc2d8510
|
All tests should give some portion of data to the producer and use the rest.
|
2019-09-10 16:52:38 -07:00 |
|
Dario Pavlovic
|
4dfc1bbf48
|
Merge branch 'dev' into improvDataGen
|
2019-09-10 16:20:27 -07:00 |
|
Dario Pavlovic
|
0630d084cb
|
[Fuzz] Improve data generation #1723
Converting the rest of the tests to use the new data producer.
|
2019-09-10 16:14:43 -07:00 |
|
Yann Collet
|
22bd158e0f
|
Merge pull request #1712 from felixhandte/workspace-efficiency-2
Allocate Internal Buffers via Workspace Abstraction
|
2019-09-10 15:20:29 -07:00 |
|
W. Felix Handte
|
a9d373f093
|
Remove Empty lib/compress/zstd_cwksp.c
|
2019-09-10 16:03:13 -04:00 |
|
Yann Collet
|
5ba495b622
|
Merge pull request #1775 from facebook/edufix
fix educational decoder
|
2019-09-10 12:12:08 -07:00 |
|
Nick Terrell
|
458b602bb9
|
Merge pull request #1777 from darxsys/improvDataGen
[Fuzz] Improve data generation #1723
|
2019-09-10 11:51:23 -07:00 |
|
Yann Collet
|
41416f0927
|
Merge pull request #1773 from bimbashrestha/rle_first_block_decompression_fix
Removing redundant condition in decompression, making first block rle…
|
2019-09-10 11:17:29 -07:00 |
|
Yann Collet
|
b9b9a1c8e9
|
fix education decoder test
when `zstd` in not installed on local system
by allowing `ZSTD` variable to hold a custom location for the binary
|
2019-09-10 09:36:02 -07:00 |
|
Bimba Shrestha
|
caaf43b258
|
Using a number instead of M prefix in head call
|
2019-09-10 09:30:37 -07:00 |
|
Dario Pavlovic
|
ea1ad123da
|
Addressing nits
|
2019-09-09 16:13:24 -07:00 |
|
W. Felix Handte
|
81208fd7c2
|
Forward Declare ZSTD_cwksp_available_space to Fix Build
|
2019-09-09 19:10:09 -04:00 |
|
W. Felix Handte
|
91bf1babd1
|
Inline Workspace Functions
|
2019-09-09 18:53:53 -04:00 |
|
Dario Pavlovic
|
3932fcfebc
|
Fixing issues with double usage of data.
|
2019-09-09 15:39:04 -07:00 |
|
W. Felix Handte
|
0db3ffe7ee
|
Forward resetCCtx Errors when Using CDict
|
2019-09-09 16:47:19 -04:00 |
|
W. Felix Handte
|
eb6f69d978
|
Fix sizeof_CCtx and sizeof_CDict Calculations for Statically Init'ed Objects
|
2019-09-09 16:45:17 -04:00 |
|
W. Felix Handte
|
e3703825a8
|
Fix workspaceTooSmall Calculation
|
2019-09-09 15:12:14 -04:00 |
|
Bimba Shrestha
|
e6be4cf4eb
|
Changing test file directory names to be more descriptive
|
2019-09-09 12:08:33 -07:00 |
|
W. Felix Handte
|
0a65a67901
|
Shorten &zc->workspace -> ws in ZSTD_resetCCtx_internal()
|
2019-09-09 14:59:09 -04:00 |
|
Bimba Shrestha
|
0b25ab2202
|
Testing first block decompression cli
|
2019-09-09 11:54:43 -07:00 |
|
W. Felix Handte
|
1120e4d962
|
Clean Up TODOs and Comments pt. II
|
2019-09-09 14:04:39 -04:00 |
|
W. Felix Handte
|
c60e1c3be5
|
Nit
|
2019-09-09 13:34:08 -04:00 |
|
W. Felix Handte
|
7d7b665c90
|
Pull Phase Advance Logic Out into Internal Function
|
2019-09-09 13:34:08 -04:00 |
|
W. Felix Handte
|
8549ae9f1d
|
Hide Workspace Movement Behind Helper Function
|
2019-09-09 13:34:08 -04:00 |
|
W. Felix Handte
|
2405c03bcd
|
Fix DEBUGLOG Statement Levels
|
2019-09-09 13:34:08 -04:00 |
|
W. Felix Handte
|
7100d24221
|
Fix Rescale Continue Special Case
|
2019-09-09 13:34:08 -04:00 |
|
W. Felix Handte
|
7321e4c9f3
|
Remove Unused noRealloc CRP Value
|
2019-09-09 13:34:08 -04:00 |
|
W. Felix Handte
|
901bba4ca6
|
Re-Implement Workspace Shrinking when Oversized
|
2019-09-09 13:34:08 -04:00 |
|
W. Felix Handte
|
e8cc137477
|
Add New File to Visual Studio Projects
|
2019-09-09 13:34:08 -04:00 |
|
W. Felix Handte
|
4e9b1341cf
|
Add New File to Meson Build
|
2019-09-09 13:34:08 -04:00 |
|
W. Felix Handte
|
881bcd80ca
|
Cleanup from Move
|
2019-09-09 13:34:08 -04:00 |
|
W. Felix Handte
|
b511a84adc
|
Move Workspace Functions to Their Own File
|
2019-09-09 13:34:08 -04:00 |
|
W. Felix Handte
|
077a2d7dc9
|
Rename
|
2019-09-09 13:34:08 -04:00 |
|
W. Felix Handte
|
ebd162194f
|
Clean Up TODOs and Comments
|
2019-09-09 13:34:08 -04:00 |
|
W. Felix Handte
|
2abe0145b1
|
Improve Comments a Bit
|
2019-09-09 13:34:08 -04:00 |
|
W. Felix Handte
|
7a2416a863
|
Allocate CDict in Workspace (Rather than in Separate Allocation)
|
2019-09-09 13:34:08 -04:00 |
|
W. Felix Handte
|
65057cf009
|
Rewrite ZSTD_initStaticCCtx to Alloc CCtx in Workspace
|
2019-09-09 13:34:08 -04:00 |
|