aboutsummaryrefslogtreecommitdiffstats
path: root/src (unfollow)
Commit message (Expand)AuthorFilesLines
2014-01-18Daemon: fork as early as possibleMax Kellermann4-28/+107
2014-01-18PidFile: open in write-only modeMax Kellermann1-1/+1
2014-01-18Daemon: move code to class PidFileMax Kellermann2-19/+71
2014-01-18Daemon: don't use daemon(), always require fork()Max Kellermann1-11/+0
2014-01-18Main: make variables more localMax Kellermann1-13/+9
2014-01-18Main: eliminate variable "success"Max Kellermann1-10/+7
2014-01-17pcm/Volume: make DSD a no-opMax Kellermann1-2/+8
2014-01-17Mapper: add function map_song_detach()Max Kellermann7-5/+27
2014-01-17QueueSave: use DatabaseDetachSong()Max Kellermann1-11/+3
2014-01-17DatabaseSong: new library merging duplicate codeMax Kellermann5-35/+90
2014-01-17db/upnp/Discovery: move callbacks and data structures into classMax Kellermann3-72/+80
2014-01-17db/upnp: split cluCallback()Max Kellermann1-15/+29
2014-01-17db/upnp: add local reference variablesMax Kellermann1-11/+16
2014-01-16db/upnp: move the LibUPnP instance to class UpnpDatabaseMax Kellermann7-77/+49
2014-01-16db/upnp: remove useless static MutexMax Kellermann1-6/+0
2014-01-16db/upnp: move the UPnPDeviceDirectory instance to class UpnpDatabaseMax Kellermann3-19/+8
2014-01-16db/upnp: don't initialize attributes to nullptrMax Kellermann1-4/+0
2014-01-16db/upnp: remove redundant m_root nullptr checksMax Kellermann1-5/+1
2014-01-16db/upnp/WorkQueue: use emplace() and std::move()Max Kellermann1-3/+4
2014-01-16db/upnp/WorkQueue: simplify start()Max Kellermann1-4/+5
2014-01-15Directory: initialize "mtime" and "have_stat"Max Kellermann1-1/+3
2014-01-15db/upnp/WorkQueue: fix pthread_t[] allocation sizeMax Kellermann1-1/+1
2014-01-15db/upnp/Object: remove obsolete attribute "m_title"Max Kellermann1-1/+0
2014-01-15DetachedSong: add method Update()Max Kellermann5-15/+55
2014-01-15DetachedSong: remove misplaced std::move()Max Kellermann1-1/+1
2014-01-15decoder/ffmpeg: support libav v10_alpha1Max Kellermann1-1/+11
2014-01-15decoder/ffmpeg: include cleanupMax Kellermann2-4/+1
2014-01-15decoder/ffmpeg: check for av_samples_get_buffer_size() errorsMax Kellermann1-0/+3
2014-01-15util/PeakBuffer: fix nullptr dereference when peak_size==0Max Kellermann1-2/+3
2014-01-15SongFilter, TagConfig: cast TAG_NUM_OF_ITEM_TYPES to integerMax Kellermann2-2/+2
2014-01-15OutputAPI: fix typo in include guardMax Kellermann1-1/+1
2014-01-14decoder/ffmpeg: check for av_samples_get_buffer_size() errorsMax Kellermann1-0/+3
2014-01-14util/PeakBuffer: fix nullptr dereference when peak_size==0Max Kellermann1-2/+3
2014-01-14SongFilter, TagConfig: cast TAG_NUM_OF_ITEM_TYPES to integerMax Kellermann2-2/+2
2014-01-14input/alsa: fix memory leakMax Kellermann1-1/+1
2014-01-14decoder/sidplay: use free() instead of g_free()Max Kellermann1-2/+2
2014-01-14playlist/extm3u: allocate Tag instance on the stackMax Kellermann1-12/+7
2014-01-14db/upnp/Object: add attribute "tag"Max Kellermann3-82/+25
2014-01-14db/upnp: move upnp_tags to Tags.cxxMax Kellermann3-11/+62
2014-01-14OutputAPI: fix typo in include guardMax Kellermann1-1/+1
2014-01-14db/upnp/Object: disallow copying, always moveMax Kellermann4-8/+11
2014-01-14db/upnp: getTagValue() returns string pointerMax Kellermann1-19/+13
2014-01-14db/upnp/Directory: merge m_containers and m_itemsMax Kellermann3-63/+73
2014-01-14db/upnp: pass const reference to getTagValue()Max Kellermann1-1/+1
2014-01-14db/upnp: Namei() returns error when no object was foundMax Kellermann1-2/+5
2014-01-14db/upnp/Directory: eliminate one std::string copy with std::move()Max Kellermann1-2/+2
2014-01-14db/upnp/Object: add attribute "name"Max Kellermann3-24/+33
2014-01-14db/upnp: use std::replace() in titleToPath()Max Kellermann1-10/+4
2014-01-14db/upnp: pass std::string to titleToPathElt()Max Kellermann1-2/+2
2014-01-14db/upnp: don't sanitize the title tagMax Kellermann1-2/+2