Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Database*: move to db/ | Max Kellermann | 2014-01-24 | 1 | -152/+0 |
| | |||||
* | db/upnp/Discovery: use std::list instead of std::map | Max Kellermann | 2014-01-23 | 1 | -5/+8 |
| | | | | | There will only be very few items, and that does not justify the bloat of std::map. | ||||
* | db/upnp/Discovery: move code to LockAdd(), LockRemove() | Max Kellermann | 2014-01-23 | 1 | -0/+3 |
| | |||||
* | db/upnp/Discovery: un-inline the destructor | Max Kellermann | 2014-01-23 | 1 | -0/+1 |
| | |||||
* | db/upnp/Discovery: eliminate attribute "last_seen" | Max Kellermann | 2014-01-18 | 1 | -5/+3 |
| | |||||
* | db/upnp/Discovery: use monotonic clock instead of time() | Max Kellermann | 2014-01-18 | 1 | -7/+14 |
| | |||||
* | db/upnp/Discovery: eliminate full copy in getServer() | Max Kellermann | 2014-01-18 | 1 | -3/+1 |
| | |||||
* | db/upnp/Discovery: eliminate Error attribute | Max Kellermann | 2014-01-18 | 1 | -16/+7 |
| | | | | | Move code to method Start() and add Error& parameters to several methods. | ||||
* | db/upnp/Device: move code to method Parse() | Max Kellermann | 2014-01-18 | 1 | -6/+10 |
| | | | | Forward the Error to the caller. | ||||
* | db/upnp/Device: use ContentDirectoryDescriptor's move operator | Max Kellermann | 2014-01-18 | 1 | -0/+2 |
| | | | | Reduce bloat. | ||||
* | db/upnp/Discovery: don't copy XML to std::string | Max Kellermann | 2014-01-18 | 1 | -1/+1 |
| | | | | Pass "const char *" to Expat. | ||||
* | db/upnp: don't use WorkQueue for _ADVERTISEMENT_BYEBYE | Max Kellermann | 2014-01-18 | 1 | -3/+2 |
| | | | | Remove the ContentDirectoryDescriptor right away. Reduces bloat. | ||||
* | db/upnp/Discovery: move callbacks and data structures into class | Max Kellermann | 2014-01-17 | 1 | -0/+55 |
| | | | | Eliminate global variables. | ||||
* | db/upnp: move the LibUPnP instance to class UpnpDatabase | Max Kellermann | 2014-01-16 | 1 | -1/+4 |
| | | | | Delete the object when closing the database. | ||||
* | db/upnp: move the UPnPDeviceDirectory instance to class UpnpDatabase | Max Kellermann | 2014-01-16 | 1 | -4/+2 |
| | | | | Delete the object when closing the database. | ||||
* | UPnP database plugin | Jean-Francois Dockes | 2014-01-09 | 1 | -0/+90 |
[mk: renamed source files, applied coding style, reduced bloat, using MPD's threading library, using MPD's error reporting and logging library and refactoring, fixed lots of bugs] |