summaryrefslogtreecommitdiff
path: root/gdata/gdata-parsable.c
Commit message (Expand)AuthorAgeFilesLines
* Release version 0.17.70.17.7Philip Withnall2017-03-051-1/+1
* core: Add a public wrapper for GDataParsable:get_content_typeDebarshi Ray2017-01-311-0/+23
* docs: Replace ‘**/’ gtk-doc comment endings with ‘*/’Philip Withnall2017-01-241-4/+4
* core: Correctly track JSON reader state when cloning nodesPhilip Withnall2015-04-141-5/+8
* core: Fix JSON parser state on hitting an errorPhilip Withnall2015-04-141-0/+1
* core: Mark all API as stable and impose API and ABI stability guaranteesPhilip Withnall2014-11-031-1/+1
* Release version 0.15.0LIBGDATA_0_15_0Philip Withnall2013-12-191-3/+3
* core: Add get_content_type virtual function to GDataParsablePeteris Krisjanis2013-09-281-0/+7
* core: Add support for JSON to GDataParsable, GDataEntry and GDataFeedPeteris Krisjanis2013-08-291-0/+292
* core: Make ‘Unhandled XML’ messages be debug-only messagesPhilip Withnall2012-12-251-1/+1
* [core] Add a GDataParsable:constructed-from-xml propertyPhilip Withnall2010-08-111-1/+77
* [core] Fix a memory leak in an unlikely error conditionPhilip Withnall2010-08-111-1/+3
* [core] Fix a return typePhilip Withnall2010-07-081-1/+1
* [core] Include an XML declaration in the result of gdata_parsable_get_xml()Philip Withnall2010-04-121-1/+2
* [core] Whitespace fixesPhilip Withnall2010-04-121-11/+12
* [core] Tidy up preconditionsPhilip Withnall2010-04-101-0/+11
* [core] Removed unnecessary *_GET_PRIVATE macros everywherePhilip Withnall2010-03-251-2/+1
* [picasaweb] Add functions to get album and file IDsPhilip Withnall2010-03-251-1/+5
* [docs] Added missing Since tagsPhilip Withnall2010-03-221-0/+8
* [core] Fix memory leaksPhilip Withnall2010-01-221-4/+9
* [core] Use GLib memory functions with libxml2Philip Withnall2010-01-221-1/+11
* [core] Improve GDataEntry, GDataFeed and GDataAccessHandler test coveragePhilip Withnall2010-01-211-4/+4
* [documents] Test case fixesPhilip Withnall2009-08-061-2/+2
* [core] Added a method to escape text and append it to a GStringPhilip Withnall2009-08-031-1/+1
* Bug 587073 – Add Google Documents serviceThibault Saunier2009-07-171-3/+4
* [core] Made the get_xml functions use a single GString throughoutPhilip Withnall2009-07-031-7/+5
* Bug 587277 – Some files are GPLv3 but license is LGPLv2.1?Philip Withnall2009-06-291-9/+9
* [atom] Added test cases for the Atom elements with classesPhilip Withnall2009-06-291-2/+7
* [core] Link element names and namespaces to the relevant classesPhilip Withnall2009-06-281-17/+76
* [core] Converted GData structs to GObjectsPhilip Withnall2009-06-141-12/+9
* [core] Converted Atom structs to GObjectsPhilip Withnall2009-06-141-8/+74
* Bug 584417 – Strings are not properly formed for localisationPhilip Withnall2009-06-031-0/+2
* [core] Abstract XML parsing from GDataFeed and GDataEntry into GDataParsablePhilip Withnall2009-05-171-0/+210