Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Directory: rename struct directory to Directory | Max Kellermann | 2013-01-03 | 1 | -4/+4 |
| | |||||
* | don't include stdbool.h in C++ sources | Max Kellermann | 2013-01-02 | 1 | -1/+0 |
| | | | | The "bool" type is built-in. | ||||
* | DatabasePlugin: add method ReturnSong() | Max Kellermann | 2012-08-16 | 1 | -0/+6 |
| | | | | Allow the plugin to allocate the GetSong() return value. | ||||
* | DatabasePlugin: add method GetStats() | Max Kellermann | 2012-08-15 | 1 | -0/+5 |
| | | | | | Optimize the ProxyDatabase by invoking "stats" on the peer, instead of visiting all songs. | ||||
* | DatabasePlugin: add method VisitUniqueTags() | Max Kellermann | 2012-08-15 | 1 | -0/+5 |
| | | | | | Optimize the ProxyDatabase by invoking "list" on the peer, instead of visiting all songs. | ||||
* | db_selection: rename to DatabaseSelection | Max Kellermann | 2012-08-07 | 1 | -1/+1 |
| | |||||
* | Database{Plugin,Visitor}: pass references | Max Kellermann | 2012-08-07 | 1 | -1/+1 |
| | |||||
* | DatabasePlugin: make Visit() const | Max Kellermann | 2012-08-02 | 1 | -2/+2 |
| | |||||
* | gcc.h: re-add gcc_const and gcc_pure | Max Kellermann | 2012-08-02 | 1 | -5/+4 |
| | | | | Remove GLib dependency from some headers. | ||||
* | db_plugin: convert to C++ | Max Kellermann | 2012-08-01 | 1 | -0/+84 |