summaryrefslogtreecommitdiff
path: root/src/db
AgeCommit message (Expand)Author
2014-08-11db/simple: compress the database file using gzipMax Kellermann
2014-08-07fs/io/BufferedReader: new class to replace class TextFileMax Kellermann
2014-08-07fs/output, fs/TextFile: move to fs/io/Max Kellermann
2014-08-06db/update/InotifySource: remove FifoBufferMax Kellermann
2014-07-30*Save, *State: use the OutputStream API instead of FILE*Max Kellermann
2014-07-29db/proxy: implement Update()Max Kellermann
2014-07-29db/Interface: add virtual method Update()Max Kellermann
2014-07-12Tag: add class const_iterator and methods begin(), end()Max Kellermann
2014-06-23Merge branch 'v0.18.x'Max Kellermann
2014-06-23db/proxy: fall back to recursive walk on old libmpdclient/MPDMax Kellermann
2014-06-23db/proxy: use mpd_song_get_{start,end}() only with libmpdclient >= 2.3Max Kellermann
2014-06-23db/proxy: use mpd_song_get_{start,end}() only with libmpdclient >= 2.3Max Kellermann
2014-06-21db/proxy: initialize LightSong::real_uriMax Kellermann
2014-06-16Directory: eliminate attribute "have_stat"Max Kellermann
2014-06-16db/simple: use class boost::intrusive::listMax Kellermann
2014-04-27db/Count: implement groupingMax Kellermann
2014-04-27db/Count: add constructorMax Kellermann
2014-04-26DatabasePrint: move PrintSongCount() to Count.cxxMax Kellermann
2014-04-25db/Helpers: split libraryMax Kellermann
2014-04-25DatabasePrint: refactor variable/function namesMax Kellermann
2014-04-24db/Helpers: move code to tag/Set.cxxMax Kellermann
2014-04-24db/Helpers: move TagSet to dedicated headerMax Kellermann
2014-04-24db/Helpers: use set::emplace()Max Kellermann
2014-04-24DatabasePrint: eliminate printAllIn(), printInfoForAllIn()Max Kellermann
2014-04-24DatabasePrint: merge adjacent client_printf() callsMax Kellermann
2014-04-24DatabasePrint: pass const SearchStats referenceMax Kellermann
2014-04-24DatabasePrint: use unsigned countsMax Kellermann
2014-04-24DatabaseCommands: "list" allows groupingMax Kellermann
2014-04-24db/Helpers: "list" on album artist falls back to the artist tagMax Kellermann
2014-04-24db/Helpers: move code to CheckUniqueTag()Max Kellermann
2014-04-24db/Helpers: use reference instead of pointerMax Kellermann
2014-04-24DatabaseCommands: fix crash on "list base"Max Kellermann
2014-04-24DatabasePrint: convert "type" to unsignedMax Kellermann
2014-03-06db/proxy: check connect error before initializing SocketMonitorMax Kellermann
2014-03-01fs/StandardDirectory: add GetUserCacheDir()Max Kellermann
2014-03-01db/Configured: store database file in cache directoryMax Kellermann
2014-03-01db/update/ExcludeList: make no-op if GLib is disabledMax Kellermann
2014-03-01command: add command "listfiles"Max Kellermann
2014-02-28DatabasePrint: move code to PrintDirectoryURI()Max Kellermann
2014-02-28DatabasePrint: add API documentationMax Kellermann
2014-02-27db/simple: mount pointsMax Kellermann
2014-02-27db/update/Queue: use std::list instead of std::queueMax Kellermann
2014-02-27db/simple: GetRoot() returns referenceMax Kellermann
2014-02-27db/update/Service: allocate UpdateWalk dynamicallyMax Kellermann
2014-02-27Playlist: use the Error library to return errorsMax Kellermann
2014-02-27db/update: cancel the update on shutdownMax Kellermann
2014-02-27db/UpdateGlue: rename to Service.cxxMax Kellermann
2014-02-26db/simple/Directory: eliminate method LookupSong()Max Kellermann
2014-02-26db/simple/Directory: LookupDirectory() return remaining URIMax Kellermann
2014-02-26db/simple/Directory: make variables more localMax Kellermann