Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Copyright year 2015 | Max Kellermann | 2015-01-01 | 1 | -1/+1 |
| | |||||
* | DatabasePrint: cast int to unsigned before comparison | Max Kellermann | 2014-11-26 | 1 | -1/+2 |
| | | | | Fixes compiler warning. | ||||
* | DatabaseCommands: add "window" parameter to "search"/"find" | Max Kellermann | 2014-11-18 | 1 | -3/+25 |
| | |||||
* | Tag: add class const_iterator and methods begin(), end() | Max Kellermann | 2014-07-12 | 1 | -3/+1 |
| | | | | Enables using range-based "for". | ||||
* | DatabasePrint: move PrintSongCount() to Count.cxx | Max Kellermann | 2014-04-26 | 1 | -48/+0 |
| | |||||
* | DatabasePrint: refactor variable/function names | Max Kellermann | 2014-04-25 | 1 | -15/+15 |
| | |||||
* | DatabasePrint: eliminate printAllIn(), printInfoForAllIn() | Max Kellermann | 2014-04-24 | 1 | -15/+0 |
| | |||||
* | DatabasePrint: merge adjacent client_printf() calls | Max Kellermann | 2014-04-24 | 1 | -2/+4 |
| | |||||
* | DatabasePrint: pass const SearchStats reference | Max Kellermann | 2014-04-24 | 1 | -4/+5 |
| | |||||
* | DatabasePrint: use unsigned counts | Max Kellermann | 2014-04-24 | 1 | -3/+3 |
| | |||||
* | DatabaseCommands: "list" allows grouping | Max Kellermann | 2014-04-24 | 1 | -2/+13 |
| | |||||
* | 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 |