1. 84cfa07 changed format of command to --use-dict=# by Paul Cruz · 7 years ago
  2. 04094f3 fixed offset in this case os that it always goes past src start by Paul Cruz · 7 years ago
  3. 0950b31 more meaningful names for count variables by Paul Cruz · 7 years ago
  4. 0b6eede malloc samples instead of static allocation by Paul Cruz · 7 years ago
  5. 52a13ab removed comment regarding windowSize requirement by Paul Cruz · 7 years ago
  6. 32e36c2 removed requirement that offset be less than windowSize by Paul Cruz · 7 years ago
  7. eeff2d0 added const x2 by Paul Cruz · 7 years ago
  8. 04253e2 added const by Paul Cruz · 7 years ago
  9. 2ceaec1 got rid of unnecessary casting to void* by Paul Cruz · 7 years ago
  10. ccae9ec added comment addressing use of bits in frame header descriptor by Paul Cruz · 7 years ago
  11. acf0df6 fixed strange spacing by Paul Cruz · 7 years ago
  12. 69bc4fa free the context object once done with decompression by Paul Cruz · 7 years ago
  13. ceb4f65 allocate statically so we don't have to deal with freeing by Paul Cruz · 7 years ago
  14. 43ffcdd const dictOffset by Paul Cruz · 7 years ago
  15. 1e0d125 const value by Paul Cruz · 7 years ago
  16. 0034129 made changes to accommodate single file use case by Paul Cruz · 7 years ago
  17. 36e14b1 added description to advanced usage, changed to use-dict by Paul Cruz · 7 years ago
  18. 1510206 removed testing code from generation code by Paul Cruz · 7 years ago
  19. ff5589c added comments for clarity by Paul Cruz · 7 years ago
  20. 551fb7c changed error condition by Paul Cruz · 7 years ago
  21. b8237c6 refactoring for readability by Paul Cruz · 7 years ago
  22. 6f17de2 changed computation for readability by Paul Cruz · 7 years ago
  23. 4a4f9ba const value that doesn't change by Paul Cruz · 7 years ago
  24. 3a6856e changed scope to avoid errors by Paul Cruz · 7 years ago
  25. 7d2b561 adhere to min dict size by Paul Cruz · 7 years ago
  26. ea2af1f changed dictionary to stay reasonable size during test by Paul Cruz · 7 years ago
  27. fdbb072 added test to runTestMode by Paul Cruz · 7 years ago
  28. bdec7b8 fixed for loop declaration, fixed test case by Paul Cruz · 7 years ago
  29. 23098b5 wrote a test for dictionary corpus by Paul Cruz · 7 years ago
  30. 7a26390 changing for loop declaration by Paul Cruz · 7 years ago
  31. 147ef05 for loop declaration not allowed by Paul Cruz · 7 years ago
  32. 791352a scope change by Paul Cruz · 7 years ago
  33. 365e265 changed scope so that warning disappears by Paul Cruz · 7 years ago
  34. f4f9285 changed scope to get rid of mixed code/variables warning by Paul Cruz · 7 years ago
  35. 7ea025c added in struct to keep functions more orderly by Paul Cruz · 7 years ago
  36. b91b810 made some small changes to dictInfo struct and initDictInfo by Paul Cruz · 7 years ago
  37. 1ee4f6b cleaning up code by Paul Cruz · 7 years ago
  38. 2a52d72 added comment to anotate decompressed error code by Paul Cruz · 7 years ago
  39. 73ebb64 small stylistic changes by Paul Cruz · 7 years ago
  40. 34f4e5c changed if statement styling by Paul Cruz · 7 years ago
  41. 1fc1a35 added calls to free to match calls to malloc, made some stylistic changes, added init function for new struct by Paul Cruz · 7 years ago
  42. 8f4fa43 got files to decompress by Paul Cruz · 7 years ago
  43. da4ddc1 fixed decompression so that it uses compressed version by Paul Cruz · 7 years ago
  44. 33467ad made changes so that HUF_writeCTable no longer fails by Paul Cruz · 7 years ago
  45. 09ac51b small style changes by Paul Cruz · 7 years ago
  46. 2f30433 fixing general style by Paul Cruz · 7 years ago
  47. 623b8fc add print statements for debugging and change malloc with updated size by Paul Cruz · 7 years ago
  48. 52934fb added print statements for debugging, fixed first segfault by Paul Cruz · 7 years ago
  49. 03a208e changed samples to geometric distribution so that it is huffman compressible by Paul Cruz · 7 years ago
  50. d93207a changed dictionary from using fixed amount of bytes for the header / entropy tables by Paul Cruz · 7 years ago
  51. 664ed05 changed randomly generated samples to randomly selected from the dictionary content by Paul Cruz · 7 years ago
  52. 3b0e24c added error message to catch case where size not given by Paul Cruz · 7 years ago
  53. aa95bc0 code refactoring and adding some print statements for debugging by Paul Cruz · 7 years ago
  54. 07cfc97 debugging error with finalizeDictionary() not writing dictionary properly by Paul Cruz · 7 years ago
  55. 8dd621f changed makefile to include zdict functions, wrote out dictionary to path by Paul Cruz · 7 years ago
  56. f35f252 added code to generate dictionary using finalizeDictionary by Paul Cruz · 7 years ago
  57. 11c3987 added code to extend the offset when a dictionary is detected by Paul Cruz · 7 years ago
  58. 125ed59 made sure dictionary ID was being written in the frame header of each file by Paul Cruz · 7 years ago
  59. 233ee53 set the lower bits of frame header descriptor if dictionary is needed by Paul Cruz · 7 years ago
  60. c2d909e added code for generating dictionary/test files randomly. Still need to make sure dictionary ID matches by Paul Cruz · 7 years ago
  61. 2a39ac5 Merge pull request #1 from facebook/dev by Paul Cruz · 7 years ago
  62. 2b8bef4 Merge pull request #716 from paulcruz74/dev by Yann Collet · 7 years ago
  63. d75c4dd added a project support notice for VS2005 by Paul Cruz · 7 years ago
  64. fa398bb added back documentation/notification for VS2005 in build directory by Paul Cruz · 7 years ago
  65. 0ff9873 Removed VS2005 from the list of included projects by Paul Cruz · 7 years ago
  66. 306701a adding zstd/zstd.vcproj because it was ignored during initial commit by Paul Cruz · 7 years ago
  67. 6dc5085 Moved VS2005 to the contrib directory by Paul Cruz · 7 years ago
  68. e4182bb Merge pull request #712 from terrelln/dev by Yann Collet · 7 years ago
  69. 53a67ec [linux-kernel] Fix duplicate symbols when built-in to kernel by Nick Terrell · 7 years ago
  70. 8a1440d Merge pull request #711 from ldv-alt/dev by Yann Collet · 7 years ago
  71. 1ea655c Fix typo in libzstd.a-mt make rules by Dmitry V. Levin · 7 years ago
  72. e63fff9 [linux-kernel] Fix clang-format edge case with goto labels by Nick Terrell · 7 years ago
  73. 5d62c16 Merge pull request #710 from terrelln/dev by Yann Collet · 7 years ago
  74. 74b12f4 [linux-kernel] Fix some up clang-format edge cases by Nick Terrell · 7 years ago
  75. 55fc1f9 [zstd] Fix up formatting edge cases for clang-format by Nick Terrell · 7 years ago
  76. 10078e4 Merge pull request #709 from codicodi/fix-cmake by Yann Collet · 7 years ago
  77. e87cad1 CMake improvements by codicodi · 7 years ago
  78. 0a84a3c Merge pull request #708 from terrelln/lk by Yann Collet · 7 years ago
  79. 6ea4683 Merge pull request #705 from terrelln/dev by Yann Collet · 7 years ago
  80. a128040 [libzstd] Allow users to define custom visibility by Nick Terrell · 7 years ago
  81. ddc68e1 [linux-kernel] Fix a weird clang-format corner case by Nick Terrell · 7 years ago
  82. a2b21c5 [linux-kernel] Update tests Makefile by Nick Terrell · 7 years ago
  83. 8d8e65c [linux-kernel] Update zstd.diff by Nick Terrell · 7 years ago
  84. 06fa1b0 [linux-kernel] Move ZSTD_STATIC_ASSERT to zstd_internal.h by Nick Terrell · 7 years ago
  85. 67101c6 [linux-kernel] clang-format lib/zstd/ by Nick Terrell · 7 years ago
  86. 588579f [linux-kernel] Rename MEM_* functions to ZSTD_* by Nick Terrell · 7 years ago
  87. 581e5fb Add clang-format config by Nick Terrell · 7 years ago
  88. d1a5790 [linux-kernel] Dual license with GPLv2 by Nick Terrell · 7 years ago
  89. e12ae02 minor coding style update by Yann Collet · 7 years ago
  90. fb10c91 [linux-kernel] Update zstd.diff by Nick Terrell · 7 years ago
  91. 358280f Remove cross-platform macros and dead code by Nick Terrell · 7 years ago
  92. 8eb7a32 [linux-kernel] Fix whitespace edge case with script by Nick Terrell · 7 years ago
  93. 0ce0782 [linux-kernel] Update kernelize.sh script for edge cases by Nick Terrell · 7 years ago
  94. 0d26da2 [linux-kernel] Don't undef current (use curr) by Nick Terrell · 7 years ago
  95. 392073b Merge pull request #702 from facebook/newPrototype by Yann Collet · 7 years ago
  96. 7101434 pedantic : added one error check by Yann Collet · 7 years ago
  97. ac4b4d0 Merge pull request #701 from terrelln/lk-xxh by Yann Collet · 7 years ago
  98. f3c9bd0 [linux-kernel] Remove unused variables in test by Nick Terrell · 7 years ago
  99. bfff899 added prototype ZSTD_versionString() by Yann Collet · 7 years ago
  100. 90a1c94 [linux-kernel] Update header comments by Nick Terrell · 7 years ago