summaryrefslogtreecommitdiff
path: root/examples
Commit message (Expand)AuthorAgeFilesLines
* Remove the "multithread" configuration for connections.Michael Cahill2011-10-181-1/+1
* Add code comments in places where there are multiple examples to explainKeith Bostic2011-10-201-4/+24
* ../../../examples/c/ex_all.c:175: error: 'key' is used uninitialized in this ...Michael Cahill2011-10-201-1/+1
* Switch to using doxygen snippets to include code from ex_all.c -- should be m...Michael Cahill2011-10-201-40/+78
* Fix ex_all.c warnings:Michael Cahill2011-10-201-23/+46
* long line fixKeith Bostic2011-10-191-1/+1
* Re-write cursor->insert wording now that "overwrite" no longer overloadsKeith Bostic2011-10-191-22/+125
* Don't guarantee we return -1, 0 or +1 from cursor.search_near. InsteadKeith Bostic2011-10-171-9/+8
* Update the wording on cursor->search_near: we return 0, -1 or +1, and it'sKeith Bostic2011-10-171-7/+9
* Change the ex_call_center customers table to be indexed by a string.Keith Bostic2011-10-121-2/+4
* Make dump cursors work.Keith Bostic2011-10-071-7/+18
* Implement custom collators.Michael Cahill2011-10-072-6/+3
* Run example programs as part of automated testing, fix bugs.Michael Cahill2011-10-066-78/+78
* Update the sample statistics code to match the new statistics behaviorKeith Bostic2011-10-051-7/+8
* The config string for a multiprocess system is "multiprocess", not "share".Keith Bostic2011-10-051-1/+2
* Don't print out an error if none occurred.Keith Bostic2011-10-051-1/+0
* Add a sample call for SESSION->sync.Keith Bostic2011-09-291-0/+2
* Change statistics cursor get_value method signature fromKeith Bostic2011-09-271-8/+6
* The cursor_last example should call cursor->last, not cursor->first.Michael Cahill2011-09-221-1/+1
* Fix build failures in the examples and simplify the statistics example.Michael Cahill2011-09-242-23/+15
* There's no ex_page example, remove the reference.Keith Bostic2011-09-231-1/+0
* Replace internal_node_min/leaf_node_min (the minimum page size)Keith Bostic2011-09-232-3/+58
* Write performance tuning stat documentation.Keith Bostic2011-09-231-21/+25
* Documentation updates and fixes based on feedback.Michael Cahill2011-09-231-1/+1
* Check for long lines in example code.Michael Cahill2011-09-203-7/+13
* Make the examples build with GCC without warnings.Michael Cahill2011-09-202-114/+94
* Write a bunch more cursor text for the docs.Keith Bostic2011-09-192-22/+221
* Use the argument in the example to avoid a compiler warning.Michael Cahill2011-09-191-1/+1
* Eliminate old / broken pages from the documentation.Michael Cahill2011-09-191-1/+1
* Fix up various build issues:Michael Cahill2011-09-061-1/+1
* Split out the Python and examples from the top level Makefile.Michael Cahill2011-09-021-0/+4
* Rework compression error handling:Keith Bostic2011-08-191-8/+8
* Replace wiredtiger_recno_t with uint64_t.Michael Cahill2011-07-223-6/+6
* Implement extension loading, add API for compression extensions.Michael Cahill2011-05-233-30/+61
* Make tests work on the public API:Michael Cahill2011-05-037-12/+12
* Added ex_access.py, and added typemaps, etc. to make it all work.Don Anderson2011-03-311-0/+44
* Fix up the public API so that ex_access runs to completion without crashing.Michael Cahill2011-03-161-2/+2
* Initial steps towards a Python API. Rename 'del' to 'remove': that seems saf...Michael Cahill2011-03-101-1/+1
* Extension API updates: rename "cursor factory" to "cursor type". Have custom...Michael Cahill2011-02-182-17/+39
* Make "WT_ITEM" the public name.Michael Cahill2011-03-042-5/+5
* Incorporate Margo's feedback into the documentation.Michael Cahill2011-02-181-3/+2
* Added a bunch of warnings to gcc 4.2.1, clean up the lint.Keith Bostic2011-02-1814-16/+18
* Mark more unused parameters with WT_UNUSED.Michael Cahill2011-02-181-0/+20
* Warning with GCC 4.5:Michael Cahill2011-02-041-1/+1
* Remove '$Id$ from sources, add more file to the list for s_copyright to check.Michael Cahill2011-02-1614-62/+107
* Put the contents of wiredtiger_ext.h back into wiredtiger.hMichael Cahill2011-02-032-2/+2
* Remove compile warnings from example code.Michael Cahill2011-02-024-18/+34
* Merge the build of the WiredTiger core with the API tree.Michael Cahill2011-02-012-4/+5
* [#23] Permit JSON config strings. Change "column set" to "column group" / "c...Michael Cahill2011-01-282-7/+8
* Add code examples for every API call, add config parameters to commit and rol...Michael Cahill2011-01-134-6/+216