Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | db/upnp: emplace/move in csvToStrings() | Max Kellermann | 2014-01-22 | 1 | -2/+2 |
| | |||||
* | db/upnp: require an empty token list in csvToStrings() | Max Kellermann | 2014-01-22 | 1 | -6/+4 |
| | |||||
* | db/proxy: simplify csvToStrings() | Max Kellermann | 2014-01-22 | 1 | -47/+17 |
| | |||||
* | db/upnp: use std::list instead of std::set for SearchCapabilities | Max Kellermann | 2014-01-22 | 1 | -5/+3 |
| | | | | Reduce bloat. We never used the set lookup. | ||||
* | db/upnp/Util: pass char* to csvToStrings() | Max Kellermann | 2014-01-22 | 1 | -6/+9 |
| | |||||
* | db/upnp/Util: handle absolute URI paths properly in caturl() | Max Kellermann | 2014-01-22 | 1 | -7/+20 |
| | | | | Fixes problems with some UPnP servers. | ||||
* | db/upnp/Util: use string::back(), string::front() | Max Kellermann | 2014-01-22 | 1 | -5/+5 |
| | |||||
* | db/upnp/Device: replace std::vector with a std::string pointer | Max Kellermann | 2014-01-22 | 1 | -10/+11 |
| | |||||
* | db/upnp/Util: "emplace" items into the list | Max Kellermann | 2014-01-22 | 1 | -3/+3 |
| | | | | Reduce overhead. | ||||
* | db/upnp: use std::list instead of std::vector | Max Kellermann | 2014-01-21 | 1 | -2/+2 |
| | | | | Reduce overhead. | ||||
* | db/upnp/Util: trimstring() constructs string from buffer | Max Kellermann | 2014-01-18 | 1 | -11/+10 |
| | | | | | Reduce overhead by omitting the part of the buffer that consists only of whitespace. | ||||
* | db/upnp: move stringToTokens() to Util.cxx | Max Kellermann | 2014-01-11 | 1 | -0/+35 |
| | |||||
* | UPnP database plugin | Jean-Francois Dockes | 2014-01-09 | 1 | -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] |