summaryrefslogtreecommitdiff
path: root/examples/c/ex_all.c
Commit message (Expand)AuthorAgeFilesLines
* WT-3234 Update WiredTiger build for clang 4.0. (#3345)Keith Bostic2017-03-241-2/+2
* WT-283 Add WT_SESSION::alter method (#3177)sueloverso2016-12-151-0/+6
* WT-2880 Add Zstandard compression support (#3075)Keith Bostic2016-10-211-0/+33
* WT-2820 add gcc warn_unused_result attribute (#2938)Keith Bostic2016-08-121-7/+7
* WT-2711 Change statistics log configuration options (#2834)Keith Bostic2016-07-081-17/+10
* WT-2617 Fix a bug in pluggable file system example (#2718)Keith Bostic2016-05-051-1/+1
* WT-2103: add incremental backup testing to formatKeith Bostic2016-04-151-0/+7
* WT-2107: Add example code including an event handlerKeith Bostic2016-02-231-1/+0
* WT-2107 Shuffle changes for event handler example.Alex Gorrod2016-02-231-71/+0
* WT-2107: Add example code including an event handlerKeith Bostic2016-02-211-1/+0
* WT-2107: Add example code including an event handler #2512Keith Bostic2016-02-211-1/+7
* WT-2107: Add example code including an event handlerKeith Bostic2016-02-211-4/+5
* WT-2107: Add example code including an event handlerKeith Bostic2016-02-211-3/+3
* WT-2107: Add example code including an event handlerKeith Bostic2016-02-211-0/+66
* WT-2352: Allow build and test without requiring lz4Keith Bostic2016-01-281-15/+0
* WT-2287: WT_SESSION.rebalance support.Keith Bostic2016-01-191-1/+1
* Merge branch 'develop' into wt-2287-rebalanceKeith Bostic2016-01-011-1/+1
|\
| * Upgrade copyright notices from 2015 to 2016.Keith Bostic2016-01-011-1/+1
* | WT-2287: Add support for a WT_SESSION.rebalance method that rebuilds theKeith Bostic2015-12-171-0/+4
|/
* Some of the session ops require logging (for example, transaction_sync),Keith Bostic2015-08-101-1/+2
* Add reset to wiredtiger.in and ex_allDavid Hows2015-06-221-0/+4
* Merge branch 'develop' into transaction-backgroundSusan LoVerso2015-05-271-0/+21
|\
| * Update named snapshot API.Alex Gorrod2015-05-221-1/+1
| * Add named snapshot documentation example code.Alex Gorrod2015-05-211-0/+21
* | Add a background transaction sync mechanism. WT-1908Susan LoVerso2015-05-051-0/+4
|/
* Change wiredtiger_config_validate to take a WT_EVENT_HANDLER as an argument,Keith Bostic2015-04-231-1/+1
* Change WT_CONNECTION.configure_method() to do the same name translationKeith Bostic2015-04-151-5/+8
* Instead of requiring applications use our configuration strings, translateKeith Bostic2015-04-151-1/+10
* Merge branch 'develop' into validate-configuration-stringKeith Bostic2015-03-221-6/+20
|\
| * Switch uses of wiredtiger_strerror() for WT_SESSION.strerror().Keith Bostic2015-03-201-2/+3
| * Clean up the #includes.Keith Bostic2015-03-191-4/+2
| * Add LZ4 to the documentation.Keith Bostic2015-03-181-0/+15
* | Add an API to validate configuration strings.Keith Bostic2015-03-091-0/+5
|/
* Replace wiredtiger_strerror_r with WT_SESSION.strerror, reference #1516.Keith Bostic2015-02-021-6/+2
* Merge branch 'develop' into cursor-equalMichael Cahill2015-01-171-8/+4
|\
| * Merge branch 'develop' into cursor-reconfigureMichael Cahill2015-01-141-2/+19
| |\
| * \ Merge branch 'develop' into cursor-reconfigureKeith Bostic2014-12-151-0/+14
| |\ \
| * | | Add support for a WT_CURSOR.reconfigure method, reference #1381.Keith Bostic2014-12-111-8/+4
* | | | Have WT_CURSOR::equals return 1 when cursors are equal, 0 when not.Michael Cahill2015-01-171-1/+1
* | | | Rename WT_CURSOR compare_equal to be equals.Alex Gorrod2015-01-141-1/+1
* | | | Add support for the WT_CURSOR.compare_equal method.Keith Bostic2015-01-101-0/+13
| |_|/ |/| |
* | | Merge pull request #1516 from wiredtiger/windows-errorsMichael Cahill2015-01-071-0/+16
|\ \ \
| * | | Add wiredtiger_strerror_r, a thread-safe version of wiredtiger_strerror,Keith Bostic2014-12-241-0/+16
| | |/ | |/|
* | | Copyright notices: add MongoDB, update to 2015.Keith Bostic2015-01-041-0/+1
* | | Invalid configuration strings, add some missing commas.Keith Bostic2014-12-241-2/+2
|/ /
* | Fix the example, missing comma.Keith Bostic2014-12-101-1/+1
* | Add an example a large leaf-page value overflow configKeith Bostic2014-12-101-0/+7
* | Separate the btree maximum key/value sizes from the underlying pageKeith Bostic2014-12-091-0/+7
|/
* Merge branch 'develop' into custom-extractorsMichael Cahill2014-10-291-0/+9
|\
| * Grammar fix.Keith Bostic2014-10-271-1/+2