Commit Graph

  • 2085375816 fixed bug detected by the API test Paul Cruz 2017-06-23 13:44:24 -0700
  • 8cd134559d type warnings Paul Cruz 2017-06-23 12:00:48 -0700
  • 4219acc60a fixed bus error bug Paul Cruz 2017-06-23 11:22:29 -0700
  • ef269c1b68 Merge pull request #725 from facebook/advancedAPI2 Yann Collet 2017-06-23 09:50:47 -0700
  • 6122af9cf5 --no-big-tests for msan Yann Collet 2017-06-23 00:37:15 -0700
  • cca1ed14db Merge branch 'advancedAPI2' of github.com:facebook/zstd into advancedAPI2 Yann Collet 2017-06-23 00:13:03 -0700
  • 32f546c763 zstreamtest : disabled multi-threading tests with --newapi --no-big-tests Yann Collet 2017-06-23 00:09:02 -0700
  • f570609286 [pzstd] Fix deadlock in the case of errors Nick Terrell 2017-06-22 18:09:42 -0700
  • 2e8cc6f12a added sizeof for clarity Paul Cruz 2017-06-22 15:52:33 -0700
  • 6d7f442120 changed makefile test Paul Cruz 2017-06-22 15:44:01 -0700
  • b325a2e4db changed assignment Paul Cruz 2017-06-22 15:36:28 -0700
  • 2935239544 added description for dictionary cli tests Paul Cruz 2017-06-22 15:23:59 -0700
  • 97a8f89bec made changes to cli test so it runs properly Paul Cruz 2017-06-22 15:13:41 -0700
  • 829eb29033 added cli test for decodecorpus inside tests/Makefile. Also changed calculation of offset Paul Cruz 2017-06-22 14:43:44 -0700
  • 028fb9d01b added cli test case in Makefile Paul Cruz 2017-06-22 13:53:39 -0700
  • 98751f69e7 should be updating seed whenever multiple files are generated Paul Cruz 2017-06-22 10:23:36 -0700
  • 84cfa07d2d changed format of command to --use-dict=# Paul Cruz 2017-06-22 10:04:14 -0700
  • 0d0fea96bc Merge pull request #732 from terrelln/dev Yann Collet 2017-06-21 23:46:54 -0700
  • f99c2c1a22 reduced --no-big-tests even more Yann Collet 2017-06-21 23:35:58 -0700
  • aff86be75d [linux] Write all the patch summaries Nick Terrell 2017-06-21 20:23:44 -0700
  • 04094f37e9 fixed offset in this case os that it always goes past src start Paul Cruz 2017-06-21 18:47:40 -0700
  • 49f8459d11 fixed minor cast warning Yann Collet 2017-06-21 18:43:39 -0700
  • 0950b3159a more meaningful names for count variables Paul Cruz 2017-06-21 18:30:27 -0700
  • 0b6eedeace malloc samples instead of static allocation Paul Cruz 2017-06-21 18:24:19 -0700
  • 4d3bdcf130 reduced CLevelMax for --no-big-tests Yann Collet 2017-06-21 18:20:02 -0700
  • 52a13abf3f removed comment regarding windowSize requirement Paul Cruz 2017-06-21 18:13:52 -0700
  • 32e36c2d9a removed requirement that offset be less than windowSize Paul Cruz 2017-06-21 18:00:47 -0700
  • bfc2f00080 --no-big-tests for zstreamtest Yann Collet 2017-06-21 17:57:14 -0700
  • eeff2d0e3c added const x2 Paul Cruz 2017-06-21 17:48:37 -0700
  • 04253e21bb added const Paul Cruz 2017-06-21 17:48:01 -0700
  • 2ceaec1aad got rid of unnecessary casting to void* Paul Cruz 2017-06-21 17:46:37 -0700
  • ccae9ec807 added comment addressing use of bits in frame header descriptor Paul Cruz 2017-06-21 17:43:21 -0700
  • ecb0f46866 add controls over streaming buffers Yann Collet 2017-06-21 17:25:01 -0700
  • 224e7a1053 added --list command contrib by @paulcruz74 Yann Collet 2017-06-21 15:58:36 -0700
  • a69b6ec503 Merge pull request #730 from paulcruz74/dev Yann Collet 2017-06-21 15:56:05 -0700
  • dce789281b fixed : decompression of skippable frames in streaming mode Yann Collet 2017-06-21 15:53:42 -0700
  • 0a94fead41 [linux] Rename last 2 diffs to patch names Nick Terrell 2017-06-21 15:21:25 -0700
  • f3ad4062ba [linux] Add summaries to xxhash and zstd patches Nick Terrell 2017-06-21 15:19:54 -0700
  • 34b0a0883a [linux] Rename diffs to patch names Nick Terrell 2017-06-21 15:10:18 -0700
  • b789860db0 [linux] Switch BtrFS compression level to 1 Nick Terrell 2017-06-21 15:08:26 -0700
  • 991f9dfcde switched fileio.c to ZSTD_DEBUG trigger macro Yann Collet 2017-06-21 15:16:13 -0700
  • 204b6b7ef6 fixed streaming buffered allocation with CDict compression Yann Collet 2017-06-21 15:13:00 -0700
  • 1e4129b27b fixed dangling pointer risk, detected by @terrelln Yann Collet 2017-06-21 13:26:10 -0700
  • d549254d3b Merge pull request #3 from facebook/dev Paul Cruz 2017-06-21 12:42:38 -0700
  • 5be0f5544e added newline to align output Paul Cruz 2017-06-21 12:41:10 -0700
  • 6f5fe71041 added error check for when file could not be opened Paul Cruz 2017-06-21 12:37:23 -0700
  • 74a725da69 reversed calculation of ratio Paul Cruz 2017-06-21 12:27:20 -0700
  • 83095970e6 free cdictLocal faster, suggested by @terrelln Yann Collet 2017-06-21 12:26:40 -0700
  • c16748b137 added test cases for new command --list Yann Collet 2017-06-21 12:09:53 -0700
  • 7bd1a2900e added ZSTD_dictMode_e to control dictionary loading mode Yann Collet 2017-06-21 11:50:33 -0700
  • 9c56b12938 Merge pull request #723 from paulcruz74/dev Yann Collet 2017-06-21 09:41:55 -0700
  • e51d51bdf7 fixed memcpy() overlap Yann Collet 2017-06-20 17:44:55 -0700
  • db3606e249 added test for files with no frame content size Paul Cruz 2017-06-20 17:43:36 -0700
  • 466f92eaa6 removed one useless streaming compression stage, detected by @terrelln Yann Collet 2017-06-20 16:25:29 -0700
  • c3bce24ef4 fixed potential dangling pointer, detected by @terrelln Yann Collet 2017-06-20 16:09:11 -0700
  • acf0df678c fixed strange spacing Paul Cruz 2017-06-20 15:41:43 -0700
  • 69bc4fab25 free the context object once done with decompression Paul Cruz 2017-06-20 15:37:14 -0700
  • ceb4f65620 allocate statically so we don't have to deal with freeing Paul Cruz 2017-06-20 15:31:54 -0700
  • a73c2a444a added tests with null files, changed condition to check that the file is more than 0 bytes Paul Cruz 2017-06-20 14:33:08 -0700
  • 78b8234554 fixed comments, following suggestion by @terrelln Yann Collet 2017-06-20 14:26:48 -0700
  • 58c19b4202 spacing matters for test scripts Paul Cruz 2017-06-20 14:14:53 -0700
  • b44ab82f7a ensure new ZSTD_strategy starts at value 1 Yann Collet 2017-06-20 14:11:49 -0700
  • 0765602903 fixed error where extremely small files were not being detected as not compressed with zstd Paul Cruz 2017-06-20 14:04:46 -0700
  • 3701dde3ba changed to use LONG_SEEK Paul Cruz 2017-06-20 13:44:05 -0700
  • 93a5510962 added progress metric to display Paul Cruz 2017-06-20 13:26:25 -0700
  • bda57754a2 moved signifcant operations to fileio.c Paul Cruz 2017-06-20 12:43:10 -0700
  • ff8f83bd47 fixed fuzzer test Yann Collet 2017-06-20 12:17:32 -0700
  • 983e16a269 Merge pull request #728 from terrelln/ubsan-failure Yann Collet 2017-06-20 12:13:51 -0700
  • c594507871 removed double if statements for same condition Paul Cruz 2017-06-20 11:59:45 -0700
  • 72e0ac9929 minor update to logic Paul Cruz 2017-06-20 11:58:27 -0700
  • cea55a9217 size_t const value Paul Cruz 2017-06-20 11:56:11 -0700
  • b07d0af2ba added additional tests for error detection Paul Cruz 2017-06-20 11:54:44 -0700
  • bed0dc95bc changed displayInfo alignment and const Paul Cruz 2017-06-20 11:47:24 -0700
  • 43ffcdde40 const dictOffset Paul Cruz 2017-06-20 11:27:39 -0700
  • 1e0d125e76 const value Paul Cruz 2017-06-20 11:15:26 -0700
  • 0034129270 made changes to accommodate single file use case Paul Cruz 2017-06-20 11:07:38 -0700
  • 6a99de2dd8 change test to list info on .zst files Paul Cruz 2017-06-20 10:45:06 -0700
  • 36e14b1963 added description to advanced usage, changed to use-dict Paul Cruz 2017-06-20 10:34:34 -0700
  • 15102069a1 removed testing code from generation code Paul Cruz 2017-06-20 10:25:16 -0700
  • ff5589c091 added comments for clarity Paul Cruz 2017-06-20 10:17:38 -0700
  • 551fb7ca05 changed error condition Paul Cruz 2017-06-20 10:14:03 -0700
  • b8237c6c66 refactoring for readability Paul Cruz 2017-06-20 10:12:13 -0700
  • 6f17de2132 changed computation for readability Paul Cruz 2017-06-20 09:50:28 -0700
  • cb2dbe6434 changed fileInfo initialization, updated error code Paul Cruz 2017-06-20 09:35:21 -0700
  • 631d3664b0 [linux] Add xxhash and zstd in-kernel tests Nick Terrell 2017-06-19 19:09:41 -0700
  • e7093ca18c [linux] Add libfuzzer targets Nick Terrell 2017-06-19 19:09:15 -0700
  • c08e649e95 first implementation of bench.c with new API ZSTD_compress_generic() Yann Collet 2017-06-19 18:25:35 -0700
  • 4a4f9ba262 const value that doesn't change Paul Cruz 2017-06-19 17:46:21 -0700
  • 008d44ad66 fix attempt : fullbench VS2008 project Yann Collet 2017-06-19 17:45:43 -0700
  • 3a6856edca changed scope to avoid errors Paul Cruz 2017-06-19 17:43:16 -0700
  • 7d2b5613b4 adhere to min dict size Paul Cruz 2017-06-19 17:37:14 -0700
  • ea2af1ffc4 changed dictionary to stay reasonable size during test Paul Cruz 2017-06-19 17:34:50 -0700
  • fdbb07283a added test to runTestMode Paul Cruz 2017-06-19 17:29:15 -0700
  • bdec7b8ce7 fixed for loop declaration, fixed test case Paul Cruz 2017-06-19 17:18:43 -0700
  • 23098b53e8 wrote a test for dictionary corpus Paul Cruz 2017-06-19 17:13:00 -0700
  • 7a26390989 changing for loop declaration Paul Cruz 2017-06-19 16:39:57 -0700
  • 147ef05f12 for loop declaration not allowed Paul Cruz 2017-06-19 16:38:51 -0700
  • 791352ad0e scope change Paul Cruz 2017-06-19 16:32:38 -0700
  • 365e265a8e changed scope so that warning disappears Paul Cruz 2017-06-19 16:28:40 -0700
  • f4f928595b changed scope to get rid of mixed code/variables warning Paul Cruz 2017-06-19 16:27:05 -0700