summaryrefslogtreecommitdiff
path: root/src/utilities/util_list.c
Commit message (Expand)AuthorAgeFilesLines
* WT-3267 Upgrade copyright notices from 2016 to 2017. (#3374)Keith Bostic2017-04-071-1/+1
* WT-3111 util_create() doesnt free memory assigned to "uri" (#3279)Keith Bostic2017-02-061-11/+10
* WT-2873 Refactor CRC32 code (#3000)Keith Bostic2016-09-081-1/+1
* WT-2820 add gcc warn_unused_result attribute (#2938)Keith Bostic2016-08-121-31/+21
* Upgrade copyright notices from 2015 to 2016.Keith Bostic2016-01-011-1/+1
* WT-2276. Don't balk when listing metadata entries that don't haveDon Anderson2015-12-121-5/+10
* For some reason, managed to lose a couple of changes in the commit.Keith Bostic2015-12-111-2/+1
* Instead of creating a fake WT_BLOCK structure, drive the allocation-sizeKeith Bostic2015-12-111-3/+3
* WT-2276. Make a public function for converting cookies that does notDon Anderson2015-12-111-5/+2
* WT-2276. In 'wt list -c', extract/display more information about a checkpoint.Don Anderson2015-12-111-0/+70
* Boolean conversion pass over utilities.Keith Bostic2015-09-241-8/+9
* Rename WT_LASFILE_URI to WT_LAS_URI, get rid of "file".Keith Bostic2015-08-261-1/+1
* Consistently use "lookaside table", rather than "lookaside file".Keith Bostic2015-08-261-2/+2
* Don't list the lookaside file, using the same conditions as theKeith Bostic2015-08-101-4/+7
* Make the rest of the code consistent, remove the initial if test fromKeith Bostic2015-05-021-2/+1
* Switch uses of wiredtiger_strerror() for WT_SESSION.strerror().Keith Bostic2015-03-201-6/+5
* Copyright notices: add MongoDB, update to 2015.Keith Bostic2015-01-041-0/+1
* Move the utilities/util_getopt.c implementation of getopt(3) into theKeith Bostic2014-10-101-3/+3
* Change WT_METADATA_URI to "metadata:".Michael Cahill2014-05-231-5/+4
* Simplify URI handling in utilities: accept most things the user provides, let...Michael Cahill2014-05-231-2/+1
* Allow the metadata to be dumped, use "metadata:" consistently as the public U...Michael Cahill2014-05-231-2/+2
* Update list utility to work with new metadata cursors.Alex Gorrod2014-05-061-24/+10
* Update copyright notices for 2014.Keith Bostic2014-01-071-1/+1
* Create a "metadata" cursor.Keith Bostic2013-09-021-2/+3
* Rename metadata_read to be metadata_search to follow the otherKeith Bostic2013-06-041-2/+2
* Make data-sources responsible for their own metadata entries.Keith Bostic2013-06-041-2/+5
* Update copyright notice to 2013.Keith Bostic2013-01-011-1/+1
* Replace a call to ctime_r() with ctime() -- Solaris has a non-standardKeith Bostic2012-12-011-2/+5
* Allow "lsm:" types to "wt list".Michael Cahill2012-09-141-2/+2
* Include all objects in "wt list" by default, so LSM trees appear.Michael Cahill2012-09-141-7/+2
* Review calls to strncmp() in the engine, replace some withKeith Bostic2012-08-011-5/+3
* Push snapshot to checkpoint rename down through the rest of the systemKeith Bostic2012-06-191-12/+11
* Get rid of "snapshot" at the API layer, drive the change down to the btreeKeith Bostic2012-06-181-20/+21
* Make the whitespace script run on the examples, utilities extension code.Keith Bostic2012-05-151-1/+1
* Rename all metadata functions to start with "__wt_meta".Michael Cahill2012-05-091-3/+3
* With the change to move the WiredTiger metadata configuration into theKeith Bostic2012-05-031-2/+21
* __wt_snapshot_list_get() takes a uri now, not a file name.Keith Bostic2012-05-031-5/+0
* Minor stylistic cleanup.Keith Bostic2012-05-031-3/+2
* We were inconsistent in handling file/snapshot naming in the snapshotKeith Bostic2012-05-021-13/+28
* Switch naming of "schema file/table" to metadata file.Michael Cahill2012-04-271-3/+3
* Move all code dealing with the metadata table into meta/*.cMichael Cahill2012-04-271-2/+2
* Replace local "ret" declarations with WT_DECL_RET.Keith Bostic2012-04-261-5/+4
* Store the bytes required by each snapshot in the file's snapshotKeith Bostic2012-04-231-11/+17
* Add support for the -s (snapshot) and -v (everything) options to theKeith Bostic2012-04-031-11/+100
* WT_NOTFOUND is only returned by a cursor function that can't find aKeith Bostic2012-02-081-2/+2
* Make running "wt list" in an empty directory output nothing rather than failing.Michael Cahill2012-01-241-0/+7
* Update copyright notices to 2012.Keith Bostic2012-01-221-3/+3
* Move root addresses into the schema file and add support for theKeith Bostic2011-12-211-2/+2
* Add the "wt list" command.Keith Bostic2011-10-271-0/+80