Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
2014-01-24 | Database*: move to db/ | Max Kellermann | 1 | -0/+0 | |
2014-01-23 | db/upnp: un-inline a few destructors | Max Kellermann | 1 | -0/+2 | |
Reduce bloat. | |||||
2014-01-18 | db/upnp/ixmlwrap: getFirstElementValue() returns const char * | Max Kellermann | 1 | -1/+1 | |
Eliminate the std::string bloat. | |||||
2014-01-14 | db/upnp/Object: disallow copying, always move | Max Kellermann | 1 | -2/+2 | |
Reduce bloat. | |||||
2014-01-14 | db/upnp/Directory: merge m_containers and m_items | Max Kellermann | 1 | -2/+11 | |
There is no use in duplicating these containers. It only means that we have to search both, duplicating the code. | |||||
2014-01-09 | UPnP database plugin | Jean-Francois Dockes | 1 | -0/+55 | |
[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] |