| Commit message (Expand) | Author | Age | Files | Lines |
* | WT-3313 Replace calls to the deprecated LZ4_compress function (#3423) | David Hows | 2017-05-17 | 1 | -5/+4 |
* | WT-3269 Miscellaneous cleanup (#3377) | Keith Bostic | 2017-04-07 | 1 | -2/+2 |
* | WT-3267 Upgrade copyright notices from 2016 to 2017. (#3374) | Keith Bostic | 2017-04-07 | 5 | -5/+5 |
* | WT-2962 Allow configuration of builtin extensions. (#3137) | Michael Cahill | 2016-11-14 | 2 | -70/+24 |
* | WT-3001 WT_EXTENSION_API references are named inconsistently. (#3115) | Keith Bostic | 2016-11-03 | 2 | -27/+29 |
* | WT-2998 add error messages to error returns that might be confusing. (#3110) | Keith Bostic | 2016-11-01 | 1 | -5/+13 |
* | WT-2991 Fix coverity REVERSE_INULL (#3106) | David Hows | 2016-10-24 | 1 | -2/+1 |
* | WT-2880 Add Zstandard compression support (#3075) | Keith Bostic | 2016-10-21 | 5 | -150/+670 |
* | WT-2755 flexelint configuration treats size_t as 4B type (#2858) | Keith Bostic | 2016-07-11 | 1 | -1/+1 |
* | WT-2548 Cap the amount of data handed to raw compression. | Michael Cahill | 2016-04-18 | 1 | -9/+1 |
* | WT-2376 Consistently name snappy byteswap routine. | Alex Gorrod | 2016-02-22 | 1 | -4/+4 |
* | WT-2376: Modules should compile without including wt_internal.h header file | Keith Bostic | 2016-02-21 | 2 | -14/+58 |
* | WT-2372 - wt_internal.h should always be the first include, when needed | David Hows | 2016-02-02 | 2 | -4/+4 |
* | Merge branch 'develop' into WT-60 | Michael Cahill | 2016-01-29 | 2 | -421/+0 |
|\ |
|
| * | WT-2352: Allow build and test without requiring lz4 | Keith Bostic | 2016-01-28 | 2 | -421/+0 |
* | | WT-60: big endian support | Keith Bostic | 2016-01-28 | 2 | -2/+7 |
* | | WT-60: big endian support | Keith Bostic | 2016-01-28 | 2 | -27/+38 |
|/ |
|
* | Upgrade copyright notices from 2015 to 2016. | Keith Bostic | 2016-01-01 | 5 | -5/+5 |
* | Whitespace: 3 spaces after a period in a comment. | Keith Bostic | 2015-06-14 | 1 | -1/+1 |
* | Add fix for C2054 to lz4_compress | David Hows | 2015-05-29 | 1 | -0/+3 |
* | Handle potential error condition from bzip. | Don Anderson | 2015-05-13 | 1 | -1/+8 |
* | Merge branch 'develop' into encryption-api | Michael Cahill | 2015-05-12 | 1 | -75/+208 |
|\ |
|
| * | Alex's review, src_len is used. | Keith Bostic | 2015-05-04 | 1 | -1/+0 |
| * | Alex's review, beef up the decompress comment explaining the bounce | Keith Bostic | 2015-05-04 | 1 | -4/+8 |
| * | Document that prefix.unused can be used as a mode flag in the future. | Keith Bostic | 2015-05-04 | 1 | -1/+4 |
| * | It seems possible the destination length is smaller than the target | Keith Bostic | 2015-05-04 | 1 | -2/+2 |
| * | Alex's review, switch to more intuitive field names in the prefix | Keith Bostic | 2015-05-04 | 1 | -10/+10 |
| * | Allocate a scratch buffer as necessary during decompression, solves the | Keith Bostic | 2015-05-03 | 1 | -14/+41 |
| * | Fix a typo, was never returning success from raw compression. | Keith Bostic | 2015-05-03 | 1 | -0/+1 |
| * | Rewrite the binary search function (I took zlib's, but zlib's search | Keith Bostic | 2015-05-03 | 1 | -8/+13 |
| * | Add LZ4 raw support based on the new LZ4_compress_destSize API, making | Keith Bostic | 2015-05-03 | 1 | -84/+173 |
* | | Replace a large paragraph on why we allocate extension structures instead | Keith Bostic | 2015-05-08 | 2 | -12/+2 |
|/ |
|
* | Minor KNF, whitespace cleanup. | Keith Bostic | 2015-05-03 | 1 | -11/+10 |
* | KNF | Keith Bostic | 2015-05-02 | 1 | -4/+2 |
* | add missing () on return call. | Keith Bostic | 2015-05-02 | 1 | -1/+1 |
* | Remove "wt_" prefix from local functions, they're not adding | Keith Bostic | 2015-05-02 | 1 | -17/+18 |
* | Move the find_slot function near the compress-raw function, its only | Keith Bostic | 2015-05-02 | 1 | -26/+26 |
* | Use Standard C type uint64_t for zlib | Mark Benvenuto | 2015-03-26 | 1 | -1/+1 |
* | Merge pull request #1816 from wiredtiger/zlib-copy-streams | Michael Cahill | 2015-03-26 | 1 | -42/+70 |
|\ |
|
| * | Shuffle the logic and add a pointer to remove some deflateCopy/deflateEnd | Keith Bostic | 2015-03-25 | 1 | -51/+59 |
| * | Use deflateCopy to copy streams for rollback in case the compressed size is t... | Michael Cahill | 2015-03-25 | 1 | -5/+25 |
* | | Switch to using "safe mode" LZ4 decompression. We rely on it to detect error... | Michael Cahill | 2015-03-25 | 1 | -6/+8 |
|/ |
|
* | Add debugging code to compare the compressed buffer against the original | Keith Bostic | 2015-03-24 | 1 | -42/+63 |
* | Now lint is unhappy: | Keith Bostic | 2015-03-21 | 1 | -0/+1 |
* | snappy_compress.c:73:9: warning: will never be executed [-Wunreachable-code] | Keith Bostic | 2015-03-21 | 1 | -3/+0 |
* | Fix a bug in lz4 decompression. | Alex Gorrod | 2015-03-19 | 1 | -1/+1 |
* | Fix a bug in lz4 compression - we were never compressing buffers. | Alex Gorrod | 2015-03-19 | 1 | -1/+1 |
* | Use LZ4_decompress_fast instead of LZ4_decompress_safe, we don't need | Keith Bostic | 2015-03-18 | 1 | -2/+2 |
* | Remove unnecessary "inline" #define. | Keith Bostic | 2015-03-18 | 1 | -3/+2 |
* | Don't write out the error value twice in a row. | Keith Bostic | 2015-03-18 | 1 | -4/+4 |