aboutsummaryrefslogtreecommitdiffstats
path: root/src/db/DatabasePrint.cxx (follow)
Commit message (Collapse)AuthorAgeFilesLines
* DatabaseCommands: fix crash on "list base"Max Kellermann2014-04-241-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 unsignedMax Kellermann2014-04-241-1/+1
|
* command: add command "listfiles"Max Kellermann2014-03-011-27/+42
| | | | Lists files and directories. Supports storage plugins.
* DatabasePrint: move code to PrintDirectoryURI()Max Kellermann2014-02-281-2/+8
|
* DatabasePlugin: split headerMax Kellermann2014-02-191-1/+1
|
* Instance: add Database attributeMax Kellermann2014-02-041-4/+3
| | | | Move from db/DatabaseGlue.cxx, eliminating global variable.
* Database*: move to db/Max Kellermann2014-01-241-0/+250