| Commit message (Expand) | Author | Age | Files | Lines |
* | Update copyright notices to 2012. | Keith Bostic | 2012-01-22 | 1 | -3/+3 |
* | 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 | -2/+2 |
* | Add a local version of getopt for the utilities program, plus a script | Keith Bostic | 2011-08-31 | 1 | -3/+3 |
* | Add a global -C option that takes the wiredtiger_open configuration. | Keith Bostic | 2011-07-20 | 1 | -13/+3 |
* | Give the utilities a common name-generation routine, and change the | Keith Bostic | 2011-07-11 | 1 | -15/+9 |
* | Put parantheses around non-trivial conditions in ternary expressions. | Michael Cahill | 2011-07-08 | 1 | -1/+1 |
* | 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 | -3/+17 |
* | Merge the utility programs into a single program. | Keith Bostic | 2011-06-08 | 1 | -26/+11 |
* | Make tests work on the public API: | Michael Cahill | 2011-05-03 | 1 | -1/+1 |
* | Remove the internal API, move automatically generated code to the public API. | Michael Cahill | 2011-04-25 | 1 | -20/+26 |
* | Hook up message and progress handling via WT_EVENT_HANDLER. Remove the progr... | Michael Cahill | 2011-04-11 | 1 | -3/+4 |
* | Attempt to fix some races by using the application's session handle in more i... | Michael Cahill | 2011-04-07 | 1 | -2/+2 |
* | Collapse the internal API, push sessions down into the OS layer for error han... | Michael Cahill | 2011-03-04 | 1 | -8/+10 |
* | 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/+74 |