aboutsummaryrefslogtreecommitdiffstats
path: root/src/lib/upnp (follow)
Commit message (Collapse)AuthorAgeFilesLines
* lib/upnp/ContentDirectoryService: swap uri_apply_base() parametersMax Kellermann2014-11-071-1/+1
| | | | | | When uri_apply_base() was moved from db/upnp/Util.cpp to util/UriUtil.cpp, the parameter order was changed, however without swapping the parameters in the ContentDirectoryService constructor.
* lib/upnp/Discovery: add missing stdlib.h includeMax Kellermann2014-11-021-0/+1
|
* db/upnp/Util: move caturl() to util/UriUtil.cxxMax Kellermann2014-10-103-32/+2
|
* *: add missing Compiler.h includesMax Kellermann2014-08-301-0/+1
| | | | Necessary for "final" on gcc 4.6.
* neighbor/upnp: UPnP media server discoveryMax Kellermann2014-01-261-0/+5
|
* upnp: initialize the client handle only onceMax Kellermann2014-01-262-53/+62
| | | | | | 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-263-17/+111
| | | | Allow calling UpnpGlobalInit() multiple times.
* upnp/discovery: use a plain UpnpClient_Handle instead of class LibUPnPMax Kellermann2014-01-262-8/+6
|
* upnp: add class UpnpCallbackMax Kellermann2014-01-265-26/+64
| | | | | | | 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
|
* upnp/Discovery: add listener interfaceMax Kellermann2014-01-262-2/+36
|
* db/upnp: move generic code to lib/upnp/Max Kellermann2014-01-2616-0/+1663