aboutsummaryrefslogtreecommitdiffstats
path: root/src/lib/upnp (unfollow)
Commit message (Collapse)AuthorFilesLines
2015-03-17*: doxygen fixupsMax Kellermann1-5/+2
2015-02-03lib/upnp/Discovery: remove locking from ExpireDevices()Max Kellermann2-7/+6
2015-02-02lib/upnp/Discovery: apply naming conventionMax Kellermann3-37/+37
2015-01-01Copyright year 2015Max Kellermann17-17/+17
2014-11-07lib/upnp/ContentDirectoryService: swap uri_apply_base() parametersMax Kellermann1-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.
2014-11-02lib/upnp/Discovery: add missing stdlib.h includeMax Kellermann1-0/+1
2014-10-10db/upnp/Util: move caturl() to util/UriUtil.cxxMax Kellermann3-32/+2
2014-08-30*: add missing Compiler.h includesMax Kellermann1-0/+1
Necessary for "final" on gcc 4.6.
2014-01-26neighbor/upnp: UPnP media server discoveryMax Kellermann1-0/+5
2014-01-26upnp: initialize the client handle only onceMax Kellermann2-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.
2014-01-26upnp: move library initialization to Init.cxxMax Kellermann3-17/+111
Allow calling UpnpGlobalInit() multiple times.
2014-01-26upnp/discovery: use a plain UpnpClient_Handle instead of class LibUPnPMax Kellermann2-8/+6
2014-01-26upnp: add class UpnpCallbackMax Kellermann5-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.
2014-01-26upnp: remove obsolete global variable "theLib"Max Kellermann1-6/+0
2014-01-26upnp/Discovery: add listener interfaceMax Kellermann2-2/+36
2014-01-26db/upnp: move generic code to lib/upnp/Max Kellermann16-0/+1663