| Commit message (Expand) | Author | Age | Files | Lines |
* | db/upnp: make several methods "const" | Max Kellermann | 2014-01-22 | 1 | -5/+5 |
* | db/upnp: use std::list instead of std::set for SearchCapabilities | Max Kellermann | 2014-01-22 | 1 | -1/+1 |
* | 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 |
* | 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 |
* | db/upnp: obtain char* from ixmlwrap::getFirstElementValue() | Max Kellermann | 2014-01-22 | 1 | -9/+13 |
* | 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 |
* | 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 |
* | UPnP database plugin | Jean-Francois Dockes | 2014-01-09 | 1 | -0/+316 |