Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | DatabasePrint: print Last-Modified attribute for directories | Andrzej Rybczak | 2013-08-04 | 1 | -2/+15 |
| | |||||
* | tag: convert to C++ | Max Kellermann | 2013-07-30 | 1 | -1/+1 |
| | |||||
* | song: convert header to C++ | Max Kellermann | 2013-07-28 | 1 | -10/+6 |
| | |||||
* | decoder_api.h, ...: add "extern C" | Max Kellermann | 2013-01-07 | 1 | -1/+1 |
| | |||||
* | Client: rename the struct client to class Client | Max Kellermann | 2013-01-03 | 1 | -14/+14 |
| | |||||
* | client: convert to C++ | Max Kellermann | 2013-01-03 | 1 | -2/+2 |
| | |||||
* | Directory: rename struct directory to Directory | Max Kellermann | 2013-01-03 | 1 | -4/+4 |
| | |||||
* | database.h: eliminate db_*_song() | Max Kellermann | 2013-01-03 | 1 | -1/+0 |
| | | | | Use the C++ API. | ||||
* | Directory: turn functions to methods | Max Kellermann | 2013-01-02 | 1 | -5/+4 |
| | |||||
* | Directory: make the header C++ only | Max Kellermann | 2013-01-02 | 1 | -2/+1 |
| | |||||
* | PlaylistInfo: rename class, use std::string | Max Kellermann | 2013-01-02 | 1 | -4/+4 |
| | |||||
* | *_print: convert to C++ | Max Kellermann | 2013-01-02 | 1 | -2/+2 |
| | |||||
* | playlist_vector: convert to C++ | Max Kellermann | 2013-01-02 | 1 | -1/+1 |
| | |||||
* | SongFilter: convert to a C++ class | Max Kellermann | 2012-08-29 | 1 | -6/+6 |
| | |||||
* | locate: rename to SongFilter.cxx | Max Kellermann | 2012-08-29 | 1 | -1/+1 |
| | |||||
* | Database*: fix nullptr dereference when no database is configured | Max Kellermann | 2012-08-22 | 1 | -6/+17 |
| | |||||
* | DatabasePlugin: add method VisitUniqueTags() | Max Kellermann | 2012-08-15 | 1 | -53/+19 |
| | | | | | Optimize the ProxyDatabase by invoking "list" on the peer, instead of visiting all songs. | ||||
* | DatabasePrint: don't print Last-Modified if unknown | Max Kellermann | 2012-08-08 | 1 | -1/+2 |
| | |||||
* | time_print: new library, function time_print() | Max Kellermann | 2012-08-08 | 1 | -15/+2 |
| | | | | | Implements error checking for the gmtime_r() call, which was missing in two code locations. | ||||
* | DatabaseSelection: add "match" attribute | Max Kellermann | 2012-08-08 | 1 | -38/+15 |
| | | | | Let the database plugin do the match. | ||||
* | locate: add a per-item "fold_case" flag | Max Kellermann | 2012-08-08 | 1 | -25/+3 |
| | | | | Merge locate_song_search() and locate_song_match(). | ||||
* | locate: add "casefold" flag to parser | Max Kellermann | 2012-08-07 | 1 | -9/+2 |
| | | | | | Fold the case during construction, without having to create another copy. | ||||
* | db_selection: rename to DatabaseSelection | Max Kellermann | 2012-08-07 | 1 | -14/+8 |
| | |||||
* | db_print.h: rename to DatabasePrint.hxx | Max Kellermann | 2012-08-07 | 1 | -5/+5 |
| | |||||
* | Database{Plugin,Visitor}: pass references | Max Kellermann | 2012-08-07 | 1 | -46/+43 |
| | |||||
* | db_print: convert to C++ | Max Kellermann | 2012-08-02 | 1 | -0/+330 |