aboutsummaryrefslogtreecommitdiff
path: root/src/db/SimpleDatabasePlugin.cxx
Commit message (Collapse)AuthorAge
* SimpleDatabasePlugin: use file system API, log in UTF-8Denis Krjuchkov2013-02-02
|
* Path::FromUTF8() returns nulled instance on error, add error handling where ↵Denis Krjuchkov2013-01-28
| | | | required
* 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
| | | | | | | When visiting a song, GetSong() was called, but this object was never returned by calling ReturnSong(). This patch locks the database only once in Visit() and passes the original song object to the visitor, avoiding the copy.
* 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
| | | | Allow the plugin to allocate the GetSong() return value.
* DatabasePlugin: add method GetStats()Max Kellermann2012-08-15
| | | | | Optimize the ProxyDatabase by invoking "stats" on the peer, instead of visiting all songs.
* DatabasePlugin: add method VisitUniqueTags()Max Kellermann2012-08-15
| | | | | Optimize the ProxyDatabase by invoking "list" on the peer, instead of visiting all songs.
* db_visitor: delete obsolete headerMax Kellermann2012-08-15
|
* DatabaseSelection: add "match" attributeMax Kellermann2012-08-08
| | | | Let the database plugin do the match.
* 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