aboutsummaryrefslogtreecommitdiffstats
path: root/src/lib/expat/ExpatParser.cxx (unfollow)
Commit message (Collapse)AuthorFilesLines
2015-01-01Copyright year 2015Max Kellermann1-1/+1
2014-05-12InputStream: "protect" attributesMax Kellermann1-1/+1
2014-01-24DespotifyUtils, Expat: move to lib/Max Kellermann1-1/+1
2014-01-24Input*: move to input/Max Kellermann1-1/+1
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