summaryrefslogtreecommitdiff
path: root/ext
Commit message (Expand)AuthorAgeFilesLines
* Use a Berkeley DB home directory relative to the WiredTiger home.Keith Bostic2013-05-151-5/+17
* Add handle.terminate methods to WT_COLLATOR, WT_COMPRESSOR andKeith Bostic2013-05-076-683/+942
* Fix a few old-style function declarations.Keith Bostic2013-05-031-1/+1
* lint/whitespaceKeith Bostic2013-04-241-1/+2
* whitespaceKeith Bostic2013-04-241-1/+1
* Add support for kvs_truncate (I'm leaving the slow session-level truncateKeith Bostic2013-04-241-18/+65
* Report the version we want on failure.Keith Bostic2013-04-242-3/+4
* Check the KVS header file version before running.Keith Bostic2013-04-221-1/+7
* switch to "memrata"Keith Bostic2013-04-223-16/+16
* We no longer need to load against the WiredTiger library.Keith Bostic2013-04-221-1/+0
* Back out 2aaf73857f4c5a819ff8d94ac47a621673e0f4d0, call Michael's newKeith Bostic2013-04-221-8/+15
* KVS release 2.6 includes kvs_replace, rewrite the WT_CURSOR::updateKeith Bostic2013-04-221-23/+11
* KVS locks need to be blocking; they're all write locks for now, butKeith Bostic2013-04-212-22/+41
* Don't pull out the value-buffer grow routine, it's only called from oneKeith Bostic2013-04-211-23/+7
* We can't repeat our call to kvs_next/kvs_prev after a partial record isKeith Bostic2013-04-211-16/+32
* update for dist script run.Keith Bostic2013-04-211-1/+1
* Document a couple of existing problems.Keith Bostic2013-04-211-2/+21
* Don't use XXX in a comment that's not a bad thing.Keith Bostic2013-04-211-1/+1
* Add a comment: Tony Givargis says future versions of KVS will have aKeith Bostic2013-04-211-0/+5
* We can't use the underlying KVS keygen function because it can't correctKeith Bostic2013-04-211-29/+100
* kvs_t is a "void *", no need for an additional "*"Keith Bostic2013-04-201-2/+2
* We have to reset the return value's buffer pointer after growing it.Keith Bostic2013-04-201-3/+3
* Fix a printf.Keith Bostic2013-04-201-1/+2
* Implement WT_CURSOR.search_near, fix bugs in WT_CURSOR.{next,prev}, any KVSKeith Bostic2013-04-201-38/+168
* If an underlying data-source doesn't have a truncate operation (forKeith Bostic2013-04-201-12/+1
* whitespaceKeith Bostic2013-04-201-1/+0
* No reason to inline an error routine.Keith Bostic2013-04-201-1/+1
* Minor cleanups: unused include files, structure members, "int ret"Keith Bostic2013-04-201-32/+40
* minor cleanup, remove unnecessary documentation chunk.Keith Bostic2013-04-201-2/+0
* Add WT_EXTENSION_API::strerror so extensions don't have to load againstKeith Bostic2013-04-202-16/+12
* Merge branch 'develop' into stecKeith Bostic2013-04-201-5/+5
|\
| * Add WT_EXTENSION_API::strerror so extensions don't have to load againstKeith Bostic2013-04-201-5/+5
* | First cut at a non-transactional version of the STEC KVS shared library.Keith Bostic2013-04-192-0/+1132
* | Minor white-space shuffling, no real change.Keith Bostic2013-04-191-13/+15
* | Berkeley DB KVS calls wiredtiger_strerror, so it must load against theKeith Bostic2013-04-191-1/+2
|/
* Support WiredTiger fixed-length column-store (bitfields).Keith Bostic2013-04-191-8/+20
* Remove unused variable.Keith Bostic2013-04-191-4/+1
* Change the extension function names to "init" and "terminate" so that API cha...Michael Cahill2013-04-195-6/+6
* Change Berkeley DB KVS code to always return an error instead of justKeith Bostic2013-04-181-28/+8
* Shared library version of Berkeley DB KVS.Keith Bostic2013-04-181-0/+11
* Merge branch 'data-source' into sharedlibKeith Bostic2013-04-181-10/+10
|\
* | Changes to move the Berkeley DB KVS implementation out of test/formatKeith Bostic2013-04-181-0/+890
|/
* Add an extension "unload" entry point, configured with "unload" and withKeith Bostic2013-04-184-4/+4
* Use an opaque type for config arguments passed to callbacks, rather than void *.Michael Cahill2013-04-184-4/+4
* Change the extension entry point signature to take a (void *config)Keith Bostic2013-04-174-4/+4
* Replace wiredtiger_extension_api() with WT_CONNECTION.get_extension_api.Keith Bostic2013-04-174-34/+27
* More changes to the extension API (this is only part-way there, but itKeith Bostic2013-04-172-5/+5
* Add a new method WT_EXTENSION_API::config that takes a cfg[] and returnsKeith Bostic2013-04-101-4/+4
* Remove the wiredtiger_XXX #defines for the extension API, always use theKeith Bostic2013-04-104-12/+9
* Make WiredTiger extension functions available to linked-in modules viaKeith Bostic2013-04-094-30/+26