summaryrefslogtreecommitdiff
path: root/rest/rest-xml-parser.c
Commit message (Expand)AuthorAgeFilesLines
* xml: Don't crash parsing empty XML stringChristophe Fergeau2017-10-181-0/+3
* Add more missing precondition checksTimm Bäder2016-07-141-0/+1
* rest-xml-parser: Ignore text content at the top-level of a documentPhilip Withnall2015-04-141-3/+9
* Don't dump XML parsing errors to stderr/stdout by defaultChristophe Fergeau2015-03-161-0/+10
* xml-parser: Add missing break in switch statementRob Bradford2014-09-191-0/+1
* Accept -1 len in rest_xml_parser_parse_from_dataChristophe Fergeau2012-06-171-1/+5
* xml-node: API for manually constructing and outputting XMLTomas Frydrych2011-02-101-212/+3
* xml-parser: Remove unused variablelibrest-0.7.4Rob Bradford2010-09-131-1/+0
* xml-parser: Remove unread 'res' variableRob Bradford2010-09-061-2/+2
* xml-parser: Clear the stack in rest_xml_node_findRob Bradford2010-08-191-0/+2
* xml-parser: Fix rest_xml_node_unref so that is correctly unrefs siblingsRob Bradford2010-08-191-28/+28
* proxy/proxy-call/xml-parser: Guard public function entry pointsRob Bradford2010-04-151-0/+5
* rest-xml-parser: Remove redundant GObject methodsRoss Burton2010-04-131-40/+0
* rest-xml-parser: Remove pointless private structRoss Burton2010-04-131-35/+22
* rest-xml-parser: Remove duplicate free for the reader in finalizeRob Bradford2010-04-061-2/+0
* rest-xml-parser: Free the textReader after we close itRob Bradford2010-03-241-0/+1
* Make rest_xml_node_new private until it's usefulRoss Burton2009-05-151-1/+1
* Document rest-xml-parserRoss Burton2009-05-151-0/+53
* Add license header.Rob Bradford2009-01-151-0/+22
* Make RestXmlNode ref counted, and add a boxed gtypeRoss Burton2008-12-181-31/+61
* Free the siblings of a node when that node is freed.Rob Bradford2008-11-181-10/+30
* Intern tag names in the children hashRoss Burton2008-11-171-5/+7
* Use the same key when we add an existing nodeRoss Burton2008-11-171-1/+1
* Use static GQueues in rest_xml_parser_parse_from_dataRoss Burton2008-11-171-5/+4
* Use static GQueues in rest_xml_node_findRoss Burton2008-11-171-6/+4
* Don't leak a GList in rest_xml_node_freeRoss Burton2008-11-171-1/+3
* Reverse the list of siblings of children nodes so that the are in order.Rob Bradford2008-09-181-1/+44
* Use the XML element name instead of just the local name. A hack but it works...Ross Burton2008-09-041-1/+1
* Use goffset instead of gssize for payload lengthsRoss Burton2008-09-041-1/+1
* Cast out the libxml2 string results.Rob Bradford2008-09-031-6/+8
* Make the hash table populate function void (Ross Burton)Rob Bradford2008-09-031-4/+4
* Switch the XML parser over to use the new debugging api.Rob Bradford2008-09-011-12/+16
* Add _find and _get_attrs to the parser APIRob Bradford2008-09-011-0/+38
* Add an XML parser that parses XML into a simple structureRob Bradford2008-08-221-0/+250