aboutsummaryrefslogtreecommitdiffstats
path: root/src/db/upnp/Util.cxx (unfollow)
Commit message (Collapse)AuthorFilesLines
2014-01-18db/upnp/Util: trimstring() constructs string from bufferMax Kellermann1-11/+10
Reduce overhead by omitting the part of the buffer that consists only of whitespace.
2014-01-11db/upnp: move stringToTokens() to Util.cxxMax Kellermann1-0/+35
2014-01-09UPnP database pluginJean-Francois Dockes1-0/+149
[mk: renamed source files, applied coding style, reduced bloat, using MPD's threading library, using MPD's error reporting and logging library and refactoring, fixed lots of bugs]