aboutsummaryrefslogtreecommitdiffstats
path: root/src/db/plugins/simple/SimpleDatabasePlugin.cxx (unfollow)
Commit message (Expand)AuthorFilesLines
2014-04-24DatabaseCommands: "list" allows groupingMax Kellermann1-3/+4
2014-02-27db/simple: mount pointsMax Kellermann1-4/+143
2014-02-26db/simple/Directory: eliminate method LookupSong()Max Kellermann1-1/+19
2014-02-26db/simple/Directory: LookupDirectory() return remaining URIMax Kellermann1-13/+18
2014-02-26db/simple: create dedicated directoryMax Kellermann1-3/+3
2014-02-25db/simple: remove unused method LookupDirectory()Max Kellermann1-11/+0
2014-02-19DatabasePlugin: add FLAG_REQUIRE_STORAGEMax Kellermann1-1/+1
2014-02-19DatabasePlugin: add attribute "flags"Max Kellermann1-0/+1
2014-02-19db/Interface: add attribute "plugin"Max Kellermann1-0/+4
2014-02-19DatabasePlugin: split headerMax Kellermann1-0/+1
2014-01-24Database*: move to db/Max Kellermann1-8/+8
2014-01-24Config*: move to config/Max Kellermann1-1/+1
2014-01-22LightDirectory: new struct replacing Directory in the DB APIMax Kellermann1-1/+2
2014-01-19LightSong: new class to be used by DatabasePlugin callbacksMax Kellermann1-11/+19
2014-01-19db/simple: make borrowed_song_count "mutable"Max Kellermann1-2/+2
2014-01-13copyright year 2014Max Kellermann1-1/+1
2014-01-11DatabasePlugin: add interface DatabaseListenerMax Kellermann1-1/+3
2014-01-09Directory: remove method Free()Max Kellermann1-2/+2
2013-12-08TextFile: move to fs subsystemDenis Krjuchkov1-1/+1
2013-12-05db/SimpleDatabasePlugin.cxx: don't use CheckAccess with mode on WindowsDenis Krjuchkov1-2/+5
2013-11-28include cleanup using iwyuMax Kellermann1-1/+0
2013-10-30*: update copyright year to 2013Max Kellermann1-1/+1
2013-10-29DatabaseSelection: use std::stringMax Kellermann1-2/+2
2013-10-20TagType: rename enum tag_type to TagTypeMax Kellermann1-1/+1
2013-10-19*: use references instead of pointersMax Kellermann1-2/+2
2013-10-19*: use nullptr instead of NULLMax Kellermann1-8/+8
2013-10-17fs/Path: rename to AllocatedPathMax Kellermann1-1/+1
2013-10-15Client, ...: remove unnecessary glib.h includeMax Kellermann1-2/+0
2013-10-02Log: new logging library APIMax Kellermann1-4/+5
2013-10-02filesystem/Path: use std::stringMax Kellermann1-2/+1
2013-10-02Listen, ...: add missing includesMax Kellermann1-0/+2
2013-09-05conf.h: remove obsolete headerMax Kellermann1-1/+1
2013-09-04util/Error: new error passing libraryMax Kellermann1-70/+53
2013-08-10db_error: convert to C++Max Kellermann1-1/+1
2013-08-07ConfigPath: return a Path objectMax Kellermann1-12/+3
2013-08-04*: use gcc.h macros instead of GLibMax Kellermann1-2/+2
2013-08-04DatabasePlugin: pass config_param referenceMax Kellermann1-3/+3
2013-07-28song: convert header to C++Max Kellermann1-4/+4
2013-02-02SimpleDatabasePlugin: use file system API, log in UTF-8Denis Krjuchkov1-25/+23
2013-01-28Path::FromUTF8() returns nulled instance on error, add error handling where r...Denis Krjuchkov1-0/+6
2013-01-18Path: new class "Path" wraps filesystem path stringsMax Kellermann1-2/+3
2013-01-07decoder_api.h, ...: add "extern C"Max Kellermann1-3/+0
2013-01-03TextFile: convert to a classMax Kellermann1-7/+4
2013-01-03Directory: rename struct directory to DirectoryMax Kellermann1-4/+4
2013-01-02Directory: turn functions to methodsMax Kellermann1-12/+10
2013-01-02Directory: make the header C++ onlyMax Kellermann1-2/+1
2013-01-02db_lock: convert to C++Max Kellermann1-2/+2
2013-01-02db_save, state_file: convert to C++Max Kellermann1-1/+1
2012-09-05db/SimpleDatabasePlugin: fix memory leak in Visit()Max Kellermann1-7/+11
2012-09-05db_lock: add C++ helper class ScopeDatabaseLockMax Kellermann1-11/+6