aboutsummaryrefslogtreecommitdiffstats
path: root/src/DatabasePrint.cxx (follow)
Commit message (Expand)AuthorAgeFilesLines
* include cleanup using iwyuMax Kellermann2013-11-281-1/+0
* TagType: rename enum tag_type to TagTypeMax Kellermann2013-10-201-3/+3
* *: use references instead of pointersMax Kellermann2013-10-191-23/+24
* *: use nullptr instead of NULLMax Kellermann2013-10-191-4/+4
* Tag, ...: move to libtag.aMax Kellermann2013-09-051-1/+1
* util/Error: new error passing libraryMax Kellermann2013-09-041-14/+14
* DatabasePrint: print Last-Modified attribute for directoriesAndrzej Rybczak2013-08-041-2/+15
* tag: convert to C++Max Kellermann2013-07-301-1/+1
* song: convert header to C++Max Kellermann2013-07-281-10/+6
* decoder_api.h, ...: add "extern C"Max Kellermann2013-01-071-1/+1
* Client: rename the struct client to class ClientMax Kellermann2013-01-031-14/+14
* client: convert to C++Max Kellermann2013-01-031-2/+2
* Directory: rename struct directory to DirectoryMax Kellermann2013-01-031-4/+4
* database.h: eliminate db_*_song()Max Kellermann2013-01-031-1/+0
* Directory: turn functions to methodsMax Kellermann2013-01-021-5/+4
* Directory: make the header C++ onlyMax Kellermann2013-01-021-2/+1
* PlaylistInfo: rename class, use std::stringMax Kellermann2013-01-021-4/+4
* *_print: convert to C++Max Kellermann2013-01-021-2/+2
* playlist_vector: convert to C++Max Kellermann2013-01-021-1/+1
* SongFilter: convert to a C++ classMax Kellermann2012-08-291-6/+6
* locate: rename to SongFilter.cxxMax Kellermann2012-08-291-1/+1
* Database*: fix nullptr dereference when no database is configuredMax Kellermann2012-08-221-6/+17
* DatabasePlugin: add method VisitUniqueTags()Max Kellermann2012-08-151-53/+19
* DatabasePrint: don't print Last-Modified if unknownMax Kellermann2012-08-081-1/+2
* time_print: new library, function time_print()Max Kellermann2012-08-081-15/+2
* DatabaseSelection: add "match" attributeMax Kellermann2012-08-081-38/+15
* locate: add a per-item "fold_case" flagMax Kellermann2012-08-081-25/+3
* locate: add "casefold" flag to parserMax Kellermann2012-08-071-9/+2
* db_selection: rename to DatabaseSelectionMax Kellermann2012-08-071-14/+8
* db_print.h: rename to DatabasePrint.hxxMax Kellermann2012-08-071-5/+5
* Database{Plugin,Visitor}: pass referencesMax Kellermann2012-08-071-46/+43
* db_print: convert to C++Max Kellermann2012-08-021-0/+330