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