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