Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | db/upnp/Directory: eliminate the "attributes" std::map | Max Kellermann | 2014-01-10 | 1 | -0/+11 |
| | | | | Look up attributes in the "atts" array. Reduce bloat. | ||||
* | Expat: attributes come in name/value pairs (bug fix) | Max Kellermann | 2014-01-10 | 1 | -2/+2 |
| | | | | | I wrongfully assumed that each array element is a name and a value concatenated. | ||||
* | ExpatParser: add Parse() overload with buffer | Max Kellermann | 2014-01-09 | 1 | -9/+14 |
| | |||||
* | playlist/{asx,rss,xspf}: use Expat instead of GLib to parse XML | Max Kellermann | 2014-01-09 | 1 | -0/+76 |