aboutsummaryrefslogtreecommitdiffstats
path: root/src/DatabasePrint.cxx (follow)
Commit message (Collapse)AuthorAgeFilesLines
* 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
| | | | | Implements error checking for the gmtime_r() call, which was missing in two code locations.
* DatabaseSelection: add "match" attributeMax Kellermann2012-08-081-38/+15
| | | | Let the database plugin do the match.
* locate: add a per-item "fold_case" flagMax Kellermann2012-08-081-25/+3
| | | | Merge locate_song_search() and locate_song_match().
* locate: add "casefold" flag to parserMax Kellermann2012-08-071-9/+2
| | | | | Fold the case during construction, without having to create another copy.
* 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