| Commit message (Expand) | Author | Age | Files | Lines |
* | WT-2375 Update reverse integer collator to use streaming pack API. | Alex Gorrod | 2016-03-14 | 1 | -17/+22 |
* | WT-2375 Use WT_EXTENSION API to unpack, for portability. | Don Anderson | 2016-02-02 | 1 | -85/+76 |
* | WT-2375 Whitespace and spelling. | Don Anderson | 2016-02-01 | 1 | -2/+2 |
* | WT-2375 Added tests using revint, a reverse integer collator for testing. | Don Anderson | 2016-02-01 | 2 | -0/+167 |
* | Upgrade copyright notices from 2015 to 2016. | Keith Bostic | 2016-01-01 | 1 | -1/+1 |
* | Copyright notices: add MongoDB, update to 2015. | Keith Bostic | 2015-01-04 | 1 | -0/+1 |
* | Add WT_COLLATOR::customize, allowing collators to be customized for specific ... | Michael Cahill | 2014-08-15 | 1 | -1/+1 |
* | Minor code shuffle to make the flow a little more obvious. | Keith Bostic | 2014-06-04 | 1 | -2/+2 |
* | We document collators must return -1, 0, 1, rewrite the reverse collator | Keith Bostic | 2014-06-04 | 1 | -4/+14 |
* | Run the "standard" extensions through the style checks, mostly add a | Keith Bostic | 2014-05-10 | 1 | -0/+8 |
* | Update copyright notices for 2014. | Keith Bostic | 2014-01-07 | 1 | -1/+1 |
* | Add handle.terminate methods to WT_COLLATOR, WT_COMPRESSOR and | Keith Bostic | 2013-05-07 | 1 | -1/+1 |
* | Change the extension function names to "init" and "terminate" so that API cha... | Michael Cahill | 2013-04-19 | 1 | -1/+1 |
* | Add an extension "unload" entry point, configured with "unload" and with | Keith Bostic | 2013-04-18 | 1 | -1/+1 |
* | Use an opaque type for config arguments passed to callbacks, rather than void *. | Michael Cahill | 2013-04-18 | 1 | -1/+1 |
* | Change the extension entry point signature to take a (void *config) | Keith Bostic | 2013-04-17 | 1 | -1/+1 |
* | Replace wiredtiger_extension_api() with WT_CONNECTION.get_extension_api. | Keith Bostic | 2013-04-17 | 1 | -8/+4 |
* | Remove the wiredtiger_XXX #defines for the extension API, always use the | Keith Bostic | 2013-04-10 | 1 | -4/+1 |
* | Make WiredTiger extension functions available to linked-in modules via | Keith Bostic | 2013-04-09 | 1 | -5/+3 |
* | Update copyright notice to 2013. | Keith Bostic | 2013-01-01 | 1 | -1/+1 |
* | Rename the WiredTiger installed libraries to libwiredtiger_XXX. | Keith Bostic | 2012-10-26 | 1 | -2/+8 |
* | warning: 'INCLUDES' is the old name for 'AM_CPPFLAGS' | Michael Cahill | 2012-10-03 | 1 | -1/+1 |
* | We're sending a mixed message -- remove the copyright notices from files | Keith Bostic | 2012-08-15 | 1 | -1/+1 |
* | lint | Keith Bostic | 2012-07-05 | 1 | -1/+0 |
* | whitespace | Keith Bostic | 2012-04-23 | 1 | -13/+13 |
* | Add public-domain copyright notices to the extension code, someone may | Keith Bostic | 2012-03-12 | 1 | -0/+27 |
* | Add a collator extension, include in test/format testing. | Michael Cahill | 2011-10-07 | 2 | -0/+43 |