summaryrefslogtreecommitdiff
path: root/ext/compressors
Commit message (Expand)AuthorAgeFilesLines
* Use Standard C type uint64_t for zlibMark Benvenuto2015-03-261-1/+1
* Merge pull request #1816 from wiredtiger/zlib-copy-streamsMichael Cahill2015-03-261-42/+70
|\
| * Shuffle the logic and add a pointer to remove some deflateCopy/deflateEndKeith Bostic2015-03-251-51/+59
| * Use deflateCopy to copy streams for rollback in case the compressed size is t...Michael Cahill2015-03-251-5/+25
* | Switch to using "safe mode" LZ4 decompression. We rely on it to detect error...Michael Cahill2015-03-251-6/+8
|/
* Add debugging code to compare the compressed buffer against the originalKeith Bostic2015-03-241-42/+63
* Now lint is unhappy:Keith Bostic2015-03-211-0/+1
* snappy_compress.c:73:9: warning: will never be executed [-Wunreachable-code]Keith Bostic2015-03-211-3/+0
* Fix a bug in lz4 decompression.Alex Gorrod2015-03-191-1/+1
* Fix a bug in lz4 compression - we were never compressing buffers.Alex Gorrod2015-03-191-1/+1
* Use LZ4_decompress_fast instead of LZ4_decompress_safe, we don't needKeith Bostic2015-03-181-2/+2
* Remove unnecessary "inline" #define.Keith Bostic2015-03-181-3/+2
* Don't write out the error value twice in a row.Keith Bostic2015-03-181-4/+4
* Fix build warning re: type conversion.Alex Gorrod2015-03-181-2/+2
* More fixes to lz4 source file.Alex Gorrod2015-03-181-11/+14
* Fix issues with unknown WT_UNUSEDdaveh862015-03-181-2/+2
* Update LZ4 source code to be more in-line with Snappy implementation.Alex Gorrod2015-03-181-78/+83
* Fixup lint in new lz4 source code.Alex Gorrod2015-03-181-68/+64
* remove erroneous Makefile.in produced by buildQuentin Conner2015-03-131-717/+0
* LZ4 external compressorQuentin Conner2015-03-123-0/+973
* Copyright notices: add MongoDB, update to 2015.Keith Bostic2015-01-044-0/+4
* add config validation for Windows configMark Benvenuto2014-10-132-8/+0
* Style script.Keith Bostic2014-10-092-2/+2
* Initial Windows PortMark Benvenuto2014-10-082-1/+15
* Limit the maximum compression ratio our raw zlib implementation will allow. ...Michael Cahill2014-09-101-1/+8
* Fix static linking of libraries with builtin extensions.Michael Cahill2014-07-152-4/+8
* Update the API exposed by extensions that can be builtin.Alex Gorrod2014-06-202-0/+24
* More --with-builtins implementation.Alex Gorrod2014-06-202-2/+2
* Fix zlib builtin build, simplify parsing the list of builtins, don't list "./...Michael Cahill2014-06-202-10/+14
* Link builtin extensions directly into libwiredtiger.la.Michael Cahill2014-06-202-9/+13
* More implementation of --with-builtins=Alex Gorrod2014-06-202-1/+27
* Reserve more memory for zlib to finish a raw buffer -- it turns out to need 2...Michael Cahill2014-05-131-1/+1
* Fix a comment.Keith Bostic2014-05-121-1/+1
* Don't loop on calls to deflate until Z_OK isn't returned, we're not addingKeith Bostic2014-05-121-3/+3
* Remove decrement of the destination length by one, when setting up forKeith Bostic2014-05-121-1/+1
* Don't ignore the return value from deflateEnd.Keith Bostic2014-05-121-1/+4
* If zlib compression fails because there's not enough room in the destinationKeith Bostic2014-05-101-7/+2
* whitespaceKeith Bostic2014-05-101-8/+4
* Run the "standard" extensions through the style checks, mostly add aKeith Bostic2014-05-104-174/+234
* Add a "noraw" flavor of zlib compression.Michael Cahill2014-02-031-41/+45
* Only retry compress_raw if it returns EAGAIN. Otherwise, if no rows were com...Michael Cahill2014-02-031-1/+1
* Remove the automake shared library magic around loading the bzip2 compressorKeith Bostic2014-01-311-18/+29
* Zlib compression does "raw" compression in all cases, rename the "raw"Keith Bostic2014-01-311-4/+4
* Fix some zlib-specific issues:Michael Cahill2014-01-311-25/+42
* Fix a "may be uninitialized" warning in zlib.Michael Cahill2014-01-241-4/+4
* Remove some debug code from zlib.Michael Cahill2014-01-231-8/+2
* Fix some nits in the zlib compress implementation.Alex Gorrod2014-01-231-11/+6
* Improve comments in the zlib extensionMichael Cahill2014-01-231-2/+10
* Add support for zlib compressionMichael Cahill2014-01-232-0/+355
* Update copyright notices for 2014.Keith Bostic2014-01-073-3/+3