summaryrefslogtreecommitdiff
path: root/ext
AgeCommit message (Expand)Author
2012-08-15We're sending a mixed message -- remove the copyright notices from filesKeith Bostic
2012-07-05lintKeith Bostic
2012-07-05lintKeith Bostic
2012-05-15Make the whitespace script run on the examples, utilities extension code.Keith Bostic
2012-05-07Rework WT_EVENT_HANDLERs.Keith Bostic
2012-04-23whitespaceKeith Bostic
2012-03-20../../../../ext/compressors/bzip2_compress/bzip2_compress.c:161: warning: imp...Michael Cahill
2012-03-12Add public-domain copyright notices to the extension code, someone mayKeith Bostic
2012-02-07bzip2_compress.c:133: error: pointer targets in assignment differ in signednessMichael Cahill
2012-01-16Fix some build warnings:Michael Cahill
2011-12-29Minor change: if our results aren't smaller than the source (not theKeith Bostic
2011-12-29Change the compression API to be src/size dst/size pairs instead ofKeith Bostic
2011-12-29KNF, no real changes.Keith Bostic
2011-12-14Mark a couple of variables unused because automated builds build with -Wunused.Michael Cahill
2011-12-13Added a pre_size entry to WT_COMPRESSOR. refs #58Don Anderson
2011-12-08Fix some 64-bit conversion warnings in the snappy extension:Michael Cahill
2011-12-07Changed fprintf to be wiredtiger_err_print refs #58.Don Anderson
2011-12-07Added a compressor adaptor for Google's snappy compressor. refs #58Don Anderson
2011-10-07Add a collator extension, include in test/format testing.Michael Cahill
2011-10-07whitespace.Michael Cahill
2011-09-02The empty destructors in extension modules cause problems with gcc --coverage.Michael Cahill
2011-09-02Split out the Python and examples from the top level Makefile.Michael Cahill
2011-09-01Rearrange directories to keep Makefile.am with the sources.Michael Cahill
2011-08-30Use automake for all builds, don't maintain Makefiles manually.Michael Cahill
2011-08-22Update no-op compressor to match bzip2 compressor (wiredtiger_extension_initKeith Bostic
2011-08-22Cope with errors during extension initialization.Michael Cahill
2011-08-19Change bzip2 to use the lower-level "compression engine" APIs ratherKeith Bostic
2011-08-19Rework compression error handling:Keith Bostic
2011-08-17Now that we're using WiredTiger's infrastructure, no need for a trailingKeith Bostic
2011-08-16Replace fprintf(stderr) with call to wiredtiger_err_printf, usingKeith Bostic
2011-08-16Don't use WT_UNUSED, use __UNUSED, uglier but cleaner.Keith Bostic
2011-08-15Make this code look like the rest of WiredTiger.Keith Bostic
2011-08-15Add a "clean" target.Keith Bostic
2011-08-16Add an extension API with a list of functions so extensions can call into Wir...Michael Cahill
2011-08-12Add "-fPIC" when building the compression module, plus a "clean" target.Michael Cahill
2011-08-10Added compression infrastructure, example compressors and tests.Don Anderson