summaryrefslogtreecommitdiff
path: root/examples/c/ex_all.c
Commit message (Expand)AuthorAgeFilesLines
* 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
| * Fix transaction ID logic (again), add session method entry / exit, add a docu...Michael Cahill2014-10-271-0/+8
* | Merge branch 'develop' into custom-extractorsMichael Cahill2014-10-221-1/+1
|\ \ | |/
| * Rename WT_DEADLOCK to WT_ROLLBACK, reference #1204.Keith Bostic2014-10-171-1/+1
* | Merge branch 'develop' into custom-extractorsMichael Cahill2014-10-171-0/+5
|\ \ | |/
| * Port all examples, most tests, and wtperf to WindowsMark Benvenuto2014-10-161-0/+5
| * Don't assign WT_ITEMs in example code, some WT_ITEM fields are private.Keith Bostic2014-09-201-3/+3
* | More implementation of the custom extractor API. Still working on generating...Michael Cahill2014-10-091-1/+1
* | Simplify the custom extractor API so that:Michael Cahill2014-10-071-3/+2
* | Add an API for multi-key index extractors.Michael Cahill2014-09-111-3/+4
|/
* Statistics logging of sources only currently supports lsm: and file: URIs.Keith Bostic2014-09-081-3/+3
* typoKeith Bostic2014-09-081-1/+1
* Statistics logging requires a wait time, reference #1172.Keith Bostic2014-09-081-2/+2
* Minor shuffling to turn on more clang warnings:Keith Bostic2014-09-011-2/+2
* More documentation changes: explicit calls to begin_transaction andKeith Bostic2014-08-281-8/+12
* WiredTiger only has one kind of backup, quit calling it "hot backup".Keith Bostic2014-08-261-7/+7
* Fix cleanup of home directories for example code, and fix use of system witho...Michael Cahill2014-08-251-2/+2
* We're setting "home" to NULL, and then using it in error messages, whichKeith Bostic2014-08-231-1/+11
* Lint: primarily make sure no WiredTiger call that returns an error valueKeith Bostic2014-08-231-13/+13
* Add WT_COLLATOR::customize, allowing collators to be customized for specific ...Michael Cahill2014-08-151-1/+1
* Engage brain: applications have to use <group>=(<key>) syntax for nested conf...Michael Cahill2014-08-111-1/+1
* Change ex_all.c to match grouping of eviction settings.Michael Cahill2014-08-111-1/+1
* Fix a bug in new eviction thread parsing.Alex Gorrod2014-08-111-2/+2
* Flesh out the eviction tuning wording, document eviction_workersKeith Bostic2014-07-291-0/+19
* Don't mention valgrind by name, it makes spell check sad.Keith Bostic2014-05-011-2/+2
* Merge pull request #981 from wiredtiger/prefix-compression-defaultMichael Cahill2014-05-021-3/+3
|\
| * Minor shuffling of prefix-compression docs (now that prefix-compressionKeith Bostic2014-05-011-3/+3
* | Don't run the leak-memory code, it upsets valgrind.Keith Bostic2014-05-011-1/+5
* | Optionally skip block cleanup and leak memory on connection close.Keith Bostic2014-05-011-0/+5
|/
* Add zlib documentation.Keith Bostic2014-01-301-0/+15
* Fix the naming of the compression library, it's libXXX, the extensionKeith Bostic2014-01-301-2/+2
* Update copyright notices for 2014.Keith Bostic2014-01-071-1/+1
* Compression changes.Keith Bostic2013-11-091-0/+5
* Add clear to the connection statistics configuration and remove "clear"Keith Bostic2013-10-211-0/+36