Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
2014-10-10 | db/upnp/Util: move caturl() to util/UriUtil.cxx | Max Kellermann | 1 | -0/+1 | |
2014-01-26 | db/upnp: move generic code to lib/upnp/ | Max Kellermann | 1 | -73/+4 | |
2014-01-24 | Database*: move to db/ | Max Kellermann | 1 | -0/+0 | |
2014-01-23 | db/upnp: un-inline a few destructors | Max Kellermann | 1 | -0/+5 | |
Reduce bloat. | |||||
2014-01-22 | db/upnp: make several methods "const" | Max Kellermann | 1 | -5/+5 | |
2014-01-22 | db/upnp: use std::list instead of std::set for SearchCapabilities | Max Kellermann | 1 | -1/+1 | |
Reduce bloat. We never used the set lookup. | |||||
2014-01-22 | db/upnp: check offset<total at end of loop | Max Kellermann | 1 | -16/+7 | |
2014-01-22 | db/upnp: break when zero objects have been returned | Max Kellermann | 1 | -0/+3 | |
2014-01-22 | db/upnp: free responses manually | Max Kellermann | 1 | -21/+6 | |
2014-01-22 | db/upnp: break when count==0 | Max Kellermann | 1 | -6/+3 | |
Make this non-fatal. Just stop reading more objects. | |||||
2014-01-22 | db/upnp: use ParseUnsigned() instead of atoi() | Max Kellermann | 1 | -16/+10 | |
2014-01-22 | db/upnp: pass unsigned integers to readDirSlice() | Max Kellermann | 1 | -14/+14 | |
2014-01-22 | db/upnp: inline ContentDirectoryService::readDirSlice() | Max Kellermann | 1 | -1/+1 | |
2014-01-22 | db/upnp: remove special case for "*" | Max Kellermann | 1 | -3/+1 | |
Passing this to csvToStrings() will do the same. | |||||
2014-01-22 | db/upnp: obtain char* from ixmlwrap::getFirstElementValue() | Max Kellermann | 1 | -9/+13 | |
Fixes crash when there's no SearchCaps element. | |||||
2014-01-22 | db/upnp/Util: pass char* to csvToStrings() | Max Kellermann | 1 | -1/+1 | |
2014-01-22 | db/upnp: require an empty input capability set | Max Kellermann | 1 | -1/+2 | |
2014-01-18 | db/upnp: add UpnpMakeAction() helper function | Max Kellermann | 1 | -30/+22 | |
2014-01-18 | db/upnp/ixmlwrap: getFirstElementValue() returns const char * | Max Kellermann | 1 | -20/+26 | |
Eliminate the std::string bloat. | |||||
2014-01-18 | db/upnp: free IXML_Document *request manually | Max Kellermann | 1 | -38/+40 | |
2014-01-16 | db/upnp: move the LibUPnP instance to class UpnpDatabase | Max Kellermann | 1 | -32/+11 | |
Delete the object when closing the database. | |||||
2014-01-09 | UPnP database plugin | Jean-Francois Dockes | 1 | -0/+316 | |
[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] |