summaryrefslogtreecommitdiff
path: root/rest/rest-xml-parser.c
AgeCommit message (Expand)AuthorFilesLines
2011-02-10xml-node: API for manually constructing and outputting XMLTomas Frydrych1-212/+3
2010-09-13xml-parser: Remove unused variablelibrest-0.7.4Rob Bradford1-1/+0
2010-09-06xml-parser: Remove unread 'res' variableRob Bradford1-2/+2
2010-08-19xml-parser: Clear the stack in rest_xml_node_findRob Bradford1-0/+2
2010-08-19xml-parser: Fix rest_xml_node_unref so that is correctly unrefs siblingsRob Bradford1-28/+28
2010-04-15proxy/proxy-call/xml-parser: Guard public function entry pointsRob Bradford1-0/+5
2010-04-13rest-xml-parser: Remove redundant GObject methodsRoss Burton1-40/+0
2010-04-13rest-xml-parser: Remove pointless private structRoss Burton1-35/+22
2010-04-06rest-xml-parser: Remove duplicate free for the reader in finalizeRob Bradford1-2/+0
2010-03-24rest-xml-parser: Free the textReader after we close itRob Bradford1-0/+1
2009-05-15Make rest_xml_node_new private until it's usefulRoss Burton1-1/+1
2009-05-15Document rest-xml-parserRoss Burton1-0/+53
2009-01-15Add license header.Rob Bradford1-0/+22
2008-12-18Make RestXmlNode ref counted, and add a boxed gtypeRoss Burton1-31/+61
2008-11-18Free the siblings of a node when that node is freed.Rob Bradford1-10/+30
2008-11-17Intern tag names in the children hashRoss Burton1-5/+7
2008-11-17Use the same key when we add an existing nodeRoss Burton1-1/+1
2008-11-17Use static GQueues in rest_xml_parser_parse_from_dataRoss Burton1-5/+4
2008-11-17Use static GQueues in rest_xml_node_findRoss Burton1-6/+4
2008-11-17Don't leak a GList in rest_xml_node_freeRoss Burton1-1/+3
2008-09-18Reverse the list of siblings of children nodes so that the are in order.Rob Bradford1-1/+44
2008-09-04Use the XML element name instead of just the local name. A hack but it works...Ross Burton1-1/+1
2008-09-04Use goffset instead of gssize for payload lengthsRoss Burton1-1/+1
2008-09-03Cast out the libxml2 string results.Rob Bradford1-6/+8
2008-09-03Make the hash table populate function void (Ross Burton)Rob Bradford1-4/+4
2008-09-01Switch the XML parser over to use the new debugging api.Rob Bradford1-12/+16
2008-09-01Add _find and _get_attrs to the parser APIRob Bradford1-0/+38
2008-08-22Add an XML parser that parses XML into a simple structureRob Bradford1-0/+250