summaryrefslogtreecommitdiff
path: root/ext/compressors
Commit message (Expand)AuthorAgeFilesLines
* 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
* Don't use u_int in the API, it's a non-standard type.Keith Bostic2013-05-301-2/+2
* And fix the code that uses it.Keith Bostic2013-05-251-5/+5
* The WT_COMPRESSOR field has to be a structure, not a pointer.Keith Bostic2013-05-251-1/+1
* Remove the WT_COMPRESSOR documentation from examples/c/ex_all.c (we're alreadyKeith Bostic2013-05-251-3/+54
* If you open multiple databases, a static reference to the WT_EXTENSION_APIKeith Bostic2013-05-253-68/+188
* Add handle.terminate methods to WT_COLLATOR, WT_COMPRESSOR andKeith Bostic2013-05-073-3/+3
* minor cleanup, remove unnecessary documentation chunk.Keith Bostic2013-04-201-2/+0
* Change the extension function names to "init" and "terminate" so that API cha...Michael Cahill2013-04-193-3/+3
* Add an extension "unload" entry point, configured with "unload" and withKeith Bostic2013-04-183-3/+3
* Use an opaque type for config arguments passed to callbacks, rather than void *.Michael Cahill2013-04-183-3/+3
* Change the extension entry point signature to take a (void *config)Keith Bostic2013-04-173-3/+3
* Replace wiredtiger_extension_api() with WT_CONNECTION.get_extension_api.Keith Bostic2013-04-173-26/+23
* More changes to the extension API (this is only part-way there, but itKeith Bostic2013-04-172-5/+5
* Add a new method WT_EXTENSION_API::config that takes a cfg[] and returnsKeith Bostic2013-04-101-4/+4
* Remove the wiredtiger_XXX #defines for the extension API, always use theKeith Bostic2013-04-103-8/+8
* Make WiredTiger extension functions available to linked-in modules viaKeith Bostic2013-04-093-25/+23
* typoKeith Bostic2013-02-151-1/+1
* Pass the configured split_pct value to the WT_COMPRESSOR::compress_rawKeith Bostic2013-02-151-6/+7
* Fix a build warning:Alex Gorrod2013-01-251-0/+1
* Turn of verbose output in the bzip2 compress_raw test code.Keith Bostic2013-01-241-1/+1
* Add a "final" argument to the WT_COMPRESSOR::compress_raw method, thatKeith Bostic2013-01-241-4/+5