Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
2014-11-07 | lib/upnp/ContentDirectoryService: swap uri_apply_base() parameters | Max Kellermann | 1 | -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-02 | lib/upnp/Discovery: add missing stdlib.h include | Max Kellermann | 1 | -0/+1 | |
2014-10-10 | db/upnp/Util: move caturl() to util/UriUtil.cxx | Max Kellermann | 3 | -32/+2 | |
2014-08-30 | *: add missing Compiler.h includes | Max Kellermann | 1 | -0/+1 | |
Necessary for "final" on gcc 4.6. | |||||
2014-01-26 | neighbor/upnp: UPnP media server discovery | Max Kellermann | 1 | -0/+5 | |
2014-01-26 | upnp: initialize the client handle only once | Max Kellermann | 2 | -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-26 | upnp: move library initialization to Init.cxx | Max Kellermann | 3 | -17/+111 | |
Allow calling UpnpGlobalInit() multiple times. | |||||
2014-01-26 | upnp/discovery: use a plain UpnpClient_Handle instead of class LibUPnP | Max Kellermann | 2 | -8/+6 | |
2014-01-26 | upnp: add class UpnpCallback | Max Kellermann | 5 | -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-26 | upnp: remove obsolete global variable "theLib" | Max Kellermann | 1 | -6/+0 | |
2014-01-26 | upnp/Discovery: add listener interface | Max Kellermann | 2 | -2/+36 | |
2014-01-26 | db/upnp: move generic code to lib/upnp/ | Max Kellermann | 16 | -0/+1663 | |