summaryrefslogtreecommitdiff
path: root/ext
Commit message (Expand)AuthorAgeFilesLines
* Customer requested changes for the WT_COMPRESSOR::compress_raw method API.Keith Bostic2013-01-121-8/+14
* Update copyright notice to 2013.Keith Bostic2013-01-014-4/+4
* Michael says (and I agree): Compression shouldn't have to know about theKeith Bostic2012-11-261-15/+23
* lint: src_len no longer used in decompress, we never return an error.Keith Bostic2012-11-221-1/+1
* Move compression out of the block-manager layer to the btree layer.Keith Bostic2012-11-221-5/+6
* Add support for WT_COMPRESS::compress_raw, let the underlying compressionKeith Bostic2012-11-153-3/+93
* Remove auto-generated files from the tree.Michael Cahill2012-10-293-1729/+0
* Rename the WiredTiger installed libraries to libwiredtiger_XXX.Keith Bostic2012-10-2613-22/+1762
* warning: 'INCLUDES' is the old name for 'AM_CPPFLAGS'Michael Cahill2012-10-034-4/+4
* We're sending a mixed message -- remove the copyright notices from filesKeith Bostic2012-08-154-4/+4
* lintKeith Bostic2012-07-051-1/+0
* lintKeith Bostic2012-07-052-4/+2
* Make the whitespace script run on the examples, utilities extension code.Keith Bostic2012-05-151-1/+1
* Rework WT_EVENT_HANDLERs.Keith Bostic2012-05-072-3/+3
* whitespaceKeith Bostic2012-04-231-13/+13
* ../../../../ext/compressors/bzip2_compress/bzip2_compress.c:161: warning: imp...Michael Cahill2012-03-201-4/+4
* Add public-domain copyright notices to the extension code, someone mayKeith Bostic2012-03-124-0/+108
* bzip2_compress.c:133: error: pointer targets in assignment differ in signednessMichael Cahill2012-02-071-4/+4
* Fix some build warnings:Michael Cahill2012-01-161-3/+4
* Minor change: if our results aren't smaller than the source (not theKeith Bostic2011-12-291-8/+8
* Change the compression API to be src/size dst/size pairs instead ofKeith Bostic2011-12-293-60/+73
* KNF, no real changes.Keith Bostic2011-12-291-44/+32
* Mark a couple of variables unused because automated builds build with -Wunused.Michael Cahill2011-12-141-1/+0
* Added a pre_size entry to WT_COMPRESSOR. refs #58Don Anderson2011-12-133-23/+38
* Fix some 64-bit conversion warnings in the snappy extension:Michael Cahill2011-12-081-2/+2
* Changed fprintf to be wiredtiger_err_print refs #58.Don Anderson2011-12-071-1/+3
* Added a compressor adaptor for Google's snappy compressor. refs #58Don Anderson2011-12-072-0/+158
* Add a collator extension, include in test/format testing.Michael Cahill2011-10-072-0/+43
* whitespace.Michael Cahill2011-10-072-12/+12
* The empty destructors in extension modules cause problems with gcc --coverage.Michael Cahill2011-09-022-10/+0
* Split out the Python and examples from the top level Makefile.Michael Cahill2011-09-022-8/+6
* Rearrange directories to keep Makefile.am with the sources.Michael Cahill2011-09-012-0/+11
* Use automake for all builds, don't maintain Makefiles manually.Michael Cahill2011-08-302-21/+0
* Update no-op compressor to match bzip2 compressor (wiredtiger_extension_initKeith Bostic2011-08-221-8/+9
* Cope with errors during extension initialization.Michael Cahill2011-08-222-14/+20
* Change bzip2 to use the lower-level "compression engine" APIs ratherKeith Bostic2011-08-191-47/+81
* Rework compression error handling:Keith Bostic2011-08-192-24/+28
* Now that we're using WiredTiger's infrastructure, no need for a trailingKeith Bostic2011-08-171-1/+1
* Replace fprintf(stderr) with call to wiredtiger_err_printf, usingKeith Bostic2011-08-162-6/+6
* Don't use WT_UNUSED, use __UNUSED, uglier but cleaner.Keith Bostic2011-08-163-13/+13
* Make this code look like the rest of WiredTiger.Keith Bostic2011-08-152-92/+92
* Add a "clean" target.Keith Bostic2011-08-151-0/+3
* Add an extension API with a list of functions so extensions can call into Wir...Michael Cahill2011-08-163-4/+10
* Add "-fPIC" when building the compression module, plus a "clean" target.Michael Cahill2011-08-121-1/+4
* Added compression infrastructure, example compressors and tests.Don Anderson2011-08-104-0/+219