index
:
delta/gnome/librest.git
bilelmoussaoui/docs
carlosgc/libsoup3
ebassi/small-fixes
gio
goa
gwagner/demo-oauth-status
gwagner/soup3
librest-0-7
master
msvc
tintou/annotations-fixes
tintou/rest-extras-binding
tintou/single-rest-extras
wip/baedert/fixes
wip/baedert/gtask
wip/baedert/gtask2
wip/baedert/tests
wip/nielsdg/meson
wip/rishi/autocleanups
wip/teuf/fixes
wip/teuf/gtask
wip/tintou/gobject-introspection-fixes
wip/tintou/unique-header
xml
gitlab.gnome.org: GNOME/librest.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
rest
/
rest-xml-parser.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
xml: Don't crash parsing empty XML string
Christophe Fergeau
2017-10-18
1
-0
/
+3
*
Add more missing precondition checks
Timm Bäder
2016-07-14
1
-0
/
+1
*
rest-xml-parser: Ignore text content at the top-level of a document
Philip Withnall
2015-04-14
1
-3
/
+9
*
Don't dump XML parsing errors to stderr/stdout by default
Christophe Fergeau
2015-03-16
1
-0
/
+10
*
xml-parser: Add missing break in switch statement
Rob Bradford
2014-09-19
1
-0
/
+1
*
Accept -1 len in rest_xml_parser_parse_from_data
Christophe Fergeau
2012-06-17
1
-1
/
+5
*
xml-node: API for manually constructing and outputting XML
Tomas Frydrych
2011-02-10
1
-212
/
+3
*
xml-parser: Remove unused variable
librest-0.7.4
Rob Bradford
2010-09-13
1
-1
/
+0
*
xml-parser: Remove unread 'res' variable
Rob Bradford
2010-09-06
1
-2
/
+2
*
xml-parser: Clear the stack in rest_xml_node_find
Rob Bradford
2010-08-19
1
-0
/
+2
*
xml-parser: Fix rest_xml_node_unref so that is correctly unrefs siblings
Rob Bradford
2010-08-19
1
-28
/
+28
*
proxy/proxy-call/xml-parser: Guard public function entry points
Rob Bradford
2010-04-15
1
-0
/
+5
*
rest-xml-parser: Remove redundant GObject methods
Ross Burton
2010-04-13
1
-40
/
+0
*
rest-xml-parser: Remove pointless private struct
Ross Burton
2010-04-13
1
-35
/
+22
*
rest-xml-parser: Remove duplicate free for the reader in finalize
Rob Bradford
2010-04-06
1
-2
/
+0
*
rest-xml-parser: Free the textReader after we close it
Rob Bradford
2010-03-24
1
-0
/
+1
*
Make rest_xml_node_new private until it's useful
Ross Burton
2009-05-15
1
-1
/
+1
*
Document rest-xml-parser
Ross Burton
2009-05-15
1
-0
/
+53
*
Add license header.
Rob Bradford
2009-01-15
1
-0
/
+22
*
Make RestXmlNode ref counted, and add a boxed gtype
Ross Burton
2008-12-18
1
-31
/
+61
*
Free the siblings of a node when that node is freed.
Rob Bradford
2008-11-18
1
-10
/
+30
*
Intern tag names in the children hash
Ross Burton
2008-11-17
1
-5
/
+7
*
Use the same key when we add an existing node
Ross Burton
2008-11-17
1
-1
/
+1
*
Use static GQueues in rest_xml_parser_parse_from_data
Ross Burton
2008-11-17
1
-5
/
+4
*
Use static GQueues in rest_xml_node_find
Ross Burton
2008-11-17
1
-6
/
+4
*
Don't leak a GList in rest_xml_node_free
Ross Burton
2008-11-17
1
-1
/
+3
*
Reverse the list of siblings of children nodes so that the are in order.
Rob Bradford
2008-09-18
1
-1
/
+44
*
Use the XML element name instead of just the local name. A hack but it works...
Ross Burton
2008-09-04
1
-1
/
+1
*
Use goffset instead of gssize for payload lengths
Ross Burton
2008-09-04
1
-1
/
+1
*
Cast out the libxml2 string results.
Rob Bradford
2008-09-03
1
-6
/
+8
*
Make the hash table populate function void (Ross Burton)
Rob Bradford
2008-09-03
1
-4
/
+4
*
Switch the XML parser over to use the new debugging api.
Rob Bradford
2008-09-01
1
-12
/
+16
*
Add _find and _get_attrs to the parser API
Rob Bradford
2008-09-01
1
-0
/
+38
*
Add an XML parser that parses XML into a simple structure
Rob Bradford
2008-08-22
1
-0
/
+250