Commit Graph

  • 7ea025cc7d added in struct to keep functions more orderly Paul Cruz 2017-06-19 16:23:00 -0700
  • b91b810c64 made some small changes to dictInfo struct and initDictInfo Paul Cruz 2017-06-19 16:05:05 -0700
  • 1ee4f6b36c cleaning up code Paul Cruz 2017-06-19 15:55:01 -0700
  • a48e129d48 [linux] Port libzstd UBSAN fix Nick Terrell 2017-06-19 15:48:30 -0700
  • 405751abbc Merge pull request #727 from terrelln/ubsan-failure Yann Collet 2017-06-19 15:43:17 -0700
  • 695a0a3449 fixed IA64 compilation error, by @mcmilk Yann Collet 2017-06-19 15:27:30 -0700
  • fe234bf48b fix attempts : fullbench for VS2008 Yann Collet 2017-06-19 15:23:19 -0700
  • 55f9cd4942 [libzstd] Fix UBSAN failure Nick Terrell 2017-06-19 15:12:28 -0700
  • 2a52d72712 added comment to anotate decompressed error code Paul Cruz 2017-06-19 14:21:35 -0700
  • 73ebb646d8 small stylistic changes Paul Cruz 2017-06-19 14:20:35 -0700
  • e11a5e4e82 Merge pull request #726 from terrelln/malloc-failure Yann Collet 2017-06-19 14:13:46 -0700
  • 34f4e5cab2 changed if statement styling Paul Cruz 2017-06-19 14:07:56 -0700
  • 1fc1a35dc4 added calls to free to match calls to malloc, made some stylistic changes, added init function for new struct Paul Cruz 2017-06-19 14:02:27 -0700
  • 8f4fa43fe8 got files to decompress Paul Cruz 2017-06-19 13:21:50 -0700
  • bf99150be3 update new api presentation in zstd.h and manual Yann Collet 2017-06-19 12:56:25 -0700
  • 9ad11bea4e [linux] Fix decompression memory allocation Nick Terrell 2017-06-19 12:24:14 -0700
  • c7dcf0f379 updated manual Yann Collet 2017-06-19 12:03:25 -0700
  • 688952062b minor declaration statement warning fix Yann Collet 2017-06-19 11:53:42 -0700
  • d7a3bffba9 new api : setting compression parameters is refused if a dictionary is already loaded Yann Collet 2017-06-19 11:53:01 -0700
  • da4ddc1f76 fixed decompression so that it uses compressed version Paul Cruz 2017-06-19 11:40:45 -0700
  • 33467add60 made changes so that HUF_writeCTable no longer fails Paul Cruz 2017-06-19 11:27:50 -0700
  • ed1d039127 newapi fuzzer tests : random flush orders in main loop Yann Collet 2017-06-19 11:07:33 -0700
  • 55b9b28dad made style changes, added description in man file Paul Cruz 2017-06-19 09:55:55 -0700
  • 09ac51b56b small style changes Paul Cruz 2017-06-19 09:24:38 -0700
  • f5deae8a67 new api fuzzer tests : frame parameters are randonly set Yann Collet 2017-06-18 23:41:38 -0700
  • ea3630a889 new api fuzzer set : dictionary is randomly set Yann Collet 2017-06-18 23:31:55 -0700
  • 8dee0ec99e new api fuzzer tests : compression parameters are randomly set Yann Collet 2017-06-18 23:25:15 -0700
  • bc4e1fd524 Merge pull request #724 from yurivict/fix-install-static-lib Yann Collet 2017-06-17 01:19:39 -0700
  • 92bafda406 INSTALL_DATA instead of INSTALL_LIB for libzstd.a Yuri 2017-06-17 00:23:41 -0700
  • bd05b19713 removed macro CLAMP from decodecorpus Yann Collet 2017-06-16 18:16:27 -0700
  • 01743a36e7 fuzzer tests for new API Yann Collet 2017-06-16 17:56:41 -0700
  • 381e66cfbd added ZSTD_clampCParams() Yann Collet 2017-06-16 17:29:35 -0700
  • aee916e37c fixed +/-1 error for pledgedSrcSizePlusOne Yann Collet 2017-06-16 17:01:46 -0700
  • d3de3d51a3 fix attempt 2 : Visual sign conversion warning Yann Collet 2017-06-16 16:51:33 -0700
  • 944be54774 fixed attempt : minor Visual sign conversion warning Yann Collet 2017-06-16 14:04:30 -0700
  • b26728c9c8 added ZSTD_startNewCompression() Yann Collet 2017-06-16 14:00:46 -0700
  • a0ba849fe6 changed frameContentSize field to pledgedSrcSizePlusOne Yann Collet 2017-06-16 13:29:17 -0700
  • 2cf7755da7 fix : pledgedSrcSize correctly reset to unknown in "continue" mode Yann Collet 2017-06-16 12:34:41 -0700
  • 9e73f2f320 fix : correctly reset pledgedSrcSize to unknown status Yann Collet 2017-06-16 12:24:01 -0700
  • 33873f0e74 fixed : new advanced AIP : setting nbThreads to the same value > 1 Yann Collet 2017-06-16 12:04:21 -0700
  • 559ee82e90 fixed : calling ZSTD_compress_generic() to end-flush a stream in multiple steps Yann Collet 2017-06-16 11:58:21 -0700
  • bd18c885a3 added ZSTD_CCtx_reset Yann Collet 2017-06-16 10:17:50 -0700
  • cc9f9b7f4c protection : ZSTD_CONTENTSIZE_UNKNOWN automatically disables contentSizeFlag Yann Collet 2017-06-15 18:17:10 -0700
  • e3609ee869 Merge branch 'list' into dev Paul Cruz 2017-06-15 18:09:15 -0700
  • 4a0e4c856c fixing more spacing on loops Paul Cruz 2017-06-15 18:08:22 -0700
  • 2f30433cd7 fixing general style Paul Cruz 2017-06-15 18:06:32 -0700
  • 05ae4b2190 added protection : MT incompatible with Static allocation Yann Collet 2017-06-15 18:03:34 -0700
  • 3a5cead6aa Merge branch 'list' into dev Paul Cruz 2017-06-15 17:53:00 -0700
  • b3e62446c6 added in correct error return from main in zstdcli.c Paul Cruz 2017-06-15 17:46:49 -0700
  • 0d7c4d766a initialized info manually to avoid error Paul Cruz 2017-06-15 17:30:18 -0700
  • d3b34e4a25 changed spacing on if statements Paul Cruz 2017-06-15 17:12:41 -0700
  • b316691f91 added const Paul Cruz 2017-06-15 17:03:59 -0700
  • 60a2e55e2e added case for when file is not compressed with zstd (incorrect magic number) Paul Cruz 2017-06-15 17:00:59 -0700
  • ddd1ab710c added tests in playTest.sh Paul Cruz 2017-06-15 16:53:03 -0700
  • dc80b3c798 Merge branch 'list' into dev Paul Cruz 2017-06-15 16:46:54 -0700
  • acaefb531b refactoring brackets to allow for const values Paul Cruz 2017-06-15 16:27:38 -0700
  • 0757eae6ff rearranging code to allow for consts Paul Cruz 2017-06-15 16:12:04 -0700
  • e49afae2ab changed implicit precision loss again Paul Cruz 2017-06-15 16:03:40 -0700
  • 54e0b6c66b got rid of imlpicit precision loss Paul Cruz 2017-06-15 16:01:52 -0700
  • b766211e10 made another function static Paul Cruz 2017-06-15 15:55:49 -0700
  • e7f02fc58a closed file at end of function, created another variable to keep exit points simpler Paul Cruz 2017-06-15 15:53:02 -0700
  • 8b3ff7c9bc changed info to static allocation Paul Cruz 2017-06-15 15:35:37 -0700
  • 96cabf7233 cleaned up if statements Paul Cruz 2017-06-15 15:25:20 -0700
  • 9437cc7498 added --list command Paul Cruz 2017-06-15 15:07:54 -0700
  • 4495e9a826 allow analysis even if file does not have zst extension Paul Cruz 2017-06-15 15:02:54 -0700
  • a9b77c83e5 cleaning up code for analyzing frames Paul Cruz 2017-06-15 14:13:28 -0700
  • e208992529 cleaning up code Paul Cruz 2017-06-15 12:27:32 -0700
  • 623b8fce85 add print statements for debugging and change malloc with updated size Paul Cruz 2017-06-15 11:37:24 -0700
  • 52934fbfc8 added print statements for debugging, fixed first segfault Paul Cruz 2017-06-15 09:47:29 -0700
  • 03a208e27c changed samples to geometric distribution so that it is huffman compressible Paul Cruz 2017-06-14 18:06:16 -0700
  • d93207a79f changed dictionary from using fixed amount of bytes for the header / entropy tables Paul Cruz 2017-06-14 17:23:56 -0700
  • 8202057b8a Merge pull request #2 from paulcruz74/list Paul Cruz 2017-06-14 17:18:25 -0700
  • 664ed05ff6 changed randomly generated samples to randomly selected from the dictionary content Paul Cruz 2017-06-14 16:42:51 -0700
  • 9cbb152582 Merge pull request #722 from paulcruz74/dev Yann Collet 2017-06-14 14:28:12 -0700
  • fc428ab350 changing formatting again Paul Cruz 2017-06-14 13:26:19 -0700
  • 607ee9f4bc print message when no files are given, rearrange code for readability Paul Cruz 2017-06-14 13:23:36 -0700
  • ebd60349f5 changed U64 to unsigned long to get rid of build test errors Paul Cruz 2017-06-14 13:11:18 -0700
  • 3b0e24c06b added error message to catch case where size not given Paul Cruz 2017-06-14 12:04:22 -0700
  • aa95bc0a5f code refactoring and adding some print statements for debugging Paul Cruz 2017-06-14 10:54:47 -0700
  • 07cfc975bb debugging error with finalizeDictionary() not writing dictionary properly Paul Cruz 2017-06-13 17:27:02 -0700
  • 8dd621f788 changed makefile to include zdict functions, wrote out dictionary to path Paul Cruz 2017-06-13 14:19:35 -0700
  • f35f252e36 added code to generate dictionary using finalizeDictionary Paul Cruz 2017-06-13 11:54:43 -0700
  • 81fa33b55a cleaning up code Paul Cruz 2017-06-13 10:06:49 -0700
  • a56dcbfcf8 changed print format for non-verbose version Paul Cruz 2017-06-12 17:47:33 -0700
  • c828b52111 yet more refactoring Paul Cruz 2017-06-12 17:19:53 -0700
  • 28dbf8ee6c more refactoring for C90 Paul Cruz 2017-06-12 17:09:08 -0700
  • 618a7b66e2 refactoring for C90 syntax Paul Cruz 2017-06-12 16:53:50 -0700
  • 6e33c74133 formatting issues resolved Paul Cruz 2017-06-12 16:29:00 -0700
  • 173a739717 code refactorings with explicit conversion Paul Cruz 2017-06-12 16:14:04 -0700
  • f3d6ab28a2 formated information for verbose output Paul Cruz 2017-06-12 15:59:28 -0700
  • 6e0204470a displayed decompressed size Paul Cruz 2017-06-12 15:51:59 -0700
  • dcd6ba6dc6 incremented decompressedSize instead of setting value Paul Cruz 2017-06-12 15:40:47 -0700
  • 6996bd2598 removed useless lines Paul Cruz 2017-06-12 15:24:50 -0700
  • 9cb602ee25 added in logic for parsing through blocks/frames Paul Cruz 2017-06-12 15:22:48 -0700
  • 786b7cac27 added code to analyze the first frame header Paul Cruz 2017-06-12 13:46:39 -0700
  • a3d54cf73d added line spacing for clarity Paul Cruz 2017-06-12 10:58:34 -0700
  • 9ea0376363 Merge branch 'dev' into list Paul Cruz 2017-06-12 10:47:30 -0700
  • bb0aaf9579 minor man update on -B# option in benchmark mode Yann Collet 2017-06-12 05:19:15 -0700
  • f0641689b6 Merge pull request #721 from manixate/typo-fix Yann Collet 2017-06-12 04:51:24 -0700
  • 385f8d96b7 Minor grammatical changes Muhammad Azeem 2017-06-12 11:09:44 +0800