aboutsummaryrefslogtreecommitdiffstats
path: root/src/db/upnp/Util.hxx (follow)
Commit message (Collapse)AuthorAgeFilesLines
* db/upnp/Util: pass char* to csvToStrings()Max Kellermann2014-01-221-1/+2
|
* db/upnp/Device: replace std::vector with a std::string pointerMax Kellermann2014-01-221-3/+2
|
* db/upnp: use std::list instead of std::vectorMax Kellermann2014-01-211-2/+2
| | | | Reduce overhead.
* db/upnp/Util: trimstring() constructs string from bufferMax Kellermann2014-01-181-2/+3
| | | | | Reduce overhead by omitting the part of the buffer that consists only of whitespace.
* db/upnp: move stringToTokens() to Util.cxxMax Kellermann2014-01-111-0/+8
|
* db/upnp: remove unused macro PLOGINF()Max Kellermann2014-01-101-9/+0
|
* UPnP database pluginJean-Francois Dockes2014-01-091-0/+46
[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]