summaryrefslogtreecommitdiff
path: root/ext/collators
Commit message (Expand)AuthorAgeFilesLines
* Copyright notices: add MongoDB, update to 2015.Keith Bostic2015-01-041-0/+1
* Add WT_COLLATOR::customize, allowing collators to be customized for specific ...Michael Cahill2014-08-151-1/+1
* Minor code shuffle to make the flow a little more obvious.Keith Bostic2014-06-041-2/+2
* We document collators must return -1, 0, 1, rewrite the reverse collatorKeith Bostic2014-06-041-4/+14
* Run the "standard" extensions through the style checks, mostly add aKeith Bostic2014-05-101-0/+8
* Update copyright notices for 2014.Keith Bostic2014-01-071-1/+1
* Add handle.terminate methods to WT_COLLATOR, WT_COMPRESSOR andKeith Bostic2013-05-071-1/+1
* Change the extension function names to "init" and "terminate" so that API cha...Michael Cahill2013-04-191-1/+1
* Add an extension "unload" entry point, configured with "unload" and withKeith Bostic2013-04-181-1/+1
* Use an opaque type for config arguments passed to callbacks, rather than void *.Michael Cahill2013-04-181-1/+1
* Change the extension entry point signature to take a (void *config)Keith Bostic2013-04-171-1/+1
* Replace wiredtiger_extension_api() with WT_CONNECTION.get_extension_api.Keith Bostic2013-04-171-8/+4
* Remove the wiredtiger_XXX #defines for the extension API, always use theKeith Bostic2013-04-101-4/+1
* Make WiredTiger extension functions available to linked-in modules viaKeith Bostic2013-04-091-5/+3
* Update copyright notice to 2013.Keith Bostic2013-01-011-1/+1
* Rename the WiredTiger installed libraries to libwiredtiger_XXX.Keith Bostic2012-10-261-2/+8
* warning: 'INCLUDES' is the old name for 'AM_CPPFLAGS'Michael Cahill2012-10-031-1/+1
* We're sending a mixed message -- remove the copyright notices from filesKeith Bostic2012-08-151-1/+1
* lintKeith Bostic2012-07-051-1/+0
* whitespaceKeith Bostic2012-04-231-13/+13
* Add public-domain copyright notices to the extension code, someone mayKeith Bostic2012-03-121-0/+27
* Add a collator extension, include in test/format testing.Michael Cahill2011-10-072-0/+43