summaryrefslogtreecommitdiff
path: root/src/db
AgeCommit message (Expand)Author
2014-11-08db/Count: include cleanupMax Kellermann
2014-11-07db/upnp: fix valgrind warningMax Kellermann
2014-10-10db/upnp/Util: move caturl() to util/UriUtil.cxxMax Kellermann
2014-10-01storage/Interface: include cleanupMax Kellermann
2014-09-27Add MusicBrainz' Release Track Id tagWieland Hoffmann
2014-09-18db/proxy: support empty values in VisitUniqueTags()Max Kellermann
2014-08-30*: add missing Compiler.h includesMax Kellermann
2014-08-30db/simple: fix build failure without zlibMax Kellermann
2014-08-29db/Stats: use std::chrono::duration for the total durationMax Kellermann
2014-08-29db/upnp: use DatabaseStats::Clear()Max Kellermann
2014-08-29db/Count: use std::chrono::duration for the total timeMax Kellermann
2014-08-29Tag: use SignedSongTime for the song durationMax Kellermann
2014-08-28db/simple/Song: use std::chrono::duration for start_ms and end_msMax Kellermann
2014-08-28db/LightSong: use std::chrono::duration for start_ms and end_msMax Kellermann
2014-08-28DetachedSong: use std::chrono::duration for start_ms and end_msMax Kellermann
2014-08-11db/simple: check for I/O errors in Load()Max Kellermann
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