index
:
mpd.git
master
v0.21.x
v0.22.x
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
2014-01-22
LightDirectory: new struct replacing Directory in the DB API
Max Kellermann
2014-01-22
DatabasePrint: don't print zero mtime
Max Kellermann
2014-01-22
db/upnp: append characters instead of single-character strings
Max Kellermann
2014-01-22
db/upnp: use string::push_back() instead of string::append()
Max Kellermann
2014-01-22
db/upnp/Discovery: unlock mutex before deleting DiscoveredTask
Max Kellermann
2014-01-22
db/upnp/Discovery: eliminate two strlen() calls
Max Kellermann
2014-01-22
db/upnp: use std::list instead of std::set for SearchCapabilities
Max Kellermann
2014-01-22
db/upnp: check offset<total at end of loop
Max Kellermann
2014-01-22
db/upnp: break when zero objects have been returned
Max Kellermann
2014-01-22
db/upnp: free responses manually
Max Kellermann
2014-01-22
db/upnp: break when count==0
Max Kellermann
2014-01-22
db/upnp: use ParseUnsigned() instead of atoi()
Max Kellermann
2014-01-22
db/upnp: pass unsigned integers to readDirSlice()
Max Kellermann
2014-01-22
db/upnp: inline ContentDirectoryService::readDirSlice()
Max Kellermann
2014-01-22
db/upnp: remove special case for "*"
Max Kellermann
2014-01-22
db/upnp: obtain char* from ixmlwrap::getFirstElementValue()
Max Kellermann
2014-01-22
db/upnp/Util: pass char* to csvToStrings()
Max Kellermann
2014-01-22
db/upnp: require an empty input capability set
Max Kellermann
2014-01-22
db/upnp/Util: handle absolute URI paths properly in caturl()
Max Kellermann
2014-01-22
db/upnp/Util: use string::back(), string::front()
Max Kellermann
2014-01-22
db/upnp/Device: clear the "value" pointer on unknown element
Max Kellermann
2014-01-22
Main: glue_mapper_init() returns true if GetUserMusicDir() fails
Max Kellermann
2014-01-22
db/upnp/Device: replace std::vector with a std::string pointer
Max Kellermann
2014-01-22
db/upnp/Device: remove unused UPnPService attributes
Max Kellermann
2014-01-22
db/upnp/Directory: "emplace" items into the vector
Max Kellermann
2014-01-22
db/upnp/Device: emplace/move the UPnPService into the vector
Max Kellermann
2014-01-22
db/upnp/Util: "emplace" items into the list
Max Kellermann
2014-01-22
db/upnp/Directory: replace std::vector with a simple enum
Max Kellermann
2014-01-22
db/upnp/Directory: join all CDATA nodes for tag values
Max Kellermann
2014-01-22
db/upnp/Directory: make "m_dir" private
Max Kellermann
2014-01-21
db/upnp: merge duplicate branches in Namei()
Max Kellermann
2014-01-21
db/upnp: simplify Namei()
Max Kellermann
2014-01-21
db/upnp: use std::list instead of std::vector
Max Kellermann
2014-01-21
db/upnp: use iterator in Namei()
Max Kellermann
2014-01-21
db/upnp: move "objid" declaration down
Max Kellermann
2014-01-21
db/upnp: eliminate redundant Namei() parameter "oobjid"
Max Kellermann
2014-01-21
db/upnp: remove redundant objid.empty() check from VisitServer()
Max Kellermann
2014-01-21
db/upnp: use std::move() to extract server name
Max Kellermann
2014-01-21
db/upnp: use vector::front() instead of [0]
Max Kellermann
2014-01-21
db/upnp: don't use stringToTokens() in ParseDuration()
Max Kellermann
2014-01-21
db/upnp: don't construct redundant empty vector<string> in Visit()
Max Kellermann
2014-01-21
db/upnp: simplify GetSong()
Max Kellermann
2014-01-21
LightSong: add attribute "real_uri"
Max Kellermann
2014-01-21
DetachedSong: add attribute "real_uri"
Max Kellermann
2014-01-21
DetachedSong: remove parameter names from "defaulted" constructors
Max Kellermann
2014-01-21
db/upnp: fix empty song URI
Max Kellermann
2014-01-21
DetachedSong: use "default" copy/move constructors
Max Kellermann
2014-01-21
pcm/SoxrResampler: Add configurable quality levels
Chase Geigle
2014-01-21
PlaylistSong: modify the given song object in-place
Max Kellermann
2014-01-21
test: add unit test for playlist_check_translate_song()
Max Kellermann
[next]