Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
2012-08-07 | locate: make the structs opaque | Max Kellermann | 1 | -3/+3 | |
2012-08-07 | locate: don't allow empty list | Max Kellermann | 1 | -24/+6 | |
2012-08-07 | DatabaseCommands: remove stray locate_item_list_parse() call | Max Kellermann | 1 | -2/+0 | |
2012-08-07 | locate: add "casefold" flag to parser | Max Kellermann | 1 | -8/+8 | |
Fold the case during construction, without having to create another copy. | |||||
2012-08-07 | db_selection: rename to DatabaseSelection | Max Kellermann | 1 | -3/+2 | |
2012-08-07 | db_print.h: rename to DatabasePrint.hxx | Max Kellermann | 1 | -2/+2 | |
2012-08-07 | dbUtils.h: move to DatabaseQueue.hxx, DatabasePlaylist.hxx | Max Kellermann | 1 | -1/+2 | |
2012-08-07 | command: move code to DatabaseCommands.cxx | Max Kellermann | 1 | -0/+286 | |
Prepare to use the DatabasePlugin C++ API directly. |