aboutsummaryrefslogtreecommitdiffstats
path: root/src (follow)
Commit message (Expand)AuthorAgeFilesLines
* db/upnp/WorkQueue: simplify start()Max Kellermann2014-01-161-4/+5
* Directory: initialize "mtime" and "have_stat"Max Kellermann2014-01-151-1/+3
* db/upnp/WorkQueue: fix pthread_t[] allocation sizeMax Kellermann2014-01-151-1/+1
* db/upnp/Object: remove obsolete attribute "m_title"Max Kellermann2014-01-151-1/+0
* DetachedSong: add method Update()Max Kellermann2014-01-155-15/+55
* DetachedSong: remove misplaced std::move()Max Kellermann2014-01-151-1/+1
* Merge branch 'v0.18.x'Max Kellermann2014-01-151-1/+11
|\
| * decoder/ffmpeg: support libav v10_alpha1Max Kellermann2014-01-151-1/+11
| * decoder/ffmpeg: include cleanupMax Kellermann2014-01-152-4/+1
| * decoder/ffmpeg: check for av_samples_get_buffer_size() errorsMax Kellermann2014-01-151-0/+3
| * util/PeakBuffer: fix nullptr dereference when peak_size==0Max Kellermann2014-01-151-2/+3
| * SongFilter, TagConfig: cast TAG_NUM_OF_ITEM_TYPES to integerMax Kellermann2014-01-152-2/+2
| * OutputAPI: fix typo in include guardMax Kellermann2014-01-151-1/+1
* | decoder/ffmpeg: check for av_samples_get_buffer_size() errorsMax Kellermann2014-01-141-0/+3
* | util/PeakBuffer: fix nullptr dereference when peak_size==0Max Kellermann2014-01-141-2/+3
* | 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