summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2014-01-17QueueSave: use DatabaseDetachSong()Max Kellermann
2014-01-17DatabaseSong: new library merging duplicate codeMax Kellermann
2014-01-17db/upnp/Discovery: move callbacks and data structures into classMax Kellermann
2014-01-17db/upnp: split cluCallback()Max Kellermann
2014-01-17db/upnp: add local reference variablesMax Kellermann
2014-01-16db/upnp: move the LibUPnP instance to class UpnpDatabaseMax Kellermann
2014-01-16db/upnp: remove useless static MutexMax Kellermann
2014-01-16db/upnp: move the UPnPDeviceDirectory instance to class UpnpDatabaseMax Kellermann
2014-01-16db/upnp: don't initialize attributes to nullptrMax Kellermann
2014-01-16db/upnp: remove redundant m_root nullptr checksMax Kellermann
2014-01-16db/upnp/WorkQueue: use emplace() and std::move()Max Kellermann
2014-01-16db/upnp/WorkQueue: simplify start()Max Kellermann
2014-01-15Directory: initialize "mtime" and "have_stat"Max Kellermann
2014-01-15db/upnp/WorkQueue: fix pthread_t[] allocation sizeMax Kellermann
2014-01-15db/upnp/Object: remove obsolete attribute "m_title"Max Kellermann
2014-01-15DetachedSong: add method Update()Max Kellermann
2014-01-15DetachedSong: remove misplaced std::move()Max Kellermann
2014-01-15Merge branch 'v0.18.x'Max Kellermann
2014-01-15decoder/ffmpeg: support libav v10_alpha1Max Kellermann
2014-01-15decoder/ffmpeg: include cleanupMax Kellermann
2014-01-15decoder/ffmpeg: check for av_samples_get_buffer_size() errorsMax Kellermann
2014-01-15util/PeakBuffer: fix nullptr dereference when peak_size==0Max Kellermann
2014-01-15SongFilter, TagConfig: cast TAG_NUM_OF_ITEM_TYPES to integerMax Kellermann
2014-01-15OutputAPI: fix typo in include guardMax Kellermann
2014-01-14decoder/ffmpeg: check for av_samples_get_buffer_size() errorsMax Kellermann
2014-01-14util/PeakBuffer: fix nullptr dereference when peak_size==0Max Kellermann
2014-01-14SongFilter, TagConfig: cast TAG_NUM_OF_ITEM_TYPES to integerMax Kellermann
2014-01-14input/alsa: fix memory leakMax Kellermann
2014-01-14decoder/sidplay: use free() instead of g_free()Max Kellermann
2014-01-14playlist/extm3u: allocate Tag instance on the stackMax Kellermann
2014-01-14db/upnp/Object: add attribute "tag"Max Kellermann
2014-01-14db/upnp: move upnp_tags to Tags.cxxMax Kellermann
2014-01-14OutputAPI: fix typo in include guardMax Kellermann
2014-01-14db/upnp/Object: disallow copying, always moveMax Kellermann
2014-01-14db/upnp: getTagValue() returns string pointerMax Kellermann
2014-01-14db/upnp/Directory: merge m_containers and m_itemsMax Kellermann
2014-01-14db/upnp: pass const reference to getTagValue()Max Kellermann
2014-01-14db/upnp: Namei() returns error when no object was foundMax Kellermann
2014-01-14db/upnp/Directory: eliminate one std::string copy with std::move()Max Kellermann
2014-01-14db/upnp/Object: add attribute "name"Max Kellermann
2014-01-14db/upnp: use std::replace() in titleToPath()Max Kellermann
2014-01-14db/upnp: pass std::string to titleToPathElt()Max Kellermann
2014-01-14db/upnp: don't sanitize the title tagMax Kellermann
2014-01-14db/upnp/WorkQueue: remove unused attributes "high", "low"Max Kellermann
2014-01-14db/upnp/WorkQueue: initialize "ok" to false, eliminate redundant checksMax Kellermann
2014-01-14db/upnp/WorkQueue: remove IsOK() check from put()Max Kellermann
2014-01-14db/upnp/WorkQueue: remove redundant n_workers_exited check from IsOK()Max Kellermann
2014-01-14db/upnp/WorkQueue: include cleanupMax Kellermann
2014-01-14db/upnp/WorkQueue: remove unnecessary "waiting" attributesMax Kellermann
2014-01-14db/upnp/WorkQueue: remove unused method waitIdle()Max Kellermann