aboutsummaryrefslogtreecommitdiffstats
path: root/src/lib/upnp/Discovery.hxx (follow)
Commit message (Collapse)AuthorAgeFilesLines
* lib/upnp/Discovery: remove locking from ExpireDevices()Max Kellermann2015-02-031-0/+2
|
* lib/upnp/Discovery: apply naming conventionMax Kellermann2015-02-021-13/+12
|
* Copyright year 2015Max Kellermann2015-01-011-1/+1
|
* *: add missing Compiler.h includesMax Kellermann2014-08-301-0/+1
| | | | Necessary for "final" on gcc 4.6.
* upnp/discovery: use a plain UpnpClient_Handle instead of class LibUPnPMax Kellermann2014-01-261-3/+2
|
* upnp: add class UpnpCallbackMax Kellermann2014-01-261-1/+5
| | | | | | | Each Upnp*Async() call passes a new cookie pointer, and the cookie passed to UpnpRegisterClient() appears to be ignored. Using this interface is a more elegant approach than having one single "handler" function.
* upnp/Discovery: add listener interfaceMax Kellermann2014-01-261-1/+9
|
* db/upnp: move generic code to lib/upnp/Max Kellermann2014-01-261-0/+152