Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | DatabaseCommands: fix crash on "list base" | Max Kellermann | 2014-04-24 | 1 | -0/+2 |
| | | | | | | The string "base" is understood by locate_parse_type(), but not by listAllUniqueTags(). The special tag type LOCATE_TAG_BASE_TYPE causes a crash in PrintUniqueTag(). | ||||
* | DatabasePrint: convert "type" to unsigned | Max Kellermann | 2014-04-24 | 1 | -1/+1 |
| | |||||
* | command: add command "listfiles" | Max Kellermann | 2014-03-01 | 1 | -27/+42 |
| | | | | Lists files and directories. Supports storage plugins. | ||||
* | DatabasePrint: move code to PrintDirectoryURI() | Max Kellermann | 2014-02-28 | 1 | -2/+8 |
| | |||||
* | DatabasePlugin: split header | Max Kellermann | 2014-02-19 | 1 | -1/+1 |
| | |||||
* | Instance: add Database attribute | Max Kellermann | 2014-02-04 | 1 | -4/+3 |
| | | | | Move from db/DatabaseGlue.cxx, eliminating global variable. | ||||
* | Database*: move to db/ | Max Kellermann | 2014-01-24 | 1 | -0/+250 |