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