summaryrefslogtreecommitdiff
path: root/ext/compressors/snappy/snappy_compress.c
Commit message (Expand)AuthorAgeFilesLines
* WT-2372 - wt_internal.h should always be the first include, when neededDavid Hows2016-02-021-2/+2
* WT-60: big endian supportKeith Bostic2016-01-281-1/+4
* WT-60: big endian supportKeith Bostic2016-01-281-16/+18
* Upgrade copyright notices from 2015 to 2016.Keith Bostic2016-01-011-1/+1
* 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
* Remove unnecessary "inline" #define.Keith Bostic2015-03-181-3/+2
* Copyright notices: add MongoDB, update to 2015.Keith Bostic2015-01-041-0/+1
* add config validation for Windows configMark Benvenuto2014-10-131-4/+0
* Style script.Keith Bostic2014-10-091-1/+1
* Initial Windows PortMark Benvenuto2014-10-081-0/+7
* Update the API exposed by extensions that can be builtin.Alex Gorrod2014-06-201-0/+12
* More --with-builtins implementation.Alex Gorrod2014-06-201-1/+1
* Link builtin extensions directly into libwiredtiger.la.Michael Cahill2014-06-201-9/+11
* More implementation of --with-builtins=Alex Gorrod2014-06-201-0/+12
* Run the "standard" extensions through the style checks, mostly add aKeith Bostic2014-05-101-33/+42
* Update copyright notices for 2014.Keith Bostic2014-01-071-1/+1
* If you open multiple databases, a static reference to the WT_EXTENSION_APIKeith Bostic2013-05-251-17/+42
* Add handle.terminate methods to WT_COLLATOR, WT_COMPRESSOR andKeith Bostic2013-05-071-1/+1
* Change the extension function names to "init" and "terminate" so that API cha...Michael Cahill2013-04-191-1/+1
* Add an extension "unload" entry point, configured with "unload" and withKeith Bostic2013-04-181-1/+1
* Use an opaque type for config arguments passed to callbacks, rather than void *.Michael Cahill2013-04-181-1/+1
* Change the extension entry point signature to take a (void *config)Keith Bostic2013-04-171-1/+1
* Replace wiredtiger_extension_api() with WT_CONNECTION.get_extension_api.Keith Bostic2013-04-171-9/+7
* More changes to the extension API (this is only part-way there, but itKeith Bostic2013-04-171-2/+2
* Remove the wiredtiger_XXX #defines for the extension API, always use theKeith Bostic2013-04-101-3/+3
* Make WiredTiger extension functions available to linked-in modules viaKeith Bostic2013-04-091-8/+6
* Update copyright notice to 2013.Keith Bostic2013-01-011-1/+1
* Add support for WT_COMPRESS::compress_raw, let the underlying compressionKeith Bostic2012-11-151-1/+1
* Rename the WiredTiger installed libraries to libwiredtiger_XXX.Keith Bostic2012-10-261-0/+185