| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | Fix build warning re: type conversion. | Alex Gorrod | 2015-03-18 | 1 | -2/+2 |
* | More fixes to lz4 source file. | Alex Gorrod | 2015-03-18 | 1 | -11/+14 |
* | Fix issues with unknown WT_UNUSED | daveh86 | 2015-03-18 | 1 | -2/+2 |
* | Update LZ4 source code to be more in-line with Snappy implementation. | Alex Gorrod | 2015-03-18 | 1 | -78/+83 |
* | Fixup lint in new lz4 source code. | Alex Gorrod | 2015-03-18 | 1 | -68/+64 |
* | remove erroneous Makefile.in produced by build | Quentin Conner | 2015-03-13 | 1 | -717/+0 |
* | LZ4 external compressor | Quentin Conner | 2015-03-12 | 3 | -0/+973 |
* | Replace wiredtiger_strerror_r with WT_SESSION.strerror, reference #1516. | Keith Bostic | 2015-02-02 | 2 | -28/+42 |
* | Copyright notices: add MongoDB, update to 2015. | Keith Bostic | 2015-01-04 | 7 | -0/+7 |
* | Add the additional arguments for the custom collator support. | Keith Bostic | 2014-11-10 | 1 | -3/+5 |
* | Custom-extractor lint, whitespace, reference #1215. | Keith Bostic | 2014-11-04 | 1 | -3/+3 |
* | Rename WT_DEADLOCK to WT_ROLLBACK, reference #1204. | Keith Bostic | 2014-10-17 | 1 | -1/+1 |
* | add config validation for Windows config | Mark Benvenuto | 2014-10-13 | 2 | -8/+0 |
* | Style script. | Keith Bostic | 2014-10-09 | 2 | -2/+2 |
* | Initial Windows Port | Mark Benvenuto | 2014-10-08 | 2 | -1/+15 |
* | Limit the maximum compression ratio our raw zlib implementation will allow. ... | Michael Cahill | 2014-09-10 | 1 | -1/+8 |
* | Add WT_COLLATOR::customize, allowing collators to be customized for specific ... | Michael Cahill | 2014-08-15 | 1 | -1/+1 |
* | Fix static linking of libraries with builtin extensions. | Michael Cahill | 2014-07-15 | 2 | -4/+8 |
* | Update the API exposed by extensions that can be builtin. | Alex Gorrod | 2014-06-20 | 2 | -0/+24 |
* | More --with-builtins implementation. | Alex Gorrod | 2014-06-20 | 2 | -2/+2 |
* | Fix zlib builtin build, simplify parsing the list of builtins, don't list "./... | Michael Cahill | 2014-06-20 | 2 | -10/+14 |
* | Link builtin extensions directly into libwiredtiger.la. | Michael Cahill | 2014-06-20 | 2 | -9/+13 |
* | More implementation of --with-builtins= | Alex Gorrod | 2014-06-20 | 2 | -1/+27 |
* | Minor code shuffle to make the flow a little more obvious. | Keith Bostic | 2014-06-04 | 1 | -2/+2 |
* | We document collators must return -1, 0, 1, rewrite the reverse collator | Keith Bostic | 2014-06-04 | 1 | -4/+14 |
* | Reserve more memory for zlib to finish a raw buffer -- it turns out to need 2... | Michael Cahill | 2014-05-13 | 1 | -1/+1 |
* | Fix a comment. | Keith Bostic | 2014-05-12 | 1 | -1/+1 |
* | Don't loop on calls to deflate until Z_OK isn't returned, we're not adding | Keith Bostic | 2014-05-12 | 1 | -3/+3 |
* | Remove decrement of the destination length by one, when setting up for | Keith Bostic | 2014-05-12 | 1 | -1/+1 |
* | Don't ignore the return value from deflateEnd. | Keith Bostic | 2014-05-12 | 1 | -1/+4 |
* | If zlib compression fails because there's not enough room in the destination | Keith Bostic | 2014-05-10 | 1 | -7/+2 |
* | whitespace | Keith Bostic | 2014-05-10 | 1 | -8/+4 |
* | Run the "standard" extensions through the style checks, mostly add a | Keith Bostic | 2014-05-10 | 6 | -175/+247 |
* | Fix typo when closing config_parser handle, complain if the | Keith Bostic | 2014-02-26 | 1 | -5/+7 |
* | Add wiredtiger_config_parser_open and wiredtiger_version into extension API. | Alex Gorrod | 2014-02-26 | 1 | -7/+7 |
* | Fix compiler warnings re: ignored return values. | Alex Gorrod | 2014-02-26 | 1 | -3/+5 |
* | Update the configuration string parsing in Helium data source. | Alex Gorrod | 2014-02-25 | 1 | -25/+36 |