| Commit message (Expand) | Author | Age | Files | Lines |
* | Coverity: Resource leak (RESOURCE_LEAK) | Keith Bostic | 2013-11-16 | 1 | -2/+5 |
* | Update "wt stat" with an "all" command line option for the new statistics API. | Michael Cahill | 2013-11-12 | 1 | -6/+9 |
* | Alex notes users might reasonably pass NULL pointers when trying to get | Keith Bostic | 2013-07-15 | 1 | -2/+1 |
* | Update copyright notice to 2013. | Keith Bostic | 2013-01-01 | 1 | -1/+1 |
* | Update the 'wt stat' command line utility to support all statistics sources | Michael Cahill | 2012-12-04 | 1 | -2/+1 |
* | Add a merge generation to LSM chunks. | Alex Gorrod | 2012-10-12 | 1 | -2/+3 |
* | Replace local "ret" declarations with WT_DECL_RET. | Keith Bostic | 2012-04-26 | 1 | -1/+2 |
* | Update copyright notices to 2012. | Keith Bostic | 2012-01-22 | 1 | -3/+3 |
* | Rework statistics cursors (issue #135). | Keith Bostic | 2012-01-19 | 1 | -44/+15 |
* | No reason to have almost all the #includes in util.h, but include wiredtiger.h | Keith Bostic | 2011-10-19 | 1 | -1/+0 |
* | Rework util_syserr() as a more complex error routine so it can be used more | Keith Bostic | 2011-10-13 | 1 | -1/+1 |
* | Re-work "wt load", it now supports loading individual files. | Keith Bostic | 2011-10-08 | 1 | -3/+3 |
* | Fill in the rest of the statistics cursor methods, adding prev, last, | Keith Bostic | 2011-09-28 | 1 | -12/+39 |
* | Change statistics cursor get_value method signature from | Keith Bostic | 2011-09-27 | 1 | -4/+3 |
* | We don't use the key, so don't bother to retrieve it. | Keith Bostic | 2011-09-19 | 1 | -4/+3 |
* | Add a local version of getopt for the utilities program, plus a script | Keith Bostic | 2011-08-31 | 1 | -3/+3 |
* | lint: make skipdepth unsigned, clear all of WT_SEARCH in one step at the begi... | Michael Cahill | 2011-08-08 | 1 | -1/+1 |
* | Have statistics cursors return field names as keys and use multi-column value... | Michael Cahill | 2011-07-29 | 1 | -4/+4 |
* | Avoid the need for statistics cursor configuration: return two columns so app... | Michael Cahill | 2011-07-29 | 1 | -25/+26 |
* | Use "exact" instead of "lastcmp", that's what the documentation uses. | Keith Bostic | 2011-07-28 | 1 | -0/+2 |
* | Connect the old Btree statistics code to the statistics cursors: if you | Keith Bostic | 2011-07-28 | 1 | -16/+26 |
* | Add a global -C option that takes the wiredtiger_open configuration. | Keith Bostic | 2011-07-20 | 1 | -15/+3 |
* | dump is a boolean, not a string. | Keith Bostic | 2011-07-17 | 1 | -1/+1 |
* | Give the utilities a common name-generation routine, and change the | Keith Bostic | 2011-07-11 | 1 | -18/+10 |
* | Put parantheses around non-trivial conditions in ternary expressions. | Michael Cahill | 2011-07-08 | 1 | -1/+1 |
* | When I added error checking to the fwrite statements, I got it wrong: | Keith Bostic | 2011-06-16 | 1 | -2/+2 |
* | Michael's last changes mean the utilities no longer need wt_internal.h, | Keith Bostic | 2011-06-15 | 1 | -1/+1 |
* | Move the verbose event handler into the utility. | Michael Cahill | 2011-06-15 | 1 | -2/+2 |
* | Don't limit the table name argument to 100 characters minus "table:", | Keith Bostic | 2011-06-14 | 1 | -15/+33 |
* | Add place-holders for the utilities in the documentation. | Keith Bostic | 2011-06-08 | 1 | -1/+1 |
* | Merge the utility programs into a single program. | Keith Bostic | 2011-06-08 | 1 | -25/+13 |
* | Remove the internal API, move automatically generated code to the public API. | Michael Cahill | 2011-04-25 | 1 | -17/+50 |
* | Hook up message and progress handling via WT_EVENT_HANDLER. Remove the progr... | Michael Cahill | 2011-04-11 | 1 | -3/+8 |
* | Attempt to fix some races by using the application's session handle in more i... | Michael Cahill | 2011-04-07 | 1 | -1/+1 |
* | Collapse the internal API, push sessions down into the OS layer for error han... | Michael Cahill | 2011-03-04 | 1 | -7/+9 |
* | Added a bunch of warnings to gcc 4.2.1, clean up the lint. | Keith Bostic | 2011-02-18 | 1 | -3/+1 |
* | Get rid of uses of "database". We're using standard terminology in WiredTiger | Keith Bostic | 2011-02-17 | 1 | -2/+2 |
* | Remove '$Id$ from sources, add more file to the list for s_copyright to check. | Michael Cahill | 2011-02-16 | 1 | -4/+2 |
* | Use the 'wt_' prefix for WiredTiger utilities. | Michael Cahill | 2011-02-01 | 1 | -0/+67 |