- 07 Nov, 2014 1 commit
-
-
Max Kellermann authored
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.
-
- 02 Nov, 2014 1 commit
-
-
Max Kellermann authored
-
- 10 Oct, 2014 1 commit
-
-
Max Kellermann authored
-
- 29 Aug, 2014 1 commit
-
-
Max Kellermann authored
Necessary for "final" on gcc 4.6.
-
- 26 Jan, 2014 8 commits
-
-
Max Kellermann authored
-
Max Kellermann authored
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.
-
Max Kellermann authored
Allow calling UpnpGlobalInit() multiple times.
-
Max Kellermann authored
-
Max Kellermann authored
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.
-
Max Kellermann authored
-
Max Kellermann authored
-
Max Kellermann authored
-