Commit Graph

  • ea1ad123da Addressing nits Dario Pavlovic 2019-09-09 16:13:24 -0700
  • 81208fd7c2 Forward Declare ZSTD_cwksp_available_space to Fix Build W. Felix Handte 2019-09-09 19:10:09 -0400
  • 91bf1babd1 Inline Workspace Functions W. Felix Handte 2019-09-09 18:30:53 -0400
  • 3932fcfebc Fixing issues with double usage of data. Dario Pavlovic 2019-09-09 15:39:04 -0700
  • 0db3ffe7ee Forward resetCCtx Errors when Using CDict W. Felix Handte 2019-09-03 13:13:16 -0400
  • eb6f69d978 Fix sizeof_CCtx and sizeof_CDict Calculations for Statically Init'ed Objects W. Felix Handte 2019-09-09 16:45:17 -0400
  • e3703825a8 Fix workspaceTooSmall Calculation W. Felix Handte 2019-09-09 15:12:14 -0400
  • e6be4cf4eb Changing test file directory names to be more descriptive Bimba Shrestha 2019-09-09 12:08:33 -0700
  • 0a65a67901 Shorten &zc->workspace -> ws in ZSTD_resetCCtx_internal() W. Felix Handte 2019-09-09 14:59:09 -0400
  • 0b25ab2202 Testing first block decompression cli Bimba Shrestha 2019-09-09 11:54:43 -0700
  • 1120e4d962 Clean Up TODOs and Comments pt. II W. Felix Handte 2019-09-09 14:04:39 -0400
  • c60e1c3be5 Nit W. Felix Handte 2019-09-03 13:00:59 -0400
  • 7d7b665c90 Pull Phase Advance Logic Out into Internal Function W. Felix Handte 2019-09-03 12:59:10 -0400
  • 8549ae9f1d Hide Workspace Movement Behind Helper Function W. Felix Handte 2019-09-03 12:48:45 -0400
  • 2405c03bcd Fix DEBUGLOG Statement Levels W. Felix Handte 2019-09-03 12:41:35 -0400
  • 7100d24221 Fix Rescale Continue Special Case W. Felix Handte 2019-08-29 16:33:45 -0400
  • 7321e4c9f3 Remove Unused noRealloc CRP Value W. Felix Handte 2019-08-27 15:21:59 -0400
  • 901bba4ca6 Re-Implement Workspace Shrinking when Oversized W. Felix Handte 2019-08-22 16:09:00 -0400
  • e8cc137477 Add New File to Visual Studio Projects W. Felix Handte 2019-08-20 15:19:58 -0400
  • 4e9b1341cf Add New File to Meson Build W. Felix Handte 2019-08-20 15:14:12 -0400
  • 881bcd80ca Cleanup from Move W. Felix Handte 2019-08-20 14:15:06 -0400
  • b511a84adc Move Workspace Functions to Their Own File W. Felix Handte 2019-08-20 14:02:50 -0400
  • 077a2d7dc9 Rename W. Felix Handte 2019-08-15 12:51:24 -0400
  • ebd162194f Clean Up TODOs and Comments W. Felix Handte 2019-08-14 17:11:16 -0400
  • 2abe0145b1 Improve Comments a Bit W. Felix Handte 2019-08-14 16:55:12 -0400
  • 7a2416a863 Allocate CDict in Workspace (Rather than in Separate Allocation) W. Felix Handte 2019-08-14 16:48:01 -0400
  • 65057cf009 Rewrite ZSTD_initStaticCCtx to Alloc CCtx in Workspace W. Felix Handte 2019-08-14 14:44:17 -0400
  • 58b69ab15c Only the CCtx Itself Needs to be Cleared during Static CCtx Init W. Felix Handte 2019-08-14 11:35:53 -0400
  • 88c2fcd0ee Align Alloc Pointer When Transitioning from Buffers to Aligned Allocs W. Felix Handte 2019-08-13 11:57:20 -0400
  • e936b73889 Remove Overly-Restrictive Assert W. Felix Handte 2019-08-12 20:01:57 -0400
  • 75d574368b When Loading Dict By Copy, Always Put it in the Workspace W. Felix Handte 2019-08-12 19:24:24 -0400
  • e69b67e33a Alloc Tables Separately W. Felix Handte 2019-08-12 18:36:48 -0400
  • 6177354b36 Begin Introducing Phases W. Felix Handte 2019-08-12 14:22:54 -0400
  • 786f2266bb TMP W. Felix Handte 2019-07-15 15:08:49 -0400
  • c25283cf00 Disambiguate 'workspace' and 'entropyWorkspace' W. Felix Handte 2019-07-15 17:14:51 -0400
  • ccaac852e8 Normalize Case 'workSpace' -> 'workspace' W. Felix Handte 2019-07-15 15:10:33 -0400
  • a71bbba7be [Fuzz] Improve data generation #1723 Dario Pavlovic 2019-09-09 08:43:22 -0700
  • cd5fdcf6f9
    Merge pull request #1771 from vnair81/dev Yann Collet 2019-09-06 17:02:53 -0700
  • a3815d233c fix minor compilation condition Yann Collet 2019-09-06 16:51:16 -0700
  • 44e122053b Mentioning cli only in the comment as suggested Bimba Shrestha 2019-09-06 14:48:41 -0700
  • 2b0a271ed2 fix eductional decoder Yann Collet 2019-09-06 14:30:13 -0700
  • a917cd597d Put back omission for first rle block and updated comment as suggested Bimba Shrestha 2019-09-06 13:44:25 -0700
  • 62616c4d90 fixes for windows compilation Sen Huang 2019-09-06 13:20:50 -0700
  • 30bff50e06 fixes for tests and segfault Sen Huang 2019-09-06 11:10:53 -0700
  • d687d603e4 Removing redundant condition in decompression, making first block rles valid to deocmpress Bimba Shrestha 2019-09-06 10:46:19 -0700
  • a9c807a948 kill memory leaks, cleanup, fix some dumb bugs Sen Huang 2019-09-06 10:17:04 -0700
  • 6beb3c0159 added decompression support Sen Huang 2019-09-05 17:56:24 -0700
  • 7f98b46876 adding support for -O flag: multiple files into one directory for compressions (decompression to come) Sen Huang 2019-09-05 16:03:35 -0700
  • 9816560649 Fixing assert and DEBUGLOG due to ZSTD_CCtx_params parameter change to const pointer Varun S Nair 2019-09-05 15:47:17 +0530
  • 771645471f Passing ZSTD_CCtx_params by const pointer Varun S Nair 2019-09-05 15:28:30 +0530
  • b8327ac4c6
    Merge pull request #1770 from cwoffenden/amalgamate-correctness Yann Collet 2019-09-04 14:51:23 -0700
  • 25878b2de9 [programs] don’t do chmod when coming from stdin or multiple files Mike Swanson 2019-08-19 11:11:04 -0700
  • 88975e8c25 Minor: documented sizes smaller Carl Woffenden 2019-09-02 18:15:31 +0200
  • 8ac29cc825 Correctness and tidy Carl Woffenden 2019-09-02 18:02:50 +0200
  • b199bb3e0a
    Merge pull request #1769 from cybojanek/update_streaming_examples Yann Collet 2019-09-01 18:11:54 -0700
  • a8219903cf Fix streaming compression/decompression examples Jan Kasiak 2019-09-01 15:35:53 -0400
  • c9381c16be
    Merge pull request #1761 from terrelln/regression Yann Collet 2019-08-30 10:48:02 -0700
  • 5f8b0f6890 Changing api to get sequences across all blocks Bimba Shrestha 2019-08-30 09:18:44 -0700
  • 8ce9c1917e [regression] small improvement from RLE blocks Nick Terrell 2019-08-29 18:05:58 -0700
  • 5198347382
    Merge pull request #1744 from bimbashrestha/dev Yann Collet 2019-08-29 15:19:10 -0700
  • 623b90f85d Fixing ci-circle test complaints Bimba Shrestha 2019-08-29 13:09:42 -0700
  • 5d89771529 fix warning: always_inline function might not be inlinable mgrice 2019-08-29 12:32:15 -0700
  • ece465644b Adding api for extracting sequences from seqstore Bimba Shrestha 2019-08-29 12:29:39 -0700
  • b830599582 Improvements in zstd decode performance mgrice 2019-08-27 14:49:23 -0700
  • d944197e79
    Merge pull request #1754 from facebook/decTest Yann Collet 2019-08-29 12:09:09 -0700
  • c3e3c8bf32 Undoing the last commit (that was an accident) Bimba Shrestha 2019-08-29 12:05:47 -0700
  • 4a1ca5e0a8 Adding method for extracting sequences. bimbashrestha 2019-08-29 11:55:12 -0700
  • 64102f08da Merge branch 'dev' into decTest Yann Collet 2019-08-29 09:48:12 -0700
  • ccb7c8e903
    Merge pull request #1755 from cwoffenden/amalgamate-c99-fixes Yann Collet 2019-08-29 09:47:28 -0700
  • 72e51ac246 C99 and older GCC fixes Carl Woffenden 2019-08-29 11:16:57 +0200
  • e7ad20c9dc update test script Yann Collet 2019-08-28 13:46:18 -0700
  • 4b3a8fe1c4 fix create_ script for sh Yann Collet 2019-08-28 13:23:48 -0700
  • 9589e8e4bb
    Merge pull request #1749 from facebook/rmadapt Yann Collet 2019-08-28 12:26:29 -0700
  • 8af941d2d7 Merge branch 'dev' into decTest Yann Collet 2019-08-28 12:17:29 -0700
  • 979ddc1271
    Merge pull request #1750 from cwoffenden/amalgamate-bash2sh Yann Collet 2019-08-28 12:14:29 -0700
  • cdf73e915e Rewrote the scripts to sh instead of bash Carl Woffenden 2019-08-28 19:20:42 +0200
  • e5704bbfdf Added test for multiple blocks of zeros and fixed nit about comments bimbashrestha 2019-08-28 08:32:34 -0700
  • 416157df80 try to debug issues on CirrusCI Yann Collet 2019-08-27 16:38:21 -0700
  • cd43f7d965 added single_file_decoder to contrib/ tests Yann Collet 2019-08-27 16:04:12 -0700
  • f61e8a231f minor script renaming, for clarity Yann Collet 2019-08-27 16:01:39 -0700
  • 517aeb89dc changed contrib project name for clarity Yann Collet 2019-08-27 15:50:47 -0700
  • b12a5b9117 removed associated test Yann Collet 2019-08-27 14:50:18 -0700
  • 5ed1b1e11d removed adaptive-compression Yann Collet 2019-08-27 14:47:40 -0700
  • e9c0fc12d2
    Merge pull request #1748 from terrelln/cover-deadlock Nick Terrell 2019-08-27 10:17:28 -0700
  • a8391cc5a8
    Merge pull request #1739 from cwoffenden/amalgamate Yann Collet 2019-08-27 10:05:26 -0700
  • 51868964ef Fixed test failure when Emscripten not present Carl Woffenden 2019-08-27 17:12:57 +0200
  • 6213b7b3b4 Minor repetition Carl Woffenden 2019-08-27 16:57:23 +0200
  • 59052d5fd8 Typo Carl Woffenden 2019-08-27 16:55:03 +0200
  • ec12721538 Added clarification Carl Woffenden 2019-08-27 15:53:26 +0200
  • 6712a644fa Added reasoning Carl Woffenden 2019-08-27 15:51:14 +0200
  • 4f2a8b752a Typo Carl Woffenden 2019-08-27 15:38:34 +0200
  • a57de4ac89 Added test script; tidied and documented Carl Woffenden 2019-08-27 15:36:06 +0200
  • 793c71d6ae [test][dictBuilder] Add multithreaded tests Nick Terrell 2019-08-26 18:32:08 -0700
  • 0932de54bc [dictBuilder] Fix deadlock in *COVER error case Nick Terrell 2019-08-26 18:19:29 -0700
  • 96201d9774 Added bool to cctx and fixed some comment nits bimbashrestha 2019-08-26 15:30:41 -0700
  • 991cbc9024 Fixing mixed declaration compiler complaint bimbashrestha 2019-08-26 15:00:50 -0700
  • ce264ce53b Forbiding emission of RLE when its the first block bimbashrestha 2019-08-26 14:54:29 -0700
  • 33b6446ca7 Removing accidental method call bimbashrestha 2019-08-26 14:34:43 -0700
  • 7c6fa81579 Added Emscripten example, removed Buck, minor tidy Carl Woffenden 2019-08-26 21:28:19 +0200
  • 7b041b552e Removing assert for rle that doesn't always hold bimbashrestha 2019-08-26 12:26:53 -0700