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