| Commit message (Expand) | Author | Files | Lines |
2014-01-26 | upnp/discovery: use a plain UpnpClient_Handle instead of class LibUPnP | Max Kellermann | 1 | -3/+2 |
2014-01-26 | upnp: add class UpnpCallback | Max Kellermann | 1 | -1/+5 |
2014-01-26 | upnp/Discovery: add listener interface | Max Kellermann | 1 | -1/+9 |
2014-01-26 | db/upnp: move generic code to lib/upnp/ | Max Kellermann | 1 | -0/+0 |
2014-01-24 | Database*: move to db/ | Max Kellermann | 1 | -0/+0 |
2014-01-23 | db/upnp/Discovery: use std::list instead of std::map | Max Kellermann | 1 | -5/+8 |
2014-01-23 | db/upnp/Discovery: move code to LockAdd(), LockRemove() | Max Kellermann | 1 | -0/+3 |
2014-01-23 | db/upnp/Discovery: un-inline the destructor | Max Kellermann | 1 | -0/+1 |
2014-01-18 | db/upnp/Discovery: eliminate attribute "last_seen" | Max Kellermann | 1 | -5/+3 |
2014-01-18 | db/upnp/Discovery: use monotonic clock instead of time() | Max Kellermann | 1 | -7/+14 |
2014-01-18 | db/upnp/Discovery: eliminate full copy in getServer() | Max Kellermann | 1 | -3/+1 |
2014-01-18 | db/upnp/Discovery: eliminate Error attribute | Max Kellermann | 1 | -16/+7 |
2014-01-18 | db/upnp/Device: move code to method Parse() | Max Kellermann | 1 | -6/+10 |
2014-01-18 | db/upnp/Device: use ContentDirectoryDescriptor's move operator | Max Kellermann | 1 | -0/+2 |
2014-01-18 | db/upnp/Discovery: don't copy XML to std::string | Max Kellermann | 1 | -1/+1 |
2014-01-18 | db/upnp: don't use WorkQueue for _ADVERTISEMENT_BYEBYE | Max Kellermann | 1 | -3/+2 |
2014-01-17 | db/upnp/Discovery: move callbacks and data structures into class | Max Kellermann | 1 | -0/+55 |
2014-01-16 | db/upnp: move the LibUPnP instance to class UpnpDatabase | Max Kellermann | 1 | -1/+4 |
2014-01-16 | db/upnp: move the UPnPDeviceDirectory instance to class UpnpDatabase | Max Kellermann | 1 | -4/+2 |
2014-01-09 | UPnP database plugin | Jean-Francois Dockes | 1 | -0/+90 |