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