index
:
~teuf/librest
master
rhel-7.1
Unnamed repository; edit this file 'description' to name the repository.
teuf
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
rest
/
rest-xml-parser.c
Age
Commit message (
Expand
)
Author
Files
Lines
2011-02-10
xml-node: API for manually constructing and outputting XML
Tomas Frydrych
1
-212
/
+3
2010-09-13
xml-parser: Remove unused variable
librest-0.7.4
Rob Bradford
1
-1
/
+0
2010-09-06
xml-parser: Remove unread 'res' variable
Rob Bradford
1
-2
/
+2
2010-08-19
xml-parser: Clear the stack in rest_xml_node_find
Rob Bradford
1
-0
/
+2
2010-08-19
xml-parser: Fix rest_xml_node_unref so that is correctly unrefs siblings
Rob Bradford
1
-28
/
+28
2010-04-15
proxy/proxy-call/xml-parser: Guard public function entry points
Rob Bradford
1
-0
/
+5
2010-04-13
rest-xml-parser: Remove redundant GObject methods
Ross Burton
1
-40
/
+0
2010-04-13
rest-xml-parser: Remove pointless private struct
Ross Burton
1
-35
/
+22
2010-04-06
rest-xml-parser: Remove duplicate free for the reader in finalize
Rob Bradford
1
-2
/
+0
2010-03-24
rest-xml-parser: Free the textReader after we close it
Rob Bradford
1
-0
/
+1
2009-05-15
Make rest_xml_node_new private until it's useful
Ross Burton
1
-1
/
+1
2009-05-15
Document rest-xml-parser
Ross Burton
1
-0
/
+53
2009-01-15
Add license header.
Rob Bradford
1
-0
/
+22
2008-12-18
Make RestXmlNode ref counted, and add a boxed gtype
Ross Burton
1
-31
/
+61
2008-11-18
Free the siblings of a node when that node is freed.
Rob Bradford
1
-10
/
+30
2008-11-17
Intern tag names in the children hash
Ross Burton
1
-5
/
+7
2008-11-17
Use the same key when we add an existing node
Ross Burton
1
-1
/
+1
2008-11-17
Use static GQueues in rest_xml_parser_parse_from_data
Ross Burton
1
-5
/
+4
2008-11-17
Use static GQueues in rest_xml_node_find
Ross Burton
1
-6
/
+4
2008-11-17
Don't leak a GList in rest_xml_node_free
Ross Burton
1
-1
/
+3
2008-09-18
Reverse the list of siblings of children nodes so that the are in order.
Rob Bradford
1
-1
/
+44
2008-09-04
Use the XML element name instead of just the local name. A hack but it works...
Ross Burton
1
-1
/
+1
2008-09-04
Use goffset instead of gssize for payload lengths
Ross Burton
1
-1
/
+1
2008-09-03
Cast out the libxml2 string results.
Rob Bradford
1
-6
/
+8
2008-09-03
Make the hash table populate function void (Ross Burton)
Rob Bradford
1
-4
/
+4
2008-09-01
Switch the XML parser over to use the new debugging api.
Rob Bradford
1
-12
/
+16
2008-09-01
Add _find and _get_attrs to the parser API
Rob Bradford
1
-0
/
+38
2008-08-22
Add an XML parser that parses XML into a simple structure
Rob Bradford
1
-0
/
+250