aboutsummaryrefslogtreecommitdiffstats
path: root/src/Expat.cxx (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Input*: move to input/Max Kellermann2014-01-241-1/+1
|
* db/upnp/Directory: eliminate the "attributes" std::mapMax Kellermann2014-01-101-0/+11
| | | | Look up attributes in the "atts" array. Reduce bloat.
* Expat: attributes come in name/value pairs (bug fix)Max Kellermann2014-01-101-2/+2
| | | | | I wrongfully assumed that each array element is a name and a value concatenated.
* ExpatParser: add Parse() overload with bufferMax Kellermann2014-01-091-9/+14
|
* playlist/{asx,rss,xspf}: use Expat instead of GLib to parse XMLMax Kellermann2014-01-091-0/+76