Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | db/upnp/Object: add attribute "name" | Max Kellermann | 2014-01-14 | 1 | -19/+5 |
| | | | | Call titleToPathElt() only once for each object. | ||||
* | db/upnp: use std::replace() in titleToPath() | Max Kellermann | 2014-01-14 | 1 | -10/+4 |
| | |||||
* | db/upnp: pass std::string to titleToPathElt() | Max Kellermann | 2014-01-14 | 1 | -2/+2 |
| | |||||
* | db/upnp: don't sanitize the title tag | Max Kellermann | 2014-01-14 | 1 | -2/+2 |
| | | | We need this only for path names. | ||||
* | copyright year 2014 | Max Kellermann | 2014-01-13 | 1 | -1/+1 |
| | |||||
* | db/upnp: add fallback for emplace() | Max Kellermann | 2014-01-13 | 1 | -1/+6 |
| | | | | | The method emplace() was added in gcc 4.8. This commit restores compatibility with gcc 4.7. | ||||
* | db/upnp/Object: add attribute "url" | Max Kellermann | 2014-01-11 | 1 | -1/+1 |
| | | | | Don't store in the std::map. | ||||
* | db/upnp/Directory: parse duration | Max Kellermann | 2014-01-11 | 1 | -13/+2 |
| | | | | | | Don't put all <res/> attributes to the attributes map; parse the "duration" attribute as soon as we receive it, and store it in an integer attribute. This reduces bloat. | ||||
* | db/upnp: move stringToTokens() to Util.cxx | Max Kellermann | 2014-01-11 | 1 | -36/+1 |
| | |||||
* | db/upnp: move lazy Open() call to new class LazyDatabase | Max Kellermann | 2014-01-11 | 1 | -29/+9 |
| | | | | Generic approach for the workaround. | ||||
* | DatabasePlugin: add interface DatabaseListener | Max Kellermann | 2014-01-11 | 1 | -2/+5 |
| | | | | Allow database plugins to announce that they have been modified. | ||||
* | db/upnp: remove "upnplog" option | Max Kellermann | 2014-01-10 | 1 | -6/+1 |
| | | | | | We have removed all libupnp logging calls, and we don't need to debug libupnp. | ||||
* | db/upnp/Object: use strictly-typed enums | Max Kellermann | 2014-01-10 | 1 | -32/+53 |
| | | | | | At the same time, rename the enum types and the class attributes, and add an "UNKNOWN" type/class. The latter avoids the "-1" hack. | ||||
* | db/upnp: getprop() returns const char * | Max Kellermann | 2014-01-10 | 1 | -16/+16 |
| | | | | | Return the return value, instead returning it in a reference parameter. Reduces bloat by reducing unnecessary std::string usage. | ||||
* | db/upnp: don't set mtime, start_ms, end_ms | Max Kellermann | 2014-01-10 | 1 | -5/+0 |
| | | | | Not necessary or useful. | ||||
* | db/upnp: use TagTable in upnpItemToSong() | Max Kellermann | 2014-01-10 | 1 | -25/+14 |
| | | | | Reduces bloat by eliminating one std::map. | ||||
* | UPnP database plugin | Jean-Francois Dockes | 2014-01-09 | 1 | -0/+923 |
[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] |