aboutsummaryrefslogtreecommitdiffstats
path: root/src/db/plugins/upnp (unfollow)
Commit message (Collapse)AuthorFilesLines
2015-01-01Copyright year 2015Max Kellermann9-9/+9
2014-12-26db/lazy, input/mms: add "override" keywordsMax Kellermann1-2/+4
Fixes -Winconsistent-missing-override (clang 3.6).
2014-11-28Compiler.h: add macro CLANG_OR_GCC_VERSION()Max Kellermann1-1/+1
2014-11-09db/upnp/Directory: TitleToPathSegment() returns rvalue referenceMax Kellermann1-2/+2
Eliminate one implicit std::string copy.
2014-11-09db/upnp/Directory: apply coding styleMax Kellermann1-23/+23
2014-11-08db/upnp/Directory: move checkobjok() to class UPnPDirObjectMax Kellermann2-11/+9
2014-11-08db/upnp/Object: apply coding styleMax Kellermann3-21/+28
2014-11-07db/upnp: fix valgrind warningMax Kellermann1-0/+1
2014-10-10db/upnp/Util: move caturl() to util/UriUtil.cxxMax Kellermann1-0/+1
2014-08-29db/upnp: use DatabaseStats::Clear()Max Kellermann1-4/+1
2014-08-29Tag: use SignedSongTime for the song durationMax Kellermann1-6/+6
2014-08-28db/LightSong: use std::chrono::duration for start_ms and end_msMax Kellermann1-2/+2
2014-04-24DatabaseCommands: "list" allows groupingMax Kellermann1-7/+12
2014-02-19db/upnp: move plugin source to upnp directoryMax Kellermann2-0/+808
2014-01-26db/upnp: move generic code to lib/upnp/Max Kellermann17-1642/+5
2014-01-24DespotifyUtils, Expat: move to lib/Max Kellermann2-2/+2
2014-01-24Database*: move to db/Max Kellermann22-0/+2340