aboutsummaryrefslogtreecommitdiffstats
path: root/src (follow)
Commit message (Expand)AuthorAgeFilesLines
* SongFilter, TagConfig: cast TAG_NUM_OF_ITEM_TYPES to integerMax Kellermann2014-01-142-2/+2
* input/alsa: fix memory leakMax Kellermann2014-01-141-1/+1
* decoder/sidplay: use free() instead of g_free()Max Kellermann2014-01-141-2/+2
* playlist/extm3u: allocate Tag instance on the stackMax Kellermann2014-01-141-12/+7
* db/upnp/Object: add attribute "tag"Max Kellermann2014-01-143-82/+25
* db/upnp: move upnp_tags to Tags.cxxMax Kellermann2014-01-143-11/+62
* OutputAPI: fix typo in include guardMax Kellermann2014-01-141-1/+1
* db/upnp/Object: disallow copying, always moveMax Kellermann2014-01-144-8/+11
* db/upnp: getTagValue() returns string pointerMax Kellermann2014-01-141-19/+13
* db/upnp/Directory: merge m_containers and m_itemsMax Kellermann2014-01-143-63/+73
* db/upnp: pass const reference to getTagValue()Max Kellermann2014-01-141-1/+1
* db/upnp: Namei() returns error when no object was foundMax Kellermann2014-01-141-2/+5
* db/upnp/Directory: eliminate one std::string copy with std::move()Max Kellermann2014-01-141-2/+2
* db/upnp/Object: add attribute "name"Max Kellermann2014-01-143-24/+33
* db/upnp: use std::replace() in titleToPath()Max Kellermann2014-01-141-10/+4
* db/upnp: pass std::string to titleToPathElt()Max Kellermann2014-01-141-2/+2
* db/upnp: don't sanitize the title tagMax Kellermann2014-01-141-2/+2
* db/upnp/WorkQueue: remove unused attributes "high", "low"Max Kellermann2014-01-141-17/+3
* db/upnp/WorkQueue: initialize "ok" to false, eliminate redundant checksMax Kellermann2014-01-141-21/+10
* db/upnp/WorkQueue: remove IsOK() check from put()Max Kellermann2014-01-141-6/+0
* db/upnp/WorkQueue: remove redundant n_workers_exited check from IsOK()Max Kellermann2014-01-141-1/+1
* db/upnp/WorkQueue: include cleanupMax Kellermann2014-01-141-3/+0
* db/upnp/WorkQueue: remove unnecessary "waiting" attributesMax Kellermann2014-01-141-24/+9
* db/upnp/WorkQueue: remove unused method waitIdle()Max Kellermann2014-01-141-42/+0
* db/upnp/WorkQueue: use array instead of std::listMax Kellermann2014-01-141-15/+19
* db/upnp/WorkQueue: use std::list instead of std::unordered_mapMax Kellermann2014-01-141-18/+6
* db/upnp/WorkQueue: rename attributesMax Kellermann2014-01-141-78/+78
* db/upnp/WorkQueue: pass reference to take()Max Kellermann2014-01-142-3/+3
* db/upnp/WorkQueue: remove unused method qsize()Max Kellermann2014-01-141-8/+0
* db/upnp/WorkQueue: remove unused "szp" parameter from take()Max Kellermann2014-01-142-5/+2
* db/upnp/WorkQueue: remove unused statisticsMax Kellermann2014-01-141-17/+2
* OutputThread: use real-time priorityMax Kellermann2014-01-142-0/+16
* UpdateGlue: let the update thread run at "idle" priorityMax Kellermann2014-01-142-0/+75
* Merge branch 'shine' of git://github.com/ekroth/mpdMax Kellermann2014-01-131-5/+17
|\
| * encoder/shine: fix segfault workaroundAndrée Ekroth2014-01-131-5/+17
* | input/despotify: change name to "despotify"Max Kellermann2014-01-131-1/+1
* | CommandLine: print list of database pluginsMax Kellermann2014-01-131-0/+8
* | copyright year 2014Max Kellermann2014-01-13756-757/+757
* | db/upnp: add fallback for emplace()Max Kellermann2014-01-132-1/+10
* | db/upnp: use std::function for the libupnp callbackMax Kellermann2014-01-133-31/+16
* | db/upnp: fix "upnp:class" parserMax Kellermann2014-01-131-7/+7
|/
* encoder/shine: remove unnecessary bufferAndrée Ekroth2014-01-131-42/+44
* Shine encoding pluginAndrée Ekroth2014-01-133-0/+286
* db/upnp/Directory: parse item_class in StartElementMax Kellermann2014-01-111-12/+8
* db/upnp/Object: add attribute "url"Max Kellermann2014-01-113-2/+4
* db/upnp/Directory: parse durationMax Kellermann2014-01-113-28/+22
* db/upnp: move stringToTokens() to Util.cxxMax Kellermann2014-01-113-36/+44
* db/upnp: move lazy Open() call to new class LazyDatabaseMax Kellermann2014-01-113-29/+181
* db/upnp/discovery: convert std::strings to const char *Max Kellermann2014-01-111-11/+13
* db/upnp: remove unnecessary MutexMax Kellermann2014-01-112-4/+0