aboutsummaryrefslogtreecommitdiff
path: root/src/db/SimpleDatabasePlugin.cxx
Commit message (Expand)AuthorAge
* SimpleDatabasePlugin: use file system API, log in UTF-8Denis Krjuchkov2013-02-02
* Path::FromUTF8() returns nulled instance on error, add error handling where r...Denis Krjuchkov2013-01-28
* Path: new class "Path" wraps filesystem path stringsMax Kellermann2013-01-18
* decoder_api.h, ...: add "extern C"Max Kellermann2013-01-07
* TextFile: convert to a classMax Kellermann2013-01-03
* Directory: rename struct directory to DirectoryMax Kellermann2013-01-03
* Directory: turn functions to methodsMax Kellermann2013-01-02
* Directory: make the header C++ onlyMax Kellermann2013-01-02
* db_lock: convert to C++Max Kellermann2013-01-02
* db_save, state_file: convert to C++Max Kellermann2013-01-02
* db/SimpleDatabasePlugin: fix memory leak in Visit()Max Kellermann2012-09-05
* db_lock: add C++ helper class ScopeDatabaseLockMax Kellermann2012-09-05
* SongFilter: convert to a C++ classMax Kellermann2012-08-29
* DatabaseSelection: add method Match()Max Kellermann2012-08-29
* locate: rename to SongFilter.cxxMax Kellermann2012-08-29
* DatabasePlugin: add method ReturnSong()Max Kellermann2012-08-16
* DatabasePlugin: add method GetStats()Max Kellermann2012-08-15
* DatabasePlugin: add method VisitUniqueTags()Max Kellermann2012-08-15
* db_visitor: delete obsolete headerMax Kellermann2012-08-15
* DatabaseSelection: add "match" attributeMax Kellermann2012-08-08
* db_selection: rename to DatabaseSelectionMax Kellermann2012-08-07
* Database{Plugin,Visitor}: pass referencesMax Kellermann2012-08-07
* DatabasePlugin: make Visit() constMax Kellermann2012-08-02
* db_plugin: convert to C++Max Kellermann2012-08-01