aboutsummaryrefslogtreecommitdiffstats
path: root/src/lib/upnp/upnpplib.cxx (follow)
Commit message (Collapse)AuthorAgeFilesLines
* upnp: initialize the client handle only onceMax Kellermann2014-01-261-60/+0
| | | | | | Eliminate class LibUPnP and move the code to ClientInit.cxx. Its initialization function can be called multiple times, but UpnpRegisterClient() is called at most once.
* upnp: move library initialization to Init.cxxMax Kellermann2014-01-261-17/+5
| | | | Allow calling UpnpGlobalInit() multiple times.
* upnp: add class UpnpCallbackMax Kellermann2014-01-261-6/+9
| | | | | | | 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: remove obsolete global variable "theLib"Max Kellermann2014-01-261-6/+0
|
* db/upnp: move generic code to lib/upnp/Max Kellermann2014-01-261-0/+75