summaryrefslogtreecommitdiff
path: root/ext
Commit message (Expand)AuthorAgeFilesLines
* ../../../../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