summaryrefslogtreecommitdiff
path: root/examples
Commit message (Expand)AuthorAgeFilesLines
* Update cursor->search_near to handle a NULL exact parameter.Alex Gorrod2013-07-161-0/+1
* update the file_extend configuration semantics to match the currentKeith Bostic2013-07-131-2/+2
* Building on a 9.1 FreeBSD release.Keith Bostic2013-06-191-1/+1
* Update extension API names from txn_XX to transaction_XX.Alex Gorrod2013-06-181-4/+5
* examples/c/ex_data_source.c:578:6: error: variable 'is_visible' set but not usedMichael Cahill2013-06-111-0/+1
* Transaction ID extension methods need a real session handle.Michael Cahill2013-06-111-2/+2
* minor lint, cleanup the new docs.Keith Bostic2013-06-101-4/+4
* Add two next extension functions, one to return a transaction ID,Keith Bostic2013-06-101-0/+18
* Add some more structure to the data-source cursor-create example.Keith Bostic2013-06-101-5/+56
* Add examples to the WiredTiger extension methods for accessing theKeith Bostic2013-06-041-0/+90
* Remove the WT_COMPRESSOR documentation from examples/c/ex_all.c (we're alreadyKeith Bostic2013-05-251-112/+0
* Support for a new configuration option, file_extend, that extends the fileKeith Bostic2013-05-111-0/+7
* Merge branch 'develop' into terminate-methodMichael Cahill2013-05-092-7/+7
|\
| * Simplify quoting in config string examples, now that quotes are not reqired f...Michael Cahill2013-05-082-7/+7
* | Add handle.terminate methods to WT_COLLATOR, WT_COMPRESSOR andKeith Bostic2013-05-073-7/+21
|/
* minor cleanup, remove unnecessary documentation chunk.Keith Bostic2013-04-201-2/+2
* Add WT_EXTENSION_API::strerror so extensions don't have to load againstKeith Bostic2013-04-201-0/+8
* Export more of the config parsing machinery to the extension API: we're going...Michael Cahill2013-04-181-15/+18
* Use an opaque type for config arguments passed to callbacks, rather than void *.Michael Cahill2013-04-181-11/+11
* Remove WT_EXTENSION_CONFIG, export WT_CONFIG_ITEM instead.Keith Bostic2013-04-171-17/+17
* Replace WT_EXTENSION_CONFIG.argv[] with WT_EXTENSION_API::get_config_next;Keith Bostic2013-04-171-12/+7
* Rename WT_EXTENSION_API::config to be WT_EXTENSION_API::get_config.Keith Bostic2013-04-171-5/+5
* Replace wiredtiger_extension_api() with WT_CONNECTION.get_extension_api.Keith Bostic2013-04-171-1/+1
* More changes to the extension API (this is only part-way there, but itKeith Bostic2013-04-171-22/+23
* Add a new WT_EXTENSION_API method that returns the default session forKeith Bostic2013-04-161-5/+9
* Merge branch 'develop' into data-sourceKeith Bostic2013-04-121-3/+4
|\
| * Configure the statistics example program with statistics.Keith Bostic2013-04-121-3/+4
* | Data source cleanup: fix some build warnings, exclude new function from the J...Michael Cahill2013-04-121-3/+14
* | More work on data-source configuration support.Keith Bostic2013-04-111-42/+65
* | update for dist scripts.Keith Bostic2013-04-111-1/+1
* | Add a small example for list using strsep -- I'm pretty sure this isKeith Bostic2013-04-111-3/+51
* | Enhance some wording and the examples.Keith Bostic2013-04-111-4/+19
* | Add documentation and examples for setting custom configuration strings.Keith Bostic2013-04-101-0/+37
* | Add a new method WT_EXTENSION_API::config that takes a cfg[] and returnsKeith Bostic2013-04-103-158/+271
* | Support new configuration options added by the applications, using a newKeith Bostic2013-04-091-0/+19
* | Make WiredTiger extension functions available to linked-in modules viaKeith Bostic2013-04-092-5/+11
* | Clean up build script complaints.Keith Bostic2013-04-031-3/+48
* | Add support for compaction, salvage and verification to data-sourceKeith Bostic2013-04-031-1/+4
* | First set of changes to make WT_DATA_SOURCE work better (row-store isKeith Bostic2013-04-031-13/+11
|/
* Support logging the statistics of a type of object based on a partialKeith Bostic2013-03-251-2/+10
* Replace statistics_log.objects with statistics_log.sources, no other change.Keith Bostic2013-03-211-1/+1
* Optionally dump statistics for a list of objects as part of statisticsKeith Bostic2013-03-201-0/+9
* Minor cleanup of the WT_COMPRESSOR docs, list all of the possible structureKeith Bostic2013-03-181-1/+30
* Create/drop the table we're manipulating, otherwise we don't get configKeith Bostic2013-03-171-7/+25
* Make more of ex_all run, I want to test some session configuration strings.Keith Bostic2013-03-171-4/+12
* os_cache_dirty_max, os_cache_max are WT_SESSION::create configurationKeith Bostic2013-03-171-14/+10
* Don't drop core if an open fails, it's just a distraction from debugging.Keith Bostic2013-03-171-15/+18
* Try and group WT cache options together, add more discussion of compression.Keith Bostic2013-03-171-3/+3
* Add tuning advise for os_cache_dirty_max, os_cache_max.Keith Bostic2013-03-171-0/+12
* Run more of the wiredtiger_open calls by closing previously opened handles.Keith Bostic2013-02-251-9/+21