Commit Graph

  • 80586f5e80 Reversing condition order and forwarding error Bimba Shrestha 2019-11-18 13:53:55 -0800
  • bc3e21578d No margin on RLE test size check Sen Huang 2019-11-18 16:39:16 -0500
  • dade64428f Output regular uncompressed block when compressSequences fails Bimba Shrestha 2019-11-18 08:43:14 -0800
  • 2d5d961a60 Typo in comment Bimba Shrestha 2019-11-15 19:00:53 -0800
  • dba767c0bb Leaving room for checksum Bimba Shrestha 2019-11-15 18:44:51 -0800
  • db8efbfe7d Updated comment to reflect actual compression behavior Sen Huang 2019-11-15 14:57:44 -0500
  • 6b5c10b48c shared library: rename import library with .dll.a extension Vincent Torri 2019-11-15 19:46:06 +0100
  • a2d9dbd53c Merge remote-tracking branch 'upstream/master' into dev Vincent Torri 2019-11-15 19:37:15 +0100
  • 75c34684c0 Modified existing RLE test to take compressed size into account Sen Huang 2019-11-15 12:26:48 -0500
  • b3c9fc27b4 Optimized loop bounds to allow the compiler to unroll the loop. Clement Courbet 2019-11-05 14:14:02 +0100
  • d9646dcbb5 Fixed main compression logic changes Sen Huang 2019-11-14 19:39:09 -0500
  • 4b1ac69f19
    Merge pull request #1868 from senhuang42/superblocks_fixed Yann Collet 2019-11-14 13:31:34 -0800
  • 10552eaffe Fix MinGW cross install from Unix John Ericson 2019-11-12 15:34:00 -0500
  • 0ede342acc Fix MinGW cross build from Unix John Ericson 2019-11-12 15:13:35 -0500
  • 982830b081 Fixing hashLog error 2^26=64Mib Bimba Shrestha 2019-11-14 10:48:55 -0800
  • c26d32c91c Change superblock #include to be last Sen Huang 2019-11-14 13:12:17 -0500
  • d67742bc5d
    Merge pull request #1858 from senhuang42/dictionary_header_size Yann Collet 2019-11-14 09:44:07 -0800
  • 2ba0167a7d
    Merge pull request #1884 from facebook/specMBS Yann Collet 2019-11-14 09:32:07 -0800
  • 098b36e9ab clarifications for Block_Maximum_Size Yann Collet 2019-11-13 09:50:15 -0800
  • 106278e7e5 Use lowercase windows.h John Ericson 2019-11-12 18:59:06 -0500
  • 7d85f354fd
    Merge pull request #1875 from ryandesign/c89 Yann Collet 2019-11-11 11:00:10 -0800
  • cabbb1e99e
    Merge pull request #1874 from terrelln/adjust-fix Nick Terrell 2019-11-08 10:57:59 -0800
  • c85d10d0ea Remove mixed declarations Sen Huang 2019-11-08 11:20:57 -0500
  • d9c475f3b3 Fix static analyze error, use proper bounds for dictEnd Sen Huang 2019-11-07 16:24:55 -0500
  • d06b90692b Move asserts to loadZstdDictionary() Sen Huang 2019-11-07 14:08:55 -0500
  • b39149e156 Expose ZSTD_reset_compressedBlockState() to shared API Sen Huang 2019-11-07 14:07:21 -0500
  • 6ce335371b Add error forwarding to loadCEntropy(), make check for dictSize >= 8 from bad merge Sen Huang 2019-11-07 13:58:35 -0500
  • 4a61aaf368 Remove redundant comment Sen Huang 2019-11-07 11:47:47 -0500
  • c787b351ea Use ZSTD Error codes, improve explanation of ZSTD_loadCEntropy() and ZSTD_loadDEntropy() Sen Huang 2019-11-07 11:46:25 -0500
  • 04fb42b4f3 Integrated refactor into getDictHeaderSize, now passes tests Sen Huang 2019-11-07 11:32:08 -0500
  • 0bcaf6db08 First working pass at refactor of loadZstdDictionary() Sen Huang 2019-11-07 10:43:43 -0500
  • 4b141b63e0 Revert "Move decompress symbols into zstd_internal.h, remove dependency" Sen Huang 2019-11-07 09:29:15 -0500
  • 84404cff6e Move decompress symbols into zstd_internal.h, remove dependency Sen Huang 2019-11-05 15:07:07 -0500
  • 341e0641ed Checks malloc() for failure, returns 0 if so Sen Huang 2019-11-04 16:13:52 -0500
  • 97b7f712f3 Change to heap allocation, remove implicit type conversion Sen Huang 2019-11-04 14:33:52 -0500
  • e1edc554a3 Added 2 unit tests: one for sanity, one for correctnesson fixed dict Sen Huang 2019-11-03 17:44:28 -0500
  • 3c36a7f13a Add ZDICT_getHeaderSize() Sen Huang 2019-10-29 16:45:11 -0400
  • 6ddb783c3e Change c90 to c89 Ryan Schmidt 2019-11-07 11:01:13 -0600
  • 8c474f9845 Fix parameter selection and adjustment with srcSize == 0 Nick Terrell 2019-11-06 17:41:29 -0800
  • 2ed5344e84 added target zstd-dictBuilder Yann Collet 2019-11-06 15:46:58 -0800
  • 9df49dc50a Visual compiler bug work-around Yann Collet 2019-11-06 15:23:44 -0800
  • be34969e5c minor man page fix Yann Collet 2019-11-06 15:07:35 -0800
  • aea2ff5d8d fixed wrong assert() in regression driver Yann Collet 2019-11-06 14:56:21 -0800
  • 485fec5665 removed experimental_dict_builders Yann Collet 2019-11-06 14:43:14 -0800
  • a7e33e3e10 updated fuzz tests to use FileNamesTable* abstraction Yann Collet 2019-11-06 14:42:13 -0800
  • 5688447758
    Merge pull request #1873 from felixhandte/make-overlap-log-multithread-only Felix Handte 2019-11-06 16:56:37 -0500
  • ba4613602f
    Merge pull request #1843 from moozzyk/issue-1637 Felix Handte 2019-11-06 16:56:14 -0500
  • 32f989c39a
    Merge pull request #1869 from bket/openbsd Felix Handte 2019-11-06 16:54:03 -0500
  • cba922f3e6
    Merge pull request #1870 from bket/portable Felix Handte 2019-11-06 16:52:24 -0500
  • c13f81905a Fix #1861: Restrict overlapLog Parameter When Not Built With Multithreading W. Felix Handte 2019-11-06 16:05:02 -0500
  • 31a0abbfda updated pzstd and largeNbDicts to use the new FileNamesTable* abstraction Yann Collet 2019-11-06 09:10:05 -0800
  • e488cabf25 'date -r FILE' is non-portable. Björn Ketelaars 2019-11-06 12:16:02 +0100
  • 66b6688274 'head -c BYTES' is non-portable. Björn Ketelaars 2019-11-06 11:39:59 +0100
  • 7977899538 updated zwrapbench to use FileNamesTable* abstraction Yann Collet 2019-11-05 17:25:20 -0800
  • b09f59390b refactor code to only use FileNamesTable* Yann Collet 2019-11-05 17:02:43 -0800
  • 76b9e42b0b refactoring (simplification) of util.h public API Yann Collet 2019-11-05 14:59:45 -0800
  • 81c51483e9 Merge branch 'dev' into ahmed_file Yann Collet 2019-11-05 14:44:12 -0800
  • e21a8bbecd Fix FUZZ_rand32() bug Sen Huang 2019-11-05 16:43:24 -0500
  • 13bb7500e8 Fix frame argument to compression Sen Huang 2019-11-05 16:15:55 -0500
  • f2932fb5eb Fix more merge conflicts Sen Huang 2019-11-05 15:54:05 -0500
  • 7ce891870c Fix merge conflicts Sen Huang 2019-11-05 15:51:25 -0500
  • 73f8905b83
    Merge pull request #1867 from bimbashrestha/dict_load_fuzz_err Yann Collet 2019-11-05 12:24:54 -0800
  • 3fb5b106da Replacing some literals with constants Bimba Shrestha 2019-11-05 10:26:57 -0800
  • cf62c31f82
    Merge pull request #15 from facebook/dev Bimba Shrestha 2019-11-04 11:23:44 -0800
  • 305ac2653e update table benchmark with zstd v1.4.4 Yann Collet 2019-11-04 10:59:59 -0800
  • 10f0e6993f
    Merge pull request #1865 from facebook/dev Yann Collet 2019-11-04 09:54:32 -0800
  • 332aade370
    Merge pull request #1864 from terrelln/dict-fix Nick Terrell 2019-11-01 20:01:12 -0700
  • 60205fec02 Fix 2 bugs in dictionary loading Nick Terrell 2019-11-01 15:33:39 -0700
  • 75e7c0d107 [fuzz] Add dictionary_loader fuzzer Nick Terrell 2019-11-01 15:16:24 -0700
  • 529f0cba85
    Merge pull request #1859 from facebook/dev Yann Collet 2019-10-31 15:02:55 -0700
  • d770a2a89f fixed zlibwrapper build script Yann Collet 2019-10-31 10:47:06 -0700
  • 94dcce2bd8
    Merge pull request #1860 from senhuang42/streaming_compression_using_cdict Yann Collet 2019-10-30 16:27:58 -0700
  • b9ede1c8c2 Make sure contentsize is known Sen Huang 2019-10-30 16:03:58 -0400
  • f9d867e79f
    Merge pull request #1857 from 0x123456789A/link-shared Felix Handte 2019-10-30 15:43:11 -0400
  • 47034cd6c3
    Merge pull request #1850 from bimbashrestha/named_pipes Yann Collet 2019-10-30 12:18:58 -0700
  • ae3d35dc8e updated CHANGELOG for v1.4.4 Yann Collet 2019-10-30 12:16:45 -0700
  • 4ef97aaea7
    Merge pull request #1855 from shashank0791/shtavi-filter-precompressed-files Yann Collet 2019-10-30 12:14:41 -0700
  • 3c1649f139 Removed the optimization check Shashank Tavildar 2019-10-29 15:59:20 -0700
  • 6d0b7bd6ce Changed extension comparision logic, added new test cases Shashank Tavildar 2019-10-29 13:36:09 -0700
  • c5060997e9 Added check to perform comparison only if extension is present Shashank Tavildar 2019-10-29 12:56:04 -0700
  • 9ab6a747d4 Created utility function to extract extension from filename, fixed tests Shashank Tavildar 2019-10-29 12:27:54 -0700
  • 5e6dbad6c1 Deleting test directory before creation to pass travis-ci test Shashank Tavildar 2019-10-29 09:54:54 -0700
  • 28d6773d75 Merge branch 'named_pipes' of https://github.com/bimbashrestha/zstd into named_pipes Bimba Shrestha 2019-10-29 09:46:28 -0700
  • 4a9eca4b9d Removing merge side effect Bimba Shrestha 2019-10-29 09:45:28 -0700
  • 9db11e3e42
    Fixed check for building programs statically 0x123456789A 2019-10-29 14:41:32 +0100
  • 57a311d3b7
    Consider ZSTD_PROGRAMS_LINK_SHARED 0x123456789A 2019-10-29 14:33:50 +0100
  • 26ffc18634
    Introduce ZSTD_PROGRAMS_LINK_SHARED 0x123456789A 2019-10-29 14:31:02 +0100
  • 850ba66139 Minor fixes in test Shashank Tavildar 2019-10-28 22:24:01 -0700
  • da73b11b14
    Merge branch 'dev' into named_pipes Bimba Shrestha 2019-10-29 01:17:13 -0400
  • 66f580ca73 Removing Visual08 and Visual10 tests Bimba Shrestha 2019-10-28 22:09:34 -0700
  • 5c0bdde922
    Merge pull request #1856 from terrelln/assert-fix Nick Terrell 2019-10-28 21:44:22 -0700
  • 0f2bff2faf Addressing comments, removing cyclic dependency with header file, updating tests Shashank Tavildar 2019-10-28 18:21:47 -0700
  • 9c1860861e Fix assert in ZSTD_safecopy Nick Terrell 2019-10-28 17:51:17 -0700
  • 85df7a4da8 added test which can overflow internal list of filenames Yann Collet 2019-10-28 16:05:42 -0700
  • 0e9a37daeb Fixing tests and moving flag to advanced usage Shashank Tavildar 2019-10-28 15:22:26 -0700
  • 65f2d97f33 updated UTIL_createFileNamesTable() inline documentation Yann Collet 2019-10-28 15:20:40 -0700
  • 170982fbd9 added symlink test for --filelist=FILE Yann Collet 2019-10-28 15:15:26 -0700
  • f422914619 Resolving local merge conflicts Shashank Tavildar 2019-10-28 15:15:13 -0700
  • d9c634e13b return final \0 directly from readLine() Yann Collet 2019-10-28 15:03:32 -0700
  • 02433e0b15 Addressing comments: -Created a list of extensions defined in fileio.h, -Updated test Shashank Tavildar 2019-10-28 14:54:54 -0700