| Commit message (Expand) | Author | Age | Files | Lines |
* | typo | Keith Bostic | 2013-02-15 | 1 | -1/+1 |
* | Pass the configured split_pct value to the WT_COMPRESSOR::compress_raw | Keith Bostic | 2013-02-15 | 1 | -6/+7 |
* | Fix a build warning: | Alex Gorrod | 2013-01-25 | 1 | -0/+1 |
* | Turn of verbose output in the bzip2 compress_raw test code. | Keith Bostic | 2013-01-24 | 1 | -1/+1 |
* | Add a "final" argument to the WT_COMPRESSOR::compress_raw method, that | Keith Bostic | 2013-01-24 | 1 | -4/+5 |
* | Customer requested changes for the WT_COMPRESSOR::compress_raw method API. | Keith Bostic | 2013-01-12 | 1 | -8/+14 |
* | Update copyright notice to 2013. | Keith Bostic | 2013-01-01 | 4 | -4/+4 |
* | Michael says (and I agree): Compression shouldn't have to know about the | Keith Bostic | 2012-11-26 | 1 | -15/+23 |
* | lint: src_len no longer used in decompress, we never return an error. | Keith Bostic | 2012-11-22 | 1 | -1/+1 |
* | Move compression out of the block-manager layer to the btree layer. | Keith Bostic | 2012-11-22 | 1 | -5/+6 |
* | Add support for WT_COMPRESS::compress_raw, let the underlying compression | Keith Bostic | 2012-11-15 | 3 | -3/+93 |
* | Remove auto-generated files from the tree. | Michael Cahill | 2012-10-29 | 3 | -1729/+0 |
* | Rename the WiredTiger installed libraries to libwiredtiger_XXX. | Keith Bostic | 2012-10-26 | 13 | -22/+1762 |
* | warning: 'INCLUDES' is the old name for 'AM_CPPFLAGS' | Michael Cahill | 2012-10-03 | 4 | -4/+4 |
* | We're sending a mixed message -- remove the copyright notices from files | Keith Bostic | 2012-08-15 | 4 | -4/+4 |
* | lint | Keith Bostic | 2012-07-05 | 1 | -1/+0 |
* | lint | Keith Bostic | 2012-07-05 | 2 | -4/+2 |
* | Make the whitespace script run on the examples, utilities extension code. | Keith Bostic | 2012-05-15 | 1 | -1/+1 |
* | Rework WT_EVENT_HANDLERs. | Keith Bostic | 2012-05-07 | 2 | -3/+3 |
* | whitespace | Keith Bostic | 2012-04-23 | 1 | -13/+13 |
* | ../../../../ext/compressors/bzip2_compress/bzip2_compress.c:161: warning: imp... | Michael Cahill | 2012-03-20 | 1 | -4/+4 |
* | Add public-domain copyright notices to the extension code, someone may | Keith Bostic | 2012-03-12 | 4 | -0/+108 |
* | bzip2_compress.c:133: error: pointer targets in assignment differ in signedness | Michael Cahill | 2012-02-07 | 1 | -4/+4 |
* | Fix some build warnings: | Michael Cahill | 2012-01-16 | 1 | -3/+4 |
* | Minor change: if our results aren't smaller than the source (not the | Keith Bostic | 2011-12-29 | 1 | -8/+8 |
* | Change the compression API to be src/size dst/size pairs instead of | Keith Bostic | 2011-12-29 | 3 | -60/+73 |
* | KNF, no real changes. | Keith Bostic | 2011-12-29 | 1 | -44/+32 |
* | Mark a couple of variables unused because automated builds build with -Wunused. | Michael Cahill | 2011-12-14 | 1 | -1/+0 |
* | Added a pre_size entry to WT_COMPRESSOR. refs #58 | Don Anderson | 2011-12-13 | 3 | -23/+38 |
* | Fix some 64-bit conversion warnings in the snappy extension: | Michael Cahill | 2011-12-08 | 1 | -2/+2 |
* | Changed fprintf to be wiredtiger_err_print refs #58. | Don Anderson | 2011-12-07 | 1 | -1/+3 |
* | Added a compressor adaptor for Google's snappy compressor. refs #58 | Don Anderson | 2011-12-07 | 2 | -0/+158 |
* | Add a collator extension, include in test/format testing. | Michael Cahill | 2011-10-07 | 2 | -0/+43 |
* | whitespace. | Michael Cahill | 2011-10-07 | 2 | -12/+12 |
* | The empty destructors in extension modules cause problems with gcc --coverage. | Michael Cahill | 2011-09-02 | 2 | -10/+0 |
* | Split out the Python and examples from the top level Makefile. | Michael Cahill | 2011-09-02 | 2 | -8/+6 |
* | Rearrange directories to keep Makefile.am with the sources. | Michael Cahill | 2011-09-01 | 2 | -0/+11 |
* | Use automake for all builds, don't maintain Makefiles manually. | Michael Cahill | 2011-08-30 | 2 | -21/+0 |
* | Update no-op compressor to match bzip2 compressor (wiredtiger_extension_init | Keith Bostic | 2011-08-22 | 1 | -8/+9 |
* | Cope with errors during extension initialization. | Michael Cahill | 2011-08-22 | 2 | -14/+20 |
* | Change bzip2 to use the lower-level "compression engine" APIs rather | Keith Bostic | 2011-08-19 | 1 | -47/+81 |
* | Rework compression error handling: | Keith Bostic | 2011-08-19 | 2 | -24/+28 |
* | Now that we're using WiredTiger's infrastructure, no need for a trailing | Keith Bostic | 2011-08-17 | 1 | -1/+1 |
* | Replace fprintf(stderr) with call to wiredtiger_err_printf, using | Keith Bostic | 2011-08-16 | 2 | -6/+6 |
* | Don't use WT_UNUSED, use __UNUSED, uglier but cleaner. | Keith Bostic | 2011-08-16 | 3 | -13/+13 |
* | Make this code look like the rest of WiredTiger. | Keith Bostic | 2011-08-15 | 2 | -92/+92 |
* | Add a "clean" target. | Keith Bostic | 2011-08-15 | 1 | -0/+3 |
* | Add an extension API with a list of functions so extensions can call into Wir... | Michael Cahill | 2011-08-16 | 3 | -4/+10 |
* | Add "-fPIC" when building the compression module, plus a "clean" target. | Michael Cahill | 2011-08-12 | 1 | -1/+4 |
* | Added compression infrastructure, example compressors and tests. | Don Anderson | 2011-08-10 | 4 | -0/+219 |