summaryrefslogtreecommitdiff
path: root/gdata/gdata-feed.c
Commit message (Expand)AuthorAgeFilesLines
* youtube: Temporarily relax requirements on <feed/title> elementPhilip Withnall2012-07-031-2/+6
* core: Rename gdata_parser_int64_from_element()Philip Withnall2012-04-141-2/+2
* core: Ensure that synchronous progress callbacks aren't done in idle callbacksPhilip Withnall2011-06-281-6/+14
* core: Fix attribute escaping for GDataFeedPhilip Withnall2010-12-101-1/+1
* core: Use gint64 timestamps instead of GTimeValsPhilip Withnall2010-10-041-19/+19
* core: Use namespaces from all entries in a feedPhilip Withnall2010-08-251-3/+5
* docs: Fix some incorrect <ulink> tags in documentation commentsPhilip Withnall2010-08-221-2/+2
* [introspection] Add missing annotations to GDataFeedPhilip Withnall2010-08-021-3/+3
* [introspection] Add (out) annotations to GTimeVal parametersPhilip Withnall2010-08-021-1/+1
* [introspection] Add (element-type) annotationsPhilip Withnall2010-07-161-4/+4
* [core] Batch operation supportPhilip Withnall2010-07-121-0/+64
* [core] Reference entries when adding them to feedsPhilip Withnall2010-07-081-1/+2
* [core] Remove more shadowing of functions from unistd.hPhilip Withnall2010-06-161-4/+4
* [core] Whitespace fixesPhilip Withnall2010-04-121-71/+74
* [core] Tidy up preconditionsPhilip Withnall2010-04-101-1/+1
* [core] Add support for <rights> to GDataFeedPhilip Withnall2010-04-061-2/+43
* [docs] More documentation warning fixesPhilip Withnall2010-03-271-3/+3
* [core] Remove unnecessary preconditions in internal functionsPhilip Withnall2010-03-251-11/+1
* [core] Removed unnecessary *_GET_PRIVATE macros everywherePhilip Withnall2010-03-251-1/+0
* [core] Add namespace checks to all parse_xml() functionsPhilip Withnall2010-03-251-80/+86
* [core] Move all GTimeVal parsing into a single functionPhilip Withnall2010-03-251-17/+2
* [core] Move all element object parsing into two functionsPhilip Withnall2010-03-251-35/+31
* [core] Move all element string content parsing into one functionPhilip Withnall2010-03-251-31/+8
* [core] Use GLib memory functions with libxml2Philip Withnall2010-01-221-8/+7
* [core] Improve GDataEntry, GDataFeed and GDataAccessHandler test coveragePhilip Withnall2010-01-211-11/+16
* [core] Add support for atom:icon to GDataFeedRichard Schwarting2009-10-081-0/+44
* Bug 587073 – Add Google Documents serviceThibault Saunier2009-07-171-35/+65
* [core] Link element names and namespaces to the relevant classesPhilip Withnall2009-06-281-6/+7
* [picasaweb] Added a PicasaWeb servicePhilip Withnall2009-06-211-1/+2
* [core] Converted Atom structs to GObjectsPhilip Withnall2009-06-141-95/+54
* Bug 584417 – Strings are not properly formed for localisationPhilip Withnall2009-06-031-14/+14
* [calendar] Added GDataCalendarFeed to parse Calendar-specific feed propertiesPhilip Withnall2009-05-171-2/+3
* [core] Abstract XML parsing from GDataFeed and GDataEntry into GDataParsablePhilip Withnall2009-05-171-405/+287
* [core] Cleaned up a few TODO commentsPhilip Withnall2009-05-101-2/+18
* [core] Corrected uses of deprecated libxml APIPhilip Withnall2009-04-271-14/+14
* [calendar] Added recurrence support to GDataCalendarEventPhilip Withnall2009-04-271-1/+1
* [docs] Added "Since" clauses to all relevant documentationPhilip Withnall2009-04-241-0/+8
* [docs] Standardised documentation a little betterPhilip Withnall2009-04-241-3/+3
* General API cleanupPhilip Withnall2009-04-221-1/+1
* Fixed typo in previous commitPhilip Withnall2009-04-191-1/+1
* Fix a NULL pointer dereference in gdata-feed.cPhilip Withnall2009-04-191-1/+4
* Compiler warning fixesPhilip Withnall2009-04-181-8/+8
* Bug 578661 – ETag supportPhilip Withnall2009-04-161-1/+44
* Improve namespace handling regarding unhandled XML elementsPhilip Withnall2009-04-161-1/+1
* Bug 578662 – Support unknown XML elementsPhilip Withnall2009-04-161-7/+18
* Added functionality to update entries.Philip Withnall2009-04-091-2/+2
* Added a function to look up an entry from a feed by ID.Philip Withnall2009-04-091-0/+29
* Fixed licence to consistently be LGPLv2.1.Philip Withnall2009-04-011-9/+9
* Rename some functions from "lookup" -> "look_up".Philip Withnall2009-04-011-2/+2
* Finished documenting GDataYouTubeVideo, and fixed a few small code issues els...Philip Withnall2009-04-011-5/+2