Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | upnp: initialize the client handle only once | Max Kellermann | 2014-01-26 | 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. | |||||
* | upnp: move library initialization to Init.cxx | Max Kellermann | 2014-01-26 | 3 | -17/+111 | |
| | | | | Allow calling UpnpGlobalInit() multiple times. | |||||
* | upnp/discovery: use a plain UpnpClient_Handle instead of class LibUPnP | Max Kellermann | 2014-01-26 | 2 | -8/+6 | |
| | ||||||
* | upnp: add class UpnpCallback | Max Kellermann | 2014-01-26 | 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. | |||||
* | upnp: remove obsolete global variable "theLib" | Max Kellermann | 2014-01-26 | 1 | -6/+0 | |
| | ||||||
* | upnp/Discovery: add listener interface | Max Kellermann | 2014-01-26 | 2 | -2/+36 | |
| | ||||||
* | db/upnp: move generic code to lib/upnp/ | Max Kellermann | 2014-01-26 | 16 | -0/+1663 | |
| | ||||||
* | lib/smbclient/Init: return empty username/password | Max Kellermann | 2014-01-26 | 1 | -2/+2 | |
| | | | | This appears to be the right thing to do when we want anonymous login. | |||||
* | input/smbclient: move code to lib/smbclient/Init.cxx | Max Kellermann | 2014-01-25 | 2 | -0/+84 | |
| | ||||||
* | DespotifyUtils, Expat: move to lib/ | Max Kellermann | 2014-01-24 | 4 | -0/+445 | |